.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:33.1875rem;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.0625rem;left:20.90625rem;height:7.1494125rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:21.6875rem;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:29.1875rem;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:29.1875rem;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:29.1875rem;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:29.1875rem;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:29.25rem;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:29.1875rem;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:29.1875rem;left:56.125rem;overflow:hidden;display:block; }
#rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { color:#000000;display:block;width:27.0625rem;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:39.25rem;left:23.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;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, #beceea);background-image: -moz-linear-gradient(180deg, #ffffff, #beceea);background-image: -ms-linear-gradient(180deg, #ffffff, #beceea);background-image: -o-linear-gradient(180deg, #ffffff, #beceea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#beceea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#beceea' );";background-image: linear-gradient(180deg, #ffffff, #beceea);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; }
#rzPZL5EKTcg9kg2e8AwgWg9ZHB6BD2nF { box-sizing:content-box;height:6.75rem;width:16.5625rem;position:absolute;display:block;z-index:15009;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:11.0625rem;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; }
#JadwDa1XVB2dEXe4TahTfJNT3O46i7kw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:5.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#tXgTgrHlNK36T9C7Vih0FHh503bVRgaZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:4.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:5.3125rem;height:5.36230625rem;text-align:center;text-align-last:center;display:block; }
#Vvs8kvJvAbKhQ8AIuHbVF5dovINclrN8 { box-sizing:content-box;height:6.75rem;width:16.5625rem;position:absolute;display:block;z-index:15012;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:11.0625rem;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; }
#ipRKUNRgr7OKFRAhKISyB5EVZqIU4ASV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.0625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#keeCJIrP5PLgmNqxdcqTy8m47cU6J9ep { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#R90nhEOKhn7ZJtKKOqwg99NbzzpROGlT { box-sizing:content-box;height:6.75rem;width:16.5625rem;position:absolute;display:block;z-index:15015;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:11.0625rem;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; }
#TWP05mTrF5uKFRgyaJCLSeWJTHszGNa8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"dancing script";font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.125rem;left:57.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#FvNLGSLTVb3qHZUZm8XWZrKlA6DZh8kc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.6875rem;left:57.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#K6SfO5cTwnZGZZshcQoHSxAk2sfKlsdP { box-sizing:content-box;height:6.75rem;width:16.5625rem;position:absolute;display:block;z-index:15012;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:11.0625rem;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; }
#gSlpqTCwhoCmtKwxpP3fRqJIH0oane1J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:22.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MePFSThpH1CcMrFkyhVFvAoggWgwiTfD { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"dancing script";font-size:2.4375rem;font-weight:normal;z-index:15014;line-height:.7;letter-spacing:0;top:12.25rem;left:20.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#dqSbHrfQbimFmTS5KFQ44TMy21WorLse { 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:10rem;left:4.0625rem; }
#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; }
#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:82.4375rem;width:75rem;position:relative;display:block; }#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-form-header {  }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-regular-label { height:auto;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:bold;color:#000000;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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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"; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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"; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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); }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:0.875rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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:#000000;vertical-align:top;width:33.875rem;overflow:hidden;font-style:normal; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-container:first-of-type{padding-top:0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-container:last-of-type{padding-bottom:0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f  { 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:9.125rem;left:18.59375rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.3125rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .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; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f {display:block;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f { 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:9.125rem;left:18.59375rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #XxkMPFPivKn1dyJtpfLD9C47uoIXIi2z { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #KoPg8SD8iEBPs1Xb2T7pzTqJi4L5pvVT { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #DcWlopR5PO7B6J0ZyyPur0ofJnPoKxC3 { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #MZCO9t55tK68r1TOLr257B6TDztDP38p { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #WvH5QC26Tu4Gau7SaRamQn7IlX7QyT4i { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #HRzRqZLnvTTB0tSqkmQVwrSsQ4wf7y5n { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #yIZ7z8EWB6yRdCEnsOMoK4cp1Ib9gyTd { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #POeuiTMQ67IACJTTVXQniTSumWkcA0so { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #sSbFcIuobV3M9mWkxbIk3oKBw3X64WkX { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #dGU0X7dedthS73Mc1zlh1rpG0znXo0o7 { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #X96aSeIqydgXleBXKKnI6J03zG1t4WC0 { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Egq7qvEInmi2g7GrkZs4t2JVPmZme74z { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #JTCxpss4Og0rqKykKgdpeDKZeVanIIC4 { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #lWUxplpw9tzxTfD01HMB2kZWil74Phgf { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #EiBnltAweOZzk4ULkLeRJ8s6k6c4vXlQ { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #NVqPvMLq09vXUS7dpWaegFSvfrUxXABG { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CCVfKfNULc8ivvFTZlG523iEMiAkVIHV { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #k87T0tlyOoUSMiB5ZBNpFrEPmICsBznw { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #qfqT3XTRvoKgcQmFbcByBePGE17OzyNg { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Dd6ed0m62ZoWMAkrPCiWvowNa42DzbJo { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #VASMNHOpMDGzv1UUTuIOxFwXrUUgJgJR { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CNoH6oSEDmXOIS4xUvBGTxiGgwLnBaE2 { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #W47puznHMMXOKX7fXnBsIb3OCpxCM3Vp { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #rCq9RzUPVNAA4vrGkz9GnDEha2kZqC0F { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #GfsNcRPw43QWVcTvL0nh4fcTER8ovHMG { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ZVEWyem1UeDVkOapszJzMt7eeJht30wM { position:relative;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ST4pGH59VArTKP4G6lTkDfM4uaMxqTnc { position:relative; }
#t6IIpk2XF0Xp7OOV0IIJ0wGnIo2Qyzwp { position:relative;display:block;z-index:100000;display:block; }
#bpTb5iD24QFyZ1LWN2ZDpaJTy07WzVhZ { position:relative;display:block;z-index:100000;display:block; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Nf33U8ZgnZBTvSXasEiErGqNamlT7dSR { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #otgcRiCO8SItpVVVdXDPiOsleqdJewaq { position:relative;z-index:2; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #uh4otvTAMc0slBSa7CaF2Rzrl5cC5p0Z { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ivMSiEk4uCQiFcm5obaT0hnRGlhxKXRb { position:relative; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #PSpv2DHRNP7T31EHT2DAqZUoexivLk7y { position:relative; }
#ad62WK7tyssH29xc79v6scLZw743tyCm { color:#000000;display:block;width:35.0625rem;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:2.5625rem;left:19.96875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WFcTQ89oagQFBi6kvohOVogC2Z2Nhwi8 { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:21.40625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#i6RUiNmoZl648Dz67wqVydNgovO9CcHo { color:#000000;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:71.0625rem;left:21.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#DSSiM76z8JkPQ0ZJTQC2R5LFANXiXWMe { color:#000000;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:73.75rem;left:21.375rem;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.0625rem;left:7.28125rem;width:33.1875rem;height:7.125rem;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:21.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4EZZBTrFL9WsXb2uHEsmDd5ZTzo0a8 { top:21.6875rem;left:2.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1GT2TVgdrOiweCQbyMV2BBSRctOseuR { top:21.6875rem;left:9.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFLFPTZ45dr2lQlCxyqF35KNIHON0pW { top:21.6875rem;left:16.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTPvCGnpBcaT4IQqJ4P46EaZytzNX3wT { top:21.6875rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bbu34J64ZZf2UvQCwNp21D9AlTwuex { top:21.6875rem;left:31.3125rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoAav9J8IVtwXKV2U8XyIFsBu86oMfr { top:21.6875rem;left:38.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecIJCwkrJoz49vxyzUnhaOPLRMX8hyJ { top:21.6875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN90dic6yLwHKbS7Bt2Ro25tFJkQg6V4 { top:29.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MnQ74ZtJ5i6zmPiZGIFlZvm8XUmZem { top:29.1875rem;left:6.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh8cKaFkkFCgLzJTEJAX8ESiLdBibE7 { top:29.1875rem;left:13.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXyN1UogUcDEz5VWIgnilBvdSVOguuI { top:29.1875rem;left:20.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWOp7k42yIU7ge4ssL8CR6CHV5wiT3A { top:29.25rem;left:27.75rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHToNvxzHlZhfwdkzbmHuMyEtHJKHTu { top:29.1875rem;left:35.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3x8OqTEOwUcKfvCFfJ6kNaRGTXuVkN { top:29.1875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { top:39.25rem;left:10.34375rem;width:27.0625rem;height:1.25rem;font-size:0.6875rem;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) { #rzPZL5EKTcg9kg2e8AwgWg9ZHB6BD2nF { top:11.0625rem;left:0rem;width:16.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JadwDa1XVB2dEXe4TahTfJNT3O46i7kw { top:15.875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgTgrHlNK36T9C7Vih0FHh503bVRgaZ { top:11.3125rem;left:0rem;width:12.5rem;height:5.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvs8kvJvAbKhQ8AIuHbVF5dovINclrN8 { top:11.0625rem;left:24.4375rem;width:16.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRKUNRgr7OKFRAhKISyB5EVZqIU4ASV { top:12.125rem;left:26.4375rem;width:12.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keeCJIrP5PLgmNqxdcqTy8m47cU6J9ep { top:15.6875rem;left:26.4375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R90nhEOKhn7ZJtKKOqwg99NbzzpROGlT { top:11.0625rem;left:31.1875rem;width:16.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP05mTrF5uKFRgyaJCLSeWJTHszGNa8 { top:12.125rem;left:35.25rem;width:12.5rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNLGSLTVb3qHZUZm8XWZrKlA6DZh8kc { top:15.6875rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SfO5cTwnZGZZshcQoHSxAk2sfKlsdP { top:11.0625rem;left:7rem;width:16.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSlpqTCwhoCmtKwxpP3fRqJIH0oane1J { top:16.0625rem;left:9rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MePFSThpH1CcMrFkyhVFvAoggWgwiTfD { top:12.25rem;left:7rem;width:15.6875rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqSbHrfQbimFmTS5KFQ44TMy21WorLse { top:10rem;left:0rem;width:3.125rem;height:3.125rem;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) { #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) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-regular-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-text { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-textarea { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-select { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-button { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-checkbox-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f  { width:35.3125rem;height:auto;top:9.125rem;left:4.96875rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .radio-container { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f {display:block;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f { width:35.3125rem;height:auto;top:9.125rem;left:4.96875rem; }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #XxkMPFPivKn1dyJtpfLD9C47uoIXIi2z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #KoPg8SD8iEBPs1Xb2T7pzTqJi4L5pvVT {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #DcWlopR5PO7B6J0ZyyPur0ofJnPoKxC3 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #MZCO9t55tK68r1TOLr257B6TDztDP38p {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #WvH5QC26Tu4Gau7SaRamQn7IlX7QyT4i {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #HRzRqZLnvTTB0tSqkmQVwrSsQ4wf7y5n {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #yIZ7z8EWB6yRdCEnsOMoK4cp1Ib9gyTd {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #POeuiTMQ67IACJTTVXQniTSumWkcA0so {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #sSbFcIuobV3M9mWkxbIk3oKBw3X64WkX {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #dGU0X7dedthS73Mc1zlh1rpG0znXo0o7 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #X96aSeIqydgXleBXKKnI6J03zG1t4WC0 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Egq7qvEInmi2g7GrkZs4t2JVPmZme74z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #JTCxpss4Og0rqKykKgdpeDKZeVanIIC4 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #lWUxplpw9tzxTfD01HMB2kZWil74Phgf {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #EiBnltAweOZzk4ULkLeRJ8s6k6c4vXlQ {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #NVqPvMLq09vXUS7dpWaegFSvfrUxXABG {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CCVfKfNULc8ivvFTZlG523iEMiAkVIHV {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #k87T0tlyOoUSMiB5ZBNpFrEPmICsBznw {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #qfqT3XTRvoKgcQmFbcByBePGE17OzyNg {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Dd6ed0m62ZoWMAkrPCiWvowNa42DzbJo {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #VASMNHOpMDGzv1UUTuIOxFwXrUUgJgJR {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CNoH6oSEDmXOIS4xUvBGTxiGgwLnBaE2 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #W47puznHMMXOKX7fXnBsIb3OCpxCM3Vp {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #rCq9RzUPVNAA4vrGkz9GnDEha2kZqC0F {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #GfsNcRPw43QWVcTvL0nh4fcTER8ovHMG {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ZVEWyem1UeDVkOapszJzMt7eeJht30wM {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ST4pGH59VArTKP4G6lTkDfM4uaMxqTnc {  }
 }@media only screen and (max-width: 763px) { #t6IIpk2XF0Xp7OOV0IIJ0wGnIo2Qyzwp { display:block; }
 }@media only screen and (max-width: 763px) { #bpTb5iD24QFyZ1LWN2ZDpaJTy07WzVhZ { display:block; }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Nf33U8ZgnZBTvSXasEiErGqNamlT7dSR {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #otgcRiCO8SItpVVVdXDPiOsleqdJewaq {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #uh4otvTAMc0slBSa7CaF2Rzrl5cC5p0Z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ivMSiEk4uCQiFcm5obaT0hnRGlhxKXRb {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #PSpv2DHRNP7T31EHT2DAqZUoexivLk7y {  }
 }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { top:2.5625rem;left:6.34375rem;width:35.0625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcTQ89oagQFBi6kvohOVogC2Z2Nhwi8 { top:6.375rem;left:7.78125rem;width:32.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RUiNmoZl648Dz67wqVydNgovO9CcHo { top:71.0625rem;left:7.875rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSSiM76z8JkPQ0ZJTQC2R5LFANXiXWMe { top:73.75rem;left:7.75rem;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:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfvNPokwoBeQboAxrpN3hfgapm4z0bTb { width:20rem;height:4.5498rem;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdBHtmFdI2ewSa8D4WwSnlpvRgGxe7rk { width:20rem;height:2.9248rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFP6CdShJReChhRE9q8rTvRBAzdEHcox { width:3.75rem;height:3.75rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4EZZBTrFL9WsXb2uHEsmDd5ZTzo0a8 { width:3.75rem;height:3.75rem;top:16rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1GT2TVgdrOiweCQbyMV2BBSRctOseuR { width:3.75rem;height:3.75rem;top:16rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFLFPTZ45dr2lQlCxyqF35KNIHON0pW { width:3.75rem;height:3.75rem;top:16rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTPvCGnpBcaT4IQqJ4P46EaZytzNX3wT { width:3.75rem;height:3.75rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0bbu34J64ZZf2UvQCwNp21D9AlTwuex { width:3.75rem;height:3.6875rem;top:19.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKoAav9J8IVtwXKV2U8XyIFsBu86oMfr { width:3.75rem;height:3.75rem;top:16rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecIJCwkrJoz49vxyzUnhaOPLRMX8hyJ { width:3.75rem;height:3.75rem;top:19.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN90dic6yLwHKbS7Bt2Ro25tFJkQg6V4 { width:3.75rem;height:3.75rem;top:19.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2MnQ74ZtJ5i6zmPiZGIFlZvm8XUmZem { width:3.75rem;height:3.75rem;top:19.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlh8cKaFkkFCgLzJTEJAX8ESiLdBibE7 { width:3.75rem;height:3.75rem;top:23.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXyN1UogUcDEz5VWIgnilBvdSVOguuI { width:3.75rem;height:3.75rem;top:23.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWOp7k42yIU7ge4ssL8CR6CHV5wiT3A { width:3.75rem;height:3.6875rem;top:23.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeHToNvxzHlZhfwdkzbmHuMyEtHJKHTu { width:3.75rem;height:3.75rem;top:23.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL3x8OqTEOwUcKfvCFfJ6kNaRGTXuVkN { width:3.75rem;height:3.75rem;top:23.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBzMZFOIL2LXQOLVZImJdUkVtADNQrye { width:20rem;height:0.89355625rem;top:28.8125rem;left:0rem;font-size:0.6875rem;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:8.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #puqG8ygHLn6TfUlprNGRpuxsLw32a0fz { width:19.25rem;height:19.0625rem;top:35.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2JCmrQ54K20pT72dTgUONDAOETt6IgO { width:7.5rem;height:5.375rem;top:32.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxwaZuT4FxUA1vFppfX4TeOH0WtSwBx { width:17.8125rem;height:5.625rem;top:25.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTXwywNLI8Wrh2vzpEshdfM9iQgRn44 { width:17.8125rem;height:5.625rem;top:51.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBgi3OrpTvWFqoN6EBQkAMW20owFUTT { width:12.5rem;height:1.29980625rem;top:28.5625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNItH1JxV79et7aWks3OnOkHfa2bcOeF { width:12.5rem;height:1.29980625rem;top:55.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPcwTVAOWFILyeIAVCqG3sQ3kdPsc7Xh { width:12.5rem;height:2.5996125rem;top:53rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Ty9AgXc2sGmZI8RIdJ6UJDAZcDDSHS { width:12.5rem;height:2.5996125rem;top:26.1875rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQsaiMDXRt0tSzQE3ZSGfHqFa4pA8vb { width:7.125rem;height:3.9375rem;top:6rem;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:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqRXgRlH6b4eGTmLq7b3tu5xhIz2kXxv { width:20rem;height:6.01171875rem;top:2.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzPZL5EKTcg9kg2e8AwgWg9ZHB6BD2nF { width:16.5625rem;height:6.75rem;top:11.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JadwDa1XVB2dEXe4TahTfJNT3O46i7kw { width:12.5rem;height:1.21875rem;top:16.3125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgTgrHlNK36T9C7Vih0FHh503bVRgaZ { width:12.5rem;height:4.7124rem;top:12.1875rem;left:3.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvs8kvJvAbKhQ8AIuHbVF5dovINclrN8 { width:16.5625rem;height:6.75rem;top:26.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRKUNRgr7OKFRAhKISyB5EVZqIU4ASV { width:12.5rem;height:2.5996125rem;top:28.4375rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #keeCJIrP5PLgmNqxdcqTy8m47cU6J9ep { width:12.5rem;height:1.21875rem;top:31.0625rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R90nhEOKhn7ZJtKKOqwg99NbzzpROGlT { width:16.5625rem;height:6.75rem;top:34.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWP05mTrF5uKFRgyaJCLSeWJTHszGNa8 { width:12.5rem;height:2.5996125rem;top:36.25rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvNLGSLTVb3qHZUZm8XWZrKlA6DZh8kc { width:12.5rem;height:1.21875rem;top:38.875rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SfO5cTwnZGZZshcQoHSxAk2sfKlsdP { width:16.5625rem;height:6.75rem;top:19.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSlpqTCwhoCmtKwxpP3fRqJIH0oane1J { width:12.5rem;height:1.21875rem;top:23.8125rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MePFSThpH1CcMrFkyhVFvAoggWgwiTfD { width:15.6875rem;height:3.5996125rem;top:20rem;left:2.125rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #dqSbHrfQbimFmTS5KFQ44TMy21WorLse { display:flex;width:3.125rem;height:3.125rem;top:10.125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #clAFT0oyaAu0eTmOEnBHHtIoIqQXHZc5 { width:20rem;height:1.54345625rem;top:43.85546875rem;left:0rem;font-size:1.1875rem;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:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-text {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-select {padding-top: 0; padding-bottom: 0;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f  { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f {display:block;}#A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f { width:17.25rem;height:auto;top:11.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #XxkMPFPivKn1dyJtpfLD9C47uoIXIi2z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #KoPg8SD8iEBPs1Xb2T7pzTqJi4L5pvVT {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #DcWlopR5PO7B6J0ZyyPur0ofJnPoKxC3 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #MZCO9t55tK68r1TOLr257B6TDztDP38p {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #WvH5QC26Tu4Gau7SaRamQn7IlX7QyT4i {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #HRzRqZLnvTTB0tSqkmQVwrSsQ4wf7y5n {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #yIZ7z8EWB6yRdCEnsOMoK4cp1Ib9gyTd {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #POeuiTMQ67IACJTTVXQniTSumWkcA0so {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #sSbFcIuobV3M9mWkxbIk3oKBw3X64WkX {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #dGU0X7dedthS73Mc1zlh1rpG0znXo0o7 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #X96aSeIqydgXleBXKKnI6J03zG1t4WC0 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Egq7qvEInmi2g7GrkZs4t2JVPmZme74z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #JTCxpss4Og0rqKykKgdpeDKZeVanIIC4 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #lWUxplpw9tzxTfD01HMB2kZWil74Phgf {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #EiBnltAweOZzk4ULkLeRJ8s6k6c4vXlQ {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #NVqPvMLq09vXUS7dpWaegFSvfrUxXABG {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CCVfKfNULc8ivvFTZlG523iEMiAkVIHV {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #k87T0tlyOoUSMiB5ZBNpFrEPmICsBznw {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #qfqT3XTRvoKgcQmFbcByBePGE17OzyNg {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Dd6ed0m62ZoWMAkrPCiWvowNa42DzbJo {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #VASMNHOpMDGzv1UUTuIOxFwXrUUgJgJR {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #CNoH6oSEDmXOIS4xUvBGTxiGgwLnBaE2 {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #W47puznHMMXOKX7fXnBsIb3OCpxCM3Vp {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #rCq9RzUPVNAA4vrGkz9GnDEha2kZqC0F {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #GfsNcRPw43QWVcTvL0nh4fcTER8ovHMG {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ZVEWyem1UeDVkOapszJzMt7eeJht30wM {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ST4pGH59VArTKP4G6lTkDfM4uaMxqTnc {  }
 }@media only screen and (max-width: 763px) { #t6IIpk2XF0Xp7OOV0IIJ0wGnIo2Qyzwp { display:block; }
 }@media only screen and (max-width: 763px) { #bpTb5iD24QFyZ1LWN2ZDpaJTy07WzVhZ { display:block; }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #Nf33U8ZgnZBTvSXasEiErGqNamlT7dSR {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #otgcRiCO8SItpVVVdXDPiOsleqdJewaq {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #uh4otvTAMc0slBSa7CaF2Rzrl5cC5p0Z {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #ivMSiEk4uCQiFcm5obaT0hnRGlhxKXRb {  }
 }@media only screen and (max-width: 763px) { #A9RMDXGPKAS3Nzpnm0UPRQJRCRZeDV3f #PSpv2DHRNP7T31EHT2DAqZUoexivLk7y {  }
 }@media only screen and (max-width: 763px) { #ad62WK7tyssH29xc79v6scLZw743tyCm { width:20rem;height:1.94970625rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFcTQ89oagQFBi6kvohOVogC2Z2Nhwi8 { width:20rem;height:2.76171875rem;top:6.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RUiNmoZl648Dz67wqVydNgovO9CcHo { width:20rem;height:2.92480625rem;top:79.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSSiM76z8JkPQ0ZJTQC2R5LFANXiXWMe { width:20rem;height:2.9248rem;top:83.4375rem;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; }
 }