.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0005a2;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { 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:84.375rem;width:67.5rem;display:none; }
#T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { 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:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cef0ff);background-image: -moz-linear-gradient(180deg, #ffffff, #cef0ff);background-image: -ms-linear-gradient(180deg, #ffffff, #cef0ff);background-image: -o-linear-gradient(180deg, #ffffff, #cef0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cef0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cef0ff' );";background-image: linear-gradient(180deg, #ffffff, #cef0ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container { background-color: transparent; background-image: none; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container > .video-iframe-container { display: none; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row > .video-iframe-container { display: none; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .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); }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container { border-width: 0; border-radius: 0; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#LfvNPokwoBeQboAxrpN3hfgapm4z0bTb { color:#000000;display:block;width:45.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:14.875rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:22.71875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#GFP6CdShJReChhRE9q8rTvRBAzdEHcox { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:25rem;left:9.0625rem;overflow:hidden;display:block; }
#Cb4EZZBTrFL9WsXb2uHEsmDd5ZTzo0a8 { 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:6.25rem;width:6.25rem;top:25rem;left:16.1875rem;overflow:hidden;display:block; }
#t1GT2TVgdrOiweCQbyMV2BBSRctOseuR { 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:6.25rem;width:6.25rem;top:25rem;left:23.3125rem;overflow:hidden;display:block; }
#OfFLFPTZ45dr2lQlCxyqF35KNIHON0pW { 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:6.25rem;width:6.25rem;top:25rem;left:30.4375rem;overflow:hidden;display:block; }
#nTPvCGnpBcaT4IQqJ4P46EaZytzNX3wT { 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:6.25rem;width:6.25rem;top:25rem;left:37.5rem;overflow:hidden;display:block; }
#v0bbu34J64ZZf2UvQCwNp21D9AlTwuex { 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:6.1875rem;width:6.25rem;top:25rem;left:44.9375rem;overflow:hidden;display:block; }
#CKoAav9J8IVtwXKV2U8XyIFsBu86oMfr { 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:6.25rem;width:6.25rem;top:25rem;left:52.4375rem;overflow:hidden;display:block; }
#xecIJCwkrJoz49vxyzUnhaOPLRMX8hyJ { 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:25rem;left:59.6875rem;overflow:hidden;display:block; }
#DN90dic6yLwHKbS7Bt2Ro25tFJkQg6V4 { 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:32.5rem;left:12.625rem;overflow:hidden;display:block; }
#x2MnQ74ZtJ5i6zmPiZGIFlZvm8XUmZem { 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:32.5rem;left:19.75rem;overflow:hidden;display:block; }
#Vlh8cKaFkkFCgLzJTEJAX8ESiLdBibE7 { 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:6.25rem;width:6.25rem;top:32.5rem;left:26.875rem;overflow:hidden;display:block; }
#igXyN1UogUcDEz5VWIgnilBvdSVOguuI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:32.5rem;left:33.9375rem;overflow:hidden;display:block; }
#SKWOp7k42yIU7ge4ssL8CR6CHV5wiT3A { 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:6.1875rem;width:6.25rem;top:32.5625rem;left:41.375rem;overflow:hidden;display:block; }
#LeHToNvxzHlZhfwdkzbmHuMyEtHJKHTu { 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:6.25rem;width:6.25rem;top:32.5rem;left:48.875rem;overflow:hidden;display:block; }
#kL3x8OqTEOwUcKfvCFfJ6kNaRGTXuVkN { 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.25rem;width:6.25rem;top:32.5rem;left:56.125rem;overflow:hidden;display:block; }
#rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.5rem;left:21.90625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SQgG58XvGNy2dRJV3CtSAKQtrmTxNa7f { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.76171875rem;left:14.59375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { background-color: transparent; background-image: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container > .video-iframe-container { display: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container { display: none; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .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); }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { border-width: 0; border-radius: 0; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.0625rem;width:57.1875rem;top:12.09375rem;left:8.90625rem;display:block; }
#haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:15.65625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:49.875rem;left:4.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:53rem;left:3.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:48.3125rem;left:4.5rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:48.4375rem;left:21.1875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:49.75rem;left:18.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:53rem;left:20.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:48.4375rem;left:37.9375rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Is37MtOW0obVSINcfPMg1PpN43efwZGG { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:49.75rem;left:34.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:53rem;left:37.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { box-sizing:content-box;height:6.875rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:48.3125rem;left:54.6875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.875rem;left:53.8125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:49.75rem;left:55.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #090795);background-image: -moz-linear-gradient(180deg, #000000, #090795);background-image: -ms-linear-gradient(180deg, #000000, #090795);background-image: -o-linear-gradient(180deg, #000000, #090795);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#090795' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#090795' );";background-image: linear-gradient(180deg, #000000, #090795);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { background-color: transparent; background-image: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container > .video-iframe-container { display: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container { display: none; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .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); }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { border-width: 0; border-radius: 0; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#VQHckSSsyr8eT0loC3Usb62wzvViZWtv { 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:10rem;width:15rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { 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:10rem;width:15rem;top:5.9375rem;left:15rem;overflow:hidden;display:block; }
#Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { 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:9.4375rem;width:15rem;top:6.1875rem;left:30rem;overflow:hidden;display:block; }
#TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { 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:10rem;width:15rem;top:25.9375rem;left:45rem;overflow:hidden;display:block; }
#QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { 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:10rem;width:15rem;top:5.9375rem;left:60rem;overflow:hidden;display:block; }
#Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { 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:10rem;width:15rem;top:25.9375rem;left:30rem;overflow:hidden;display:block; }
#KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { 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:10rem;width:15rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { 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:10rem;width:15rem;top:15.9375rem;left:15rem;overflow:hidden;display:block; }
#zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { 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:10rem;width:15rem;top:15.9375rem;left:45rem;overflow:hidden;display:block; }
#a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { 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:10rem;width:15rem;top:15.9375rem;left:30rem;overflow:hidden;display:block; }
#pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { 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:10rem;width:15rem;top:25.9375rem;left:60rem;overflow:hidden;display:block; }
#k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { 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:10rem;width:15rem;top:25.9375rem;left:0rem;overflow:hidden;display:block; }
#AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { 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:10rem;width:15rem;top:15.9375rem;left:60rem;overflow:hidden;display:block; }
#QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { 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:10rem;width:15rem;top:25.9375rem;left:15rem;overflow:hidden;display:block; }
#QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { 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:10rem;width:15rem;top:5.9375rem;left:45rem;overflow:hidden;display:block; }
#caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { 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:10rem;width:15rem;top:35.9375rem;left:0rem;overflow:hidden;display:block; }
#SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { 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:10rem;width:15rem;top:35.9375rem;left:15rem;overflow:hidden;display:block; }
#gid5mqscdo6UXo5sFVvw1nFvPTSiezal { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:35.9375rem;left:30rem;overflow:hidden;display:block; }
#f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { 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:10rem;width:15rem;top:35.9375rem;left:45rem;overflow:hidden;display:block; }
#u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { 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:10rem;width:15rem;top:35.9375rem;left:60rem;overflow:hidden;display:block; }
#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -moz-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -ms-linear-gradient(360deg, #e8e8e8, #3455a9);background-image: -o-linear-gradient(360deg, #e8e8e8, #3455a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#3455a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#3455a9' );";background-image: linear-gradient(360deg, #e8e8e8, #3455a9);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { background-color: transparent; background-image: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container > .video-iframe-container { display: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container { display: none; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .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); }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { border-width: 0; border-radius: 0; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { 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:35.9375rem;width:37.75rem;top:4.125rem;left:4.125rem;overflow:hidden;display:block; }
#puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { 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:36.0625rem;width:36.4375rem;top:4.0625rem;left:34.4375rem;overflow:hidden;display:block; }
#T2JCmrQ54K20pT72dTgUONDAOETt6IgO { 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:7.125rem;width:9.9375rem;top:1.875rem;left:47.6875rem;overflow:hidden;display:block; }
#hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { box-sizing:content-box;height:6.875rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, #041a41);background-image: -moz-linear-gradient(180deg, #1c408b, #041a41);background-image: -ms-linear-gradient(180deg, #1c408b, #041a41);background-image: -o-linear-gradient(180deg, #1c408b, #041a41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='#041a41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='#041a41' );";background-image: linear-gradient(180deg, #1c408b, #041a41);background-size:auto !important;top:36.3125rem;left:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { box-sizing:content-box;height:6.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c408b, #041a41);background-image: -moz-linear-gradient(180deg, #1c408b, #041a41);background-image: -ms-linear-gradient(180deg, #1c408b, #041a41);background-image: -o-linear-gradient(180deg, #1c408b, #041a41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='#041a41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c408b', endColorstr='#041a41' );";background-image: linear-gradient(180deg, #1c408b, #041a41);background-size:auto !important;top:36.3125rem;left:43.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.0625rem;left:17.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NNItH1JxV79et7aWks3OnOkHfa2bcOeF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41rem;left:46.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.5625rem;left:46.375rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5625rem;left:17.8125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { 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:4.8125rem;width:8.625rem;top:4.125rem;left:18.6875rem;overflow:hidden;display:block; }
#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(336deg, #101e97, #000000);background-image: -moz-linear-gradient(336deg, #101e97, #000000);background-image: -ms-linear-gradient(336deg, #101e97, #000000);background-image: -o-linear-gradient(336deg, #101e97, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101e97', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101e97', endColorstr='#000000' );";background-image: linear-gradient(336deg, #101e97, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { background-color: transparent; background-image: none; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container > .video-iframe-container { display: none; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row > .video-iframe-container { display: none; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .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); }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { border-width: 0; border-radius: 0; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:19.15625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:19.15625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { 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:5rem;width:5rem;top:14.0625rem;left:10.75rem;overflow:hidden;display:block; }
#ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { 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:5rem;width:5rem;top:32.9375rem;left:47.5rem;overflow:hidden;display:block; }
#aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { 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:5rem;width:5rem;top:26.6875rem;left:35.25rem;overflow:hidden;display:block; }
#LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { 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:5rem;width:5rem;top:20.1875rem;left:53.1875rem;overflow:hidden;display:block; }
#Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { 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:5rem;width:5rem;top:14.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { 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:5rem;width:5rem;top:26.6875rem;left:41.375rem;overflow:hidden;display:block; }
#rVdHslslXgOEywi1DavZ954Eq8OymXyG { 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:5rem;width:5rem;top:14.0625rem;left:29.125rem;overflow:hidden;display:block; }
#gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { 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:5rem;width:5rem;top:32.9375rem;left:41.375rem;overflow:hidden;display:block; }
#hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { 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:5rem;width:5rem;top:14.0625rem;left:16.875rem;overflow:hidden;display:block; }
#pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { 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:5rem;width:5rem;top:14.0625rem;left:41.375rem;overflow:hidden;display:block; }
#y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { 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:4.9375rem;width:5rem;top:32.9375rem;left:29.0625rem;overflow:hidden;display:block; }
#bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { 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:5rem;width:5rem;top:20.1875rem;left:59.25rem;overflow:hidden;display:block; }
#wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { 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:5rem;width:5rem;top:20.1875rem;left:10.75rem;overflow:hidden;display:block; }
#yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { 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:5rem;width:5rem;top:20.1875rem;left:16.875rem;overflow:hidden;display:block; }
#ktQApc2LNqKnCVrncQxEeImHTLwiocku { 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:5rem;width:5rem;top:26.75rem;left:53.1875rem;overflow:hidden;display:block; }
#Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { 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:5rem;width:5rem;top:32.9375rem;left:35.25rem;overflow:hidden;display:block; }
#R3JGswps6JmKavhMMAErVD79DhLfZp7O { 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:5rem;width:5rem;top:20.1875rem;left:47.3125rem;overflow:hidden;display:block; }
#PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { 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:5rem;width:5rem;top:26.6875rem;left:10.75rem;overflow:hidden;display:block; }
#Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { 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:5rem;width:5rem;top:20.1875rem;left:29.125rem;overflow:hidden;display:block; }
#vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:26.6875rem;left:47.3125rem;overflow:hidden;display:block; }
#N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:26.75rem;left:59.25rem;overflow:hidden;display:block; }
#chltXgWHlGqVGiUz8vU228zTwVtCcAew { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:26.75rem;left:29.125rem;overflow:hidden;display:block; }
#u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { 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:4.9375rem;width:5rem;top:32.9375rem;left:23rem;overflow:hidden;display:block; }
#uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { 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:5rem;width:5rem;top:32.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:35.25rem;overflow:hidden;display:block; }
#KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.1875rem;left:23.3125rem;overflow:hidden;display:block; }
#gXsg2oIHWlslwg13gtLnZGHc248J6c0c { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:47.3125rem;overflow:hidden;display:block; }
#tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.1875rem;left:35.25rem;overflow:hidden;display:block; }
#D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:26.6875rem;left:16.875rem;overflow:hidden;display:block; }
#bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:10.75rem;overflow:hidden;display:block; }
#F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:16.875rem;overflow:hidden;display:block; }
#Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5rem;top:20.25rem;left:41.375rem;overflow:hidden;display:block; }
#cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:53.1875rem;overflow:hidden;display:block; }
#WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.0625rem;left:59.25rem;overflow:hidden;display:block; }
#aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:26.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.9375rem;left:59.25rem;overflow:hidden;display:block; }
#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -moz-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -ms-linear-gradient(180deg, #b1cff3, #e3e3e3);background-image: -o-linear-gradient(180deg, #b1cff3, #e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cff3', endColorstr='#e3e3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cff3', endColorstr='#e3e3e3' );";background-image: linear-gradient(180deg, #b1cff3, #e3e3e3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { background-color: transparent; background-image: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container > .video-iframe-container { display: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container { display: none; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .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); }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { border-width: 0; border-radius: 0; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:7.8125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOwABJE5oX6e5V1S58GAAgPP4Xcc1ZIv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:16.875rem;left:38.4375rem;overflow:hidden;display:block; }
#uuTMrHgkphCK1gke7t8XKdb0F4tT3HWq { 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:35.6875rem;width:14.75rem;top:16.875rem;left:53rem;overflow:hidden;display:block; }
#nNTmP1KQnrPB6Naks21zTcxCZ4Zplqpb { 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:21.0625rem;width:14.375rem;top:31.5rem;left:38.4375rem;overflow:hidden;display:block; }
#fXLPLGHXPNSDnknTyxAe40p1TUFXHTKP { box-sizing:content-box;height:6.875rem;width:27.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:16.875rem;left:7.3125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ffavMqqCkP3Hc3HQ4JQyfPgdzNPya5Ek { box-sizing:content-box;height:6.875rem;width:27.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:25.8125rem;left:7.3125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xHWSI2ychaIe9Zg5zeXxWPH1Adzax5tE { box-sizing:content-box;height:6.875rem;width:27.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:34.9375rem;left:7.3125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HMaK84mGNGlsXDsMMFNJC01N9bsNk3xD { box-sizing:content-box;height:6.875rem;width:27.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:43.875rem;left:7.3125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#C414JxNpFKdzpuwUdfrKmb6xBTqOLnx5 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:11.75rem;height:4.0625rem;display:block; }
#H4DuD5rmQHikT0Jlla8LVOOrhh7p2HpO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:15.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#w1a4OegEp0xgEkvEF8yr3bTT09wRAXAw { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.625rem;left:12.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#B4BiwIOy2cBC1H1cPQNillHXJeyBMcxC { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#DkIvNa3WxLy0yZZ7IiAENrVk2OMZkkSf { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.625rem;left:12.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#OFZilRlGSP21GAI7EbWbd8c2PF6Z0opy { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.9375rem;left:10.4375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#QftTrEyxlEE9yx9cBVmgPssyCvs838Qa { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.5625rem;left:12.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#CZ4vSsMinTpRW8qLHVi1CbiAFWqcx2F8 { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.875rem;left:10.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #004fa5);background-image: -moz-linear-gradient(180deg, #000000, #004fa5);background-image: -ms-linear-gradient(180deg, #000000, #004fa5);background-image: -o-linear-gradient(180deg, #000000, #004fa5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#004fa5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#004fa5' );";background-image: linear-gradient(180deg, #000000, #004fa5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { background-color: transparent; background-image: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container > .video-iframe-container { display: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container { display: none; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .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); }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { border-width: 0; border-radius: 0; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#KNJErlaqszez48akh0iwMXTlIGEy71UZ { 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:6.125rem;width:15.375rem;top:5.625rem;left:3.625rem;overflow:hidden;display:block; }
#I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { 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:2.25rem;width:8.25rem;top:12.625rem;left:7.1875rem;overflow:hidden;display:block; }
#L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.875rem;left:3.3125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KofNQEZLc8u5FptCG50UL19hc7RvJyZD { 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:6.5625rem;width:12.5rem;top:19.6875rem;left:47.6875rem;overflow:hidden;display:block; }
#OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { 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:6.25rem;width:12.5rem;top:12.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { 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:6.25rem;width:12.5rem;top:5.875rem;left:34.625rem;overflow:hidden;display:block; }
#rIDElIafGoI39AnS6zlGDAXW70xuUpxw { 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:6.75rem;width:12.5rem;top:12.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { 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:12.5rem;top:5.875rem;left:21.5rem;overflow:hidden;display:block; }
#HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { 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:12.5rem;top:5.875rem;left:60.75rem;overflow:hidden;display:block; }
#QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { 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:12.5rem;top:19.75rem;left:21.625rem;overflow:hidden;display:block; }
#GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.75rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euIcvv0Ar90V0R2p72wJTTmf4av77IcU { color:#f0f6a8;display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4375rem;left:1.75rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkVTnw1UVTKpoi5MrzP6I2bcMZ57JUXN { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:37.125rem;left:1.75rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { 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:6.25rem;width:12.5rem;top:19.6875rem;left:34.6875rem;overflow:hidden;display:block; }
#pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:12.6875rem;left:47.6875rem;overflow:hidden;display:block; }
#gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { 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:6.25rem;width:12.5rem;top:12.6875rem;left:60.75rem;overflow:hidden;display:block; }
#TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { 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:6.25rem;width:12.5rem;top:5.875rem;left:47.6875rem;overflow:hidden;display:block; }
#KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { 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.25rem;width:12.5rem;top:33.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#lRp819UGzmTPN9vyCBMksN419WwgrTuZ { 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:6.25rem;width:12.5rem;top:33.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { 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:8rem;width:12.5rem;top:19.75rem;left:60.75rem;overflow:hidden;display:block; }
#zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { 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.25rem;width:12.5rem;top:26.8125rem;left:47.6875rem;overflow:hidden;display:block; }
#uDip1vcTivN1JGfR3r87u79DOBhebp2C { 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:6.25rem;width:12.5rem;top:26.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:33.8125rem;left:47.75rem;overflow:hidden;display:block; }
#Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:26.8125rem;left:34.6875rem;overflow:hidden;display:block; }
#fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:26.8125rem;left:60.75rem;overflow:hidden;display:block; }
#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bed7ea);background-image: -moz-linear-gradient(180deg, #ffffff, #bed7ea);background-image: -ms-linear-gradient(180deg, #ffffff, #bed7ea);background-image: -o-linear-gradient(180deg, #ffffff, #bed7ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bed7ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bed7ea' );";background-image: linear-gradient(180deg, #ffffff, #bed7ea);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { background-color: transparent; background-image: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container > .video-iframe-container { display: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container { display: none; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .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); }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { border-width: 0; border-radius: 0; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.4375rem;left:22.34375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.125rem;left:4.0625rem; }
#qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fdfddc);background-image: -moz-linear-gradient(180deg, #ffffff, #fdfddc);background-image: -ms-linear-gradient(180deg, #ffffff, #fdfddc);background-image: -o-linear-gradient(180deg, #ffffff, #fdfddc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfddc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfddc' );";background-image: linear-gradient(180deg, #ffffff, #fdfddc);background-size:auto !important;top:10.1875rem;left:3.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:3.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffce, #dfa8b4);background-image: -moz-linear-gradient(180deg, #ffffce, #dfa8b4);background-image: -ms-linear-gradient(180deg, #ffffce, #dfa8b4);background-image: -o-linear-gradient(180deg, #ffffce, #dfa8b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffce', endColorstr='#dfa8b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffce', endColorstr='#dfa8b4' );";background-image: linear-gradient(180deg, #ffffce, #dfa8b4);background-size:auto !important;top:10.1875rem;left:20.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:11.125rem;left:21.0625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #aaaba0);background-image: -moz-linear-gradient(180deg, #ffffff, #aaaba0);background-image: -ms-linear-gradient(180deg, #ffffff, #aaaba0);background-image: -o-linear-gradient(180deg, #ffffff, #aaaba0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaba0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaba0' );";background-image: linear-gradient(180deg, #ffffff, #aaaba0);background-size:auto !important;top:10.1875rem;left:38.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12rem;left:40.0625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.25rem;left:40.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { box-sizing:content-box;height:8.125rem;width:16.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b2bc0c);background-image: -moz-linear-gradient(180deg, #ffffff, #b2bc0c);background-image: -ms-linear-gradient(180deg, #ffffff, #b2bc0c);background-image: -o-linear-gradient(180deg, #ffffff, #b2bc0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2bc0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2bc0c' );";background-image: linear-gradient(180deg, #ffffff, #b2bc0c);background-size:auto !important;top:10.1875rem;left:55.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12rem;left:57.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TALkPUfHhivViVqCn44vsh7CaveASft1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16.25rem;left:57.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(312deg, #1a59a9, #0d1251);background-image: -moz-linear-gradient(312deg, #1a59a9, #0d1251);background-image: -ms-linear-gradient(312deg, #1a59a9, #0d1251);background-image: -o-linear-gradient(312deg, #1a59a9, #0d1251);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59a9', endColorstr='#0d1251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59a9', endColorstr='#0d1251' );";background-image: linear-gradient(312deg, #1a59a9, #0d1251);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { background-color: transparent; background-image: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container > .video-iframe-container { display: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container { display: none; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .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); }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { border-width: 0; border-radius: 0; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#LnSETKbhkI3rzeezpxfSJraU8iJOffTQ { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.94970703125rem;left:18.5rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#Lzfz2DmHX2KRiR1oTQOVN9ghs39T0JJn { box-sizing:content-box;height:12.5rem;width:34.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.71875rem;left:20.09375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #6077a7 ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#vgvw5H6nIFLCve0Gls9PPtBD5ltdXzpy { color:#ed3d3d;display:block;width:30.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.11181640625rem;left:22.375rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(313deg, #ffffff, #83b1da);background-image: -moz-linear-gradient(313deg, #ffffff, #83b1da);background-image: -ms-linear-gradient(313deg, #ffffff, #83b1da);background-image: -o-linear-gradient(313deg, #ffffff, #83b1da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#83b1da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#83b1da' );";background-image: linear-gradient(313deg, #ffffff, #83b1da);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { background-color: transparent; background-image: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container > .video-iframe-container { display: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container { display: none; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .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); }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { border-width: 0; border-radius: 0; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#ad62WK7tyssH29xc79v6scLZw743tyCm { color:#000000;display:block;width:42.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.28125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#Cb4Co6s0BSNqADUsuchbQPQFPkF27WOS { box-sizing:content-box;height:6.5625rem;width:37.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:8.9375rem;left:18.5625rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5625rem;left:24.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.9375rem;left:24.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#TfHxN08QH647N66QDuJgUieTFNocFZLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.8125rem;left:21.125rem; }
#hW8ecs8rxUC0bLggIQqr668EmXQsPkbE { box-sizing:content-box;height:6.5625rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:16.6875rem;left:19rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.5625rem;left:21.125rem; }
#yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.6875rem;left:25.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.0625rem;left:25.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#iQtnJIFI72Os86k9megTagm4sGVc8Vwr { box-sizing:content-box;height:6.5625rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:24.5rem;left:18.6875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oTNNEb7Qt2hvS9EgJSKVoxkAFGsKwRB2 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.875rem;left:25.3125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#GT7f3n8S1f7NCt8ixqMUTxBFgQA9HrLv { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.5rem;left:25.3125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#fTRNV1shwddQAXdMw9u9G6oCTZ9NJNlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.5625rem;left:21.1875rem; }
#aHX2xSWGv8BNMuP1DpI1PHSHESI25Ivx { box-sizing:content-box;height:6.5625rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:32.5rem;left:18.6875rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5rem;left:25.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.125rem;left:25.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.375rem;left:21.125rem; }
#IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { box-sizing:content-box;height:6.5625rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bacae5);background-image: -moz-linear-gradient(180deg, #ffffff, #bacae5);background-image: -ms-linear-gradient(180deg, #ffffff, #bacae5);background-image: -o-linear-gradient(180deg, #ffffff, #bacae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bacae5' );";background-image: linear-gradient(180deg, #ffffff, #bacae5);background-size:auto !important;top:40.3125rem;left:18.8125rem;border-top:0.125rem solid #2656b7;border-left:0.125rem solid #2656b7;border-right:0.125rem solid #2656b7;border-bottom:0.125rem solid #2656b7;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TbFTlz16edLgOytcFlOkTW42i3b0I0PP { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:43.625rem;left:25.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:42.1875rem;left:21.125rem; }
#A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.3125rem;left:25.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(129deg, #02357f, #83b1da);background-image: -moz-linear-gradient(129deg, #02357f, #83b1da);background-image: -ms-linear-gradient(129deg, #02357f, #83b1da);background-image: -o-linear-gradient(129deg, #02357f, #83b1da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02357f', endColorstr='#83b1da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02357f', endColorstr='#83b1da' );";background-image: linear-gradient(129deg, #02357f, #83b1da);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { background-color: transparent; background-image: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container > .video-iframe-container { display: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container { display: none; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .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); }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { border-width: 0; border-radius: 0; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { font-size:0.875rem;font-family:arial;height:83.875rem;width:75rem;position:relative;display:block; }#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-form-header {  }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { height:auto;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:bold;color:#ffffff;width:35.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"ibm plex sans thai"; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"ibm plex sans thai"; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.3125rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem;overflow:hidden; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #5b1034);background-image: -moz-linear-gradient(180deg, #ff0000, #5b1034);background-image: -ms-linear-gradient(180deg, #ff0000, #5b1034);background-image: -o-linear-gradient(180deg, #ff0000, #5b1034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b1034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b1034' );";background-image: linear-gradient(180deg, #ff0000, #5b1034);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:#ffffff;width:35.3125rem;height:5rem;font-family:"ibm plex sans thai";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"ibm plex sans thai";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:33.875rem;overflow:hidden;font-style:normal; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container:first-of-type{padding-top:0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-container:last-of-type{padding-bottom:0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.375rem;left:18.5rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.3125rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-info-text { display:block;height:auto;font-family:"ibm plex sans thai";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:11.375rem;left:18.5rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V { position:relative;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC { position:relative; }
#t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { position:relative;display:block;z-index:100000;display:block; }
#TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { position:relative;display:block;z-index:100000;display:block; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J { position:relative;z-index:2; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f { position:relative; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs { position:relative; }
#pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:20rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:21.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:73.625rem;left:21.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:76.625rem;left:21.4375rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000792, #05073c);background-image: -moz-linear-gradient(360deg, #000792, #05073c);background-image: -ms-linear-gradient(360deg, #000792, #05073c);background-image: -o-linear-gradient(360deg, #000792, #05073c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000792', endColorstr='#05073c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000792', endColorstr='#05073c' );";background-image: linear-gradient(360deg, #000792, #05073c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { background-color: transparent; background-image: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container > .video-iframe-container { display: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container { display: none; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .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); }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { border-width: 0; border-radius: 0; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.40625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { 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:6.125rem;width:15.375rem;top:7.875rem;left:29.8125rem;overflow:hidden;display:block; }
#Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.25rem;top:14.875rem;left:33.375rem;overflow:hidden;display:block; }
#LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:5.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:29.46875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { 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:7.6875rem;width:10.625rem;top:23.875rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx { display:block; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfvNPokwoBeQboAxrpN3hfgapm4z0bTb { top:5.1875rem;left:1.25rem;width:45.25rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { top:14.625rem;left:9.09375rem;width:29.5625rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFP6CdShJReChhRE9q8rTvRBAzdEHcox { top:25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4EZZBTrFL9WsXb2uHEsmDd5ZTzo0a8 { top:25rem;left:2.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1GT2TVgdrOiweCQbyMV2BBSRctOseuR { top:25rem;left:9.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFLFPTZ45dr2lQlCxyqF35KNIHON0pW { top:25rem;left:16.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTPvCGnpBcaT4IQqJ4P46EaZytzNX3wT { top:25rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bbu34J64ZZf2UvQCwNp21D9AlTwuex { top:25rem;left:31.3125rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoAav9J8IVtwXKV2U8XyIFsBu86oMfr { top:25rem;left:38.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecIJCwkrJoz49vxyzUnhaOPLRMX8hyJ { top:25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN90dic6yLwHKbS7Bt2Ro25tFJkQg6V4 { top:32.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MnQ74ZtJ5i6zmPiZGIFlZvm8XUmZem { top:32.5rem;left:6.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh8cKaFkkFCgLzJTEJAX8ESiLdBibE7 { top:32.5rem;left:13.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXyN1UogUcDEz5VWIgnilBvdSVOguuI { top:32.5rem;left:20.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWOp7k42yIU7ge4ssL8CR6CHV5wiT3A { top:32.5625rem;left:27.75rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHToNvxzHlZhfwdkzbmHuMyEtHJKHTu { top:32.5rem;left:35.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3x8OqTEOwUcKfvCFfJ6kNaRGTXuVkN { top:32.5rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { top:21.5rem;left:8.28125rem;width:31.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQgG58XvGNy2dRJV3CtSAKQtrmTxNa7f { top:8.75rem;left:0.96875rem;width:45.8125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { display:block; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { top:12.0625rem;left:0rem;width:47.75rem;height:26.77131147541rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { top:6.25rem;left:2.03125rem;width:43.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { top:3.0625rem;left:2.03125rem;width:43.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { top:49.875rem;left:0rem;width:15.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { top:53rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { top:48.3125rem;left:0rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { top:48.4375rem;left:7.5625rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { top:49.75rem;left:4.4375rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { top:53rem;left:6.6875rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { top:48.4375rem;left:24.3125rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is37MtOW0obVSINcfPMg1PpN43efwZGG { top:49.75rem;left:21.25rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { top:53rem;left:23.4375rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { top:48.3125rem;left:31.875rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { top:52.875rem;left:30.0625rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { top:49.75rem;left:32.8125rem;width:14.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { display:block; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQHckSSsyr8eT0loC3Usb62wzvViZWtv { top:5.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { top:5.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { top:6.1875rem;left:16.375rem;width:15rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { top:25.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { top:5.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { top:25.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { top:15.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { top:15.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { top:15.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { top:15.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { top:25.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { top:25.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { top:15.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { top:25.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { top:5.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { top:35.9375rem;left:0rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { top:35.9375rem;left:1.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gid5mqscdo6UXo5sFVvw1nFvPTSiezal { top:35.9375rem;left:16.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { top:35.9375rem;left:31.375rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { top:35.9375rem;left:32.75rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { display:block; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { top:4.125rem;left:0rem;width:37.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { top:4.0625rem;left:11.3125rem;width:36.4375rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JCmrQ54K20pT72dTgUONDAOETt6IgO { top:1.875rem;left:34.0625rem;width:9.9375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { top:36.3125rem;left:1.625rem;width:17.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { top:36.3125rem;left:29.9375rem;width:17.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { top:41.0625rem;left:4.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNItH1JxV79et7aWks3OnOkHfa2bcOeF { top:41rem;left:32.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { top:37.5625rem;left:32.75rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { top:37.5625rem;left:4.1875rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { top:4.125rem;left:5.0625rem;width:8.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { display:block; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { top:4.4375rem;left:5.53125rem;width:36.6875rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { top:8.5rem;left:5.53125rem;width:36.6875rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { top:14.0625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { top:32.9375rem;left:33.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { top:26.6875rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { top:20.1875rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { top:14.0625rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { top:26.6875rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdHslslXgOEywi1DavZ954Eq8OymXyG { top:14.0625rem;left:15.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { top:32.9375rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { top:14.0625rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { top:14.0625rem;left:27.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { top:32.9375rem;left:15.4375rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { top:20.1875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { top:20.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { top:20.1875rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQApc2LNqKnCVrncQxEeImHTLwiocku { top:26.75rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { top:32.9375rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JGswps6JmKavhMMAErVD79DhLfZp7O { top:20.1875rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { top:26.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { top:20.1875rem;left:15.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { top:26.6875rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { top:26.75rem;left:42.75rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chltXgWHlGqVGiUz8vU228zTwVtCcAew { top:26.75rem;left:15.5rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { top:32.9375rem;left:9.375rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { top:32.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { top:14.0625rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { top:20.1875rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsg2oIHWlslwg13gtLnZGHc248J6c0c { top:14.0625rem;left:33.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { top:20.1875rem;left:21.625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { top:26.6875rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { top:32.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { top:32.9375rem;left:3.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { top:20.25rem;left:27.75rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { top:14.0625rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { top:14.0625rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { top:26.6875rem;left:9.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { top:32.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { display:block; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { top:5.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOwABJE5oX6e5V1S58GAAgPP4Xcc1ZIv { top:16.875rem;left:24.8125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTMrHgkphCK1gke7t8XKdb0F4tT3HWq { top:16.875rem;left:33rem;width:14.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmP1KQnrPB6Naks21zTcxCZ4Zplqpb { top:31.5rem;left:24.8125rem;width:14.375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLPLGHXPNSDnknTyxAe40p1TUFXHTKP { top:16.875rem;left:0rem;width:27.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffavMqqCkP3Hc3HQ4JQyfPgdzNPya5Ek { top:25.8125rem;left:0rem;width:27.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHWSI2ychaIe9Zg5zeXxWPH1Adzax5tE { top:34.9375rem;left:0rem;width:27.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMaK84mGNGlsXDsMMFNJC01N9bsNk3xD { top:43.875rem;left:0rem;width:27.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C414JxNpFKdzpuwUdfrKmb6xBTqOLnx5 { top:18.125rem;left:0rem;width:19.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4DuD5rmQHikT0Jlla8LVOOrhh7p2HpO { top:21.625rem;left:1.5625rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1a4OegEp0xgEkvEF8yr3bTT09wRAXAw { top:30.625rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4BiwIOy2cBC1H1cPQNillHXJeyBMcxC { top:26.9375rem;left:0rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkIvNa3WxLy0yZZ7IiAENrVk2OMZkkSf { top:39.625rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFZilRlGSP21GAI7EbWbd8c2PF6Z0opy { top:35.9375rem;left:0rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QftTrEyxlEE9yx9cBVmgPssyCvs838Qa { top:48.5625rem;left:0rem;width:17.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4vSsMinTpRW8qLHVi1CbiAFWqcx2F8 { top:44.875rem;left:0rem;width:22.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { display:block; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJErlaqszez48akh0iwMXTlIGEy71UZ { top:5.625rem;left:0rem;width:15.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { top:12.625rem;left:0rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { top:14.875rem;left:0rem;width:16.0625rem;height:7.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KofNQEZLc8u5FptCG50UL19hc7RvJyZD { top:19.6875rem;left:34.0625rem;width:12.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { top:12.8125rem;left:21.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { top:5.875rem;left:21rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDElIafGoI39AnS6zlGDAXW70xuUpxw { top:12.8125rem;left:7.9375rem;width:12.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { top:5.875rem;left:7.875rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { top:5.875rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { top:19.75rem;left:8rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { top:32.0625rem;left:0rem;width:19.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIcvv0Ar90V0R2p72wJTTmf4av77IcU { top:34.4375rem;left:0rem;width:19.1875rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkVTnw1UVTKpoi5MrzP6I2bcMZ57JUXN { top:37.125rem;left:0rem;width:19.1875rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { top:19.6875rem;left:21.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { top:12.6875rem;left:34.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { top:12.6875rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { top:5.875rem;left:34.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { top:33.8125rem;left:21.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRp819UGzmTPN9vyCBMksN419WwgrTuZ { top:33.8125rem;left:7.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { top:19.75rem;left:35.25rem;width:12.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { top:26.8125rem;left:34.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDip1vcTivN1JGfR3r87u79DOBhebp2C { top:26.8125rem;left:7.9375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { top:33.8125rem;left:34.125rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { top:26.8125rem;left:21.0625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { top:26.8125rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { display:block; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { top:3.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { top:21.4375rem;left:8.71875rem;width:30.3125rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { top:9.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { top:10.1875rem;left:0rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { top:11.375rem;left:0rem;width:12.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { top:10.1875rem;left:7rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { top:11.125rem;left:7.4375rem;width:15.6875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { top:10.1875rem;left:24.4375rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { top:12rem;left:26.4375rem;width:12.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { top:16.25rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { top:16.25rem;left:26.4375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { top:16.25rem;left:9rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { top:10.1875rem;left:31.1875rem;width:16.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { top:12rem;left:35.25rem;width:12.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALkPUfHhivViVqCn44vsh7CaveASft1 { top:16.25rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { display:block; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnSETKbhkI3rzeezpxfSJraU8iJOffTQ { top:6.9375rem;left:4.875rem;width:38rem;height:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzfz2DmHX2KRiR1oTQOVN9ghs39T0JJn { top:4.6875rem;left:6.46875rem;width:34.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgvw5H6nIFLCve0Gls9PPtBD5ltdXzpy { top:12.0625rem;left:8.75rem;width:30.25rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { display:block; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { top:3.8125rem;left:2.65625rem;width:42.4375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4Co6s0BSNqADUsuchbQPQFPkF27WOS { top:8.9375rem;left:4.9375rem;width:37.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { top:10.5625rem;left:11.25rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { top:12.9375rem;left:11.25rem;width:29.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHxN08QH647N66QDuJgUieTFNocFZLa { top:10.8125rem;left:7.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8ecs8rxUC0bLggIQqr668EmXQsPkbE { top:16.6875rem;left:5.375rem;width:37.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { top:18.5625rem;left:7.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { top:17.6875rem;left:11.5625rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { top:20.0625rem;left:11.5625rem;width:30.6875rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtnJIFI72Os86k9megTagm4sGVc8Vwr { top:24.5rem;left:5.0625rem;width:37.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNNEb7Qt2hvS9EgJSKVoxkAFGsKwRB2 { top:27.875rem;left:11.6875rem;width:28.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7f3n8S1f7NCt8ixqMUTxBFgQA9HrLv { top:25.5rem;left:11.6875rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRNV1shwddQAXdMw9u9G6oCTZ9NJNlc { top:26.5625rem;left:7.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHX2xSWGv8BNMuP1DpI1PHSHESI25Ivx { top:32.5rem;left:5.0625rem;width:37.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { top:36.5rem;left:11.6875rem;width:28.5rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { top:34.125rem;left:11.5625rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { top:34.375rem;left:7.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { top:40.3125rem;left:5.1875rem;width:37.5rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFTlz16edLgOytcFlOkTW42i3b0I0PP { top:43.625rem;left:11.5625rem;width:28.625rem;height:2.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { top:42.1875rem;left:7.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { top:41.3125rem;left:11.5625rem;width:31.0625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { display:block; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-checkbox-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { width:35.3125rem;height:auto;top:11.375rem;left:4.875rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { width:35.3125rem;height:auto;top:11.375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC {  }
 }@media only screen and (max-width: 763px) { #t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { display:block; }
 }@media only screen and (max-width: 763px) { #TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs {  }
 }@media only screen and (max-width: 763px) { #pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { top:4.75rem;left:6.375rem;width:35.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { top:8.4375rem;left:7.8125rem;width:32.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { top:73.625rem;left:7.8125rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { top:76.625rem;left:7.8125rem;width:32.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { display:block; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { top:4.4375rem;left:7.78125rem;width:32.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { top:7.875rem;left:16.1875rem;width:15.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { top:14.875rem;left:19.75rem;width:8.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { top:16.625rem;left:15.84375rem;width:16.0625rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { top:23.875rem;left:18.5625rem;width:10.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe6fc2f5-a64d-4b9c-bf71-10067ef337dd/MobileSizeFutureTrends_AHEADSUMMIT2026Banner.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; 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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQPHgsoEwTOA60zQvMfQAXWKSlxVOusL { top:0rem;left:0rem;width:20rem;height:25.0625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T5Xh3xdRJWGhgoeuy2igVXhDb4Iqhy2x { width:20rem;height:11.25rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx { display:block; }#IvmCDLc1iAaF9DpKfcpEMNBKSfJVtGKx > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfvNPokwoBeQboAxrpN3hfgapm4z0bTb { width:20rem;height:4.54980625rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { width:20rem;height:2.9248rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFP6CdShJReChhRE9q8rTvRBAzdEHcox { width:3.75rem;height:3.75rem;top:22.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4EZZBTrFL9WsXb2uHEsmDd5ZTzo0a8 { width:3.75rem;height:3.75rem;top:22.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1GT2TVgdrOiweCQbyMV2BBSRctOseuR { width:3.75rem;height:3.75rem;top:22.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFLFPTZ45dr2lQlCxyqF35KNIHON0pW { width:3.75rem;height:3.75rem;top:22.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTPvCGnpBcaT4IQqJ4P46EaZytzNX3wT { width:3.75rem;height:3.75rem;top:25.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bbu34J64ZZf2UvQCwNp21D9AlTwuex { width:3.75rem;height:3.6875rem;top:25.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoAav9J8IVtwXKV2U8XyIFsBu86oMfr { width:3.75rem;height:3.75rem;top:22.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecIJCwkrJoz49vxyzUnhaOPLRMX8hyJ { width:3.75rem;height:3.75rem;top:25.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN90dic6yLwHKbS7Bt2Ro25tFJkQg6V4 { width:3.75rem;height:3.75rem;top:25.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MnQ74ZtJ5i6zmPiZGIFlZvm8XUmZem { width:3.75rem;height:3.75rem;top:25.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh8cKaFkkFCgLzJTEJAX8ESiLdBibE7 { width:3.75rem;height:3.75rem;top:29.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXyN1UogUcDEz5VWIgnilBvdSVOguuI { width:3.75rem;height:3.75rem;top:29.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWOp7k42yIU7ge4ssL8CR6CHV5wiT3A { width:3.75rem;height:3.6875rem;top:29.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHToNvxzHlZhfwdkzbmHuMyEtHJKHTu { width:3.75rem;height:3.75rem;top:29.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3x8OqTEOwUcKfvCFfJ6kNaRGTXuVkN { width:3.75rem;height:3.75rem;top:29.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { width:13.125rem;height:1.94921875rem;top:18.6875rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQgG58XvGNy2dRJV3CtSAKQtrmTxNa7f { width:15.75rem;height:2.2744125rem;top:8.3125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG { display:block; }#vTGMz6rmXrCbaE3dJsAlyU9TVl5plSmG > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHbAETkKHXcVawwQRoaMinkP6l5KbUlJ { height:11.212875rem;width:20rem;top:10.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEqXCtJoPLK4A4zHIbM1v3bsN8QVvD0 { width:20rem;height:2.03125rem;top:6.07421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEqWHHsV7bUc9Myx5RRJ76dS1ZlrqwwM { width:20rem;height:2.03125rem;top:3.474609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMVrdTxoiP3PnUn4ZvnAyNUvqUTRM65c { width:15.5rem;height:2.03125rem;top:25.0625rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXstchmqZTbbOHPrmDQCfzqaIlKc6lrL { width:17.6875rem;height:1.21875rem;top:26.75rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4NtbAwl0OkboiQKnQFaPgKwyJusP66 { width:15.625rem;height:3.75rem;top:24.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWzc4ULfeHgIcc2MHpXAiB9ir5oLuE2E { width:15.625rem;height:3.75rem;top:29.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTS9J9GvynlGSVSWN4zJ8lsci5fLn1i9 { width:20rem;height:2.03125rem;top:29.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TyCe2eSnTHx00kzJqodwdmrMHL4RhU { width:17.6875rem;height:1.21875rem;top:31.4375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW3Ch6zlslhJCtNKgJXoK3BZmIOJ446K { width:15.625rem;height:3.75rem;top:33.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is37MtOW0obVSINcfPMg1PpN43efwZGG { width:20rem;height:2.03125rem;top:34.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op8Fvcsbv9pHK2O0D5lxp9NMC89T99co { width:17.6875rem;height:1.21875rem;top:36.25rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeLrzQfh8NTXPto1JsA038zzI1spq9Sg { width:15.625rem;height:3.75rem;top:38.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9hVC31F9u87Adix3SnWhSvsn5xhAwg { width:17.6875rem;height:1.21875rem;top:40.9375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOANQFwmPQ6Pdz1ZgL3ohZKI88e9xnOO { width:14.9375rem;height:2.03125rem;top:39.375rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp { display:block; }#CM5ihbRs9ry8wvbak0vI8sg6fs67zlXp > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQHckSSsyr8eT0loC3Usb62wzvViZWtv { width:10rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUlmlm5W11Ha0pbWyibkkgSpo5fmGEXQ { width:10rem;height:6.625rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si2KQE0tkK2Xb7TV1fgzVZbTNSI2w3MA { width:10rem;height:6.25rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAqHMrrZRyn1Vz0zRIB8RbUbATbAQ9rx { width:10rem;height:6.625rem;top:39.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRtwisbKgiPpTbAo4Q45XgcuFXgmuZQ { width:10rem;height:6.625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5idT5bexBJDHOFQZm9CvxAxCdW3aQT { width:10rem;height:6.625rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXtxDxqaCMxRqilqXyZybp2eTVeQNyqs { width:10rem;height:6.625rem;top:12.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkSzeXkwTPo0OWw8twdwBDJGg1AfGnob { width:10rem;height:6.625rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdf3eiOzvSCGgNbGfmFNXn9b24Q6miKm { width:10rem;height:6.625rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iAQl1LCwCNsCHvE3rFe2fAaNmhCm66 { width:10rem;height:6.625rem;top:19.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIhN3qqIKoiDFqGhyIQac3N7QganK1S { width:10rem;height:6.625rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6hJnMX1R6xhiSyrD99VAcd2wqPO24Th { width:10rem;height:6.625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFTtX9Lb0ZE2TRKNJfX4aht3DyvJb3MU { width:10rem;height:6.625rem;top:32.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqK27ZtptDeDg35Du9gHwJ2CZEB58oWs { width:10rem;height:6.625rem;top:26.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEhkGPyi3U99ZmwmGp0fPNMCoTf0Fr2 { width:10rem;height:6.625rem;top:6.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFHcuhbpnWzpsfi0mCPWw8EEc86IZ8o { width:10rem;height:6.625rem;top:46rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZhQos3eFMFeRAXJMLK4l2ryfv8A8fHi { width:10rem;height:6.625rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gid5mqscdo6UXo5sFVvw1nFvPTSiezal { width:10rem;height:6.625rem;top:52.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IoLkudPc3e9f0BKMiRfITN2anXMPSL { width:10rem;height:6.625rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49BX7T0XrCKfxA2kQrf0AIlwW7avMpP { width:10rem;height:6.625rem;top:58.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 { display:block; }#uKBN1drZ2AS1p89GxKyH5BsS7RsVNrl9 > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HtXgAZ3dwI83QIv7ZTb6rstklTdneR { width:20rem;height:19.0625rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { width:19.25rem;height:19.0625rem;top:34.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2JCmrQ54K20pT72dTgUONDAOETt6IgO { width:7.5rem;height:5.375rem;top:31.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { width:17.8125rem;height:5.625rem;top:24.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { width:17.8125rem;height:5.625rem;top:50.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { width:12.5rem;height:1.29980625rem;top:27.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNItH1JxV79et7aWks3OnOkHfa2bcOeF { width:12.5rem;height:1.29980625rem;top:54.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { width:12.5rem;height:2.5996125rem;top:52.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { width:12.5rem;height:2.5996125rem;top:25.25rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { width:7.125rem;height:3.9375rem;top:5.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU { display:block; }#NmEM8dGhcC1dZKCykWfuhvrxS0X9GJTU > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfm4F4PUdDVX4pXMzHaAiVEoyO46VGEd { width:20rem;height:2.4375rem;top:6.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTQDMroIvoTNX5bOtxTTKHHggx01Dqk { width:20rem;height:2.11230625rem;top:8.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT2dxoWPfsIZzm55TG8kPfztdwQa3gA { width:3.125rem;height:3.125rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtcSXFRo9d8BDXS519r8DRRzTTCf4JL { width:3.125rem;height:3.125rem;top:28.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPski1xASIx1Qpuh34A8scfIeP8qsiJ7 { width:3.125rem;height:3.125rem;top:21.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAaWVL2RIfpM91vGWtrEoIlCGpKClPM { width:3.125rem;height:3.125rem;top:18.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu4JLCQ3lB3l6hmmnfTJs9asWPbIe2ni { width:3.125rem;height:3.125rem;top:12.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMFAO1tVVTACRWwHwRmuQWUtTV1l8Ol { width:3.125rem;height:3.125rem;top:21.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdHslslXgOEywi1DavZ954Eq8OymXyG { width:3.125rem;height:3.125rem;top:12.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmFhTR7ZHf1l3qzcuBEvew4VAzOMJVT { width:3.125rem;height:3.125rem;top:25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHPzEo1rE4zliJbcklvh7TLgbhEJqg3 { width:3.125rem;height:3.125rem;top:12.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEC28vlLWeE2MQhK9gQlRudGWKZirEvn { width:3.125rem;height:3.125rem;top:12.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rN6W8wZIiOZZyeTw02vpxy2ptCotW9 { width:3.125rem;height:3.0625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5Kiy7itacH0Ta3rhM3KT7ZJzc5vPTg { width:3.125rem;height:3.125rem;top:21.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOyUygN78zeNfbWOfOytNOcvHH1JBCIJ { width:3.125rem;height:3.125rem;top:15.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk79C3XewhA0KBdNGLToUtaSwvmpKEWC { width:3.125rem;height:3.125rem;top:18.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQApc2LNqKnCVrncQxEeImHTLwiocku { width:3.125rem;height:3.125rem;top:25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0Rt82NKoLCL5FOuC0tXxLv3c9RpUSk { width:3.125rem;height:3.125rem;top:28.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JGswps6JmKavhMMAErVD79DhLfZp7O { width:3.125rem;height:3.125rem;top:18.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwMcKmI5SNudztVKzKA8SbPTRTzVxOm { width:3.125rem;height:3.125rem;top:21.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8PKBSANsnHv1BQI5GRA3B97rR4A9uw { width:3.125rem;height:3.125rem;top:15.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo6sDB4uSZpdQH6mQccLluEI12z9zWyV { width:3.125rem;height:3.125rem;top:21.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2h8oPA7IHL0lKC9HwqCRA2RPQsu4Gfn { width:3.125rem;height:3.0625rem;top:25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chltXgWHlGqVGiUz8vU228zTwVtCcAew { width:3.125rem;height:3.0625rem;top:18.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u27v7a1oxU8yUH8nKw6MOJ3X93f8MQgw { width:3.125rem;height:3.0625rem;top:28.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDbxdbfm71mPkbxDoqQ3hyzqeOscaPXz { width:3.125rem;height:3.125rem;top:25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXgT0Q8KgNFzyMTuaubfWbsZIEZwLn6 { width:3.125rem;height:3.125rem;top:12.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyEC2g9BKhCLbevcrsGpCpfwGBdTGTA { width:3.125rem;height:3.125rem;top:18.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXsg2oIHWlslwg13gtLnZGHc248J6c0c { width:3.125rem;height:3.125rem;top:15.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDAWwtxfJT07ZhArUl29nq2zNgBuxyX { width:3.125rem;height:3.125rem;top:15.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6xMbQZFwQdlkvt7NUt32xuZagwB2Oin { width:3.125rem;height:3.125rem;top:25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxgPhE0WwOrcl1RXZbw0siCecrXIZGRM { width:3.125rem;height:3.125rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3E58ES7aBOPWwqUsJZCp59pfxIKT5Ks { width:3.125rem;height:3.125rem;top:28.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5mCbPXcJbqnZKaAmam50iZeyFoXvJe { width:3.125rem;height:3.0625rem;top:18.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxTw2pI3Xu2GMULkv8d4Ts4cfbdF40B1 { width:3.125rem;height:3.125rem;top:15.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZ4c26FlKqeBITqO2IIuwEFg69KfdZP { width:3.125rem;height:3.125rem;top:15.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4X0I5D71ucetaXRDeQW2hgbXEheqiz { width:3.125rem;height:3.125rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0mrlDvqBasTAn67Hi7zo3L4fFbGHDL { width:3.125rem;height:3.125rem;top:28.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 { display:block; }#idrGUbL1mnOo9JVMVMPWgalSwEcRZGD5 > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf1ZEagGNW50XZTITlUi9f2wkmzFTfZ5 { width:20rem;height:4.875rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOwABJE5oX6e5V1S58GAAgPP4Xcc1ZIv { width:9.75rem;height:9.75rem;top:47.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTMrHgkphCK1gke7t8XKdb0F4tT3HWq { width:9.8125rem;height:24.3125rem;top:32.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTmP1KQnrPB6Naks21zTcxCZ4Zplqpb { width:9.6875rem;height:14.4375rem;top:32.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLPLGHXPNSDnknTyxAe40p1TUFXHTKP { width:19.75rem;height:4.375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffavMqqCkP3Hc3HQ4JQyfPgdzNPya5Ek { width:19.75rem;height:4.375rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHWSI2ychaIe9Zg5zeXxWPH1Adzax5tE { width:19.75rem;height:4.375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMaK84mGNGlsXDsMMFNJC01N9bsNk3xD { width:19.75rem;height:4.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C414JxNpFKdzpuwUdfrKmb6xBTqOLnx5 { width:19.375rem;height:2.03125rem;top:11.8125rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4DuD5rmQHikT0Jlla8LVOOrhh7p2HpO { width:12.5rem;height:1.21875rem;top:13.4375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1a4OegEp0xgEkvEF8yr3bTT09wRAXAw { width:17.6875rem;height:1.21875rem;top:18.8125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4BiwIOy2cBC1H1cPQNillHXJeyBMcxC { width:20rem;height:2.03125rem;top:16.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkIvNa3WxLy0yZZ7IiAENrVk2OMZkkSf { width:17.6875rem;height:1.21875rem;top:23.9375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFZilRlGSP21GAI7EbWbd8c2PF6Z0opy { width:20rem;height:2.03125rem;top:22rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QftTrEyxlEE9yx9cBVmgPssyCvs838Qa { width:17.6875rem;height:1.21875rem;top:29.125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4vSsMinTpRW8qLHVi1CbiAFWqcx2F8 { width:20rem;height:2.03125rem;top:27.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 { display:block; }#P8ukxOnQAsvRGpXdgGVivH1G2ABfqpT2 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNJErlaqszez48akh0iwMXTlIGEy71UZ { width:15.375rem;height:6.125rem;top:4.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ZQpSqbTlERMLSMmctUovP1uzp6cGrN { width:8.25rem;height:2.25rem;top:10.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wCeKUPTotZdnTMp4DE18wsV8W0FCTB { width:16.0625rem;height:6.4184375rem;top:13.6875rem;left:2rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KofNQEZLc8u5FptCG50UL19hc7RvJyZD { width:6.5625rem;height:3.4375rem;top:39.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLhOJNWwfiDbItyNLvwBA78lm3Qs9dh { width:6.5625rem;height:3.25rem;top:32.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKq5fSqteKqxVmAFg6rxsmWb88lc1zk { width:6.5625rem;height:3.25rem;top:28.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIDElIafGoI39AnS6zlGDAXW70xuUpxw { width:6.5625rem;height:3.5rem;top:32.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5gRRpwIKLNZUTLvy7Ti0ZOK3DTnIZl { width:6.5625rem;height:3.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM37c06NlydvG6Dl0XWBnggMAxe2tWG4 { width:6.5625rem;height:3.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbGNe8fpRMmSh6BLPvUX1JA94STdVNM { width:6.5625rem;height:3.25rem;top:35.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrK7Btsr3CT1s4pf9y5An4sXA8CuCzfu { width:19.1875rem;height:1.54345625rem;top:20.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIcvv0Ar90V0R2p72wJTTmf4av77IcU { width:19.1875rem;height:2.1933625rem;top:23rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkVTnw1UVTKpoi5MrzP6I2bcMZ57JUXN { width:19.1875rem;height:2.35595625rem;top:24.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnHuHHcU2y2nvfEqfQ7LoGRCGRXaEWKQ { width:6.5625rem;height:3.25rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKxIn0RfcQfTc9TK0cEpzq2Tfa53rTqr { width:6.5625rem;height:3.25rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx5OtKoNlOBDdESbHouRAt7FnMZreVqC { width:6.5625rem;height:3.25rem;top:35.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwAfKqkCvSt6uo85FpbdAOFdV7UPBJD { width:6.5625rem;height:3.25rem;top:28.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufUTpwcqZX1g29kRoFfS2uBJZmQUWy1 { width:6.5625rem;height:3.25rem;top:45.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRp819UGzmTPN9vyCBMksN419WwgrTuZ { width:6.5625rem;height:3.25rem;top:45.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRT8SwTnqOc03nuexpxRdtrk5LNrPk3 { width:6.5625rem;height:4.1875rem;top:42.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbGaBt8pmwTOMStXm6OdnqWzEuoJFB9m { width:6.5625rem;height:3.25rem;top:42.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDip1vcTivN1JGfR3r87u79DOBhebp2C { width:6.5625rem;height:3.25rem;top:39.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #co0nPD3Oyqrew8xl0IPO1gQLkODxgIBT { width:6.5625rem;height:3.25rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbt6p3AlCI9d9R8NX9GJKV7kuT94277Z { width:6.5625rem;height:3.25rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSalAJsFH79JvLTWy6rsXu0Gnyr1hST5 { width:6.5625rem;height:3.25rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA { display:block; }#CmCLyFoTiZo5UpMOH2fsXT53yWkqkGDA > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { width:20rem;height:6.01171875rem;top:4.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { width:20rem;height:1.54345625rem;top:52.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJchzoD4eJTGZAlfFsmuOsTyRmzmOro { display:flex;width:3.125rem;height:3.125rem;top:12.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #qTuybEiAVE45zgxTDIZsuWTxaTma4OO6 { width:16.5625rem;height:8.125rem;top:13.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8C8hpOw4GVRUdnbFzTtQ99TQtT1voyu { width:12.5rem;height:4.875rem;top:14.875rem;left:3.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CapepWub6D0f0AmgHMwW6ffg0gaGpmLf { width:16.5625rem;height:8.125rem;top:23.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtFTnrAbieSpIKMbfTRMfuFx6INLUKnW { width:15.6875rem;height:4.5rem;top:24.0625rem;left:2.15625rem;font-size:2.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #lTt5LIT1kXicyxNDghlEE2LF7opCnVTA { width:16.5625rem;height:8.125rem;top:32.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7m0vwMzz4WPg06cuEdtnFNvcXdrzgx { width:12.5rem;height:3.25rem;top:34.25rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HzZTHBOalyWMnzwv7K62dDwXJQlms6 { width:12.5rem;height:1.21875rem;top:19.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8L8OJyeDbCVpNqlJXrIHtO0rIvFiZ2H { width:12.5rem;height:1.21875rem;top:37.5rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2lPgpoe6lTrmEs6PwQ8FTJ0DHfIxzA { width:12.5rem;height:1.21875rem;top:29.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2T7NdbsTDDNwlyzTo661N7zvn0RXTRS { width:16.5625rem;height:8.125rem;top:41.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVsfc8EEU5uy6iUHFHJXk7tHwWwFTvZ { width:12.5rem;height:3.25rem;top:43.625rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TALkPUfHhivViVqCn44vsh7CaveASft1 { width:12.5rem;height:1.21875rem;top:46.875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 { display:block; }#TXDJgmVm04BNB6ITayHo6MNxTg5bhdW7 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnSETKbhkI3rzeezpxfSJraU8iJOffTQ { width:20rem;height:2.84375rem;top:5.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzfz2DmHX2KRiR1oTQOVN9ghs39T0JJn { width:19.5rem;height:6.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgvw5H6nIFLCve0Gls9PPtBD5ltdXzpy { width:20rem;height:2.2749rem;top:7.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ { display:block; }#c9dOVkvXSOdTmwuC3t3M1ARy1sDUKyEZ > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { width:15.8125rem;height:3.8994125rem;top:5.12451171875rem;left:2.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4Co6s0BSNqADUsuchbQPQFPkF27WOS { width:19.75rem;height:6.5625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWxe4nq6PWtsamiT8215pgy2DwuQe0T { width:15.375rem;height:2.1933625rem;top:12.625rem;left:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpTLMx9LwOsWhl0IGLN2fD1UrALhv2P { width:15.0625rem;height:1.94921875rem;top:14.6875rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHxN08QH647N66QDuJgUieTFNocFZLa { display:flex;width:3.125rem;height:3.125rem;top:13.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hW8ecs8rxUC0bLggIQqr668EmXQsPkbE { width:19.75rem;height:6.5625rem;top:18.898925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpKlV4pcK99EQmvauOO9apSIX4UDaQEL { display:flex;width:3.125rem;height:3.125rem;top:20.74267578125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yZ75hLu4UyaVWbtRt42ab0dSqm4fedmE { width:15.1875rem;height:2.1933625rem;top:20.21142578125rem;left:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tse8KDH079zihE0ZvTkCTXxLNHSTET7g { width:13.5rem;height:2.4375rem;top:22.30517578125rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtnJIFI72Os86k9megTagm4sGVc8Vwr { width:19.75rem;height:6.5625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNNEb7Qt2hvS9EgJSKVoxkAFGsKwRB2 { width:15.125rem;height:1.625rem;top:30.3125rem;left:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7f3n8S1f7NCt8ixqMUTxBFgQA9HrLv { width:15.1875rem;height:2.1933625rem;top:28.125rem;left:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRNV1shwddQAXdMw9u9G6oCTZ9NJNlc { display:flex;width:3.125rem;height:3.125rem;top:28.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aHX2xSWGv8BNMuP1DpI1PHSHESI25Ivx { width:19.75rem;height:6.5625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPt09S2QsXhMn9Gb3UiTuPH5O9cc7xi { width:11.25rem;height:1.625rem;top:38.068359375rem;left:4.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsOTH6v2TUOKZ0vlgEb2SdQsUMtvl61 { width:15.0625rem;height:2.1933625rem;top:35.875rem;left:4.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX4tbiqBTxiMkk9sgtPgR1uKHvXsza8 { display:flex;width:3.125rem;height:3.125rem;top:36.21875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IuzuNPmNDtSuvNfgOpd1oifHhp9VfAtq { width:19.75rem;height:6.5625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFTlz16edLgOytcFlOkTW42i3b0I0PP { width:15.125rem;height:1.4619125rem;top:45.875rem;left:4.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7fASyhrlq2QRxQgJIFqQ4Tha96B87L { display:flex;width:3.125rem;height:3.125rem;top:44.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #A3UyIGPbiT6bdHrNVoTQR63twKm0WIIC { width:15.3125rem;height:2.1933625rem;top:43.8125rem;left:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B { display:block; }#TFdVOVkmMWhLUUZQD6wu6NNi4g2IDG7B > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-text {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-select {padding-top: 0; padding-bottom: 0;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD  { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD {display:block;}#MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #hHNUQP8uZWBNabWkfIygVCh6S26kxLHh {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lCfALPuWmD83pKLTwH5qaMJPAbmBZoim {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #zFF7VZViASIJDpEbJvxcbn8G01biCdnB {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mt38JpCh9c0JBSlMnQie5ezowUuQ5D69 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MOH3ZRC5VRRvSt3mSfbiTfrPTtA6h6vk {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #AWqQbHeaTXETZ0Tffre5rCbN0cCWz1VU {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #fsakXd1KvFgofOMl6NXPZA0iJCXR1D7z {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uRlxPtlCz8Cluu5pU8ahB0KRMlow7hgc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #QVLb8DLGdkUVTAHlROmpcETRz4WCih5s {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #DNktm0STRyTR2JIeut9dJpsIawDe5yXF {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #gZWbm8RJTdsXNlF0q2VuKcQQfltxKlZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M4DF0Qc35lpPwBNnwnGM2MCf9VDgIlq9 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #lvGoPMTgll7vm6ig6HNTgWpvXdxSWA8D {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #eM5hHWWtNabSEtMTWe7ixvtbsxe6vhZQ {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #E9QyZCRDNfVev4AzQ8vBIM4zaE49lm8p {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #M7ZN0WVarU3oy8M2hoWncXnpJiUHZLTT {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #vDsbqwyfJnTP20zgCl6zUZpEV2zBF2kx {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #c3PmAOugMd7OabatVmrQN0rys8x4iTLl {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #TffBUwMbOsiDa97fBaELLCFxadLSc80i {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #aVOTHBlRq9TQSxR5aMBfVvxpfAH7eR68 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #wAtIlVwaF8rGmF4C4dZtI6qkurn4Ey02 {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #yQgQFFlyidADBtWNH4UiRPksfPwdQX8g {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #bzFQnw04TCKpxsbigJTTmA9mPM6ZhaEc {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #T2OFqy3vQR5kxTRG66qLGkSaXSod6SBW {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #tvrtvkzzSQwwcVBtlVST4dBUlrSUVMio {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #uXROxNMJT2JXB8vkbWgGhgJ7N53XJg8V {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #LboWeTe0ZvSPN6quhMBmWxAmSQSW7xnC {  }
 }@media only screen and (max-width: 763px) { #t1BrX1D2bP0otEfEEzifUtL4XFfOvCiX { display:block; }
 }@media only screen and (max-width: 763px) { #TsohlhSzpo0vIfoD6oUeqNiIkyV6kDwm { display:block; }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #a7c8KT9pCi0lvbWdfTnTpGL22sFJEPCS {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #MsR4EuK32qPIabGcwvSLSbsD34oOTd4J {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #HHF9Xyl69BnwFqT0k6wCXJWLNZhozL0t {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #mbGC5z7rpfeglNvhaGhyCG0hqKypNa8f {  }
 }@media only screen and (max-width: 763px) { #MO6umhdNF9H4DA4toxiiSVTLgJdDS3QD #RuKA4b4dhqReSE64yuZNmfDhOJQWmpGs {  }
 }@media only screen and (max-width: 763px) { #pWvO2fKbFly50Nx6JRKQM64gbrTSPwqp { width:20rem;height:1.94970625rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMgu1wZdkWZaV3e6n0HibFGf8yc5u5Vy { width:20rem;height:2.76171875rem;top:6.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWAv3s7rC5hWEfXfMEOhNEHW0XosTxHs { width:20rem;height:2.92480625rem;top:78.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyUU2Dbq11s0u7qhDgFATsAQEqgpDQzI { width:20rem;height:2.9248rem;top:83.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fGX7eWANflgvt3M0xKG42N0Bysvfnq { display:block; }#q8fGX7eWANflgvt3M0xKG42N0Bysvfnq > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgiCDotTpJ1puLk3lhuvMOlMiRWU1zwk { width:20rem;height:2.35595625rem;top:3.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSdlQCdUOqT2RzW41kc4CTF6UVPdqna0 { width:15.375rem;height:6.125rem;top:7rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aphy7iabV9Q1dIhMbwd0oircqBPIyczk { width:8.25rem;height:2.25rem;top:18.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwKZoyCA6ndVPQISZpKp2VPgTuDySLQl { width:16.0625rem;height:2.5996125rem;top:14.375rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTO9EMytI9URrEfHy3J6PRZL0zAEaRd { width:10.625rem;height:7.6875rem;top:21.6875rem;left:4.6875rem;display:block; }
 }