.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:#000000;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); }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container { background-color: transparent; background-image: none; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container > .video-iframe-container { display: none; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row > .video-iframe-container { display: none; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .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); }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container { border-width: 0; border-radius: 0; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#VNckJE5tlff4vHkQTg9L8XHwnM92t1X3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:15.3125rem;display:block; }
#fDe4T4X0SwCehtV2EEqEp5W96hqlAsmb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nP8psvhNEH3SMGAE6MgqgNwAqGowvytE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#Tka83ULrywfaXlLTKWy77pl0lZUx0aBE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#aJPznzTTPt2VElUsLHSt6mxrzmE0OLOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQyTTKq9yQr0TnnXmCDz2XI0ofuIgCcq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:33.9375rem;display:block; }
#mulNKhynQSpO870oxVUNUX6ct6Pr4bOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ripCo0DMN2tZ0qUBwk8eMK23VRv1yq1w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:27.6875rem;display:block; }
#pl9uOtIsZVHw0zgy9GhwZHkoxgIs4CsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJO2HcEtB0HrBHLhClfk1UM7LzBmqAT5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:9.125rem;display:block; }
#AiWJTJTuhKoi9m7oDZ3Hb05b4UP9zUOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG20EyLatsOCTU1KTdvg1uFogHRqgwXZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:21.5rem;display:block; }
#wSsf4zmADvuZOvxXAFZnOcWFUfHUmTDv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJLkMCm5DO2P9XZ6t7E9GGoWwboqglxq { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:51.6875rem;display:none; }
#xuTro3Z60k9KlrLhTsCcglfRqKZC4D54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 > .row .container { border-width: 0; border-radius: 0; }#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#RAUM4IcNwPBXAcQuO5eP3cDZt6IOGc6d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:15.3125rem;display:block; }
#rpodXsos0cGLqEHwLGyMKTMKXz6d76qG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2lPH52pXyNOOuWgeLJ2nc6iDdBa9hT8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#QVaeG8TXOotRfe5Jn9trUKtxszsP1lcg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#yivCT3SetSvDEZPededPTR28WR6M4Ff9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqZqLZ0i5OcWOfGtGfFATt3A3JArgDyo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:33.9375rem;display:block; }
#u1SCQ8wKFMVq70sO4rvh5LX5R94elMC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqt5qacIoJndW6dffnFgnh0FSTi3hXgl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:27.6875rem;display:block; }
#L6AgzdJ1erIJwb8SOJcU53uNb4fkaTDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SG7bUW4WmCmip6BZRUmTwFCy0CORsTlv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:9.125rem;display:block; }
#yQQB1fnmulCVqbnt2zrun5RnU6veHoBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L5M6kVXxg4RFmaHwpcOiwLKvUyPlgy3M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:21.5rem;display:block; }
#tQA75H8zad6nnOwcZkI6k6HgO8TvO14n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1yHNdsAPWqCJLUdkyq9Jq5RepoT2S7R { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:0.75rem;left:63.625rem;display:block; }
#PWCGisTAGy378vuZVMEMHZAWKTqNnAF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHPiffAxal8o6dmukAoCWPGXoxPg5BZ5 { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:51.6875rem;display:none; }
#EJ5l1ohk4V5VWAapVr2CiZJ5wilZDMrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c > .row .container { border-width: 0; border-radius: 0; }#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#g9xdOCBSN566r60d5Pk3lQya8NBFouQc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:15.3125rem;display:block; }
#Kz6XDVBVuScJdFTs5NT807PUyCxsl891 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsLaVbX1FLXSwTwRfCa7NOmUKtdogy1r { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#V4JnSbHrcSeJi7HXppfhdBQKi0cJXI1Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#Vc7NdLrTXBBQdMtf3ZEiWq5zZzxmxqWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfhw36nUnS43zFogCTek1Fbs6LOvmTd5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:33.9375rem;display:block; }
#wQZpzBpn0cMsooXWzioNQFhlIQbMfrVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdZgWFMUTPF8rL4itTp7LT8lc2tNX4T1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24935rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:27.6875rem;display:block; }
#b1B3cI9LawmF1l0Ugb7KUZqXcGDxwD4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0lWIFi7Co5fwwphcoZEWfJz1BLF1iu8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:9.125rem;display:block; }
#T6J918RXtdX6iqUt0w4OIMsPRAVinq48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIlr17y5TEqBHzDxHA5dXRmqnra33RxJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:21.5rem;display:block; }
#mQFNFAPeKOZ8XGqrNxWh7V9UDebMkbvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x07iJTII1vS1dTZyusEO2qkaEhGIzTUB { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:0.75rem;left:63.625rem;display:block; }
#F4u7MthTmR6v5KOdwcADEZzqxCvNUqan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVAfLyKfLikmcCfC72ttTlCvHh7A873u { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.75rem;left:51.6875rem;display:block; }
#ayAGQc57MM6EUFvpCs1IJLlwoIVzMMcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG > .row .container { border-width: 0; border-radius: 0; }#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#BleSzcNrvc2yoPBifaOo63cN0z5pdxfw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:43.8125rem;display:block; }
#F9GNO3SWOUZ5J5niJIxnC6cAgoAaoVkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6apXQlAIRBUSD5vRw4UN6HpuGEiDerH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:50rem;display:block; }
#D0TtlHpaCqAD61mGqVzzJivAwXX6ml2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpJspn9QWXsssuaCgkRKrNT1mgNSzTmZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:62.5rem;display:block; }
#QL6K3w04rZ3IyV62XXk3QOiOzm2Cve8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9TAvrKC1siS2bJTlulqLtc8T2rPZDde { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:block; }
#ETshfzIa5q23mcJAkzcaMXXvlGAzTxuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXa8Uq7PbmEPLzPtRmfUDB5QSABSsQ5v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#fUVobaWoWR15v3gfdIcPmGU5qBlCrThZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#wmMJeaxGuJEQ6xbllZqOmFuvlEakkKLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z66UwxsUX2H66MdvGTHBfG216WB2XVIO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:68.75rem;display:block; }
#k4O9HmTQzBLRh6cVXOHG9wNiHDTNQQes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aw88qfUPs7QKII7071DET08VCTJqXEt6 { 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:22.062rem;width:32.687rem;top:4rem;left:0rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e81ea574-0bdc-45cf-a65a-9a91c79988e9/bgwdb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:none; }#LSKxwWrQG2D02dNZTnxJtT1JIeAIiUQ1 { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.75rem;left:5rem;height:11.0244rem;font-style:normal;display:block; }
#zubHBH8BaUxTO6flfwsAVEuZhATSVl1k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:22.1875rem;display:none; }
#p6ndmI8f41BMl4OMWNTmQaeRzLNoX0wl { 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:19.0625rem;width:32.5625rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#FeB8ZTiaLwo0udGMRHUkcT1UGzBTx6kt { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.486118rem;height:2.985568rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:41.812068939209rem;left:5rem;display:block; }
#Z61bm3NKDs4hfnHyivpbHK60LMUR9WsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NqKhqboAxJ0Np0N1kzxwdn0xTuOb4df0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:38.3125rem;left:5rem; }
#A5XtGLhCVCwhMC32Bppzo4xiKNzZJafn { color:#fca935;display:block;width:30.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:38.4375rem;left:7.75rem;height:2.19970625rem;font-style:normal;display:block; }
#QNKB3HH989oCvRNUWU14uQProWEdPIT9 { color:#fca935;display:block;width:21.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:35.8125rem;left:5rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geNydXefBT6NEaAlTE8Tk8FwvBiFiPGp { color:#b4c500;display:block;width:35.559375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:32.785919189453rem;left:5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bT3MbLIziBqiPk0lFHBOeeKpnSlCEXxm { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:15.061847686767rem;left:32.030708312988rem;height:5.19921875rem;font-style:normal;display:none; }
#uieXuDDhJU1CxVaCRgvVpWyOn7xUIVkO { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4858125rem;height:2.98535rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:41.8115234375rem;left:21.75rem;display:block; }
#sIhUUP1hNFpW4maiFUo3KatN3PH8X77g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e81ea574-0bdc-45cf-a65a-9a91c79988e9/bgwdb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.adaptive-delivery-prevent-bg, #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.lazyload, #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.lazyloading { background-image: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { background-color: transparent; background-image: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container > .video-iframe-container { display: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row > .video-iframe-container { display: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .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); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { border-width: 0; border-radius: 0; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#vqDVs97BPAGM4Z1GHc9BsK6xnD5QV5Nm { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.75rem;left:5rem;height:11.0244rem;font-style:normal;display:block; }
#IJkm4vKO2NbHXQUd63UoiaXywn44ZzJ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:22.1875rem;display:none; }
#UW0kwreEtoJ1pdHFXFDbr8JftFdfxpDf { 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:19.0625rem;width:32.5625rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#EFK6wOLIWFJOX3b21sdIarJhD3LWLt2G { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.486118rem;height:2.985568rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:41.812068939209rem;left:5rem;display:block; }
#WuH20cAIF6qElLekxNRwIdcOwv6mervP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osPwgUWoa3K4EW492WWn282mC9SHbJVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:38.3125rem;left:5rem; }
#WDZVSJ2GbXZk0Om30bowFGIIAdxaKdgf { color:#fca935;display:block;width:30.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:38.4375rem;left:7.75rem;height:2.19970625rem;font-style:normal;display:block; }
#XAcwM8AaaTmVzSxTpyivl65tAzMHEXm9 { color:#fca935;display:block;width:21.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:35.8125rem;left:5rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTWkkp7aA9l4ooKEd8FizTikFTWTRb1s { color:#b4c500;display:block;width:35.559375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:32.785919189453rem;left:5rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mymhTtUUqXbFswJebb5iy6c3zyeIFxbZ { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:15.061847686767rem;left:32.030708312988rem;height:5.19921875rem;font-style:normal;display:none; }
#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e81ea574-0bdc-45cf-a65a-9a91c79988e9/bgwdb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.adaptive-delivery-prevent-bg, #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.lazyload, #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.lazyloading { background-image: none; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT > .row .container { border-width: 0; border-radius: 0; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#xEK8s2mqXodNtNL5yOJFUltlnPOJhKaB { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.75rem;left:5rem;height:11.02215rem;font-style:normal;display:block; }
#ORC38Z5HxpmuNPMVIf0pz0TGXPb1X1Ab { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.9375rem;left:5rem;display:block; }
#e8TUKK9wQkgCi5Htah2FGhSrBN9DcIlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJ19XXIBuesGvKH5zT5H7PxhF9i4Na8x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:22.1875rem;display:none; }
#RLEUnafUWeLnmf6RGtSdehfrNmCyppAg { 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:19.0625rem;width:32.5625rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#UEMNWmLslTkrRdebRX5nqAVJn8bWMABE { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:41.9375rem;left:22rem;display:block; }
#FVleyNQ4Mp9AKph9C9bUz0mZpCzwv71n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qHTSWrGHLVb9B04dKGrEAQ04dkzA0FrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:37.0625rem;left:5rem; }
#JK21Z4GHB1H2x3TEQoQhdCKgMJgwHSXl { color:#fca935;display:block;width:30.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:37.1875rem;left:7.75rem;height:2.19970625rem;font-style:normal;display:block; }
#Kg7iAuJgcZ2r5bEhPDDFM5xMRtWvLnB6 { color:#fca935;display:block;width:13.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:34.5625rem;left:5rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.adaptive-delivery-prevent-bg, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyload, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyloading { background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { background-color: transparent; background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .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); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { border-width: 0; border-radius: 0; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#GNFX4kPDHLT5SXQ9yDxp62CoOAaki9ID { color:#b4c500;display:block;width:35.5595625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:15.9375rem;left:1.2509765625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HaQBfmes8VFcX52JU655TyE0ADEbKtJA { color:#eaeaea;display:block;width:43.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.583333015442rem;left:15.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MsaRUF6hrRuAWiIAomh1e2pQ7AiGogpQ { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:15.061847686767rem;left:32.030708312988rem;height:5.19921875rem;font-style:normal;display:none; }
#TsVZvBySVlTJbFddCtoct0sPok5TbUsg { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5555555rem;height:3.0555555rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:44.561633110046rem;left:29.687502861023rem;display:block; }
#PawUPaNLMuZufAPfSPXTImFhcbAAKJRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KryzvREJkqHvT8IJaMgEiZ2WIeJztK3O { color:#eaeaea;display:block;width:41.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:33.125000953674rem;left:17.21875rem;height:8.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MkwtzMo7bUXcRx3wSRxW4fVArAW8W6NB { color:#ffffff;display:block;width:27.7486875rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:8.9375rem;left:1.1875rem;height:4.87521875rem;font-style:normal;display:block; }
#WssZ7aRG59euC5fHGMPbCzhQAxE5LsWS { color:#d2ee00;display:block;width:31.4361875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R0Kio5aPPFk6rf6yWaDoL1HSEHv7eNk0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5625rem;top:4.75rem;left:36.75rem;display:block; }
#GQvBXgaJvxmCqRV6vv4brU9BPBOaiX2R { color:#ffffff;display:block;width:31.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:22.1875rem;left:1.2509765625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.adaptive-delivery-prevent-bg, #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.lazyload, #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.lazyloading { background-image: none; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx > .row .container { border-width: 0; border-radius: 0; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:none; }#elPgAhtZOQ48QS3RH40NoASSiTN5FTTc { color:#b4c500;display:block;width:35.5595625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:15.9375rem;left:1.2509765625rem;height:4.49978125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q4xpZli0RAQ49Zd2qNhlWPQd8QpTvtRN { color:#eaeaea;display:block;width:43.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.583333015442rem;left:15.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UOuD32FuEaqhP0mQo7zFU0WzJ9w7VLrn { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:44.625rem;left:21rem;display:block; }
#Os2cnH0zpO6lXJvCF3erVCMwHuPcrqXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1bEzmNulSovzaiPhlRmiBy8EGlupAAb { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:15.061847686767rem;left:32.030708312988rem;height:5.19921875rem;font-style:normal;display:none; }
#Alr9HSEpT6MHhs4k40dKiPFrcBry12cl { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:44.625rem;left:38.375rem;display:block; }
#Sb1XeueNdMz5JZTt6TBVenXb78JRlspZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2aGQ2iLPECwTJ5dt2fnRCIVM5OlBJx4 { color:#eaeaea;display:block;width:41.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:33.125000953674rem;left:17.21875rem;height:8.748375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TqlBi1iGUOID0KL05QA5yyhiJm5TPA2K { color:#ffffff;display:block;width:27.7486875rem;position:absolute;font-family:montserrat;font-size:4.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:8.9375rem;left:1.1875rem;height:4.87521875rem;font-style:normal;display:block; }
#cgvTgKOgXI2IkOKTwd6dPIG25T0R3Gyh { color:#d2ee00;display:block;width:31.4361875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBpVQL9PJVxQIvy5pQIUz8sfmuQqIiCa { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5625rem;top:4.75rem;left:36.75rem;display:block; }
#Qr2Q9qcrfPvW75yNpnwOueDaZuUbMubw { color:#ffffff;display:block;width:31.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:22.1875rem;left:1.2509765625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#O2pMaWyVAew28yTD9G91bqSoK84I5TdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { background-color: transparent; background-image: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .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); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { border-width: 0; border-radius: 0; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#h5pEP4RO5Sd99k724FVSBkOyDT5bq6Zm { 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:5.56206875rem;width:5.625rem;top:5.1589632034302rem;left:5.9673395156861rem;overflow:hidden;display:block; }
#T7wJV9oLEsRyQfOU25nPeCabqPxXqtrp { color:#d2ee00;display:block;width:10.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:13.249786376953rem;left:3.1248912811279rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FnMSXfgTP6lTKIT1CSLUQ4qpBDu0B4CA { 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.74989375rem;width:5.187175rem;top:6.0053167343139rem;left:20.623915672302rem;overflow:hidden;display:block; }
#FeGmM4t5fIawH4zQW32HpO8iTdPnoU2O { 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:4.4375rem;width:7.8125rem;top:6.2559690475462rem;left:47.779408454895rem;overflow:hidden;display:block; }
#yUlGVtrMMDahAyeiSwCdaycxVRCiEXnG { 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:4.875rem;width:5.3125rem;top:5.9375rem;left:34.8125rem;overflow:hidden;display:block; }
#pFI48BfQd8055THhfzOJN0OIeNGIsFeV { 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:5.3125rem;width:5.5625rem;top:6.0047750473022rem;left:63.311089515687rem;overflow:hidden;display:block; }
#TxuOT22I9bsZUVwOdBgfcUSm5iTdVA13 { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:13.25rem;left:17.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yiEpJ2GrPIJ3gFkhqKc7zxn9heiV4NxP { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:13.25rem;left:31.875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#esT6baXLptt1fpv1zNyiIPuRie9BlnXH { color:#d2ee00;display:block;width:11.1855625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:13.25rem;left:46.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzUacMmTVRvZrL2uaxTKOo5FyA20NVFs { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:13.25rem;left:60.6875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQBJLKE7MrJ74Gw0NbgFRSMWJieFS67g { position:absolute;display:block;z-index:15034;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:6.125rem;left:15.75rem;display:block; }
#eGTy1rnWIQnXJmNt52c2KQ2bVksNENTa { position:absolute;display:block;z-index:15035;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:6.125rem;left:30.125rem;display:block; }
#iNhykKkqJszyupauRdBbNpLzmkQTqTPd { position:absolute;display:block;z-index:15036;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:6.125rem;left:44.5rem;display:block; }
#zDehcanAxX4iV1VykoOgauxs20g5iRIm { position:absolute;display:block;z-index:15037;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0625rem;top:6.125rem;left:59rem;display:block; }
#KQtaHT5zbvq7iJQvsHZfTxgQsJxGyLxG { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.561875rem;width:24.2496875rem;top:10.5rem;left:0.375rem;display:none; }
#NhfLfh5BNenHmNbCTxKJVwSUQeCTpNUK { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.561875rem;width:24.2496875rem;top:10.5rem;left:0.375rem;display:none; }
#ThT0BSI6TuP0yp9rtVLEEpfpKd2d8I9x { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.561875rem;width:24.2496875rem;top:10.5rem;left:0.375rem;display:none; }
#ltEcagSo7AOlZqcBPZMoSz8UidyMGLpl { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.561875rem;width:24.2496875rem;top:10.5rem;left:0.375rem;display:none; }
#TH94h2tTL2m63wxcFTMQkouI0lTStGJd { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -moz-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -ms-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-image: -o-linear-gradient(180deg, rgba(39,39,39,0.72), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727b7', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(39,39,39,0.72), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:32.561875rem;width:24.2496875rem;top:10.5rem;left:0.375rem;display:none; }
#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#23333e;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.adaptive-delivery-prevent-bg, #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.lazyload, #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.lazyloading { background-image: none; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU > .row .container { border-width: 0; border-radius: 0; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:none; }#f2rlv27fiE7JcAI12X5bBeOyTqWyTi6D { color:#ffffff;display:block;width:35.249rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.125rem;left:19.875rem;height:2.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3Gidxe7IFoe71GSwT5vEUqhuGTfqRUC { color:#d2ee00;display:block;width:30.999375rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:3.5625rem;left:22rem;height:4.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwF3IQ8w2zHZKAl4qwXQX6IM22T6qML9 { 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:5.99989375rem;width:6.4995625rem;top:13rem;left:5.5rem;overflow:hidden;display:block; }
#lJUEbWl5cTSE2LwS3i90lQKUNUfSxQst { color:#d2ee00;display:block;width:11.1865rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:20.375rem;left:3.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abDqGJp2cBeuhtWFZOK2wwnD8wW8THNT { 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:5.99989375rem;width:5.99989375rem;top:13rem;left:20rem;overflow:hidden;display:block; }
#at8b2CEqFWUpu5pFEMktLGHxS8TOezlg { 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:5.1242375rem;width:5.99989375rem;top:13.4375rem;left:48.75rem;overflow:hidden;display:block; }
#fXK0quw7w95MG9TPxBuOhQh8S0JJagBl { 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:4.31206875rem;width:10.5615rem;top:14.75rem;left:32rem;overflow:hidden;display:block; }
#p7MtkBX8Ch678LZRgvNR7Z322myaCTnT { 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:5.187175rem;width:5.99989375rem;top:13.375rem;left:63.3125rem;overflow:hidden;display:block; }
#hJHX8pCLuznaqfIKNCR3Cra2Z6Lakomg { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:21.1875rem;left:17.625rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmybyUVEflZwPOwtiU6E6iS4hLof26P8 { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:21.1875rem;left:31.875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBQPUhT5EXrFZZTd66UogioODmV9mBzA { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:20.375rem;left:46.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDMw1muhUP9MAtdXHFeqpnI5Zp2Nl1uS { color:#d2ee00;display:block;width:11.186rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:21.1875rem;left:60.6875rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qhd1cf1UaA7TEmUAyMxX10XD2TsTzfrP { position:absolute;display:block;z-index:15034;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0623915rem;top:14.75rem;left:15.75rem;display:block; }
#DUEMVE3WUE78OI1eEv1NKWaePnSFqauE { position:absolute;display:block;z-index:15035;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0623915rem;top:14.75rem;left:30.125rem;display:block; }
#eHMXuIGQxTqclbm0EhwMmOG9RAbbTyvQ { position:absolute;display:block;z-index:15036;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0623915rem;top:14.75rem;left:44.5rem;display:block; }
#ltlMbR1NPZBq4bH8dpvyfDBAxnfDIX1A { position:absolute;display:block;z-index:15037;background-color:#6e6f72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:0.0623915rem;top:14.75rem;left:59rem;display:block; }
#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/815721b8-40a1-4a38-8c3d-a395e0f866b9/Frame8368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.adaptive-delivery-prevent-bg, #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.lazyload, #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.lazyloading { background-image: none; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl > .row .container { border-width: 0; border-radius: 0; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:none; }#KPMLM2G64U114sreTam8MvUERk5h3R6O { color:#def81d;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dDHq6bwPVHz6sV8RIID3Ly7W9NSEKMPv { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.375rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MdRp17sAomNENwbyHvIydLaBym9f7SJD { 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:9.0625rem;width:32.125rem;top:14.3125rem;left:38.25rem;overflow:hidden;display:block; }
#XKEzUbpdtQiNVBLJ0CAO7u1HdKQweODh { 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:9.0625rem;width:32.125rem;top:24.25rem;left:6.5rem;overflow:hidden;display:block; }
#mmvZbagdm2N9RQZ6Gg9bPIknLg8bagDJ { 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:9.0625rem;width:32.125rem;top:24.25rem;left:38.375rem;overflow:hidden;display:block; }
#K1tlmuDBqrNAD7HimQugm3zA9Gd7ht0e { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:17.1875rem;left:16.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OryGaP7TuR8qohqhLuiCKbVw8xuygAkH { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:19.375rem;left:17.375rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#anKAnOisu5TaG1A1sHnJ0nio139k7syp { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.1875rem;left:48.9375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bhgzJEFuTAr0uAh9t71elLJMlO03bVN0 { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:19.375rem;left:48.9375rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f1cMfIr63wtTgsJpdfiZxfS4agZIgzf8 { 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:9.0625rem;width:32.125rem;top:14.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#HlgOErQiRDZ5mU09dclEovvDz9AFfLO9 { 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:9rem;width:31.6875rem;top:34.375rem;left:6.3125rem;overflow:hidden;display:block; }
#viJxaQA2iSMn4N5pK1RKAhqUaOuOGozx { 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:9.0625rem;width:32.125rem;top:34.375rem;left:38.625rem;overflow:hidden;display:block; }
#K2tL6prueIkOtQaaxLnh96mI8EfWueU2 { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:29.3125rem;left:17.5625rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HGVCBXPsKG4qxWoR8tTE5VtfOW8Hq7SS { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:27.125rem;left:17.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fDOpSAFqDMDkEZBpSAPztMyXhITwUCCv { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:29.3125rem;left:49.125rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IAyXA7ZJ7XhnBuTKB4e4y0GecpxqVvaf { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.125rem;left:49.125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AMA3c5TD9nTgOwxwP3u17nnJtFuTebJf { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:39.6875rem;left:17.375rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KeTpXr6i8980TAfk5QD22bsivTsfTx7N { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:36.25rem;left:17.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BrOHteqhca6dpuBgzEwOwAsZIMn5t8rl { color:#a0a0a0;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:39.6875rem;left:49.125rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Op4WwsMcA1d86mC2qaxv2n8D0wEaAR7w { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:37.0625rem;left:48.9375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MJOzPlIWFPmTOVES4c5NwV5wNBxqV7Ue { 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:16rem;width:16rem;display:none; }
#W2obySD9rwZUU2HTAOm1ahLlgPp0ltWT { 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:16rem;width:16rem;display:none; }
#AWGKzBPSLDeqSu1AT5lHSn5SqiWn6wbd { 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:16rem;width:16rem;display:none; }
#E7ChH6I1aCJ74Lo7M9gLLEcX6IaDVDfK { 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:16rem;width:16rem;display:none; }
#zXOpsc8Jk5ATgeL9kBg19rwa00zgPub5 { 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:16rem;width:16rem;display:none; }
#MQodLTHnqdwoKsPOoqPBCy1GqWW29AcA { 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:16rem;width:16rem;display:none; }
#o9WdSytgUVycggPAeEubqxVdo2UQn48Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/815721b8-40a1-4a38-8c3d-a395e0f866b9/Frame8368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q.adaptive-delivery-prevent-bg, #o9WdSytgUVycggPAeEubqxVdo2UQn48Q.lazyload, #o9WdSytgUVycggPAeEubqxVdo2UQn48Q.lazyloading { background-image: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { background-color: transparent; background-image: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container > .video-iframe-container { display: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row > .video-iframe-container { display: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .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); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { border-width: 0; border-radius: 0; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { font-size:0.875rem;font-family:arial;height:91.0625rem;width:75rem;position:relative;display:block; }#PeFb2NGPDvIF3M8XtMA1vPPiL4igLo7U { color:#def81d;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.8528642654419rem;left:1.3742399215698rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eTDz4Fh2DRrFFh96PAfNnEPD49yGEB8J { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.5084638595581rem;left:1.3742399215698rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oGqQKHzmheBUx5Hw7NJUGXuTUFseDcpl { color:#b4c500;display:block;width:14.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:32.625rem;left:3.625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#isHTA6640bTP3QGVT6O7tq498wKdCm4N { color:#a0a0a0;display:block;width:15.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:36.3125rem;left:3.3125rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XubSSmsP1TMSuoVAwtoSORSTogkEMTvp { color:#b4c500;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:32.625rem;left:20.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JgsJVmfQDUon9n2tyzUrNlRQTIJCGfFp { color:#a0a0a0;display:block;width:11rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:36.3125rem;left:22.53125rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i1HXOBgXv84u02bkamRVzzGMfPF75b9w { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:32.625rem;left:37.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RsPp2wNQqTysgQmTvXSDHXG8Q2Aco0SX { color:#a0a0a0;display:block;width:14.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:36.36328125rem;left:38.46875rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZTpfm3nnA5qXeTz78LNp3GN5h5TTNgnd { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:32.625rem;left:55rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ka1qrxuTTSJ47pyMb7mxTQhAhRA7sT30 { color:#a0a0a0;display:block;width:14.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:36.36328125rem;left:55.59375rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q8Ct8awsEBBfQOK6sEJwbarQ83fPAwm5 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:14.4375rem;left:3.5rem;overflow:hidden;display:block; }
#s4q1TRAnnz57TlEcBxbavAVws5lSWGmd { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:15rem;top:14.46875rem;left:20.5rem;overflow:hidden;display:block; }
#pMaG9TDsMRvRtQiZniFWMqstN1c2h6G4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:14.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#s2fR9ysfx78OZw2ewUnquMWptucpazKq { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:14.375rem;left:55.1875rem;overflow:hidden;display:block; }
#OaNTqAf02XlwJC6FZ3VSovB5hPxFLsQy { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:38.6875rem;left:3.125rem;overflow:hidden;display:block; }
#dwB4kKRT5Z3vJGmKCEwm5TIuk3W9TfcQ { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:15rem;top:38.75rem;left:20.5625rem;overflow:hidden;display:block; }
#XLty91y2GQTJaKchdcpNvTkpsQod8FJG { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:38.6875rem;left:37.75rem;overflow:hidden;display:block; }
#XTN7tbcxKKX6Suvz8WDoHzlnBMH1Qsx7 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:63.25rem;left:20.5rem;overflow:hidden;display:block; }
#whu7aqAx151pfvP0nWErl46Ghai0Rhti { color:#b4c500;display:block;width:14.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:57.1875rem;left:3.4375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LqGQGWnuufPuN0K7PZnQPmy2VwGPlJUk { color:#b4c500;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:57.25rem;left:20.625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lFLgSyGnN4ioEJSOt63KH9sSvC7IKuOB { color:#a0a0a0;display:block;width:15.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:60.875rem;left:3.125rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VbflNWTGzKmtDVQk14gI2wvz26LmadsM { color:#a0a0a0;display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:60.9375rem;left:21.6875rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XoTxUyZemfpXdVOCZ4BxMGQlm1WJ7JfZ { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:57.1875rem;left:37.9375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zBmvFbA9kUQTXANuiUfGXhw2kDTms7Uu { color:#a0a0a0;display:block;width:14.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:60.9375rem;left:38.625rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TBn6c9FQahenD2LTboToVKFVhwBnNpuf { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:81.75rem;left:20.3125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xKxZZowoC5IUd7bJDJdrtoQPcxuRhKnh { color:#a0a0a0;display:block;width:14.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:85.5rem;left:20.9375rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ds3KOrHBcgVaq6P0KENKtquwD40aWgZA { color:#a0a0a0;display:block;width:14.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:60.9375rem;left:55.8125rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ig7yiqw5mesheNQ19GT5XBfxyryAGX4t { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:57.1875rem;left:55.125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C44tyQdaJKkdkNEnovEUkszJfxdbgqIQ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:38.6875rem;left:54.9375rem;overflow:hidden;display:block; }
#nt49ep0DOkK8spAkbTmmrzCm6Cd6ieBa { color:#a0a0a0;display:block;width:14.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:85.5rem;left:3.875rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qatQgc6T5iuZeM7uM0QBT10IakSChdMh { color:#b4c500;display:block;width:15.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:81.75rem;left:3.25rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uR0zHexR3sJuvUUlbdRwz9Zp1eIoUeKR { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:15.0625rem;top:63.25rem;left:3.4375rem;overflow:hidden;display:block; }
#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.adaptive-delivery-prevent-bg, #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.lazyload, #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.lazyloading { background-image: none; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM > .row .container { border-width: 0; border-radius: 0; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:none; }#gOcP5Q80X0d3WJfPtsJhliPC4T8vgzN7 { color:#def81d;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kV30L3aIxq2HFXJoqE7NspfEH5rPLc6N { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:9.125rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eZQcyyCk44mtKF8u5x6iuRSaNZuAnBQT { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1864375rem;height:4.1862rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:59.497628688812rem;left:2.6247844696045rem;display:block; }
#uThzU3H3yPlrRTcCR2bkG7sLxutVcbCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn4T4Lq1QgJevk7KgcWHaMFWQHL4S6DA { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#wQd5XuoTyufdKFFsH2KRWFpcBGUOcR15 { color:#cacaca;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:19.625rem;left:2.8125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FB6Q7RqtVTNV010NvpH0bomCt0RstdFT { color:#cacaca;display:block;width:36.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:42.9375rem;left:2.625rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rUNDQDHd6BEK9GbvLGvxy1ph4h39GfS7 { color:#cacaca;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:32.428388118744rem;left:2.6247844696045rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H5r5rTkPQFIxxTVa4XJEOl9d9qKdQxSe { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Ce8QFH9iXmi6VaiuLX2v3JKVUmoqDUq9 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#EKU30f3RUgRyyMgCltX98aAIkCqVdQdW { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#w0qKbMRRA0Wi9507oPb7wholThOqZcc4 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Gizk0fU26Z9moCSF4MouoeaQG9cQE3Kd { color:#cacaca;display:block;width:43.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:53.375rem;left:2.625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CBtecFtAW1rK7Tqk5PuDnsSriOGtefE8 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#DGW5IWDl5AzKLUGnqHIeGT0lPPrOAKJa { color:#ffffff;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:17.5rem;left:2.8125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pt0rIh50oPxXPrINthtWRHUHQonq9HSP { color:#ffffff;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:24.5625rem;left:2.625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#R6L6GfpRLUk4bf4ATslgpftRQbNtbeP9 { color:#cacaca;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:26.75rem;left:2.625rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mmChGylnpwBkP2pVFL1zb6BrSbUZqWQG { color:#ffffff;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:40.75rem;left:2.625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#frxktsyTHpTdwIyc5CzQhwkqqKUu3c1S { color:#ffffff;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:51.1875rem;left:2.625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qC5yvTVuLCLsn60TiWq8yuFIfwd9HrM8 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#bSiulTFEZ7L0en2nCXZRnIAsHb9Ck3Sd { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#VFzTAGWad81GcPwrroBGyw8qJp0gMmKa { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TqFVTHw2NcKkQmi2U4Z78lRylaCKlXzx { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3622e1d5-aad4-4f2c-8eb5-5f012e2bae92/wdbbgsac4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.adaptive-delivery-prevent-bg, #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.lazyload, #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.lazyloading { background-image: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { background-color: transparent; background-image: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container > .video-iframe-container { display: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row > .video-iframe-container { display: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .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); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { border-width: 0; border-radius: 0; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:75rem;position:relative;display:block; }#R0pievnb9zW3LZTVVocdghDRXWomUgcJ { color:#def81d;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b5wFRZwhfyn2KliED5yA0cFwrJoF9oAR { color:#e1e1e1;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:9.875rem;left:1.375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SUtMZecX5b4ID4nvygsDThSGy5lLHDF7 { 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:9.6875rem;width:9.6875rem;top:17rem;left:10.75rem;overflow:hidden;display:block; }
#QpT0B3SSsHc4VlnNJ2XCysSEU2v0aXTA { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17rem;left:23.0625rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Me52WEswbB6g3BfpgUS2ZfeAH6MXoObm { color:#cacaca;display:block;width:51.9998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:20.0625rem;left:23.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JomXGOaCuulkZ2p55H7FoVgEoBPPvoe3 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5621875rem;width:9.5621875rem;top:32.4375rem;left:10.75rem;overflow:hidden;display:block; }
#DJ6pTTnuPVt4wdAX6sa5WMPNH6ZIrirM { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:32.4375rem;left:22.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mRqXuBbQeuL7lfc6wTL0Tq1J7IbsP7dh { color:#cacaca;display:block;width:45.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:35.510513305664rem;left:23.062067985534rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pfteGJSefS2tQcXcodE3POBwX9JtKJTT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:47.4375rem;left:10.75rem;overflow:hidden;display:block; }
#k7xI2cG9dZXqmHdCuvEs7A6AaxZ6sR1X { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:47.0625rem;left:23rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAdi9ugKCdaPaz2n5rnZ8AwAHgZ9gt9D { color:#cacaca;display:block;width:51.9998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:49.875rem;left:23rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IBwtOXzc0cArK739ZDaDPn7XzuBPufJd { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:61.6875rem;left:10.875rem;overflow:hidden;display:block; }
#ALqvBnhVaQ9HiotxlHiIUSuaEMQZWDLP { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:61.6875rem;left:23rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgZ5FUN8E3aWBJ1w0rBPBrWaJVBZQGi7 { color:#cacaca;display:block;width:51.9998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:64.886611938475rem;left:22.999674797058rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fRq584H0OUSuXU0GB8eGbTqH0ebRT59x { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#amhGxzlIlnI3dx7mxoniLf23TKxpCgDi { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:31.5625rem;left:23rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OHI9I6Kzogna4Aq0BCqeJJB90A65Rgze { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:45.0625rem;left:23rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W0EVaUnnHHsfTkRnpT3H9GGieUoaCFPN { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#JlJREGouMs00lHkg9pJLdiddxhrr8Wqq { color:#def81d;display:block;width:40rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:59.90625rem;left:23rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ul4gJDFKnkvK8lRZw3Rwcw8XvEOEvrWv { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LftwrfgRm2y8oRHxr8JTmLOvtpdEHFWE { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ZpInatgAOcfE5TT3po0d2NRo8CpKiS0Q { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:20.3125rem;top:25.186616897583rem;left:23.062067985534rem;overflow:hidden;display:none; }
#L2LbPIy6hPF5TfPVfPX1nzvRHqiQG37Q { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.3125rem;top:43.749675750733rem;left:23.062067985534rem;overflow:hidden;display:none; }
#Jfl3qCUaWwkucyTpppmT6SQNd9gWSGlM { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.875rem;top:58.812501907349rem;left:23.062067985534rem;overflow:hidden;display:none; }
#ACCkPerXXAJobAlvcRD0OCTzPOcmU1mF { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.5625rem;top:74.624008178713rem;left:23.062067985534rem;overflow:hidden;display:none; }
#WR7TMoxVGcWbbTg7bTAxyOuDypryPH8s { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:41.875rem;top:24.5rem;left:23.0625rem;overflow:hidden;display:block; }
#ibQcgRCLxpGrqTZAocieE3bvtbIVCczK { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:41.875rem;top:41.499011993408rem;left:23.062067985534rem;overflow:hidden;display:block; }
#KPoTS6q8L9UpLryDZ4HXrcSDzmBrgUEf { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:41.875rem;top:56.1875rem;left:23.0625rem;overflow:hidden;display:block; }
#T5p6WeHLLImgBiQTXysnZdeiw3JA1O63 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749675rem;width:42.0621875rem;top:71.3125rem;left:23.0625rem;overflow:hidden;display:block; }
#JR45LBCOqLg0naLHv9BIWCOmWelxZLCq { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5555555rem;height:3.0555555rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:77.499460220337rem;left:29.687502861023rem;display:block; }
#rx303yeATXhhVC3as3z7WISlwAw5Zx8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.adaptive-delivery-prevent-bg, #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.lazyload, #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.lazyloading { background-image: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { background-color: transparent; background-image: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container > .video-iframe-container { display: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row > .video-iframe-container { display: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .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); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { border-width: 0; border-radius: 0; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#GWc1uikMt5LmpdRahacpRtliPZ00fut8 { color:#def81d;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5rem;left:1.375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PlBwIk0n19mWTsbtG605ZngL6NlVKXcZ { color:#def81d;display:block;width:7.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:7.1875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:10.875rem;left:9.75rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x8PtPWNPeVes8oaNnt2vD4Thh749T6iT { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18rem;left:5.75rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i0cmpNcZdb5DOkz55rGmRQhXtTdc4Jfo { color:#def81d;display:block;width:5.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:5rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:11.9375rem;left:22.6875rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GJr9CxF9XOUVLNZmONXuwT8bfhNbksVf { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.875rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K0FZOLcUoeHvtAMcq7lJ0wUV6Pr0DEBT { color:#def81d;display:block;width:5.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:7.1875rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:10.8125rem;left:34.875rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZTh0albrC7A4vMAmv0grGZmhOpgJMTmV { color:#def81d;display:block;width:5.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:5rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:11.875rem;left:46.6875rem;height:5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KtBgXypZuBz7BaQMVDcNdrTSl26vvocV { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -moz-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -ms-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -o-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );";background-image: linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0rem 0rem 0.6875rem rgba(180,197,0,0.59) ;height:20.8745625rem;width:21.3748125rem;top:21.25rem;left:2.9375rem;display:block; }
#bDEo3ewS64OyFPHlnADSqIkodTtD6rul { color:#def81d;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:25.0625rem;left:4.25rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A2xsdCCQi09c0xBxn1ab1Wbo3X3vFD9d { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:29.5625rem;left:5.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oV6vM48pUu4izECvm8GeGC5PHMMGnBTQ { color:#cacaca;display:block;width:21.0623125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:34.6875rem;left:2.9375rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LURutikRfBmm24EVsddhuyBwIDWgadg6 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -moz-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -ms-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -o-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );";background-image: linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0rem 0rem 0.6875rem rgba(180,197,0,0.59) ;height:20.874rem;width:21.3748125rem;top:21.25rem;left:26.8125rem;display:block; }
#EMTTT26GSkuB9Ua1OP4nGPGliytaGvo6 { color:#cacaca;display:block;width:21.0623125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:34.6875rem;left:27rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mTpBMrHetIC5IIQ850c1aNsslWGrHCTk { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:29.5625rem;left:29.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HBLJXrpiRKwcoiyTnpyR1kLTsNeR4tum { color:#def81d;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:25.0625rem;left:28.3125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C1orZsgKTWwTc24hzIbL3ZafpLWzTLHX { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -moz-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -ms-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-image: -o-linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#0c0c0ccc' );";background-image: linear-gradient(180deg, #4d4d4d, rgba(12,12,12,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0rem 0rem 0.6875rem rgba(180,197,0,0.59) ;height:20.874rem;width:21.3748125rem;top:21.25rem;left:50.5625rem;display:block; }
#rkIfvfravak3fqt4nlWq13ygwF1EH2pZ { color:#cacaca;display:block;width:21.0623125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:34.6875rem;left:50.6875rem;height:5.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jq8A8bwKFmMGpEfK2sHW6yg2uSvpJNoT { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:28.3125rem;left:53.5625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wFPaTiL072n4E46hDVKJ7bsBFXTWzfGT { color:#def81d;display:block;width:21.4995625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:25.1875rem;left:50.5625rem;height:3.0875625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dNmutZWrfF0gt3CSsbuUNX1koktIJS2T { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.0625rem;left:53.5625rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#En1cMWUTqOcs3n2FtKTms8zTaJCOeRSJ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99989375rem;width:17.6871875rem;top:11.4375rem;left:52.375rem;overflow:hidden;display:block; }
#A4Qdhpe5sReqpSE8GhOdwG6sMZ57Kxdm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#T5uuQ4bPd8cTyKidiu2XzHgmW6B9CEi0 { color:#cacaca;display:block;width:51.9998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:46.050333976746rem;left:16.437499046326rem;height:5.343425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#w00kVDvKz5G3JJGgGqR0cgwncUvVKsWM { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:33.280179381371rem;left:5.7807073593139rem;height:2.43706875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#pmNxP3gd8Ic9SK7MIEvTLomyF9LNCaXt { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:33.280179381371rem;left:5.7807073593139rem;height:2.43706875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nPmdsPnT3mHhndoK3QBgslggPMmnztrw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hg0mxWeZpAQGnIgzy3t3Q74LE1Ce6t4Z { color:#def81d;display:block;width:7.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:7.1875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:14.625rem;left:9.75rem;height:7.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#MEl6QJxcfQ12n3l1bOBLkAi17czfUkS3 { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.75rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#HFRh4GZrQedxWthA72gbz0qrw3pwyT4k { color:#def81d;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:33.280179381371rem;left:5.7807073593139rem;height:2.43706875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#kazW3mQI4geAg237H98KxUAGcWIQlr33 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/da6dd3db-a42e-4a7c-a351-6f083ba1470d/Frame430.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.adaptive-delivery-prevent-bg, #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.lazyload, #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.lazyloading { background-image: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { background-color: transparent; background-image: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container > .video-iframe-container { display: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row > .video-iframe-container { display: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .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); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { border-width: 0; border-radius: 0; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#hRXEfPn0541XJDMOdLc111XfLsCqdesq { color:#def81d;display:block;width:72.249375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.6874780654908rem;left:1.3747835159302rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oQXKhD7NlQJrUtnzaMOJnHsPTRfklr3B { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:10.5rem;left:25.5rem;display:block; }
#cTTRlQDcsxSX6EVmP04RGUhltJFZWErb { 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:4.43739375rem;width:5.9375rem;top:14.9375rem;left:9.5625rem;overflow:hidden;display:block; }
#Mwqxp3msslm3ahtWUUb3ReN1iy22MvkC { 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:6.3748125rem;width:7.0621875rem;top:13.9375rem;left:33.9375rem;overflow:hidden;display:block; }
#IDAQMTTvQJ3DPta0u1EqSz92Opbbg6WH { 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:4.874675rem;width:7.3746875rem;top:15.5rem;left:58.8125rem;overflow:hidden;display:block; }
#rXolPpPLVcBTHySgGlwzoR40kwh51VmF { color:#def81d;display:block;width:23.812375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.375rem;left:0.5625rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FdFtpzkN3bLkANCksfKq5BeC85gITakn { color:#def81d;display:block;width:20.7498125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.8125rem;left:27.125rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#slH9cQDcCTf2pSZOfmDbMxce1D1q7Bbl { color:#def81d;display:block;width:19.4998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.8125rem;left:52.75rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SqN327J8vqerSJ1oXdpOySTmM2d2OSDD { color:#d8d8d8;display:block;width:20.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:29.625rem;left:2.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#toOpAf76V4cCFdXw4BKf8ZWwd7JUXhXN { color:#d8d8d8;display:block;width:18.3121875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:29.625rem;left:28.3125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m5LDWAseGs7sv7wQEvy0arbCFTAkbiEu { color:#d8d8d8;display:block;width:19.436875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:29.625rem;left:52.8125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GGunod6R41tqU7wk9MHtq2Ugkfwb0geW { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:10.5rem;left:0.5rem;display:block; }
#QmDfXg9hbbmPnnzUTRixdG8l3tTIVihW { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:10.5rem;left:50.5rem;display:block; }
#v0LsA5XBM5CsDI20JvuKZ4MN6Fm9zbMe { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:11.123589992523rem;left:25.468750953674rem;display:none; }
#KUheIw8c3kE952bBXWf9rSGuTrQmiDCF { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:11.123589992523rem;left:25.468750953674rem;display:none; }
#tNR2oIhydqkl1W8Rl4qTAbNTp02602Hu { color:#d8d8d8;display:block;width:18.3121875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:30.249567985534rem;left:28.343644142151rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#AKmKrFNcWCr3PIc3d8uXwZDtG7dDIeQF { color:#d8d8d8;display:block;width:20.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:30.249566555023rem;left:2.0616321563721rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ZrhsDJ7pQHA3To6JLT5l3GOnHRf8VfDm { color:#d8d8d8;display:block;width:19.436875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:30.25rem;left:52.8125rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/da6dd3db-a42e-4a7c-a351-6f083ba1470d/Frame430.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.adaptive-delivery-prevent-bg, #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.lazyload, #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.lazyloading { background-image: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { background-color: transparent; background-image: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container > .video-iframe-container { display: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row > .video-iframe-container { display: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .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); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { border-width: 0; border-radius: 0; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#peTr8USk2wisTkISVrRqfmACSVPytHcO { color:#def81d;display:block;width:72.249375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.0610566139221rem;left:1.3747835159302rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KDKQ35UtkArTXmpbxyoMa94qpurDtwA1 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:25.8125rem;width:24.0625rem;top:12.875rem;left:25.4375rem;display:block; }
#s5Wd7Eu5uhiT58zi7FWli1o9VVK7z6SP { 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:13.5623125rem;width:13.5623125rem;top:9.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#ZpWVTe3MnuZa1JvLOVhaI84CA2cMyTBV { color:#d8d8d8;display:block;width:23.811875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:32.5625rem;left:0.5625rem;height:4.3872rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q2aHK1CgbVG7flqzgH4QEGghp47imTQk { color:#d8d8d8;display:block;width:20.7498125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:32.5625rem;left:27.0625rem;height:2.9248rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SD0KdDEHnlJFyA3acT8HzAn3IUi8Ic65 { color:#d8d8d8;display:block;width:19.4998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:32.5625rem;left:52.6875rem;height:4.3872rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WavdThWIhM0lGSwosuBIpunkJgpcEoFw { color:#d8d8d8;display:block;width:20.8735rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:23.1875rem;left:2.0625rem;height:7.14845rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I2a5bv544uhOmPOM0W50DJcdeCfkCgBZ { color:#d8d8d8;display:block;width:18.311625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:28.3125rem;height:7.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aWnDEs0eKvvL7eSdwWED9ECS6hyTnFSe { color:#d8d8d8;display:block;width:19.436875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:23.1875rem;left:52.75rem;height:7.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KdaJQLNBDoowVSgc0BVyOSmiDWLyNbr3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:25.75rem;width:24.0625rem;top:12.875rem;left:0.4375rem;display:block; }
#ZxKTGbrIu881k6W7dc0PGqKkDla5wxKe { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:25.6875rem;width:24.0625rem;top:12.875rem;left:50.4375rem;display:block; }
#T8B64Hm3Leh23lDCbcw1TkMkkdv1hQ0D { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:11.123589992523rem;left:25.468750953674rem;display:none; }
#K7I4JOpOJqe3D0zwilkmFgh4DSMNMlha { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -moz-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -ms-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-image: -o-linear-gradient(180deg, rgba(74,74,74,0.72), #181819);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4ab7', endColorstr='#181819' );";background-image: linear-gradient(180deg, rgba(74,74,74,0.72), #181819);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:27.1875rem;width:24.0625rem;top:11.123589992523rem;left:25.468750953674rem;display:none; }
#B5Barwb0ariRB4A5TDe6yG60NCiknoEA { color:#d8d8d8;display:block;width:18.3121875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:30.249567985534rem;left:28.343644142151rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#NbTsBecPGBJsN4tOU27Rx22z4FZUux2x { color:#d8d8d8;display:block;width:20.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:30.249566555023rem;left:2.0616321563721rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#FpfiENpThUVmfM7vbNdrc80l2ca0iM4Q { color:#d8d8d8;display:block;width:19.436875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:30.25rem;left:52.8125rem;height:4.874675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gOf1ym3kGC8lhxovbXgZzmbTQ3INctEJ { 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:13.5rem;width:13.5rem;top:9.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#qgfa7VObaiBwvwTNbz3TG8PV8KURoeT8 { 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:13.5rem;width:13.5rem;top:9.0625rem;left:55.6875rem;overflow:hidden;display:block; }
#pRLeR3osZIlaNh3S1xE5nCUtsqE9bL81 { color:#000000;display:block;width:28.8748125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.4029949903488rem;left:23.062067985534rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9fe61e44-5b8c-4119-9ad1-5d8533ce0586/Frame8388.preview.mirror.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.adaptive-delivery-prevent-bg, #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.lazyload, #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.lazyloading { background-image: none; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI > .row .container { border-width: 0; border-radius: 0; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:none; }#RTmufqdPLKGOB9H4biA7iE8FKcgTBxtn { color:#ffffff;display:block;width:31.1246875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:3.8125rem;left:1.375rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Aa3WxJPqPyVgXd8HNMOiQIfNkd7Xx4ge { color:#b4c500;display:block;width:38.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.375rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mSD8feAFQSliKMesbgErCarz2L1PeXMd { color:#dfdfdf;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:27.1875rem;left:1.375rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QqgEFRE3de27uZT4iHC76OCUVgqaqJMa { 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:13.5rem;width:24.125rem;top:42.0625rem;left:0rem;overflow:hidden;display:block; }
#yshr7zB8JWwDaf2e5LxboPOlJdkg5vMF { 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:13.4375rem;width:23.9375rem;top:42.0625rem;left:24.8125rem;overflow:hidden;display:block; }
#naCS82LQauRgTl3kV2EHaX3ldIxJOU22 { 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:13.4375rem;width:23.9375rem;top:42.0625rem;left:49.375rem;overflow:hidden;display:block; }
#mJd4Pz4I70cSJUZr1fAQqWnmE1hHeLl5 { color:#dfdfdf;display:block;width:29.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.125rem;left:1.375rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iw6i11L8xPTgcNLIDcFbG8pCuH5r4qyi { color:#464445;display:block;width:42.874375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:37.6875rem;left:31.4375rem;height:4.4997875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#g0TU1aqu7WF2NwQAttcTd5vreyxb2Nlz { color:#ffffff;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:37.125rem;left:1.375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v8HJDKGHrr5plykB7DUADoxmOCrG5Kx9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:21.75rem;display:none; }
#sr0ERKlVsPXQl97mTngcrUvfUuLxnkBQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3123125rem;width:20.4373125rem;top:4.9375rem;left:47.0625rem;overflow:hidden;display:block; }
#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F { position:relative;display:none; }#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F { border-width: 0; border-radius: 0; }#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qhaJpZAVfTpELM8nZ1Bmy2wR7UzSddtm { color:#ffffff;display:block;width:31.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:7.6875rem;left:21.625rem;height:2.71864375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZTQfOHm6onkdcLlQimdxAvHov9Ucv2K { color:#def81d;display:block;width:31.124rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:2.75rem;left:22.0625rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTTXTUX55an4TSyyMwsEnn9NmAeOXJPh { 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:6.5rem;width:6.25rem;top:13.125rem;left:1.875rem;overflow:hidden;display:block; }
#cStC1UhKHKnJJE5Gw5JyFKNWCseJTaWE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:13.125rem;left:9.1875rem;overflow:hidden;display:block; }
#fRJ6pFoPp5TGPTusrcIIExxytBsRmNhf { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.125rem;left:11.4375rem;height:2.59874375rem;display:block; }
#ObrafHbFxQwT0hui5Dhy0w9KBEJIG1vE { 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:1.5625rem;width:1.5625rem;top:16.4375rem;left:9.1875rem;overflow:hidden;display:block; }
#Z0gKrNyabz8UcOyK9Lbx4CxAUsAqFQma { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.4375rem;left:11.4375rem;height:3.89810625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xd67ExlktRdHuMlOdyQiXE9k4aw405Kr { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.3125rem;left:49rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wl41P3sgATasZZIo5lWxFV7vsE5FwJX2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:13.125rem;left:48.9375rem;height:1.2999125rem;display:block; }
#PhPQlyM8mdrtk6W7Nv9pToVqn9B1swKb { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:15.3125rem;left:46.75rem;overflow:hidden;display:block; }
#EQt0nmCtqX1tzPGGp3kcCa7AiHmTIgCB { 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:6.5rem;width:6.1875rem;top:13.125rem;left:39.375rem;overflow:hidden;display:block; }
#rc8hJ7mE6z3ET1gDCaAzTV5AuOhudpcM { 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:1.5625rem;width:1.5625rem;top:13.125rem;left:46.6875rem;overflow:hidden;display:block; }
#K15nqdAR1IkrouNm4smNsBlmeoi5w3T1 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.0625rem;left:49.0625rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVTTIlBB23tTD6xf88zbmtpp0Rm0evw8 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.0625rem;left:46.875rem;overflow:hidden;display:block; }
#TtD0haLTSAHagPhFV0OhDK0HlXJy1OgI { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.75rem;left:49.0625rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MedTfdSSqTEMd3VuTp86AWhH2SOhl06z { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:28.75rem;left:46.875rem;overflow:hidden;display:block; }
#Kt8pSoD1JdBJ05yXCNx5h5czroMLctk0 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32.1875rem;left:48.9375rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IlS7WuJFmZgJUNr9ZCd5zTm530zRtdn7 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:32.1875rem;left:46.75rem;overflow:hidden;display:block; }
#Nx1EwWvT9SXdZAkwH8h6qLOHGK3v1bkf { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:41.875rem;left:11.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5LhdeDMpkFFoygGyrJRKX08WR1dVzPR { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:41.875rem;left:9.25rem;overflow:hidden;display:block; }
#Ws1OapWqt3T345EWV8Qoan2U9ERf6x0P { 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:6.5rem;width:6.1875rem;top:38.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#KxBaguuDOpla7nhNbcKRoKhQPxuzkyo5 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:38.5625rem;left:11.5rem;height:2.59874375rem;display:block; }
#DvVfLFe4gF1BINifypzIhBuNiGCKXUGi { 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:1.5625rem;width:1.5625rem;top:38.5625rem;left:9.25rem;overflow:hidden;display:block; }
#aMoO77WNBINaPowXTXC3e2CdN2m1sssu { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:45.1875rem;left:11.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xcfn7mTBWdPWqOys7HFEoXo5yGWaRclR { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:45.1875rem;left:9.25rem;overflow:hidden;display:block; }
#pQTO5MT0X6DK0g8mP24s2M1l74NgmBMX { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:48.5rem;left:11.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPl0kRpAwTJmuLiFMFRdFgCsK7LQewuT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:48.5rem;left:9.25rem;overflow:hidden;display:block; }
#hQRcBcUThqVSklXSnDibK6tuKVHwbRlb { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:51.8125rem;left:11.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DONsTq5u6B3eqPMfNkuZiSAc5HddKV2N { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:51.8125rem;left:9.25rem;overflow:hidden;display:block; }
#pNfcvIJZuzliQuiaToc1QHobNTPIbItm { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:6.1875rem;top:38.5625rem;left:39.4375rem;overflow:hidden;display:block; }
#QNialXVlyTChFz58FL8WJZFPGHHGSGxb { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:38.5625rem;left:49.0625rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dl2DKCOBp5EaX5O9Aebg1CundlgO8SZF { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:38.5625rem;left:46.8125rem;overflow:hidden;display:block; }
#QLS2oTrwzKFMXfn9K8ey08tE6WA7RlrM { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:55.125rem;left:11.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwAkRz1qk9BIiPWz50OMPCciTB0GsBcx { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:55.125rem;left:9.25rem;overflow:hidden;display:block; }
#CPTT43JqRCBSMUBRsgpdwVNztkvazlad { box-sizing:content-box;height:0.125rem;width:34.375rem;position:absolute;display:block;z-index:15051;background-color:#2e2e2e;background-image:none;top:36.6875rem;left:1.75rem;display:block; }
#MV5N6LAU7wuE52xnF0B205tloXBPUUWk { box-sizing:content-box;height:0.125rem;width:34.375rem;position:absolute;display:block;z-index:15052;background-color:#2e2e2e;background-image:none;top:36.6875rem;left:39.0625rem;display:block; }
#LrrHeDah8JRAgKBrImAxzkF84eGPcCtB { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.43706875rem;width:46.3748125rem;top:59.686960220337rem;left:14.436307907104rem;overflow:hidden;display:block; }
#RdgbdndzIWLpRD78ceoaKi7Ga9IlvRJn { box-sizing:content-box;height:0.125rem;width:34.375rem;position:absolute;display:block;z-index:15052;background-color:#2e2e2e;background-image:none;top:28.5625rem;left:38.875rem;display:none; }
#QesWi59CcAFZDCHO5aX969KAXFS3AkFt { 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:1.5625rem;width:1.5625rem;top:13.125rem;left:46.6875rem;overflow:hidden;display:none; }
#lbAhtRkIXdSdBk821WcKKSSBtG3EAHdI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:66.6875rem;left:2.375rem;display:none; }
#CwsDKhcOBoXV9zlKFQ9dWNSe3p7KJLJ5 { 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:1.5625rem;width:1.5625rem;top:13.125rem;left:46.6875rem;overflow:hidden;display:none; }
#agQoomRfT1s3yBDW5toehh1L0K5yQrqC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:65.5625rem;left:4.6875rem;display:none; }
#pn5LunpMVqxM7RyJcaL4UgDSVZc8GHu2 { 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:1.5625rem;width:1.5625rem;top:13.125rem;left:46.6875rem;overflow:hidden;display:none; }
#IeozoBibCJO8eGoP2pdlMxJHS9HTWyH2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:71.5rem;left:4.6875rem;display:none; }
#CcwCv473TB9xa6TsNhZgOz0zHLagKBwT { color:#ffffff;display:block;width:7.6871875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:25.375rem;left:49.0625rem;height:2.59874375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHU5hCJwvrScdqThFNkAoHBlAIhEW4lV { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.806966781616rem;left:46.749675512314rem;overflow:hidden;display:block; }
#VTZAOTaLGTg2iyBV1IbJ2Zm7R24qbVXH { color:#ffffff;display:block;width:24.2496875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:18.623590469361rem;left:48.999568700791rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BsMXzCPTs6A7MmHyv36Uhxd1WJcxxWh6 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:25.5rem;left:46.75rem;overflow:hidden;display:block; }
#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fbdcca0e-3080-476a-a9a8-6780d800e7c0/Frame8402.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.adaptive-delivery-prevent-bg, #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.lazyload, #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.lazyloading { background-image: none; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS > .row .container { border-width: 0; border-radius: 0; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:none; }#nEhhhehrhJEpyv1z8L683W8Nbqw5NUoQ { 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:20.3125rem;width:67.875rem;top:27.091796875rem;left:3.5625rem;overflow:hidden;display:block; }
#ZJy9LuJqNZDqw1BgqWKZSwJP30A34xpD { 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:8.1875rem;width:41.8125rem;top:47.341796875rem;left:16.59375rem;overflow:hidden;display:block; }
#lomPobUezI0FzKVOMf7UmcCb6NXHRdgt { 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:59.375rem;width:62.875rem;display:none; }
#eHfpDfiiGzw85kTMPU4mq2yXVFyiRUH5 { 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:11.25rem;width:20rem;top:18rem;left:7.8125rem;display:block; }
#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172128;background-image:url("https://images.assets-landingi.com/uc/a60c96b0-732b-4aef-9f74-e957fea0d2ee/wdbs5bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.adaptive-delivery-prevent-bg, #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.lazyload, #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.lazyloading { background-image: none; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP > .row .container { border-width: 0; border-radius: 0; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:none; }#dk9qanypMH3TDmCRUwoVIzxbeRD73hUI { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.4993491172788rem;left:7.1245689392087rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZGuKgGd69U2UeIEu53Htina5TX7LlH9 { color:#def81d;display:block;width:28.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:3.5rem;left:7.125rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akNWHW2VzM0ny9PRMIogWNALnxhsg7bE { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.87413125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.442743301392rem;left:49.123264312744rem;display:block; }
#VBy0m9K4K88csT2qnzAn1s7M16dEcpSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4DwDvUD0JzQXDlTdO3JrQWcpMRtfWVZ { color:#ffffff;display:block;width:37.686625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:16.496312141419rem;left:7.1245689392087rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3.adaptive-delivery-prevent-bg, #CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3.lazyload, #CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3.lazyloading { background-image: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { background-color: transparent; background-image: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container > .video-iframe-container { display: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row > .video-iframe-container { display: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .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); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { border-width: 0; border-radius: 0; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#m85uB39XL8Ov9FPD3oXlCcBCBBI2dV82 { color:#b4c500;display:block;width:31.1246875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:8.3125rem;left:36.125rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ymTRTPqV1BgLoQpTO4fW3HL5rUWUPQyI { color:#d7d7d7;display:block;width:34.4998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:13.5625rem;left:36.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZSGTnNpB3ygqgzhTKT6seTs7fZXLKpny { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.0623125rem;width:21.624375rem;top:4.625rem;left:7.875rem;overflow:hidden;display:block; }
#gkgbgDD63yEhPdnAG38wtGkgZpd8ZEpw { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.18));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.18));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.18));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.18));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5002d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5002d' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.18));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:21.5625rem;top:5.75rem;left:7.0625rem;display:block; }
#zpzH4uov2holiB0n6P7rUxpZB52sil3e { color:#d7d7d7;display:block;width:34.4998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:13.5625rem;left:36.125rem;height:4.4997875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.adaptive-delivery-prevent-bg, #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.lazyload, #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.lazyloading { background-image: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { background-color: transparent; background-image: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container > .video-iframe-container { display: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row > .video-iframe-container { display: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .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); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { border-width: 0; border-radius: 0; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#NqcUT0Pdec2l3tT9HVbRKpR7F0E9GdX2 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.25rem;width:56.25rem;top:10.874565124512rem;left:9.375rem;display:block; }
#bHFSG36dKE0PMvAbRxMxAwcG8RTnU4ZQ { 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:15048;opacity:1;top:13.436957359314rem;left:59.814453125rem; }
#awznScczQKQtfePseGiwJTKuHM0hCAGp { color:#def81d;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.6521034240722rem;left:1.3742399215698rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lb67DIwlT68bnsILDRgCh7khmNo9HP6T { color:#b4c500;display:block;width:43.499875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:13.949653148651rem;left:12.315538406372rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { background-color: transparent; background-image: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container > .video-iframe-container { display: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row > .video-iframe-container { display: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .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); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { border-width: 0; border-radius: 0; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#I5SeFgCBBgTOOKhaQrSks40GJyQXJbIW { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.74924087524412rem;left:9.375rem;display:block; }
#qiCRO9esbWzp6ucDlK7rKqmNAseeCCwQ { 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:15048;opacity:1;top:4.875rem;left:59.9375rem;display:none; }
#y7CC01pfRLZ58GConkJpoHI1wstHOs4w { color:#ffffff;display:block;width:46rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.6740417480469rem;left:11.93359375rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { background-color: transparent; background-image: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container > .video-iframe-container { display: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row > .video-iframe-container { display: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .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); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { border-width: 0; border-radius: 0; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#Lxwbl2Xsut9Q3dnCXSMA4ZH4HohzZs3T { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:56.25rem;top:2.6871604919434rem;left:9.375rem;display:block; }
#D99xhXyqByIZafSriqnBu1mc3cJDK0Ml { 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:15048;opacity:1;top:5.2495708465576rem;left:60.130752563476rem; }
#wUDQonZ9aFxtkXecngOr9HdU4ZkCuTsu { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.75rem;left:12.75rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { background-color: transparent; background-image: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container > .video-iframe-container { display: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row > .video-iframe-container { display: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .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); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { border-width: 0; border-radius: 0; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#wcKwAxV3uUsFLavbgOu2UakbTTEVupfU { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.68683433532713rem;left:9.375rem;display:block; }
#aLZDFtzuTlmirgWIikgFlQGSuTi9ZgPH { color:#ffffff;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.6111145019531rem;left:12.374134063721rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zLh3sk0H1SpdsdQmMEmfyCmzzeR3DB5Z { 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:15049;opacity:1;top:4.7498965784908rem;left:60.061309814453rem;display:none; }
#lzlbzsAaD59Mmf7rBAlTEThKTtxJf7iD { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4rem;left:12.125rem;height:5.40039375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { background-color: transparent; background-image: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container > .video-iframe-container { display: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row > .video-iframe-container { display: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .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); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { border-width: 0; border-radius: 0; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#Nwi83DPwVkHFQFGOODGNprVMCxoeSLh1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:56.25rem;top:2.6871776580811rem;left:9.375rem;display:block; }
#iZMKSzRbleUrJDqkfUwPfsNCKt1z7Hsy { 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:15048;opacity:1;top:5.2495708465576rem;left:60.061851501465rem; }
#b72ZhpPBfZcvtE4w4mtGMyfEZ5qNOyxm { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.75rem;left:12.75rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { background-color: transparent; background-image: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container > .video-iframe-container { display: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row > .video-iframe-container { display: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .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); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { border-width: 0; border-radius: 0; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#hBBPyBieypvWQvstNxDwPDcgE7wqDPX8 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.87402534484863rem;left:9.375rem;display:block; }
#bUL1UkQe5J3hCaJm0B58d4Dp2FQiw0Vt { color:#ffffff;display:block;width:40.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.7998867034912rem;left:12.124566078186rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xd8ilM4QCsoKBHkEnDogEg9bdeN71RER { 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:15050;opacity:1;top:4.9365005493164rem;left:60.06510925293rem;display:none; }
#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW > .row .container { border-width: 0; border-radius: 0; }#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:none; }#f8QSaC22e5SZ9C1EAazvt1AASVSAHq7O { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:56.25rem;top:2.6866264343262rem;left:9.375rem;display:block; }
#JasJmHnwQKRO8WoHKgZfx3ebg2XmUCzT { 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:15048;opacity:1;top:5.2490081787109rem;left:60.061851501465rem; }
#ZxlJJE2PFT1VnqoMTnEcJuBcbffJofAF { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.75rem;left:12.75rem;height:2.10015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM > .row .container { border-width: 0; border-radius: 0; }#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:none; }#xhKqFHWtVWxkBk8iNv28biN5rTXfJh7I { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.8740158081055rem;left:9.375rem;display:block; }
#CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST { color:#ffffff;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.4874248504639rem;left:12.124566078186rem;height:6.0253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST li:before{  }
#hVutvnRrTgQ8B6TBmE33R2RA57JZL5Z7 { 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:15051;opacity:1;top:4.9365234375rem;left:60.065650939941rem;display:none; }
#PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4.125rem;left:12.125rem;height:5.40039375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP li:before{  }
#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { background-color: transparent; background-image: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container > .video-iframe-container { display: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row > .video-iframe-container { display: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .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); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { border-width: 0; border-radius: 0; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#SP34EwkN7bsRqvu5pl7BoXxlqFV40eM1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:56.25rem;top:2.6866474151611rem;left:9.375rem;display:block; }
#wtO1VpZnXTv2rQPRDoSLxrfgCoyckMtT { 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:15048;opacity:1;top:5.25rem;left:60.25rem; }
#GPuZdxzeaB9ofovBtIdIPuTCcdy0gm6i { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.75rem;left:12.75rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QDOzxfnAKKDSkL190nWL5dM1tiQC375N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { background-color: transparent; background-image: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container > .video-iframe-container { display: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row > .video-iframe-container { display: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .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); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { border-width: 0; border-radius: 0; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#Aza3sGpyTigZ3ETTyeFBFrJmEwwRbpve { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.87401962280275rem;left:9.375rem;display:block; }
#B6MukOVOMcseHdH04llvhcD2C0ZL9hQQ { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:2.8993225097656rem;left:12.499457359314rem;height:7.19925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkaVwwTn0qqfkRZepIbF26vwq0uU0Dob { 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:15052;opacity:1;top:4.9365234375rem;left:60.065757751465rem;display:none; }
#clhB8TbKrG1OhFTg1o08PKLTwyD55qAe { color:#b4c500;display:block;width:41.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:2.8987839221954rem;left:12.124567031861rem;height:7.200525rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { background-color: transparent; background-image: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container > .video-iframe-container { display: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row > .video-iframe-container { display: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .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); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { border-width: 0; border-radius: 0; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#DAAnoGxzxmrK2ptx21TED05oXTkXfKOs { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:56.25rem;top:2.6866149902344rem;left:9.375rem;display:block; }
#eIiJhelA7KUiSkgKJirVvq8ZLAmybsQ6 { 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:15048;opacity:1;top:5.2495651245117rem;left:60.062065124512rem; }
#m4nNszg7Lg7QIIDWDhMzl0GO9Ksbbq2Q { color:#b4c500;display:block;width:43.499375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.75rem;left:12.75rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { background-color: transparent; background-image: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container > .video-iframe-container { display: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row > .video-iframe-container { display: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .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); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { border-width: 0; border-radius: 0; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#aB72gQ4bfzI7dSR3FHPSyIX3G6hlqdTV { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151515, #252525);background-image: -moz-linear-gradient(180deg, #151515, #252525);background-image: -ms-linear-gradient(180deg, #151515, #252525);background-image: -o-linear-gradient(180deg, #151515, #252525);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#252525' );";background-image: linear-gradient(180deg, #151515, #252525);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.25rem;width:56.25rem;top:0.87456130981444rem;left:9.375rem;display:block; }
#uZGp1SqrwT16QEpq3ERsKouF6Pplg8e4 { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.7988586425781rem;left:12.811957359314rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vp7Lo8HJK0cM64IkxDEJCGmkX2NffkBZ { 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:15053;opacity:1;top:4.9365234375rem;left:60.003257751465rem;display:none; }
#m3NJllchp5tr9ELlAdMxXX2NFR8bvGXn { color:#b4c500;display:block;width:44.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:3.798828125rem;left:12.124567031861rem;height:5.40039375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.adaptive-delivery-prevent-bg, #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.lazyload, #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.lazyloading { background-image: none; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe > .row .container { border-width: 0; border-radius: 0; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:none; }#pe9c5EqVgzI5w9SgSbnOZ7y3e961SLRc { color:#def81d;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qJpv5Fz2yBEbXaAAFURhBS10FT4pJ8sm { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O987ve75Axf6LQz5Un7Xqfqe3JJD1ptk { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1864375rem;height:4.1862rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:59.497628688812rem;left:2.6247844696045rem;display:block; }
#vFsGiWnvDWbXE2UpcKPHVZQa19qDMJQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQcT981m7fvrTQvbzOdzyLixi7v9BngL { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#kVDx3gJwV1adLKz4ElkTECdOBvhByZFk { color:#cacaca;display:block;width:45.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:19.8125rem;left:9.3125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cpvFGnfch26CdBUppv3UebMTN6g6h3wM { color:#cacaca;display:block;width:36.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:36.625rem;left:9.3125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZNwNb5IbZvopJKB4LXodpQXkJzckXkGc { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#P8Wc06A7kQaGc73APJtcVSAPGpwGShwT { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TnnxJSIe6VUGHXyNhTB1h1QdgdSE2p0e { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#rmlHLIZFJ95umvGaXOVvs675CrbM2ka1 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#zM9KF8KVwX4zsJmx8d1yXigdT0rQSgJJ { color:#cacaca;display:block;width:45.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:54rem;left:9.375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PXic88c5aREORsJpmyC3FXyspRkTFytJ { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#g9B5JeL2eiip86yGuBs9aRSneg5xZPux { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:17.6875rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETFOGTQTGSIxRTG5o5iCSKeRoGwgLpxM { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:25.6875rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AsIFl7XwutCvAHU6hR0e79dTHLLnqyyJ { color:#cacaca;display:block;width:48.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:27.875rem;left:9.3125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RZCVFZoJIRIsErTOiHlzVT2RP3W6Aw5B { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:34.4375rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tJgVoaectmWwt0lxgvyFDQbMTRtlZHm5 { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:51.8125rem;left:9.375rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c6fSegll3uUit91UuNxfkHDeRTUEvTdl { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#MMKzfm0luDZ1s126bWBZOCQIV5twN5HO { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#QgST7hDFJ9XLr2eizadAiG1TiZgvylzn { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#UBeovvKuil9mscPoGF9ODbvbA4FsWoIV { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#lsEv31AeCF4HnKwZegyryLsTC5X1vmL7 { 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:38.2498125rem;width:4.93706875rem;top:17.596579074859rem;left:2.6247835159302rem;overflow:hidden;display:block; }
#fRmiRmbUALvDZN9v5ABhpGayHXDU4Rt7 { color:#cacaca;display:block;width:15.2495625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.625rem;left:12.375rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kGWT6WlGRZNIgmWXCBmPBzRyq3dUT4rr { color:#cacaca;display:block;width:17.3123125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:44rem;left:31.5625rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rvDODVUmF5hV95IqUIDTIgCPSGh5iK51 { color:#def81d;display:block;width:15.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:42.5rem;left:31.5625rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dq8oR3UJvI0TcHZTC27J5iSkn0sGRq4T { color:#cacaca;display:block;width:26.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:44.375rem;left:9.3125rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#McfBUwEnpQDJPqhHxKRdNKWULoNVQXBw { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#XKVaFV0xSEq3vhL3VTmGBfx36qhDzoOe { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#tgJ8NzMyCLUglWHMgQOwGR6g2x3hmwVX { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0.6);background-image:none;border-top:0.0625rem solid #a8a9ac;border-left:0.0625rem solid #a8a9ac;border-right:0.0625rem solid #a8a9ac;border-bottom:0.0625rem solid #a8a9ac;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.125rem;width:41rem;top:39.125rem;left:9.3125rem;display:block; }
#hfUzCFyo6LXOw0KafiHEbfldqSohA7Um { position:absolute;display:block;z-index:15038;background-color:#a8a9ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:0.0623915rem;top:39.125rem;left:29.6875rem;display:block; }
#p9TNXZ4bW4yzD6eg7nkJ1o3dTXgrzIx0 { position:absolute;display:block;z-index:15039;background-color:#a8a9ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:41rem;top:41.875rem;left:9.3125rem;display:block; }
#aFTythkV5TQywbbNsRk4zqUK3xe0Kwhy { color:#56b55b;display:block;width:15.1871875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:39.8125rem;left:12.375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C0sTGhAt8gMLaTgX66dEs89DJhol4Msx { color:#808080;display:block;width:15.1871875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:39.75rem;left:32.625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aiZO1fHpQ4afKePfgXMrDONPigd3ExRA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sfw7kaJlueQ9Sgxo9aGLlVWbMs246BUX { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#qpzSNwXcmZkx63tHUzMcVOG8Ryc0QdeI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CGk4if93qag3OTsCSKcbmzLNsyco93SJ { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#QuJ255oLrXNlChZ9RERcyWGw2MvLiK4S { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qKduoP1zIJwy4QfDSgaCmIuDsaAo9Swa { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#RmEtInx94SBS4JdPfXgPXwZeORttDgCM { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0.6);background-image:none;border-top:0.0625rem solid #a8a9ac;border-left:0.0625rem solid #a8a9ac;border-right:0.0625rem solid #a8a9ac;border-bottom:0.0625rem solid #a8a9ac;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.125rem;width:41rem;top:39.125rem;left:9.3125rem;display:none; }
#yuo6WUgCwxU6uCkMC3wTUZlP848FBVyV { position:absolute;display:block;z-index:15039;background-color:#a8a9ac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:41rem;top:41.875rem;left:9.3125rem;display:none; }
#y8U4DHb8JElODCBJZoZeLpiRLOTEU8KJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VUWsaae7I4L5AL8eVwymWUOb4xL6Mkd0 { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#iydcNzdRMm20uIgSVJDO8BEcPApx2AAa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IySTUTza3yoHVg384VkzLcuSn5wN1x20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20.adaptive-delivery-prevent-bg, #IySTUTza3yoHVg384VkzLcuSn5wN1x20.lazyload, #IySTUTza3yoHVg384VkzLcuSn5wN1x20.lazyloading { background-image: none; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20 > .row .container { border-width: 0; border-radius: 0; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:none; }#TavGXnTCWU5Jqcw70DSowmex8IFZqyz2 { color:#def81d;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.625rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p4Rq73ixAoXXpbLPunkDfcd2pGb13nwT { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.75rem;height:4.49978125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bIqPV6ydE8udwPchqJDxWPdNNuELrh7c { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:39.9970703125rem;left:2.625rem;display:block; }
#eIqmWlLJsOR14pSXGqXCHFLLzJ2uKIrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDVe6W8kc57gFWmg0WaO70sf6AgbosxU { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#waqX8goHefrPR52TISAqHqx0JPWp6TUK { color:#cacaca;display:block;width:45.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:19.375rem;left:9.3125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MiOcEVFIbTNm3gUUEAfBprvkkT9usWdF { color:#cacaca;display:block;width:47.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:34.875rem;left:9.3125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lBdOD4vLr7ivNzqtSsNaI7lLDl9hGGVu { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#MkhAcF2xkUqaDefbFh66SUCJz3JpDQZG { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cTLlFL2I8zVSEsx1QHdetcIXwvnbOsta { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#aukKunXDMmhyFoTk5eIFzMM7KVD06HZL { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:17.25rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ai3yrzzHAyBfUPZEC0ymH6n7uLLu0bay { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:24.3125rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sM1p1wKz2yx2TyAadSeFCTvvrs2rix3k { color:#cacaca;display:block;width:48.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:26.5rem;left:9.3125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qfe9PcNV5rM5986CzTIJnz9SbJMPcZin { color:#def81d;display:block;width:42.436rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:32.6875rem;left:9.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U9s14CChPDNxpH1qmwGwarVtqBVJwdeD { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#ByWflEMWpI3JkQhNA5OaA0QXSrsCs65d { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#MTRPlUW6b4KkVe2yXq3g4WAnIekT3CSB { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#SWC0ZTwXZ4swente7rsmRxofFN5yhftN { 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:20.0625rem;width:4.875rem;top:16.625rem;left:2.625rem;overflow:hidden;display:block; }
#ybE1EM7JRoI5TGsQzggyVnimII8zubZ7 { color:#cacaca;display:block;width:26.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:44.375rem;left:9.3125rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#OoTQ6xzS85z4vhdGJOcQbv9vDepqqEqZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JX6VEkLRPPbRLuZTww90ZUsRCdshQKQS { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#BG6w7ClaDotAtIHOoNThLzK41irxHa2w { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#oOW5e5hrFsGOvrhO6QKU7TTqAR82VRTW { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#HshrDfNKd5759OcVWP5tdChxTarXq5hx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gg0zMLLfTrxNBoyQ6AQI0odP8zuc11Qo { color:#cacaca;display:block;width:72.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#lRHfPV4XDl1UiNWmBQBUKR999dMDGNrH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc.adaptive-delivery-prevent-bg, #RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc.lazyload, #RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc.lazyloading { background-image: none; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc > .row .container { border-width: 0; border-radius: 0; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc > .row .container { font-size:0.875rem;font-family:arial;height:99.5rem;width:75rem;position:relative;display:none; }#fTW0RyGLZ8VL3dxmM6ai044pv3TabrUl { color:#b4c500;display:block;width:57.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8LkUTdtcBndsTZFqIir6RvcnBUTsWnN { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNr0WIpTgaCSytZCQWcTEVnZk4hzqxls { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #646464, #151515);background-image: -moz-linear-gradient(top, #646464, #151515);background-image: -ms-linear-gradient(top, #646464, #151515);background-image: -o-linear-gradient(top, #646464, #151515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );";background-image: linear-gradient(to bottom, #646464, #151515);background-size:contain !important;box-shadow: 0rem 0rem 0.3125rem rgba(240,254,91,0.4) ;color:#ffffff;padding-top:1.16rem;padding-right:1.00875rem;padding-bottom:1.16rem;padding-left:1.00875rem;display:block;align-items:center;width:6.051875rem;min-width:6.051875rem;height:6.23375rem;position:relative;font-family:montserrat;font-size:4.639375rem;font-weight:700;line-height:99.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-label { background-color:;background-image:none;color:#b4c500;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.07rem;height:2.46375rem;position:relative;font-family:"ibm plex sans thai";font-size:1.74rem;font-weight:400;line-height:39.42px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:36.25rem;height:11.7425rem;padding-top:1.45rem;padding-right:1.44125rem;padding-bottom:1.45rem;padding-left:1.44125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:81rem;left:18.0625rem;z-index:15020; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #afo5I9KwtSoO2Ma6rPpLTmLH2RD0Xpl1 { display:flex;position:relative;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #RhMO6l72Qpbq1v1xS0uaRUSC6WDQZc19 { width:auto; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #OiZ1wtMRd6HV8evZTUTGiTkaEpuEpuBx {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #eLNULKGZO7tJ55LuO5txigv7qFd7DEgr { display:flex;position:relative;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #hHJG8v3eoQI344M8o6lUS4PTW24yqXww {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #aZofJVk5un3q9u9dH9LQZCb85JeQm3iQ {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #TD7Ste2THyDgEFLdfGUNTQG74Td3oTTl { display:flex;position:relative;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #Np1LT1UL8RH0buPkg5tFnCMs8TiSOJIq {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #SidZIe2nwAWGxAzpQSVcM0mihiDmfVht {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #FgeW3bqcbfXbhgpBXLIipRhI980oCRlf { display:flex;position:relative;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #IWFv5MgrTPmvU0k7U0CRM75gJbv9SKaI {  }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #D4Fm7H88fdIS2Bi5KNdX9D2Awl13G94g {  }
#deh23A0XKhpvpW0drBVD6lAXrNTUVqup { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3115rem;height:4.87206875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:62.999267578125rem;left:18.062255859375rem;display:block; }
#AWl6Ava9S1ImTGycvEvBsbT7PHTTWgV6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbf3ZQ4AgErPryUsr8kBOuen9KTECEuE { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:6.75rem;display:block; }
#f66TF9IsD9yxOCDG03Fv2T8w8rWEIBsP { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:10.3125rem;display:block; }
#uvte11XSIs35N9uC04P48FqbxLyZVodJ { color:#ffffff;display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.875rem;left:12.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pq3FEfmRQveAmlXQoIE9bucZUMKB6opI { color:#ffffff;display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.6875rem;left:9.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDK0xUKZ08IBJVGOqJWw6B6qaVxhTNyW { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:27.625rem;display:block; }
#HKLM9Vx84pkeZ8Kqihg41TEeCHetPQl4 { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFCdJAt9xDAPVwltq1dIGSIDrOGdMF13 { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:31.1875rem;display:block; }
#GANOESJJiBZTk9e6rsaNVOksMClW0SAo { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.875rem;left:33.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvHoZNEdxQZX3sDzApWkBgT8QEldC0xr { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#7878783a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#7878783a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:48.5625rem;display:block; }
#TXeXh7J0ZLsByr5ydaV35vFynsNfBUtc { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.6875rem;left:51.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTQmfdzUwe32TsTIhb5paWs5OyE6Loe1 { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:52.125rem;display:block; }
#wypGC5aQwCV28SbAsxwdDc58R9vL1cP6 { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szsVZTerMwRp9doweALJiQloTQfJ47Vx { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:34.0625rem;left:6.75rem;display:block; }
#CZmSCRcDmUz5A3UnN3ALgdyuvgOqNvIM { color:rgba(255,255,255,0.8);display:block;width:19.9370625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:36.75rem;left:41.625rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpTndU21pvRoTTNfnkZ46hagOr1sZNIh { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:37.9375rem;left:10.375rem;display:block; }
#aaME21FPel0tvXIxs0WVZM9daAqesWgb { color:#ffffff;display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:39.1875rem;left:13.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLXkmiFTRxZfADI3WpL16XaK6LQQyOx2 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:42.435981750488rem;left:38.373485565186rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1VVQQQeTQZpHBA2DewOUfgtffpIfJ5I { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.2480625rem;width:6.9980625rem;top:13.63818359375rem;left:21.3408203125rem;overflow:hidden;display:block; }
#TFc5UsKlUaQPbEFrMkGu8POeTFGyLXAr { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:72.25rem;left:12.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAxhPwWoshWL1ZdI6uo4CvGUc9qT3GCq { color:#ffffff;display:block;width:49.9350625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:75.625rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ranMVGvBIQ95depOmyH5c4C064hUf3kf { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:28.875rem;left:20.3125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9T64kkUImn9hD5dVCpnXvgraiJ9xNN5 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:28rem;left:16rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEDTES6xeeVKXyD39CWNvPQurzmgsgz2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:27.375rem;left:15.1875rem; }
#UeiHAIiK1RImt5l1UcimMWM1QfVolDb7 { color:#ffffff;display:block;width:7.1245625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:28.875rem;left:8.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hG8ztPFApbCn4ivHEbJoLqc0il84t0kI { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.249375rem;width:61.436625rem;top:47.123481750488rem;left:6.7816848754881rem;display:block; }
#xW1CTLF6o9DVDfI1r5erZEdWQT5CJCX9 { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:51rem;left:10.375rem;display:block; }
#Sq8eWpggQmVcCAANeNIdpHWn5tgw5ShE { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:52.3125rem;left:12.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFgqc0ftxy3M8r5ocNfPIOFipuCR2WCM { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:50.5625rem;left:41.5625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXbLJF88q3qiK9uFrmI1IQTHLTBaPquP { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:47.0625rem;left:6.75rem;display:none; }
#wRPe07dg7LhpiVwFDQQcKxyPWmFmWwcF { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2096875rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:63.424072265625rem;left:40.962158203125rem;display:block; }
#bdee1tOt8vaEGc4VSNoZedEDyIwAzDfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaATMHDVnf2oMBabqTcAtbuXSc9Q9LJs { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2096875rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:63.424072265625rem;left:40.962158203125rem;display:none; }
#aTJKdXtEM9PTi359FXZWPypioiRT0Pbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSSyCqWJXqcblT00P005dvWH2y9nTLex { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.625rem;top:52.55908203125rem;left:59.29638671875rem;overflow:hidden;display:block; }
#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB.adaptive-delivery-prevent-bg, #gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB.lazyload, #gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB.lazyloading { background-image: none; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB > .row .container { border-width: 0; border-radius: 0; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:none; }#UnRs4AL4D65UEaPPQnA06IfnezPguX1R { color:#b4c500;display:block;width:57.3745rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.75rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQl1xKqLfw5AmSaUyWSzwwbZDpknBTVt { color:#ffffff;display:block;width:49.9360625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcyLPTpEEATudqq7ZbIsEoLk1zmZK87U { color:#ffffff;display:block;width:49.9350625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.125rem;left:12.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #646464, #151515);background-image: -moz-linear-gradient(top, #646464, #151515);background-image: -ms-linear-gradient(top, #646464, #151515);background-image: -o-linear-gradient(top, #646464, #151515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );";background-image: linear-gradient(to bottom, #646464, #151515);background-size:contain !important;box-shadow: 0rem 0rem 0.3125rem rgba(240,254,91,0.4) ;color:#ffffff;padding-top:1.16rem;padding-right:1.00875rem;padding-bottom:1.16rem;padding-left:1.00875rem;display:block;align-items:center;width:6.051875rem;min-width:6.051875rem;height:6.23375rem;position:relative;font-family:montserrat;font-size:4.639375rem;font-weight:700;line-height:99.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-label { background-color:;background-image:none;color:#b4c500;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.07rem;height:2.46375rem;position:relative;font-family:"ibm plex sans thai";font-size:1.74rem;font-weight:400;line-height:39.42px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:36.25rem;height:11.7425rem;padding-top:1.45rem;padding-right:1.44125rem;padding-bottom:1.45rem;padding-left:1.44125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.857421875rem;left:17.93310546875rem;z-index:15020;display:none; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WC905Ho8EiD5rRBtxTxiNSAGSlBOyOSM { display:flex;position:relative;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #dpyNTkgtoB2IhetT1sQzFX7RDSp3fyqI { width:auto; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #T5SsM8nuJmTOUGhZa7yEiKXysRTZG40G {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XpK8oABLDQlgJhOy6xSqEKmND28wpfpw { display:flex;position:relative;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #tn6lyAfm2K1XHmAx8oG53qtGz1wk7yRn {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #hxKmOrmeu49npq3DVDdqX4SqNEuSCTb7 {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #ib6WAQVJMl9x3pdaDWy4fO9pyRaPfcUZ { display:flex;position:relative;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WMTdbLJ7CTn41ltQQgqcSdpKo1EU9ceT {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #VWXl1G7GTVqTTMshRyXdPvNFXaz3qyZX {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XvBB7fBROyltvDVd7RxBNtGWNWdi6F7H { display:flex;position:relative;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #SdWWsMi7azZzUrb40I1SvpTcwSSpfyKZ {  }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #xhqQZ4OByG896T4wPd8fAT23QccQx4rU {  }
#iRQTSTMlMsB6ccdvbQVVoRq64FW0iLuO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:21.25rem;top:14.375rem;left:1.875rem;display:block; }
#QWxufxwZiqX6XUOncWETmyKEP1z9l4lA { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:15.9375rem;left:6.25rem;display:block; }
#BNk4iV7UoH6efFxkn8SmBnda3AGzuhPk { color:#ffffff;display:block;width:8.2495rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.8125rem;left:8.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnmNKUwpDRrwUtSmBn3ApoBEOB31L410 { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20rem;left:3.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGeetpMDKQDFaPUUt22SUEQnZq4eaX6I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:25.125rem;left:11.6875rem; }
#LJZGZfZxLL8sw4dIxbThpXXHacLNfq71 { color:#ffffff;display:block;width:7.124rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.625rem;left:5.3125rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkAPJedowwpT1dtQNcyGAqLao4gXr1SI { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:25.75rem;left:12.5rem;height:2.843425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erwtBXg2uestAEaHQDTs8lZ38yRngQ5A { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:26.625rem;left:16.625rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fq1Dg5Gwx6QdoDWdMry1D88TGx41JLHF { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:21.25rem;top:14.375rem;left:26.875rem;display:block; }
#QcDffEBX8DUZtte2EvrI53ELg9GpF2KX { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:15.9375rem;left:31.25rem;display:block; }
#Om1HEi8meOtJlTnJ1aQXqMiEpKcEEzh5 { color:#ffffff;display:block;width:8.2495rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:16.8125rem;left:33.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBt2AlFCwOPOs3sOnIpptMHqlRESPr7E { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:20rem;left:28.6875rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRuBOb3nPW7NW7HSFSbSauormust0Zit { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:26.8125rem;left:25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1wAzKteqtJNuS0iwR0hoUfkbtJVysTP { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:21.25rem;top:14.375rem;left:51.875rem;display:block; }
#NsbhfrJxeqNmy0pHsEJlvTq52bd2yuge { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:16.75rem;left:57.3125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSUk1LGHKAkTHoEDZHlKC3MQGqFhyq4O { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:15.9375rem;left:56.25rem;display:block; }
#G3bI2EaGF1v65hau8am2T06twzTK5Bk4 { color:#ffffff;display:block;width:19.9355625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:20rem;left:52.5625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZmLJbol4XQybF3S0pz4z1byTomDywbx { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.625rem;top:24.75rem;left:64.4375rem;overflow:hidden;display:block; }
#fDd3mxyUtCPHyxXAwfBWirePsVkkILao { color:#ffffff;display:block;width:49.937rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.5rem;left:12.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHQXTXLghviKVH87aEyhkiWV62rSteze { color:#ffffff;display:block;width:49.9360625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5rem;left:12.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHh0XxpKTLHhJHsM24IbwUEEzMCQSJTE { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:42.0625rem;left:21.0625rem;display:block; }
#XVRwRZoM0vlQ9ZuaPT9J1r3ONaOw5zhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vk8T6d0cDTFDqA55emTP5v3drVLokOnh { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:42.0625rem;left:38.3125rem;display:block; }
#Nh6WWgBEumUnLz0d7MKvEptGGHoNAsRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOwat6R1pl9wukbA6sLeJSTcbmiOryFl { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.2480625rem;width:6.9980625rem;top:11.5625rem;left:18.75rem;overflow:hidden;display:block; }
#OQUmZyf4eCDX53i4yI8fokMst9ofREID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID.adaptive-delivery-prevent-bg, #OQUmZyf4eCDX53i4yI8fokMst9ofREID.lazyload, #OQUmZyf4eCDX53i4yI8fokMst9ofREID.lazyloading { background-image: none; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID > .row .container { border-width: 0; border-radius: 0; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:none; }#sC52rcNaS9PqhAuk4MdDVZKUr4SE6nbc { color:#b4c500;display:block;width:57.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uUGgRMsT2wRsmEy4A6powJTHIDLx6p9c { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETeJqOf2ZXTk8S2JDXbOFkb58wwowl7b { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XW1rx0rGdMHTIXfCb1sUdFIhCDuK4PfW { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.4375rem;left:41.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5SVSLKHFEoHkfmAvJhrg628ndbxKKII { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:19.625rem;left:10.375rem;display:block; }
#Zf8E1FUDhZiquzuAacsNhnUWTKt3Cl2q { color:rgba(255,255,255,0.8);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.9375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#neHcrUkGLVXTm2GNMKSWbkDclPTBJSo7 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:24.75rem;left:38.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnCKPCkC9vbTzkPzAN2sk9QqJqgoBAR2 { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:32.6875rem;left:10.375rem;display:block; }
#OsJMJhH7RSO3NkMztDx52i7hQWMttT7S { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:33.961046695709rem;left:12.500000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WI3UZFKIWKpn8PhyFe8cPl827REimr8F { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3iaJV07BtVO1MqfLvQ6MWX0A03RidUk { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2095rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:45.311958312988rem;left:28.894858360291rem;display:block; }
#UMipc2nmyCZ98skbO0KZ5aQvMgM3Tl55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLZQDGoq4nMlv46oZzBgGaeixpZtXEfq { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.5rem;top:15.749824523926rem;left:6.7496747970581rem;display:block; }
#WGavgZMGliXnce48Lgo62LBDCVygyp4m { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57300', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57300', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.249875rem;width:61.4995625rem;top:28.811307430268rem;left:6.7491331100462rem;display:block; }
#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb.adaptive-delivery-prevent-bg, #xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb.lazyload, #xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb.lazyloading { background-image: none; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container { background-color: transparent; background-image: none; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container > .video-iframe-container { display: none; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row > .video-iframe-container { display: none; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .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); }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container { border-width: 0; border-radius: 0; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#VtnhHnEgebPKiD5uQnCHGaMUBCD3c8Rf { color:#b4c500;display:block;width:57.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yr9TwaiAFUawNbEz7kse6klnQTyuBzct { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckIqumtQzPbFqAbTVzdCxi7sR2UNpwc5 { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHXCrfItyb894ooBEBVXERamn4ApG8mo { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.4375rem;left:41.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSZUeZnv2nKc2s06k9PMTDxTvXVDWOvz { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:19.625rem;left:10.375rem;display:block; }
#iJmShLXkHv6Bt1J5NCQs04NkNXJuVFOe { color:rgba(255,255,255,0.8);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.9375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCAoDmCTBVNrzR0eGb8EhiO9syCbNCFF { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:24.75rem;left:38.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0k5FSAIWWwdeRWPTIiaJoV9ALV3zpyw { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:32.6875rem;left:10.375rem;display:block; }
#ADRR5xRP5rQIGwwaG8dwRpCq5uh7fMaZ { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:33.961046695709rem;left:12.500000953674rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EoZ24VFr4uol7fJJDOG6saiPthJ2ulCk { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXTida2xnwmoRFNHXvlHlh3P4L9FG2v9 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.5rem;top:15.749824523926rem;left:6.7496747970581rem;display:block; }
#oR5UpecVKR5Ep8WoCDt106BnJpAG1Dde { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57300', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57300', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #c57300, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.249875rem;width:61.4995625rem;top:28.811307430268rem;left:6.7491331100462rem;display:block; }
#xh2vnUExMGaPqgOqC1g66unu27GXPLef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161431;background-image:url("https://images.assets-landingi.com/uc/9fe61e44-5b8c-4119-9ad1-5d8533ce0586/Frame8388.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef.adaptive-delivery-prevent-bg, #xh2vnUExMGaPqgOqC1g66unu27GXPLef.lazyload, #xh2vnUExMGaPqgOqC1g66unu27GXPLef.lazyloading { background-image: none; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container { background-color: transparent; background-image: none; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container > .video-iframe-container { display: none; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row > .video-iframe-container { display: none; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .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); }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container { border-width: 0; border-radius: 0; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#K8KibJCNwisRrICmRMQOI8l2E02qJyC2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:10.75rem;left:2.625rem;overflow:hidden;display:block; }
#eTV9X6hk4IQqy0TcQ2nu9yZpEMLXnAPt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:10.75rem;left:21.375rem;overflow:hidden;display:block; }
#uyHTCtETntZdAGqqroNrLFZWLHnORdVr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:10.75rem;left:58.9375rem;overflow:hidden;display:block; }
#vNU2NMpVvTn00JaPyTAWTeGtGr6fvSnb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.25rem;top:10.75rem;left:40.125rem;overflow:hidden;display:block; }
#M6r64qvaRbFL3P97qKaK3TAVu7mZNUdX { 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:10.125rem;width:15.25rem;top:22.1875rem;left:2.625rem;overflow:hidden;display:block; }
#W7CtP90tOnKFhyMad4GUZ8IqWxX0UVki { 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:10.125rem;width:15.25rem;top:22.1875rem;left:21.375rem;overflow:hidden;display:block; }
#TXwDBESmuErFZJKxmA836OAUL8MKn5r4 { 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:10.0625rem;width:15.1875rem;top:22.1875rem;left:40.125rem;overflow:hidden;display:block; }
#zxvtm3NinIfXUovF30tWsRZxRo8qXTBi { 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:10.125rem;width:15.25rem;top:22.1875rem;left:59rem;overflow:hidden;display:block; }
#I6GldMZ9h3ZMUfTEpSK77P6LbFH5PD7i { 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:10.125rem;width:15.25rem;top:33.625rem;left:2.625rem;overflow:hidden;display:block; }
#V9WVFFUbRT4fEw00r3WkzHJbeDd559K5 { 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:10.125rem;width:15.25rem;top:33.625rem;left:21.375rem;overflow:hidden;display:block; }
#NMdT7EArNXDpD78q7HtxVCnpSn4BG4hL { 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:10.125rem;width:15.25rem;top:33.625rem;left:40.125rem;overflow:hidden;display:block; }
#nTGX7hNrxXcfcUoGBtZsyGR6D62Bec4E { 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:10.125rem;width:15.25rem;top:33.625rem;left:59rem;overflow:hidden;display:block; }
#D5eFswDofgrxLoLpiHwDREWfv1JB6laf { color:#def81d;display:block;width:31.3125rem;position:absolute;font-family:anuphan;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr.adaptive-delivery-prevent-bg, #ifbJX06dazdVF8GTdbgug1TZIqaAuEqr.lazyload, #ifbJX06dazdVF8GTdbgug1TZIqaAuEqr.lazyloading { background-image: none; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr > .row .container { border-width: 0; border-radius: 0; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr > .row .container { font-size:0.875rem;font-family:arial;height:99.5rem;width:75rem;position:relative;display:none; }#maeu1EBrQTIflFz9X0hfWpNAQALgz8aA { color:#b4c500;display:block;width:57.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhzEHB6fRcgd5t8EdZLpUVc8yFtcmmXQ { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acufMbIXWRypdySWggP0BrAiXgpmVHUA { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #646464, #151515);background-image: -moz-linear-gradient(top, #646464, #151515);background-image: -ms-linear-gradient(top, #646464, #151515);background-image: -o-linear-gradient(top, #646464, #151515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );";background-image: linear-gradient(to bottom, #646464, #151515);background-size:contain !important;box-shadow: 0rem 0rem 0.3125rem rgba(240,254,91,0.4) ;color:#ffffff;padding-top:1.16rem;padding-right:1.00875rem;padding-bottom:1.16rem;padding-left:1.00875rem;display:block;align-items:center;width:6.051875rem;min-width:6.051875rem;height:6.23375rem;position:relative;font-family:montserrat;font-size:4.639375rem;font-weight:700;line-height:99.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-label { background-color:;background-image:none;color:#b4c500;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.07rem;height:2.46375rem;position:relative;font-family:"ibm plex sans thai";font-size:1.74rem;font-weight:400;line-height:39.42px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:36.25rem;height:11.7425rem;padding-top:1.45rem;padding-right:1.44125rem;padding-bottom:1.45rem;padding-left:1.44125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:81rem;left:18.0625rem;z-index:15020; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #hbUAhdz1TMTJD7335rUa00TQ097x9D5S { display:flex;position:relative;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #pUzNs1AmlILvIwFwGi0WdVi7ztRstmlt { width:auto; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #iSAuSMp3ggxTSBDN47W1TqkUmG9Oy3lw {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #E87bsONpruPVVvseikb3TUS9TxR0cuMB { display:flex;position:relative;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #MyFavuycmNXTlZiskmVTWX3z21LngWBa {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #fOFgT6r5BdFPA0hq5x6mTFkGCuETs1cf {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #DSylmcnTVacaQI3wscOOTtKasE09wA2E { display:flex;position:relative;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #U7LVeyidRxXNxCB12EPzxQaGTDznbar5 {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #aOAEg1PIps3IMRbBT9ko3lXnGUITFNCv {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #Jga3Ls3Fhc5JIwcBzwAQD9JQ0iwRcbeW { display:flex;position:relative;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #reF9I5nvDEFBmLa98e1p3Oev5O2xgi1D {  }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #mNaBb7zVyhNEPqlQ2TnJtRn5GLhBx1Hm {  }
#KReBfSIxe2VnpL9XZ5v0tkiCKmxmw7o2 { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3115rem;height:4.87206875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:62.999267578125rem;left:18.062255859375rem;display:block; }
#rzk6CT8dFT61bGrnFwfSAUbQLfWNS08B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaB2FrFcsSe2ZhiZSHTJUpRwAR5wlnvE { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #787878, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #787878, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #787878, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #787878, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #787878, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:6.75rem;display:block; }
#POt8D9MMALC7IDwwPUZgX6tOPxLgOg3E { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:10.3125rem;display:block; }
#W92LlyP04gOfDTnVfX4byBvDWLCcDgZ1 { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.875rem;left:12.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b60xPmR9Zlu8LriyGaCDKx84TTWPktUt { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.6875rem;left:9.375rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hbqvqpi2CiqISEHmTBJpI6RaGGDA9EBT { color:rgba(255,255,255,0.32);display:block;width:9.4995rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:28.9833984375rem;left:11.842529296875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPmV6iTcHMTXlKdaLod4ceG9Df99scwM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:27.625rem;display:block; }
#nysVJMB6Os84y8n3ZCz1qtJDOnkaOBw7 { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.1875rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olqNwWbKJdyftZwNQnuVafXZpTRxR1HP { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:31.1875rem;display:block; }
#cDmukGTkV83vEI5InozPL9cL4yFMV92J { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.875rem;left:33.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyUBVc1IACS4L5dsOhu83DutxzU5fE2f { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.6875rem;left:51.125rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkTbCnNJeVUAHdeuamtF37FKnOqGUUIw { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:52.125rem;display:block; }
#TZiuD9zZgREJINJq7UUEkkSTHJthQsJu { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sN18EPk0WfKZ6wGwnEHGpZGcAZXroGl0 { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #666972, rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, #666972, rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, #666972, rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, #666972, rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972', endColorstr='#66697251' );";background-image: linear-gradient(180deg, #666972, rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:34.0625rem;left:6.75rem;display:block; }
#itdKu07Z9fRuDkqqqCRZe6PeNBImz9Jw { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:36.75rem;left:41.625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECRu7qTOJaApzBTNSrxkkOT5omDOOfMJ { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:37.9375rem;left:10.375rem;display:block; }
#H2oDXi0IiqzzBnT75v1TdeV3lzttixWT { color:rgba(255,255,255,0.8);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:39.1875rem;left:13.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3iaXZAitqKNxwS31XvBiODm88ssX4Qb { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:43.060981273651rem;left:38.373485565186rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESygwiPvHeOVyeM664kXqeJEo8mcvRLy { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:72.25rem;left:12.625rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORKlzhVNZB3USaTFNiwf6C3dpcz1BvG5 { color:#ff0000;display:block;width:49.934875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:76.124111175537rem;left:11.842449188233rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4mhKoJA4uCVi8VPB6QH3gPvP2oTo43k { color:rgba(255,255,255,0.32);display:block;width:9.49875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:28.9833984375rem;left:32.74951171875rem;height:2.3562rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deRMGFFnAdBuZTbXUwxz67mexrcoviNW { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#66697251' );";background-image: linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.249375rem;width:61.436625rem;top:47.123481750488rem;left:6.7816848754881rem;display:block; }
#Ly8drTW7E82StwIf52Z5IWuLJ1RqUw1b { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:51rem;left:10.375rem;display:block; }
#yvkZPOPOwHPhzMzBIXHlkemRlRleqkgT { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:52.3125rem;left:13.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aABLlpVlFFgGaX8BUngTD1bUV2P5C6gR { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:50.5625rem;left:41.5625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n311y9IogLRWL0GwnJsbhdOeE3RA0Pxd { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:47.0625rem;left:6.75rem;display:none; }
#v3rIlfEAW7VD01FH4toJF8IT1zTOcQy2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2096875rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:63.424072265625rem;left:40.962158203125rem;display:block; }
#cFmUtXT0d4nIhpcGk7fKDFdLmm2IzBLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQTRMkCqZzFS3FvDly6HhpJMXQcF2Ba0 { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.436633110046rem;left:48.498264312744rem;display:block; }
#RVTnl3km1ufoDTRUrFofQTAvTQ7yEoQ9 { color:rgba(255,255,255,0.32);display:block;width:9.4986875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:28.983305454254rem;left:53.591587066651rem;height:2.3562rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV.adaptive-delivery-prevent-bg, #L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV.lazyload, #L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV.lazyloading { background-image: none; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV > .row .container { border-width: 0; border-radius: 0; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV > .row .container { font-size:0.875rem;font-family:arial;height:99.5rem;width:75rem;position:relative;display:none; }#EOEFdkvy4f6bsr9WLMoBHfxk6KqQB4Ie { color:#b4c500;display:block;width:57.3746875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uawvUtMhVxrFv4BDLSwnTd6VONgRiIrI { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL85D1nRg6rRLLTAFieNcZP88PlNa2EE { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #646464, #151515);background-image: -moz-linear-gradient(top, #646464, #151515);background-image: -ms-linear-gradient(top, #646464, #151515);background-image: -o-linear-gradient(top, #646464, #151515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#151515' );";background-image: linear-gradient(to bottom, #646464, #151515);background-size:contain !important;box-shadow: 0rem 0rem 0.3125rem rgba(240,254,91,0.4) ;color:#ffffff;padding-top:1.16rem;padding-right:1.00875rem;padding-bottom:1.16rem;padding-left:1.00875rem;display:block;align-items:center;width:6.051875rem;min-width:6.051875rem;height:6.23375rem;position:relative;font-family:montserrat;font-size:4.639375rem;font-weight:700;line-height:99.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-label { background-color:;background-image:none;color:#b4c500;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:8.07rem;height:2.46375rem;position:relative;font-family:"ibm plex sans thai";font-size:1.74rem;font-weight:400;line-height:39.42px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:36.25rem;height:11.7425rem;padding-top:1.45rem;padding-right:1.44125rem;padding-bottom:1.45rem;padding-left:1.44125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:81rem;left:18.0625rem;z-index:15020; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #WmXrIZcm4ibkVGl0Pii9XfoXqTsEnWt5 { display:flex;position:relative;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #L2GIsJI69AdoTpNJUbDZTehmwThk9r5V { width:auto; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #mEz8WaWi5XOMVPmM7p9auFW0FCEFZRqq {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #OQXRMUIAAQ2Tvfmwhfpncka5pF61Wdm6 { display:flex;position:relative;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #qLMHaoXoKDNZwdMW6De3du6e8OMkWMd8 {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #QAfqHFyNeSw6FdieU8i7fBH7vTn7z6uw {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #BOlp96B9nv8XrO9k0T9To6uml9w1fFLL { display:flex;position:relative;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #iu5qB8eAuG2BxOquqOGNDlBntwhB03O8 {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #onZwhKfpfQHgEoJgIr5pUC8KTEouKDq1 {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #pMXlbTrlre5Bg1TQ6xvcyS7oL3ADw6t1 { display:flex;position:relative;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #TxMuDAsSEi5gkFUXtbaiHc7ZWpzqi4ii {  }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua #f0wvZZzpHzVGy9oBybr8O8QR2Ox2xCn2 {  }
#pbSyc4xHTGPwHh3KcL4h9sL2o9qmE81E { background-color:#d2ee00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3115rem;height:4.87206875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:62.999267578125rem;left:18.062255859375rem;display:block; }
#NVzuZoAPuh7S8NDP3lGDXXbLDvKKZeSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIySLsI6NskMQsqXGAH3quHHOqVC7hkf { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c500', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, #b4c500, rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:6.75rem;display:block; }
#tyFnxsIDb3Q3s5NuKTrfg1TX4m5hyKSz { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:10.3125rem;display:block; }
#xkahBseFusPaGVfxfZ60om0wv0BPGK27 { color:#ffffff;display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.875rem;left:12.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2oVctmK7LJyZNvKQU77Hvn4FHNzLT14 { color:#ffffff;display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.6875rem;left:9.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftnMBgCsykcCfn3Ok8Kap1AkkJwsUp2M { color:rgba(255,255,255,0.32);display:block;width:9.499rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:28.671875rem;left:53.65673828125rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rmFZhEixMVtnlD30yK0wLRqT0R4lNpEx { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#b4c5003a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(180,197,0,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:27.625rem;display:block; }
#aJXZp8a5SrsCVasSFksJtkmaDRoLgxTE { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.1875rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AitVsOda8CT4m1WQpuJiMKEJew369DEL { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:31.1875rem;display:block; }
#UD9T0kqesnRTh7253GPOsGcIlTwQCdBG { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.875rem;left:33.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9GMdW0LEKPcPLggXEmlNetVorpxqt4e { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -moz-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -ms-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-image: -o-linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#7878783a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878cc', endColorstr='#7878783a' );";background-image: linear-gradient(180deg, rgba(120,120,120,0.8), rgba(120,120,120,0.23));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.5625rem;width:19.6875rem;top:16.4375rem;left:48.5625rem;display:block; }
#OoHDBPEPMwJ7QU8CrokQoTa86tRqoTgK { color:rgba(255,255,255,0.32);display:block;width:14.436875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.6875rem;left:51.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gceMzdphxop8uibCdTZdM0NDC5AqCZvz { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:3.6875rem;width:12.5rem;top:18rem;left:52.125rem;display:block; }
#e9TvTRokrA1tfuv6FkuV2bNOOFTJBKBL { color:rgba(255,255,255,0.32);display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvX2Wvn2TggcQVfS3X4AMXgG6ffHzP4G { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:34.0625rem;left:6.75rem;display:block; }
#CBymiNJHI6HEJS2Xv5DeQLaWdm2n4GBf { color:rgba(255,255,255,0.8);display:block;width:19.9370625rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:36.75rem;left:41.625rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qI6izvRFBckM6M9VLiSe3ibJhzu4DTO7 { position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:37.9375rem;left:10.375rem;display:block; }
#ZgX8Zbn0wtp89HRrG5vF0NBbSzLHwkBw { color:#ffffff;display:block;width:8.2498125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:39.1875rem;left:13.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5u0khMGy60AyE4lGTGSDQx99TRG5Uyz { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:42.435981750488rem;left:38.373485565186rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZcf9KZPBrPLJhCGxDX03L4gdIm0doQ5 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.2480625rem;width:6.9980625rem;top:13.63818359375rem;left:21.3408203125rem;overflow:hidden;display:block; }
#PepDEWgezEraFVIlspf6M5rblUV5UrPS { color:#ffffff;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:72.25rem;left:12.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ieZUAGxgzHzOyMHuHcaUPwlD36Q96e8s { color:#ffffff;display:block;width:49.9350625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:75.625rem;left:11.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4iwymwX6TJaHm6STs0vslMtdgNnMRdF { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:28.875rem;left:20.3125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsO1hyR7TyWZCrcGVNCuCPTirGEOFaCU { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:28rem;left:16rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fs8syG2Zg361DoByP4DaSFX3avgIxsLd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:27.375rem;left:15.1875rem; }
#PMqhlzgTzpgrbzNxMzPcNT9oqWSMOO4Z { color:#ffffff;display:block;width:7.1245625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:28.875rem;left:8.8125rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvSIqSoxULXirzAwmoD5efKkJNFSBfom { color:rgba(255,255,255,0.32);display:block;width:9.49875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:28.9833984375rem;left:32.74951171875rem;height:2.3562rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoUaCgcRipUUNhp4yShqbAi3Lc1rPzMv { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#66697251' );";background-image: linear-gradient(180deg, #aeb2b2, rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.249375rem;width:61.436625rem;top:47.123481750488rem;left:6.7816848754881rem;display:block; }
#ZiRSJuQKoiTKa5V9PTn4mTy4Te8ztMUP { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.45);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:4.49978125rem;width:15.4373125rem;top:51rem;left:10.375rem;display:block; }
#bQKU2lz99r1J1qkFLsi9cezTo1poEQuE { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:52.3125rem;left:12.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eD0ulMCfwta30yG3qkHk2QDMkLOE09Kp { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:50.5625rem;left:41.5625rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOn3TEG3p7wnU2UqAulCmTlWubkprqV7 { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666972a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(102,105,114,0.66), rgba(102,105,114,0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:12.25rem;width:61.4375rem;top:47.0625rem;left:6.75rem;display:none; }
#Rxn8ad2pkdWaLkfKvqR9nDRs0TaXGEOx { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2096875rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:63.424072265625rem;left:40.962158203125rem;display:block; }
#hreFg7PPQKVkQn0xLFDbXD8FOJGhLi1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlZRtqUfd4TK1RE3Zan0TrOSSvqrMlZP { background-color:transparent;background-image:none;border-top:0.0625rem solid #def81d;border-left:0.0625rem solid #def81d;border-right:0.0625rem solid #def81d;border-bottom:0.0625rem solid #def81d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#def81d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2096875rem;height:4.0224625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:63.424072265625rem;left:40.962158203125rem;display:none; }
#Tvqzl0VKIa3aPPBuT6glO1747pTh73d9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er.adaptive-delivery-prevent-bg, #cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er.lazyload, #cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er.lazyloading { background-image: none; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container { background-color: transparent; background-image: none; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container > .video-iframe-container { display: none; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row > .video-iframe-container { display: none; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .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); }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container { border-width: 0; border-radius: 0; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#vTeibQ2FurCghwUOKkic33FV2zLPu9DC { color:#b4c500;display:block;width:57.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.8125rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRS6HNeFCiHXFgdpHkrFtorsHywPJk2m { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:12.5rem;height:4.3872rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cb3M04B41dvXcDkSXhy4WTaQeqXnHxnD { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:15.248483657837rem;left:12.531467437744rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kngGiOSowuDo7lBEAgdUsCVzfLQLdB3m { color:#b3b3b3;display:block;width:49.9360625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.5224609375rem;left:12.53173828125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TToJvMcNt25nmHkLaoJql4ZtZCotL0H5 { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:21.375rem;left:12.53125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH.adaptive-delivery-prevent-bg, #DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH.lazyload, #DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH.lazyloading { background-image: none; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH > .row .container { border-width: 0; border-radius: 0; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:none; }#U1ZBieQ4iRozPORTIIch1oLko1K1JO5W { color:#b4c500;display:block;width:57.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.8125rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrzKxCHm1WTkVGZ7JztSLkh0ZZWoI9DL { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:12.5rem;height:4.3872rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXEHdpwEv53P7WmE5UHCsncTfN1FJmTt { color:#ffffff;display:block;width:49.9370625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:15.248483657837rem;left:12.531467437744rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bguwqdl2f2XJBkiTNva5O0DG5r6fKk9J { color:#b3b3b3;display:block;width:49.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.7724609375rem;left:12.53125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBnyam2zMaVQeTeHWhGqTO0AsSJDgJoE { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:26.1875rem;left:12.53125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141c27;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31.adaptive-delivery-prevent-bg, #UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31.lazyload, #UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31.lazyloading { background-image: none; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 > .row .container { border-width: 0; border-radius: 0; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:none; }#CC2SsX24JzqWkTUxFrygSDrgqqFK03k5 { color:#b4c500;display:block;width:57.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.8125rem;height:3.89955625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ug53Q3ndMehCTFwvz9T2ML1gHuD0O8Io { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:12.5rem;height:1.46205625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEF848vQnVTwf5Zez2fO2FBHhw82wwRF { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:14rem;left:12.5rem;height:3.824775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tF6nNNJ9SHTmQC74Fm1bqLHIsBvRrcki { color:#b3b3b3;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20rem;left:12.5625rem;height:1.46205625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQUbwthi7iaZqq2fBeDdAxELT4a6nH0d { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:23.625rem;left:12.5rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { background-color: transparent; background-image: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container > .video-iframe-container { display: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container { display: none; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .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); }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { border-width: 0; border-radius: 0; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { color:#a6a6a6;display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { color:#a6a6a6;display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { color:#a6a6a6;display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#RifzzhiHNpKHvckmVNHApihudUdFGv81 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:4.4375rem;left:59.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV { display:block; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNckJE5tlff4vHkQTg9L8XHwnM92t1X3 { width:6.25rem;height:2.25rem;top:1.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDe4T4X0SwCehtV2EEqEp5W96hqlAsmb { display:block; }
 }@media only screen and (max-width: 763px) { #nP8psvhNEH3SMGAE6MgqgNwAqGowvytE { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tka83ULrywfaXlLTKWy77pl0lZUx0aBE { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPznzTTPt2VElUsLHSt6mxrzmE0OLOd { display:block; }
 }@media only screen and (max-width: 763px) { #RQyTTKq9yQr0TnnXmCDz2XI0ofuIgCcq { width:6.25rem;height:2.25rem;top:1.1875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mulNKhynQSpO870oxVUNUX6ct6Pr4bOd { display:block; }
 }@media only screen and (max-width: 763px) { #ripCo0DMN2tZ0qUBwk8eMK23VRv1yq1w { width:6.25rem;height:2.1875rem;top:1.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl9uOtIsZVHw0zgy9GhwZHkoxgIs4CsT { display:block; }
 }@media only screen and (max-width: 763px) { #ZJO2HcEtB0HrBHLhClfk1UM7LzBmqAT5 { width:6.25rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiWJTJTuhKoi9m7oDZ3Hb05b4UP9zUOD { display:block; }
 }@media only screen and (max-width: 763px) { #HG20EyLatsOCTU1KTdvg1uFogHRqgwXZ { width:6.25rem;height:2.25rem;top:1.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSsf4zmADvuZOvxXAFZnOcWFUfHUmTDv { display:block; }
 }@media only screen and (max-width: 763px) { #cJLkMCm5DO2P9XZ6t7E9GGoWwboqglxq { width:10.625rem;height:3.125rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTro3Z60k9KlrLhTsCcglfRqKZC4D54 { display:block; }
 }@media only screen and (max-width: 763px) { #doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 { display:block; }#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAUM4IcNwPBXAcQuO5eP3cDZt6IOGc6d { width:6.25rem;height:2.25rem;top:1.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpodXsos0cGLqEHwLGyMKTMKXz6d76qG { display:block; }
 }@media only screen and (max-width: 763px) { #w2lPH52pXyNOOuWgeLJ2nc6iDdBa9hT8 { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaeG8TXOotRfe5Jn9trUKtxszsP1lcg { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yivCT3SetSvDEZPededPTR28WR6M4Ff9 { display:block; }
 }@media only screen and (max-width: 763px) { #lqZqLZ0i5OcWOfGtGfFATt3A3JArgDyo { width:6.25rem;height:2.25rem;top:1.1875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1SCQ8wKFMVq70sO4rvh5LX5R94elMC7 { display:block; }
 }@media only screen and (max-width: 763px) { #vqt5qacIoJndW6dffnFgnh0FSTi3hXgl { width:6.25rem;height:2.1875rem;top:1.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AgzdJ1erIJwb8SOJcU53uNb4fkaTDJ { display:block; }
 }@media only screen and (max-width: 763px) { #SG7bUW4WmCmip6BZRUmTwFCy0CORsTlv { width:6.25rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQB1fnmulCVqbnt2zrun5RnU6veHoBQ { display:block; }
 }@media only screen and (max-width: 763px) { #L5M6kVXxg4RFmaHwpcOiwLKvUyPlgy3M { width:6.25rem;height:2.25rem;top:1.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQA75H8zad6nnOwcZkI6k6HgO8TvO14n { display:block; }
 }@media only screen and (max-width: 763px) { #Q1yHNdsAPWqCJLUdkyq9Jq5RepoT2S7R { width:10.625rem;height:3.125rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWCGisTAGy378vuZVMEMHZAWKTqNnAF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mHPiffAxal8o6dmukAoCWPGXoxPg5BZ5 { width:10.625rem;height:3.125rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ5l1ohk4V5VWAapVr2CiZJ5wilZDMrz { display:block; }
 }@media only screen and (max-width: 763px) { #E7MRueyoZiFkDp98GTIJrTWycOnCbm2c { display:block; }#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9xdOCBSN566r60d5Pk3lQya8NBFouQc { width:6.25rem;height:2.25rem;top:1.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz6XDVBVuScJdFTs5NT807PUyCxsl891 { display:block; }
 }@media only screen and (max-width: 763px) { #zsLaVbX1FLXSwTwRfCa7NOmUKtdogy1r { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4JnSbHrcSeJi7HXppfhdBQKi0cJXI1Z { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7NdLrTXBBQdMtf3ZEiWq5zZzxmxqWv { display:block; }
 }@media only screen and (max-width: 763px) { #bfhw36nUnS43zFogCTek1Fbs6LOvmTd5 { width:6.25rem;height:2.25rem;top:1.1875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZpzBpn0cMsooXWzioNQFhlIQbMfrVR { display:block; }
 }@media only screen and (max-width: 763px) { #bdZgWFMUTPF8rL4itTp7LT8lc2tNX4T1 { width:6.25rem;height:2.1875rem;top:1.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1B3cI9LawmF1l0Ugb7KUZqXcGDxwD4e { display:block; }
 }@media only screen and (max-width: 763px) { #h0lWIFi7Co5fwwphcoZEWfJz1BLF1iu8 { width:6.25rem;height:2.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6J918RXtdX6iqUt0w4OIMsPRAVinq48 { display:block; }
 }@media only screen and (max-width: 763px) { #nIlr17y5TEqBHzDxHA5dXRmqnra33RxJ { width:6.25rem;height:2.25rem;top:1.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQFNFAPeKOZ8XGqrNxWh7V9UDebMkbvw { display:block; }
 }@media only screen and (max-width: 763px) { #x07iJTII1vS1dTZyusEO2qkaEhGIzTUB { width:10.625rem;height:3.125rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4u7MthTmR6v5KOdwcADEZzqxCvNUqan { display:block; }
 }@media only screen and (max-width: 763px) { #SVAfLyKfLikmcCfC72ttTlCvHh7A873u { width:10.625rem;height:3.125rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayAGQc57MM6EUFvpCs1IJLlwoIVzMMcO { display:block; }
 }@media only screen and (max-width: 763px) { #Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG { display:block; }#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BleSzcNrvc2yoPBifaOo63cN0z5pdxfw { width:6.25rem;height:2.25rem;top:1.1875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9GNO3SWOUZ5J5niJIxnC6cAgoAaoVkC { display:block; }
 }@media only screen and (max-width: 763px) { #E6apXQlAIRBUSD5vRw4UN6HpuGEiDerH { width:6.25rem;height:2.25rem;top:1.1875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0TtlHpaCqAD61mGqVzzJivAwXX6ml2F { display:block; }
 }@media only screen and (max-width: 763px) { #SpJspn9QWXsssuaCgkRKrNT1mgNSzTmZ { width:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6K3w04rZ3IyV62XXk3QOiOzm2Cve8O { display:block; }
 }@media only screen and (max-width: 763px) { #I9TAvrKC1siS2bJTlulqLtc8T2rPZDde { width:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETshfzIa5q23mcJAkzcaMXXvlGAzTxuu { display:block; }
 }@media only screen and (max-width: 763px) { #TXa8Uq7PbmEPLzPtRmfUDB5QSABSsQ5v { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUVobaWoWR15v3gfdIcPmGU5qBlCrThZ { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmMJeaxGuJEQ6xbllZqOmFuvlEakkKLT { display:block; }
 }@media only screen and (max-width: 763px) { #z66UwxsUX2H66MdvGTHBfG216WB2XVIO { width:6.25rem;height:2.25rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4O9HmTQzBLRh6cVXOHG9wNiHDTNQQes { display:block; }
 }@media only screen and (max-width: 763px) { #Aw88qfUPs7QKII7071DET08VCTJqXEt6 { top:4rem;left:0rem;width:32.625rem;height:22.020153271943rem;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) { #LSKxwWrQG2D02dNZTnxJtT1JIeAIiUQ1 { top:20.75rem;left:0rem;width:28.5625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubHBH8BaUxTO6flfwsAVEuZhATSVl1k { width:22.1875rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6ndmI8f41BMl4OMWNTmQaeRzLNoX0wl { top:0rem;left:0rem;width:32.5625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeB8ZTiaLwo0udGMRHUkcT1UGzBTx6kt { width:15.4375rem;height:2.9375rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61bm3NKDs4hfnHyivpbHK60LMUR9WsZ { display:block; }
 }@media only screen and (max-width: 763px) { #NqKhqboAxJ0Np0N1kzxwdn0xTuOb4df0 { top:38.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5XtGLhCVCwhMC32Bppzo4xiKNzZJafn { top:38.4375rem;left:0rem;width:30.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNKB3HH989oCvRNUWU14uQProWEdPIT9 { top:35.8125rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geNydXefBT6NEaAlTE8Tk8FwvBiFiPGp { top:32.75rem;left:0rem;width:35.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT3MbLIziBqiPk0lFHBOeeKpnSlCEXxm { top:28.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uieXuDDhJU1CxVaCRgvVpWyOn7xUIVkO { width:15.4375rem;height:2.9375rem;top:41.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhUUP1hNFpW4maiFUo3KatN3PH8X77g { display:block; }
 }@media only screen and (max-width: 763px) { #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 { display:block; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDVs97BPAGM4Z1GHc9BsK6xnD5QV5Nm { top:20.75rem;left:0rem;width:28.5625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkm4vKO2NbHXQUd63UoiaXywn44ZzJ2 { width:22.1875rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UW0kwreEtoJ1pdHFXFDbr8JftFdfxpDf { top:0rem;left:0rem;width:32.5625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFK6wOLIWFJOX3b21sdIarJhD3LWLt2G { width:15.4375rem;height:2.9375rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuH20cAIF6qElLekxNRwIdcOwv6mervP { display:block; }
 }@media only screen and (max-width: 763px) { #osPwgUWoa3K4EW492WWn282mC9SHbJVQ { top:38.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDZVSJ2GbXZk0Om30bowFGIIAdxaKdgf { top:38.4375rem;left:0rem;width:30.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAcwM8AaaTmVzSxTpyivl65tAzMHEXm9 { top:35.8125rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWkkp7aA9l4ooKEd8FizTikFTWTRb1s { top:32.75rem;left:0rem;width:35.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymhTtUUqXbFswJebb5iy6c3zyeIFxbZ { top:28.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT { display:block; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEK8s2mqXodNtNL5yOJFUltlnPOJhKaB { top:20.75rem;left:0rem;width:28.5625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORC38Z5HxpmuNPMVIf0pz0TGXPb1X1Ab { width:15.625rem;height:3.125rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TUKK9wQkgCi5Htah2FGhSrBN9DcIlv { display:block; }
 }@media only screen and (max-width: 763px) { #VJ19XXIBuesGvKH5zT5H7PxhF9i4Na8x { width:22.1875rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLEUnafUWeLnmf6RGtSdehfrNmCyppAg { top:0rem;left:0rem;width:32.5625rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEMNWmLslTkrRdebRX5nqAVJn8bWMABE { width:15.625rem;height:3.125rem;top:41.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVleyNQ4Mp9AKph9C9bUz0mZpCzwv71n { display:block; }
 }@media only screen and (max-width: 763px) { #qHTSWrGHLVb9B04dKGrEAQ04dkzA0FrT { top:37.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK21Z4GHB1H2x3TEQoQhdCKgMJgwHSXl { top:37.1875rem;left:0rem;width:30.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7iAuJgcZ2r5bEhPDDFM5xMRtWvLnB6 { top:34.5625rem;left:0rem;width:13.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNFX4kPDHLT5SXQ9yDxp62CoOAaki9ID { top:15.9375rem;left:0rem;width:35.5rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaQBfmes8VFcX52JU655TyE0ADEbKtJA { top:28.5625rem;left:2.1875rem;width:43.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsaRUF6hrRuAWiIAomh1e2pQ7AiGogpQ { top:8.25rem;left:0rem;width:20rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsVZvBySVlTJbFddCtoct0sPok5TbUsg { width:15.5rem;height:3rem;top:44.5rem;left:16.062502861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawUPaNLMuZufAPfSPXTImFhcbAAKJRn { display:block; }
 }@media only screen and (max-width: 763px) { #KryzvREJkqHvT8IJaMgEiZ2WIeJztK3O { top:33.125rem;left:3.59375rem;width:41.75rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkwtzMo7bUXcRx3wSRxW4fVArAW8W6NB { top:8.9375rem;left:0rem;width:27.6875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssZ7aRG59euC5fHGMPbCzhQAxE5LsWS { top:4.75rem;left:0rem;width:31.375rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Kio5aPPFk6rf6yWaDoL1HSEHv7eNk0 { top:4.75rem;left:10.1875rem;width:37.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvBXgaJvxmCqRV6vv4brU9BPBOaiX2R { top:22.1875rem;left:0rem;width:31.9375rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx { display:block; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elPgAhtZOQ48QS3RH40NoASSiTN5FTTc { top:15.9375rem;left:0rem;width:35.5rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xpZli0RAQ49Zd2qNhlWPQd8QpTvtRN { top:28.5625rem;left:2.1875rem;width:43.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOuD32FuEaqhP0mQo7zFU0WzJ9w7VLrn { width:15.625rem;height:3.125rem;top:44.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os2cnH0zpO6lXJvCF3erVCMwHuPcrqXc { display:block; }
 }@media only screen and (max-width: 763px) { #d1bEzmNulSovzaiPhlRmiBy8EGlupAAb { top:8.25rem;left:0rem;width:20rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Alr9HSEpT6MHhs4k40dKiPFrcBry12cl { width:15.625rem;height:3.125rem;top:44.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1XeueNdMz5JZTt6TBVenXb78JRlspZ { display:block; }
 }@media only screen and (max-width: 763px) { #G2aGQ2iLPECwTJ5dt2fnRCIVM5OlBJx4 { top:33.125rem;left:3.59375rem;width:41.75rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqlBi1iGUOID0KL05QA5yyhiJm5TPA2K { top:8.9375rem;left:0rem;width:27.6875rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvTgKOgXI2IkOKTwd6dPIG25T0R3Gyh { top:4.75rem;left:0rem;width:31.375rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpVQL9PJVxQIvy5pQIUz8sfmuQqIiCa { top:4.75rem;left:10.1875rem;width:37.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2Q9qcrfPvW75yNpnwOueDaZuUbMubw { top:22.1875rem;left:0rem;width:31.9375rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pMaWyVAew28yTD9G91bqSoK84I5TdH { display:block; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pEP4RO5Sd99k724FVSBkOyDT5bq6Zm { top:5.125rem;left:0rem;width:5.625rem;height:5.56206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wJV9oLEsRyQfOU25nPeCabqPxXqtrp { top:13.1875rem;left:0rem;width:10.875rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnMSXfgTP6lTKIT1CSLUQ4qpBDu0B4CA { top:6rem;left:6.9989156723025rem;width:5.125rem;height:4.6929601312371rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGmM4t5fIawH4zQW32HpO8iTdPnoU2O { top:6.25rem;left:34.154408454895rem;width:7.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUlGVtrMMDahAyeiSwCdaycxVRCiEXnG { top:5.9375rem;left:21.1875rem;width:5.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFI48BfQd8055THhfzOJN0OIeNGIsFeV { top:6rem;left:41.8125rem;width:5.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuOT22I9bsZUVwOdBgfcUSm5iTdVA13 { top:13.25rem;left:4rem;width:11.125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiEpJ2GrPIJ3gFkhqKc7zxn9heiV4NxP { top:13.25rem;left:18.25rem;width:11.125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esT6baXLptt1fpv1zNyiIPuRie9BlnXH { top:13.1875rem;left:32.562068939209rem;width:11.125rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzUacMmTVRvZrL2uaxTKOo5FyA20NVFs { top:13.25rem;left:36.625rem;width:11.125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQBJLKE7MrJ74Gw0NbgFRSMWJieFS67g { top:6.125rem;left:2.125rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTy1rnWIQnXJmNt52c2KQ2bVksNENTa { top:6.125rem;left:16.5rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNhykKkqJszyupauRdBbNpLzmkQTqTPd { top:6.125rem;left:30.875rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDehcanAxX4iV1VykoOgauxs20g5iRIm { top:6.125rem;left:45.375rem;width:0.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQtaHT5zbvq7iJQvsHZfTxgQsJxGyLxG { top:10.5rem;left:0rem;width:24.1875rem;height:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhfLfh5BNenHmNbCTxKJVwSUQeCTpNUK { top:10.5rem;left:0rem;width:24.1875rem;height:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThT0BSI6TuP0yp9rtVLEEpfpKd2d8I9x { top:10.5rem;left:0rem;width:24.1875rem;height:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltEcagSo7AOlZqcBPZMoSz8UidyMGLpl { top:10.5rem;left:0rem;width:24.1875rem;height:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH94h2tTL2m63wxcFTMQkouI0lTStGJd { top:10.5rem;left:0rem;width:24.1875rem;height:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU { display:block; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2rlv27fiE7JcAI12X5bBeOyTqWyTi6D { top:8.125rem;left:6.25rem;width:35.1875rem;height:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Gidxe7IFoe71GSwT5vEUqhuGTfqRUC { top:3.5625rem;left:8.375rem;width:30.9375rem;height:4.5625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwF3IQ8w2zHZKAl4qwXQX6IM22T6qML9 { top:13rem;left:0rem;width:6.4375rem;height:5.9431167896023rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJUEbWl5cTSE2LwS3i90lQKUNUfSxQst { top:20.375rem;left:0rem;width:11.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abDqGJp2cBeuhtWFZOK2wwnD8wW8THNT { top:13rem;left:6.375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8b2CEqFWUpu5pFEMktLGHxS8TOezlg { top:13.4375rem;left:35.125rem;width:5.9375rem;height:5.0704179136506rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXK0quw7w95MG9TPxBuOhQh8S0JJagBl { top:14.75rem;left:18.375rem;width:10.5rem;height:4.2871623780892rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7MtkBX8Ch678LZRgvNR7Z322myaCTnT { top:13.375rem;left:41.8125rem;width:5.9375rem;height:5.1332328280813rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHX8pCLuznaqfIKNCR3Cra2Z6Lakomg { top:21.1875rem;left:4rem;width:11.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmybyUVEflZwPOwtiU6E6iS4hLof26P8 { top:21.1875rem;left:18.25rem;width:11.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBQPUhT5EXrFZZTd66UogioODmV9mBzA { top:20.375rem;left:32.5625rem;width:11.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDMw1muhUP9MAtdXHFeqpnI5Zp2Nl1uS { top:21.1875rem;left:36.625rem;width:11.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhd1cf1UaA7TEmUAyMxX10XD2TsTzfrP { top:14.75rem;left:2.125rem;width:0;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEMVE3WUE78OI1eEv1NKWaePnSFqauE { top:14.75rem;left:16.5rem;width:0;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMXuIGQxTqclbm0EhwMmOG9RAbbTyvQ { top:14.75rem;left:30.875rem;width:0;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltlMbR1NPZBq4bH8dpvyfDBAxnfDIX1A { top:14.75rem;left:45.375rem;width:0;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl { display:block; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPMLM2G64U114sreTam8MvUERk5h3R6O { top:5.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDHq6bwPVHz6sV8RIID3Ly7W9NSEKMPv { top:9.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdRp17sAomNENwbyHvIydLaBym9f7SJD { top:14.3125rem;left:15.625rem;width:32.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEzUbpdtQiNVBLJ0CAO7u1HdKQweODh { top:24.25rem;left:0rem;width:32.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmvZbagdm2N9RQZ6Gg9bPIknLg8bagDJ { top:24.25rem;left:15.625rem;width:32.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1tlmuDBqrNAD7HimQugm3zA9Gd7ht0e { top:17.1875rem;left:3.125rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OryGaP7TuR8qohqhLuiCKbVw8xuygAkH { top:19.375rem;left:3.75rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKAnOisu5TaG1A1sHnJ0nio139k7syp { top:17.1875rem;left:32.3125rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhgzJEFuTAr0uAh9t71elLJMlO03bVN0 { top:19.375rem;left:31.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1cMfIr63wtTgsJpdfiZxfS4agZIgzf8 { top:14.3125rem;left:0rem;width:32.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlgOErQiRDZ5mU09dclEovvDz9AFfLO9 { top:34.375rem;left:0rem;width:31.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #viJxaQA2iSMn4N5pK1RKAhqUaOuOGozx { top:34.375rem;left:15.625rem;width:32.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2tL6prueIkOtQaaxLnh96mI8EfWueU2 { top:29.3125rem;left:3.9375rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGVCBXPsKG4qxWoR8tTE5VtfOW8Hq7SS { top:27.125rem;left:3.9375rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDOpSAFqDMDkEZBpSAPztMyXhITwUCCv { top:29.3125rem;left:31.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAyXA7ZJ7XhnBuTKB4e4y0GecpxqVvaf { top:27.125rem;left:32.3125rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMA3c5TD9nTgOwxwP3u17nnJtFuTebJf { top:39.6875rem;left:3.75rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTpXr6i8980TAfk5QD22bsivTsfTx7N { top:36.25rem;left:3.9375rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrOHteqhca6dpuBgzEwOwAsZIMn5t8rl { top:39.6875rem;left:31.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4WwsMcA1d86mC2qaxv2n8D0wEaAR7w { top:37.0625rem;left:32.3125rem;width:15.4375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJOzPlIWFPmTOVES4c5NwV5wNBxqV7Ue { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2obySD9rwZUU2HTAOm1ahLlgPp0ltWT { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWGKzBPSLDeqSu1AT5lHSn5SqiWn6wbd { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7ChH6I1aCJ74Lo7M9gLLEcX6IaDVDfK { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXOpsc8Jk5ATgeL9kBg19rwa00zgPub5 { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQodLTHnqdwoKsPOoqPBCy1GqWW29AcA { width:16rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9WdSytgUVycggPAeEubqxVdo2UQn48Q { display:block; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeFb2NGPDvIF3M8XtMA1vPPiL4igLo7U { top:5.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTDz4Fh2DRrFFh96PAfNnEPD49yGEB8J { top:9.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqQKHzmheBUx5Hw7NJUGXuTUFseDcpl { top:32.625rem;left:0rem;width:14.6875rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHTA6640bTP3QGVT6O7tq498wKdCm4N { top:36.3125rem;left:0rem;width:15.75rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XubSSmsP1TMSuoVAwtoSORSTogkEMTvp { top:32.625rem;left:6.9375rem;width:14.9375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgsJVmfQDUon9n2tyzUrNlRQTIJCGfFp { top:36.3125rem;left:8.90625rem;width:11rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1HXOBgXv84u02bkamRVzzGMfPF75b9w { top:32.625rem;left:24.1875rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPp2wNQqTysgQmTvXSDHXG8Q2Aco0SX { top:36.3125rem;left:24.84375rem;width:14.125rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpfm3nnA5qXeTz78LNp3GN5h5TTNgnd { top:32.625rem;left:32.3125rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka1qrxuTTSJ47pyMb7mxTQhAhRA7sT30 { top:36.3125rem;left:33.5rem;width:14.25rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ct8awsEBBfQOK6sEJwbarQ83fPAwm5 { top:14.4375rem;left:0rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q1TRAnnz57TlEcBxbavAVws5lSWGmd { top:14.4375rem;left:6.875rem;width:15rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMaG9TDsMRvRtQiZniFWMqstN1c2h6G4 { top:14.4375rem;left:24.1875rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2fR9ysfx78OZw2ewUnquMWptucpazKq { top:14.375rem;left:32.6875rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNTqAf02XlwJC6FZ3VSovB5hPxFLsQy { top:38.6875rem;left:0rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwB4kKRT5Z3vJGmKCEwm5TIuk3W9TfcQ { top:38.75rem;left:6.9375rem;width:15rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLty91y2GQTJaKchdcpNvTkpsQod8FJG { top:38.6875rem;left:24.125rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTN7tbcxKKX6Suvz8WDoHzlnBMH1Qsx7 { top:63.25rem;left:6.875rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whu7aqAx151pfvP0nWErl46Ghai0Rhti { top:57.1875rem;left:0rem;width:14.6875rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqGQGWnuufPuN0K7PZnQPmy2VwGPlJUk { top:57.25rem;left:7rem;width:14.9375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFLgSyGnN4ioEJSOt63KH9sSvC7IKuOB { top:60.875rem;left:0rem;width:15.75rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbflNWTGzKmtDVQk14gI2wvz26LmadsM { top:60.9375rem;left:8.0625rem;width:12.875rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTxUyZemfpXdVOCZ4BxMGQlm1WJ7JfZ { top:57.1875rem;left:24.3125rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmvFbA9kUQTXANuiUfGXhw2kDTms7Uu { top:60.9375rem;left:25rem;width:14.125rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBn6c9FQahenD2LTboToVKFVhwBnNpuf { top:81.75rem;left:6.6875rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxZZowoC5IUd7bJDJdrtoQPcxuRhKnh { top:85.5rem;left:7.3125rem;width:14.25rem;height:1.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds3KOrHBcgVaq6P0KENKtquwD40aWgZA { top:60.9375rem;left:33.625rem;width:14.125rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig7yiqw5mesheNQ19GT5XBfxyryAGX4t { top:57.1875rem;left:32.3125rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C44tyQdaJKkdkNEnovEUkszJfxdbgqIQ { top:38.6875rem;left:32.6875rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt49ep0DOkK8spAkbTmmrzCm6Cd6ieBa { top:85.5rem;left:0rem;width:14.25rem;height:2.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatQgc6T5iuZeM7uM0QBT10IakSChdMh { top:81.75rem;left:0rem;width:15.4375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR0zHexR3sJuvUUlbdRwz9Zp1eIoUeKR { top:63.25rem;left:0rem;width:15.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM { display:none; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOcP5Q80X0d3WJfPtsJhliPC4T8vgzN7 { top:4.875rem;left:0rem;width:27.0625rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV30L3aIxq2HFXJoqE7NspfEH5rPLc6N { top:9.125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZQcyyCk44mtKF8u5x6iuRSaNZuAnBQT { width:17.125rem;height:4.125rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThzU3H3yPlrRTcCR2bkG7sLxutVcbCI { display:block; }
 }@media only screen and (max-width: 763px) { #Mn4T4Lq1QgJevk7KgcWHaMFWQHL4S6DA { top:5.5625rem;left:0rem;width:20rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQd5XuoTyufdKFFsH2KRWFpcBGUOcR15 { top:19.625rem;left:0rem;width:42.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB6Q7RqtVTNV010NvpH0bomCt0RstdFT { top:42.9375rem;left:0rem;width:36.625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNDQDHd6BEK9GbvLGvxy1ph4h39GfS7 { top:32.375rem;left:0rem;width:42.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5r5rTkPQFIxxTVa4XJEOl9d9qKdQxSe { top:16.9375rem;left:0rem;width:15.1875rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ce8QFH9iXmi6VaiuLX2v3JKVUmoqDUq9 { top:12.4375rem;left:0rem;width:15.375rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKU30f3RUgRyyMgCltX98aAIkCqVdQdW { top:28.1875rem;left:0rem;width:15.125rem;height:6.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0qKbMRRA0Wi9507oPb7wholThOqZcc4 { top:32.3125rem;left:0rem;width:14.6875rem;height:7.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gizk0fU26Z9moCSF4MouoeaQG9cQE3Kd { top:53.375rem;left:0rem;width:43.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBtecFtAW1rK7Tqk5PuDnsSriOGtefE8 { top:34rem;left:0rem;width:15.125rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGW5IWDl5AzKLUGnqHIeGT0lPPrOAKJa { top:17.5rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt0rIh50oPxXPrINthtWRHUHQonq9HSP { top:24.5625rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6L6GfpRLUk4bf4ATslgpftRQbNtbeP9 { top:26.75rem;left:0rem;width:42.375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmChGylnpwBkP2pVFL1zb6BrSbUZqWQG { top:40.75rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frxktsyTHpTdwIyc5CzQhwkqqKUu3c1S { top:51.1875rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC5yvTVuLCLsn60TiWq8yuFIfwd9HrM8 { top:12.4375rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSiulTFEZ7L0en2nCXZRnIAsHb9Ck3Sd { top:16rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFzTAGWad81GcPwrroBGyw8qJp0gMmKa { top:23.125rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqFVTHw2NcKkQmi2U4Z78lRylaCKlXzx { top:31.6875rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l { display:block; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0pievnb9zW3LZTVVocdghDRXWomUgcJ { top:4.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wFRZwhfyn2KliED5yA0cFwrJoF9oAR { top:9.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtMZecX5b4ID4nvygsDThSGy5lLHDF7 { top:17rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpT0B3SSsHc4VlnNJ2XCysSEU2v0aXTA { top:17rem;left:7.75rem;width:40rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me52WEswbB6g3BfpgUS2ZfeAH6MXoObm { top:20.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomXGOaCuulkZ2p55H7FoVgEoBPPvoe3 { top:32.4375rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6pTTnuPVt4wdAX6sa5WMPNH6ZIrirM { top:32.375rem;left:7.75rem;width:40rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRqXuBbQeuL7lfc6wTL0Tq1J7IbsP7dh { top:35.5rem;left:2.4375rem;width:45.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfteGJSefS2tQcXcodE3POBwX9JtKJTT { top:47.4375rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7xI2cG9dZXqmHdCuvEs7A6AaxZ6sR1X { top:47.0625rem;left:7.75rem;width:40rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAdi9ugKCdaPaz2n5rnZ8AwAHgZ9gt9D { top:49.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwtOXzc0cArK739ZDaDPn7XzuBPufJd { top:61.6875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqvBnhVaQ9HiotxlHiIUSuaEMQZWDLP { top:61.6875rem;left:7.75rem;width:40rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZ5FUN8E3aWBJ1w0rBPBrWaJVBZQGi7 { top:64.875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRq584H0OUSuXU0GB8eGbTqH0ebRT59x { top:14.5625rem;left:0rem;width:18.125rem;height:5.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amhGxzlIlnI3dx7mxoniLf23TKxpCgDi { top:36.625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHI9I6Kzogna4Aq0BCqeJJB90A65Rgze { top:53.4375rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0EVaUnnHHsfTkRnpT3H9GGieUoaCFPN { top:55.625rem;left:0rem;width:17.5rem;height:7rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlJREGouMs00lHkg9pJLdiddxhrr8Wqq { top:84.875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ul4gJDFKnkvK8lRZw3Rwcw8XvEOEvrWv { top:79.4375rem;left:0rem;width:19.5rem;height:7rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LftwrfgRm2y8oRHxr8JTmLOvtpdEHFWE { top:109.9375rem;left:0rem;width:20rem;height:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpInatgAOcfE5TT3po0d2NRo8CpKiS0Q { top:25.125rem;left:9.4370679855344rem;width:20.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2LbPIy6hPF5TfPVfPX1nzvRHqiQG37Q { top:43.6875rem;left:9.4370679855344rem;width:9.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3qCUaWwkucyTpppmT6SQNd9gWSGlM { top:58.8125rem;left:9.4370679855344rem;width:9.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACCkPerXXAJobAlvcRD0OCTzPOcmU1mF { top:74.5625rem;left:9.4370679855344rem;width:8.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7TMoxVGcWbbTg7bTAxyOuDypryPH8s { top:24.5rem;left:5.875rem;width:41.875rem;height:4.31206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQcgRCLxpGrqTZAocieE3bvtbIVCczK { top:41.4375rem;left:5.875rem;width:41.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPoTS6q8L9UpLryDZ4HXrcSDzmBrgUEf { top:56.1875rem;left:5.875rem;width:41.875rem;height:1.749675rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5p6WeHLLImgBiQTXysnZdeiw3JA1O63 { top:71.3125rem;left:5.75rem;width:42rem;height:1.7470881655881rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR45LBCOqLg0naLHv9BIWCOmWelxZLCq { width:15.5rem;height:3rem;top:77.4375rem;left:16.062502861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx303yeATXhhVC3as3z7WISlwAw5Zx8T { display:block; }
 }@media only screen and (max-width: 763px) { #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 { display:block; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWc1uikMt5LmpdRahacpRtliPZ00fut8 { top:5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlBwIk0n19mWTsbtG605ZngL6NlVKXcZ { top:10.875rem;left:0rem;width:7.3125rem;height:7.1875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8PtPWNPeVes8oaNnt2vD4Thh749T6iT { top:18rem;left:0rem;width:15.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0cmpNcZdb5DOkz55rGmRQhXtTdc4Jfo { top:11.9375rem;left:9.0625rem;width:5.3125rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJr9CxF9XOUVLNZmONXuwT8bfhNbksVf { top:18.0625rem;left:16.25rem;width:15.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0FZOLcUoeHvtAMcq7lJ0wUV6Pr0DEBT { top:10.8125rem;left:21.25rem;width:5.3125rem;height:7.1875rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTh0albrC7A4vMAmv0grGZmhOpgJMTmV { top:11.875rem;left:33.0625rem;width:5.3125rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBgXypZuBz7BaQMVDcNdrTSl26vvocV { top:21.25rem;left:0rem;width:21.3125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDEo3ewS64OyFPHlnADSqIkodTtD6rul { top:25.0625rem;left:0rem;width:18.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2xsdCCQi09c0xBxn1ab1Wbo3X3vFD9d { top:29.5625rem;left:0rem;width:15.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV6vM48pUu4izECvm8GeGC5PHMMGnBTQ { top:34.6875rem;left:0rem;width:21rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LURutikRfBmm24EVsddhuyBwIDWgadg6 { top:21.25rem;left:13.1875rem;width:21.3125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTTT26GSkuB9Ua1OP4nGPGliytaGvo6 { top:34.6875rem;left:13.375rem;width:21rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpBMrHetIC5IIQ850c1aNsslWGrHCTk { top:29.5625rem;left:16.25rem;width:15.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBLJXrpiRKwcoiyTnpyR1kLTsNeR4tum { top:25.0625rem;left:14.6875rem;width:18.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1orZsgKTWwTc24hzIbL3ZafpLWzTLHX { top:21.25rem;left:26.4375rem;width:21.3125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkIfvfravak3fqt4nlWq13ygwF1EH2pZ { top:34.6875rem;left:26.75rem;width:21rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq8A8bwKFmMGpEfK2sHW6yg2uSvpJNoT { top:28.3125rem;left:32.4375rem;width:15.3125rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFPaTiL072n4E46hDVKJ7bsBFXTWzfGT { top:25.1875rem;left:26.3125rem;width:21.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmutZWrfF0gt3CSsbuUNX1koktIJS2T { top:18.0625rem;left:32.4375rem;width:15.3125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1cMWUTqOcs3n2FtKTms8zTaJCOeRSJ { top:11.4375rem;left:30.125rem;width:17.625rem;height:5.9784818122067rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Qdhpe5sReqpSE8GhOdwG6sMZ57Kxdm { display:none; }
 }@media only screen and (max-width: 763px) { #T5uuQ4bPd8cTyKidiu2XzHgmW6B9CEi0 { top:46.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w00kVDvKz5G3JJGgGqR0cgwncUvVKsWM { top:44.1875rem;left:0rem;width:18.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmNxP3gd8Ic9SK7MIEvTLomyF9LNCaXt { top:67.1875rem;left:0rem;width:18.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPmdsPnT3mHhndoK3QBgslggPMmnztrw { display:none; }
 }@media only screen and (max-width: 763px) { #hg0mxWeZpAQGnIgzy3t3Q74LE1Ce6t4Z { top:53.375rem;left:0rem;width:4.1875rem;height:5.3125rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEl6QJxcfQ12n3l1bOBLkAi17czfUkS3 { top:54.625rem;left:0rem;width:8.1875rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFRh4GZrQedxWthA72gbz0qrw3pwyT4k { top:91.3125rem;left:0rem;width:18.5625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kazW3mQI4geAg237H98KxUAGcWIQlr33 { display:none; }
 }@media only screen and (max-width: 763px) { #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt { display:block; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRXEfPn0541XJDMOdLc111XfLsCqdesq { top:4.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQXKhD7NlQJrUtnzaMOJnHsPTRfklr3B { top:10.5rem;left:7.6875rem;width:24.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTRlQDcsxSX6EVmP04RGUhltJFZWErb { top:14.9375rem;left:5rem;width:5.9375rem;height:4.4370125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwqxp3msslm3ahtWUUb3ReN1iy22MvkC { top:13.9375rem;left:20.25rem;width:7rem;height:6.318535825545rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDAQMTTvQJ3DPta0u1EqSz92Opbbg6WH { top:15.5rem;left:36rem;width:7.3125rem;height:4.8335307690352rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXolPpPLVcBTHySgGlwzoR40kwh51VmF { top:22.375rem;left:0rem;width:23.75rem;height:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdFtpzkN3bLkANCksfKq5BeC85gITakn { top:23.8125rem;left:11.0625rem;width:20.6875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slH9cQDcCTf2pSZOfmDbMxce1D1q7Bbl { top:23.8125rem;left:28.1875rem;width:19.4375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqN327J8vqerSJ1oXdpOySTmM2d2OSDD { top:29.625rem;left:0rem;width:20.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toOpAf76V4cCFdXw4BKf8ZWwd7JUXhXN { top:29.625rem;left:13.5rem;width:18.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5LDWAseGs7sv7wQEvy0arbCFTAkbiEu { top:29.625rem;left:28.25rem;width:19.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGunod6R41tqU7wk9MHtq2Ugkfwb0geW { top:10.5rem;left:0rem;width:24.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmDfXg9hbbmPnnzUTRixdG8l3tTIVihW { top:10.5rem;left:23.5625rem;width:24.0625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0LsA5XBM5CsDI20JvuKZ4MN6Fm9zbMe { top:11.0625rem;left:7.6875rem;width:24.0625rem;height:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUheIw8c3kE952bBXWf9rSGuTrQmiDCF { top:11.0625rem;left:7.6875rem;width:24.0625rem;height:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNR2oIhydqkl1W8Rl4qTAbNTp02602Hu { top:26.625rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKmKrFNcWCr3PIc3d8uXwZDtG7dDIeQF { top:13.625rem;left:0rem;width:18.5rem;height:4.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrhsDJ7pQHA3To6JLT5l3GOnHRf8VfDm { top:39.6875rem;left:0rem;width:18.9375rem;height:4.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt { display:block; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peTr8USk2wisTkISVrRqfmACSVPytHcO { top:2rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDKQ35UtkArTXmpbxyoMa94qpurDtwA1 { top:12.875rem;left:7.6875rem;width:24.0625rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Wd7Eu5uhiT58zi7FWli1o9VVK7z6SP { top:9.0625rem;left:1.125rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWVTe3MnuZa1JvLOVhaI84CA2cMyTBV { top:32.5625rem;left:0rem;width:23.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aHK1CgbVG7flqzgH4QEGghp47imTQk { top:32.5625rem;left:11.0625rem;width:20.6875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD0KdDEHnlJFyA3acT8HzAn3IUi8Ic65 { top:32.5625rem;left:28.1875rem;width:19.4375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WavdThWIhM0lGSwosuBIpunkJgpcEoFw { top:23.1875rem;left:0rem;width:20.8125rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2a5bv544uhOmPOM0W50DJcdeCfkCgBZ { top:23.1875rem;left:13.5rem;width:18.25rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWnDEs0eKvvL7eSdwWED9ECS6hyTnFSe { top:23.1875rem;left:28.25rem;width:19.375rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdaJQLNBDoowVSgc0BVyOSmiDWLyNbr3 { top:12.875rem;left:0rem;width:24.0625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxKTGbrIu881k6W7dc0PGqKkDla5wxKe { top:12.875rem;left:23.5625rem;width:24.0625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8B64Hm3Leh23lDCbcw1TkMkkdv1hQ0D { top:11.0625rem;left:7.6875rem;width:24.0625rem;height:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7I4JOpOJqe3D0zwilkmFgh4DSMNMlha { top:11.0625rem;left:7.6875rem;width:24.0625rem;height:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5Barwb0ariRB4A5TDe6yG60NCiknoEA { top:24.3125rem;left:2.375rem;width:12.875rem;height:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbTsBecPGBJsN4tOU27Rx22z4FZUux2x { top:11.25rem;left:2.4372835159302rem;width:12.9375rem;height:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpfiENpThUVmfM7vbNdrc80l2ca0iM4Q { top:37.9375rem;left:2.1875rem;width:12.875rem;height:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOf1ym3kGC8lhxovbXgZzmbTQ3INctEJ { top:9.0625rem;left:17rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfa7VObaiBwvwTNbz3TG8PV8KURoeT8 { top:9.0625rem;left:32.875rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRLeR3osZIlaNh3S1xE5nCUtsqE9bL81 { top:6.375rem;left:0rem;width:28.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI { display:block; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTmufqdPLKGOB9H4biA7iE8FKcgTBxtn { top:3.8125rem;left:0rem;width:31.0625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3WxJPqPyVgXd8HNMOiQIfNkd7Xx4ge { top:17.9375rem;left:0rem;width:38.4375rem;height:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSD8feAFQSliKMesbgErCarz2L1PeXMd { top:27.1875rem;left:0rem;width:34.375rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqgEFRE3de27uZT4iHC76OCUVgqaqJMa { top:42.0625rem;left:0rem;width:24.0625rem;height:13.464970997259rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshr7zB8JWwDaf2e5LxboPOlJdkg5vMF { top:42.0625rem;left:11.1875rem;width:23.875rem;height:13.402590112142rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCS82LQauRgTl3kV2EHaX3ldIxJOU22 { top:42.0625rem;left:23.875rem;width:23.875rem;height:13.402590112142rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJd4Pz4I70cSJUZr1fAQqWnmE1hHeLl5 { top:9.0625rem;left:0rem;width:29.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw6i11L8xPTgcNLIDcFbG8pCuH5r4qyi { top:32rem;left:0rem;width:18.5rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0TU1aqu7WF2NwQAttcTd5vreyxb2Nlz { top:37.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HJDKGHrr5plykB7DUADoxmOCrG5Kx9 { width:21.75rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr0ERKlVsPXQl97mTngcrUvfUuLxnkBQ { top:4.9375rem;left:27.375rem;width:20.375rem;height:22.244283204433rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F { display:block; }#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhaJpZAVfTpELM8nZ1Bmy2wR7UzSddtm { top:7.6875rem;left:0rem;width:31.9375rem;height:2.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTQfOHm6onkdcLlQimdxAvHov9Ucv2K { top:2.75rem;left:0rem;width:31.0625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTXTUX55an4TSyyMwsEnn9NmAeOXJPh { top:13.125rem;left:0rem;width:6.25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cStC1UhKHKnJJE5Gw5JyFKNWCseJTaWE { top:13.125rem;left:2.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJ6pFoPp5TGPTusrcIIExxytBsRmNhf { top:13.125rem;left:0rem;width:24.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrafHbFxQwT0hui5Dhy0w9KBEJIG1vE { top:16.4375rem;left:2.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0gKrNyabz8UcOyK9Lbx4CxAUsAqFQma { top:16.4375rem;left:0rem;width:24.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd67ExlktRdHuMlOdyQiXE9k4aw405Kr { top:15.3125rem;left:23.5rem;width:24.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl41P3sgATasZZIo5lWxFV7vsE5FwJX2 { top:13.125rem;left:23.5rem;width:24.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPQlyM8mdrtk6W7Nv9pToVqn9B1swKb { top:15.3125rem;left:26.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQt0nmCtqX1tzPGGp3kcCa7AiHmTIgCB { top:13.125rem;left:23.875rem;width:6.1875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8hJ7mE6z3ET1gDCaAzTV5AuOhudpcM { top:13.125rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15nqdAR1IkrouNm4smNsBlmeoi5w3T1 { top:22.0625rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTTIlBB23tTD6xf88zbmtpp0Rm0evw8 { top:22.0625rem;left:26.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtD0haLTSAHagPhFV0OhDK0HlXJy1OgI { top:28.75rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedTfdSSqTEMd3VuTp86AWhH2SOhl06z { top:28.75rem;left:26.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt8pSoD1JdBJ05yXCNx5h5czroMLctk0 { top:32.1875rem;left:28.5rem;width:7.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS7WuJFmZgJUNr9ZCd5zTm530zRtdn7 { top:32.1875rem;left:26.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1EwWvT9SXdZAkwH8h6qLOHGK3v1bkf { top:41.875rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LhdeDMpkFFoygGyrJRKX08WR1dVzPR { top:41.875rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1OapWqt3T345EWV8Qoan2U9ERf6x0P { top:38.5625rem;left:0rem;width:6.125rem;height:6.4343588088462rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBaguuDOpla7nhNbcKRoKhQPxuzkyo5 { top:38.5625rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvVfLFe4gF1BINifypzIhBuNiGCKXUGi { top:38.5625rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMoO77WNBINaPowXTXC3e2CdN2m1sssu { top:45.1875rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcfn7mTBWdPWqOys7HFEoXo5yGWaRclR { top:45.1875rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTO5MT0X6DK0g8mP24s2M1l74NgmBMX { top:48.5rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPl0kRpAwTJmuLiFMFRdFgCsK7LQewuT { top:48.5rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQRcBcUThqVSklXSnDibK6tuKVHwbRlb { top:51.8125rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DONsTq5u6B3eqPMfNkuZiSAc5HddKV2N { top:51.8125rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNfcvIJZuzliQuiaToc1QHobNTPIbItm { top:38.5625rem;left:23.875rem;width:6.125rem;height:6.4343588088462rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNialXVlyTChFz58FL8WJZFPGHHGSGxb { top:38.5625rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl2DKCOBp5EaX5O9Aebg1CundlgO8SZF { top:38.5625rem;left:26.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLS2oTrwzKFMXfn9K8ey08tE6WA7RlrM { top:55.125rem;left:0rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwAkRz1qk9BIiPWz50OMPCciTB0GsBcx { top:55.125rem;left:2.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTT43JqRCBSMUBRsgpdwVNztkvazlad { top:36.6875rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5N6LAU7wuE52xnF0B205tloXBPUUWk { top:36.6875rem;left:13.375rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrrHeDah8JRAgKBrImAxzkF84eGPcCtB { top:59.625rem;left:0rem;width:46.3125rem;height:2.4337941309062rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdgbdndzIWLpRD78ceoaKi7Ga9IlvRJn { top:28.5625rem;left:13.375rem;width:34.375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QesWi59CcAFZDCHO5aX969KAXFS3AkFt { top:13.125rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbAhtRkIXdSdBk821WcKKSSBtG3EAHdI { top:66.6875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwsDKhcOBoXV9zlKFQ9dWNSe3p7KJLJ5 { top:13.125rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agQoomRfT1s3yBDW5toehh1L0K5yQrqC { top:65.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pn5LunpMVqxM7RyJcaL4UgDSVZc8GHu2 { top:13.125rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeozoBibCJO8eGoP2pdlMxJHS9HTWyH2 { top:71.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcwCv473TB9xa6TsNhZgOz0zHLagKBwT { top:25.375rem;left:28.625rem;width:7.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHU5hCJwvrScdqThFNkAoHBlAIhEW4lV { top:18.75rem;left:26.312175512314rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZAOTaLGTg2iyBV1IbJ2Zm7R24qbVXH { top:18.5625rem;left:23.5625rem;width:24.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMXzCPTs6A7MmHyv36Uhxd1WJcxxWh6 { top:25.5rem;left:26.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS { display:block; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEhhhehrhJEpyv1z8L683W8Nbqw5NUoQ { top:27.0625rem;left:0rem;width:47.75rem;height:14.289825046041rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJy9LuJqNZDqw1BgqWKZSwJP30A34xpD { top:47.3125rem;left:2.96875rem;width:41.8125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lomPobUezI0FzKVOMf7UmcCb6NXHRdgt { width:47.75rem;height:45.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHfpDfiiGzw85kTMPU4mq2yXVFyiRUH5 { top:18rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP { display:block; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk9qanypMH3TDmCRUwoVIzxbeRD73hUI { top:8.4375rem;left:0rem;width:37.625rem;height:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGuKgGd69U2UeIEu53Htina5TX7LlH9 { top:3.5rem;left:0rem;width:28.3125rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNWHW2VzM0ny9PRMIogWNALnxhsg7bE { width:20.3125rem;height:4.8125rem;top:10.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBy0m9K4K88csT2qnzAn1s7M16dEcpSK { display:block; }
 }@media only screen and (max-width: 763px) { #U4DwDvUD0JzQXDlTdO3JrQWcpMRtfWVZ { top:16.4375rem;left:0rem;width:37.625rem;height:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 { display:block; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m85uB39XL8Ov9FPD3oXlCcBCBBI2dV82 { top:8.3125rem;left:16.6875rem;width:31.0625rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTRTPqV1BgLoQpTO4fW3HL5rUWUPQyI { top:13.5625rem;left:13.3125rem;width:34.4375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSGTnNpB3ygqgzhTKT6seTs7fZXLKpny { top:4.625rem;left:0rem;width:21.5625rem;height:16.016352531865rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkgbgDD63yEhPdnAG38wtGkgZpd8ZEpw { top:5.75rem;left:0rem;width:21.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpzH4uov2holiB0n6P7rUxpZB52sil3e { top:23.5rem;left:0rem;width:20rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD { display:block; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqcUT0Pdec2l3tT9HVbRKpR7F0E9GdX2 { top:10.8125rem;left:0rem;width:47.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHFSG36dKE0PMvAbRxMxAwcG8RTnU4ZQ { top:13.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awznScczQKQtfePseGiwJTKuHM0hCAGp { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb67DIwlT68bnsILDRgCh7khmNo9HP6T { top:13.9375rem;left:0rem;width:43.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 { display:block; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5SeFgCBBgTOOKhaQrSks40GJyQXJbIW { top:0.6875rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCRO9esbWzp6ucDlK7rKqmNAseeCCwQ { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7CC01pfRLZ58GConkJpoHI1wstHOs4w { top:3.625rem;left:0rem;width:45.9375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G { display:block; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lxwbl2Xsut9Q3dnCXSMA4ZH4HohzZs3T { top:2.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D99xhXyqByIZafSriqnBu1mc3cJDK0Ml { top:5.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDQonZ9aFxtkXecngOr9HdU4ZkCuTsu { top:4.75rem;left:0rem;width:43.4375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ { display:block; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcKwAxV3uUsFLavbgOu2UakbTTEVupfU { top:0.625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZDFtzuTlmirgWIikgFlQGSuTi9ZgPH { top:3.5625rem;left:0rem;width:42rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLh3sk0H1SpdsdQmMEmfyCmzzeR3DB5Z { top:4.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlbzsAaD59Mmf7rBAlTEThKTtxJf7iD { top:3.625rem;left:0rem;width:17.625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l { display:block; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nwi83DPwVkHFQFGOODGNprVMCxoeSLh1 { top:2.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMKSzRbleUrJDqkfUwPfsNCKt1z7Hsy { top:5.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72ZhpPBfZcvtE4w4mtGMyfEZ5qNOyxm { top:5.75rem;left:0rem;width:43.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM { display:block; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBBPyBieypvWQvstNxDwPDcgE7wqDPX8 { top:0.8125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL1UkQe5J3hCaJm0B58d4Dp2FQiw0Vt { top:3.75rem;left:0rem;width:40.8125rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd8ilM4QCsoKBHkEnDogEg9bdeN71RER { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSQtHpCMQTIsldrwKo0riUpfozdcy0uW { display:block; }#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8QSaC22e5SZ9C1EAazvt1AASVSAHq7O { top:2.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasJmHnwQKRO8WoHKgZfx3ebg2XmUCzT { top:5.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxlJJE2PFT1VnqoMTnEcJuBcbffJofAF { top:5.75rem;left:0rem;width:43.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM { display:block; }#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhKqFHWtVWxkBk8iNv28biN5rTXfJh7I { top:0.8125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST { top:3.4375rem;left:0rem;width:43.4375rem;height:6rem;font-size:1rem;display:block; }#CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST li:before{  }
 }@media only screen and (max-width: 763px) { #hVutvnRrTgQ8B6TBmE33R2RA57JZL5Z7 { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP { top:3.6875rem;left:0rem;width:15.0625rem;height:;font-size:0.9375rem;display:none; }#PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP li:before{  }
 }@media only screen and (max-width: 763px) { #cynm6TFgtLlHozlxSTGFcgtB0P1yID7z { display:block; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP34EwkN7bsRqvu5pl7BoXxlqFV40eM1 { top:2.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtO1VpZnXTv2rQPRDoSLxrfgCoyckMtT { top:5.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuZdxzeaB9ofovBtIdIPuTCcdy0gm6i { top:5.75rem;left:0rem;width:43.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDOzxfnAKKDSkL190nWL5dM1tiQC375N { display:block; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aza3sGpyTigZ3ETTyeFBFrJmEwwRbpve { top:0.8125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MukOVOMcseHdH04llvhcD2C0ZL9hQQ { top:2.875rem;left:0rem;width:44.375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkaVwwTn0qqfkRZepIbF26vwq0uU0Dob { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clhB8TbKrG1OhFTg1o08PKLTwyD55qAe { top:3.6875rem;left:0rem;width:18.75rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK { display:block; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAAnoGxzxmrK2ptx21TED05oXTkXfKOs { top:2.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIiJhelA7KUiSkgKJirVvq8ZLAmybsQ6 { top:5.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4nNszg7Lg7QIIDWDhMzl0GO9Ksbbq2Q { top:5.75rem;left:0rem;width:43.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM { display:block; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB72gQ4bfzI7dSR3FHPSyIX3G6hlqdTV { top:0.8125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZGp1SqrwT16QEpq3ERsKouF6Pplg8e4 { top:3.75rem;left:0rem;width:44.0625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp7Lo8HJK0cM64IkxDEJCGmkX2NffkBZ { top:4.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3NJllchp5tr9ELlAdMxXX2NFR8bvGXn { top:2.9375rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe { display:none; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pe9c5EqVgzI5w9SgSbnOZ7y3e961SLRc { top:5.4375rem;left:0rem;width:27.0625rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJpv5Fz2yBEbXaAAFURhBS10FT4pJ8sm { top:9.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O987ve75Axf6LQz5Un7Xqfqe3JJD1ptk { width:17.125rem;height:4.125rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsGiWnvDWbXE2UpcKPHVZQa19qDMJQZ { display:block; }
 }@media only screen and (max-width: 763px) { #IQcT981m7fvrTQvbzOdzyLixi7v9BngL { top:6.75rem;left:0rem;width:17.3125rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVDx3gJwV1adLKz4ElkTECdOBvhByZFk { top:19.8125rem;left:0rem;width:45.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpvFGnfch26CdBUppv3UebMTN6g6h3wM { top:36.625rem;left:0rem;width:36.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNwNb5IbZvopJKB4LXodpQXkJzckXkGc { top:33.875rem;left:0rem;width:13.1875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8Wc06A7kQaGc73APJtcVSAPGpwGShwT { top:16.6875rem;left:0rem;width:15.3125rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnnxJSIe6VUGHXyNhTB1h1QdgdSE2p0e { top:24.25rem;left:0rem;width:17.875rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmlHLIZFJ95umvGaXOVvs675CrbM2ka1 { top:59rem;left:0rem;width:17.5625rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zM9KF8KVwX4zsJmx8d1yXigdT0rQSgJJ { top:54rem;left:0rem;width:45.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXic88c5aREORsJpmyC3FXyspRkTFytJ { top:56.375rem;left:0rem;width:17.1875rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9B5JeL2eiip86yGuBs9aRSneg5xZPux { top:17.6875rem;left:0rem;width:42.375rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFOGTQTGSIxRTG5o5iCSKeRoGwgLpxM { top:25.6875rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsIFl7XwutCvAHU6hR0e79dTHLLnqyyJ { top:27.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZCVFZoJIRIsErTOiHlzVT2RP3W6Aw5B { top:34.4375rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgVoaectmWwt0lxgvyFDQbMTRtlZHm5 { top:51.8125rem;left:0rem;width:42.375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6fSegll3uUit91UuNxfkHDeRTUEvTdl { top:14.375rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMKzfm0luDZ1s126bWBZOCQIV5twN5HO { top:20.75rem;left:0rem;width:15.125rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgST7hDFJ9XLr2eizadAiG1TiZgvylzn { top:30.625rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBeovvKuil9mscPoGF9ODbvbA4FsWoIV { top:54.6875rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsEv31AeCF4HnKwZegyryLsTC5X1vmL7 { top:17.5625rem;left:0rem;width:4.875rem;height:37.768936464071rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmiRmbUALvDZN9v5ABhpGayHXDU4Rt7 { top:42.625rem;left:0rem;width:15.1875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWT6WlGRZNIgmWXCBmPBzRyq3dUT4rr { top:44rem;left:17.9375rem;width:17.25rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvDODVUmF5hV95IqUIDTIgCPSGh5iK51 { top:42.5rem;left:17.9375rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8oR3UJvI0TcHZTC27J5iSkn0sGRq4T { top:44.375rem;left:0rem;width:26.1875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #McfBUwEnpQDJPqhHxKRdNKWULoNVQXBw { top:49.625rem;left:0rem;width:15.8125rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKVaFV0xSEq3vhL3VTmGBfx36qhDzoOe { top:50rem;left:0rem;width:18.0625rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgJ8NzMyCLUglWHMgQOwGR6g2x3hmwVX { top:39.125rem;left:0rem;width:40.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfUzCFyo6LXOw0KafiHEbfldqSohA7Um { top:39.125rem;left:16.0625rem;width:0;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TNXZ4bW4yzD6eg7nkJ1o3dTXgrzIx0 { top:41.875rem;left:0rem;width:40.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #aFTythkV5TQywbbNsRk4zqUK3xe0Kwhy { top:39.8125rem;left:0rem;width:15.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0sTGhAt8gMLaTgX66dEs89DJhol4Msx { top:39.75rem;left:19rem;width:15.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiZO1fHpQ4afKePfgXMrDONPigd3ExRA { display:none; }
 }@media only screen and (max-width: 763px) { #sfw7kaJlueQ9Sgxo9aGLlVWbMs246BUX { top:12.1875rem;left:0rem;width:8rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpzSNwXcmZkx63tHUzMcVOG8Ryc0QdeI { display:none; }
 }@media only screen and (max-width: 763px) { #CGk4if93qag3OTsCSKcbmzLNsyco93SJ { top:22.5625rem;left:0rem;width:1.25rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuJ255oLrXNlChZ9RERcyWGw2MvLiK4S { display:none; }
 }@media only screen and (max-width: 763px) { #qKduoP1zIJwy4QfDSgaCmIuDsaAo9Swa { top:32.3125rem;left:0rem;width:1.25rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmEtInx94SBS4JdPfXgPXwZeORttDgCM { top:39.125rem;left:0rem;width:40.9375rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuo6WUgCwxU6uCkMC3wTUZlP848FBVyV { top:41.875rem;left:0rem;width:40.9375rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #y8U4DHb8JElODCBJZoZeLpiRLOTEU8KJ { display:none; }
 }@media only screen and (max-width: 763px) { #VUWsaae7I4L5AL8eVwymWUOb4xL6Mkd0 { top:59.3125rem;left:0rem;width:1.25rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iydcNzdRMm20uIgSVJDO8BEcPApx2AAa { display:none; }
 }@media only screen and (max-width: 763px) { #IySTUTza3yoHVg384VkzLcuSn5wN1x20 { display:none; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TavGXnTCWU5Jqcw70DSowmex8IFZqyz2 { top:5.4375rem;left:0rem;width:27.0625rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Rq73ixAoXXpbLPunkDfcd2pGb13nwT { top:9.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIqPV6ydE8udwPchqJDxWPdNNuELrh7c { width:15.625rem;height:3.125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIqmWlLJsOR14pSXGqXCHFLLzJ2uKIrW { display:block; }
 }@media only screen and (max-width: 763px) { #TDVe6W8kc57gFWmg0WaO70sf6AgbosxU { top:6.75rem;left:0rem;width:17.3125rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #waqX8goHefrPR52TISAqHqx0JPWp6TUK { top:19.375rem;left:0rem;width:45.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiOcEVFIbTNm3gUUEAfBprvkkT9usWdF { top:34.875rem;left:0rem;width:47.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBdOD4vLr7ivNzqtSsNaI7lLDl9hGGVu { top:33.4375rem;left:0rem;width:13.1875rem;height:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkhAcF2xkUqaDefbFh66SUCJz3JpDQZG { top:16.6875rem;left:0rem;width:15.3125rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTLlFL2I8zVSEsx1QHdetcIXwvnbOsta { top:24.25rem;left:0rem;width:17.875rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aukKunXDMmhyFoTk5eIFzMM7KVD06HZL { top:17.25rem;left:0rem;width:42.375rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3yrzzHAyBfUPZEC0ymH6n7uLLu0bay { top:24.3125rem;left:0rem;width:42.375rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1p1wKz2yx2TyAadSeFCTvvrs2rix3k { top:26.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfe9PcNV5rM5986CzTIJnz9SbJMPcZin { top:32.6875rem;left:0rem;width:42.375rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9s14CChPDNxpH1qmwGwarVtqBVJwdeD { top:14.375rem;left:0rem;width:15.3125rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByWflEMWpI3JkQhNA5OaA0QXSrsCs65d { top:20.75rem;left:0rem;width:15.125rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTRPlUW6b4KkVe2yXq3g4WAnIekT3CSB { top:31.6875rem;left:0rem;width:9.5rem;height:3.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWC0ZTwXZ4swente7rsmRxofFN5yhftN { top:16.625rem;left:0rem;width:4.875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybE1EM7JRoI5TGsQzggyVnimII8zubZ7 { top:44.375rem;left:0rem;width:26.1875rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoTQ6xzS85z4vhdGJOcQbv9vDepqqEqZ { display:none; }
 }@media only screen and (max-width: 763px) { #JX6VEkLRPPbRLuZTww90ZUsRCdshQKQS { top:12.1875rem;left:0rem;width:8rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG6w7ClaDotAtIHOoNThLzK41irxHa2w { display:none; }
 }@media only screen and (max-width: 763px) { #oOW5e5hrFsGOvrhO6QKU7TTqAR82VRTW { top:22.5625rem;left:0rem;width:1.25rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HshrDfNKd5759OcVWP5tdChxTarXq5hx { display:none; }
 }@media only screen and (max-width: 763px) { #gg0zMLLfTrxNBoyQ6AQI0odP8zuc11Qo { top:32.3125rem;left:0rem;width:1.25rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRHfPV4XDl1UiNWmBQBUKR999dMDGNrH { display:none; }
 }@media only screen and (max-width: 763px) { #RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc { display:block; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTW0RyGLZ8VL3dxmM6ai044pv3TabrUl { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8LkUTdtcBndsTZFqIir6RvcnBUTsWnN { top:8.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNr0WIpTgaCSytZCQWcTEVnZk4hzqxls { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet { display:flex;width:18rem;height:5.0625rem;top:68.625rem;left:4.3076171875rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #afo5I9KwtSoO2Ma6rPpLTmLH2RD0Xpl1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #RhMO6l72Qpbq1v1xS0uaRUSC6WDQZc19 {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #OiZ1wtMRd6HV8evZTUTGiTkaEpuEpuBx {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #eLNULKGZO7tJ55LuO5txigv7qFd7DEgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #hHJG8v3eoQI344M8o6lUS4PTW24yqXww {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #aZofJVk5un3q9u9dH9LQZCb85JeQm3iQ {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #TD7Ste2THyDgEFLdfGUNTQG74Td3oTTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #Np1LT1UL8RH0buPkg5tFnCMs8TiSOJIq {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #SidZIe2nwAWGxAzpQSVcM0mihiDmfVht {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #FgeW3bqcbfXbhgpBXLIipRhI980oCRlf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #IWFv5MgrTPmvU0k7U0CRM75gJbv9SKaI {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #D4Fm7H88fdIS2Bi5KNdX9D2Awl13G94g {  }
 }@media only screen and (max-width: 763px) { #deh23A0XKhpvpW0drBVD6lAXrNTUVqup { width:20.25rem;height:4.8125rem;top:62.9375rem;left:4.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWl6Ava9S1ImTGycvEvBsbT7PHTTWgV6 { display:block; }
 }@media only screen and (max-width: 763px) { #fbf3ZQ4AgErPryUsr8kBOuen9KTECEuE { top:16.4375rem;left:0rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f66TF9IsD9yxOCDG03Fv2T8w8rWEIBsP { top:18rem;left:0rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvte11XSIs35N9uC04P48FqbxLyZVodJ { top:18.875rem;left:0rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq3FEfmRQveAmlXQoIE9bucZUMKB6opI { top:22.6875rem;left:0rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDK0xUKZ08IBJVGOqJWw6B6qaVxhTNyW { top:16.4375rem;left:14rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLM9Vx84pkeZ8Kqihg41TEeCHetPQl4 { top:22.6875rem;left:16.5625rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCdJAt9xDAPVwltq1dIGSIDrOGdMF13 { top:18rem;left:17.5625rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GANOESJJiBZTk9e6rsaNVOksMClW0SAo { top:18.8125rem;left:19.68701171875rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvHoZNEdxQZX3sDzApWkBgT8QEldC0xr { top:16.4375rem;left:28.0625rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeXh7J0ZLsByr5ydaV35vFynsNfBUtc { top:22.6875rem;left:33.375rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQmfdzUwe32TsTIhb5paWs5OyE6Loe1 { top:18rem;left:35.25rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypGC5aQwCV28SbAsxwdDc58R9vL1cP6 { top:18.8125rem;left:39.5625rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsVZTerMwRp9doweALJiQloTQfJ47Vx { top:34.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZmSCRcDmUz5A3UnN3ALgdyuvgOqNvIM { top:36.75rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTndU21pvRoTTNfnkZ46hagOr1sZNIh { top:37.9375rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaME21FPel0tvXIxs0WVZM9daAqesWgb { top:39.1875rem;left:0.3125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXkmiFTRxZfADI3WpL16XaK6LQQyOx2 { top:42.375rem;left:22.4375rem;width:25.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VVQQQeTQZpHBA2DewOUfgtffpIfJ5I { top:13.625rem;left:7.7158203125rem;width:6.9375rem;height:7.1853364547331rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFc5UsKlUaQPbEFrMkGu8POeTFGyLXAr { top:72.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAxhPwWoshWL1ZdI6uo4CvGUc9qT3GCq { top:75.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranMVGvBIQ95depOmyH5c4C064hUf3kf { top:28.875rem;left:6.6875rem;width:3.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9T64kkUImn9hD5dVCpnXvgraiJ9xNN5 { top:28rem;left:2.375rem;width:3.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDTES6xeeVKXyD39CWNvPQurzmgsgz2 { top:27.375rem;left:1.5625rem;width:5.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeiHAIiK1RImt5l1UcimMWM1QfVolDb7 { top:28.875rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG8ztPFApbCn4ivHEbJoLqc0il84t0kI { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW1CTLF6o9DVDfI1r5erZEdWQT5CJCX9 { top:51rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8eWpggQmVcCAANeNIdpHWn5tgw5ShE { top:52.3125rem;left:0rem;width:10.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFgqc0ftxy3M8r5ocNfPIOFipuCR2WCM { top:50.5625rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXbLJF88q3qiK9uFrmI1IQTHLTBaPquP { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRPe07dg7LhpiVwFDQQcKxyPWmFmWwcF { width:17.1875rem;height:4rem;top:63.375rem;left:27.337158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdee1tOt8vaEGc4VSNoZedEDyIwAzDfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZaATMHDVnf2oMBabqTcAtbuXSc9Q9LJs { width:17.1875rem;height:4rem;top:63.375rem;left:27.337158203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTJKdXtEM9PTi359FXZWPypioiRT0Pbh { display:block; }
 }@media only screen and (max-width: 763px) { #CSSyCqWJXqcblT00P005dvWH2y9nTLex { top:52.5rem;left:38.125rem;width:9.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB { display:block; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnRs4AL4D65UEaPPQnA06IfnezPguX1R { top:1.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQl1xKqLfw5AmSaUyWSzwwbZDpknBTVt { top:6.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcyLPTpEEATudqq7ZbIsEoLk1zmZK87U { top:9.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb { display:flex;width:18rem;height:5.0625rem;top:68.625rem;left:4.3076171875rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WC905Ho8EiD5rRBtxTxiNSAGSlBOyOSM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #dpyNTkgtoB2IhetT1sQzFX7RDSp3fyqI {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #T5SsM8nuJmTOUGhZa7yEiKXysRTZG40G {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XpK8oABLDQlgJhOy6xSqEKmND28wpfpw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #tn6lyAfm2K1XHmAx8oG53qtGz1wk7yRn {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #hxKmOrmeu49npq3DVDdqX4SqNEuSCTb7 {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #ib6WAQVJMl9x3pdaDWy4fO9pyRaPfcUZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WMTdbLJ7CTn41ltQQgqcSdpKo1EU9ceT {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #VWXl1G7GTVqTTMshRyXdPvNFXaz3qyZX {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XvBB7fBROyltvDVd7RxBNtGWNWdi6F7H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #SdWWsMi7azZzUrb40I1SvpTcwSSpfyKZ {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #xhqQZ4OByG896T4wPd8fAT23QccQx4rU {  }
 }@media only screen and (max-width: 763px) { #iRQTSTMlMsB6ccdvbQVVoRq64FW0iLuO { top:14.375rem;left:0rem;width:21.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWxufxwZiqX6XUOncWETmyKEP1z9l4lA { top:15.9375rem;left:1.6875rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNk4iV7UoH6efFxkn8SmBnda3AGzuhPk { top:16.8125rem;left:3.8125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnmNKUwpDRrwUtSmBn3ApoBEOB31L410 { top:20rem;left:0rem;width:17.6875rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGeetpMDKQDFaPUUt22SUEQnZq4eaX6I { top:25.125rem;left:7.125rem;width:5.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJZGZfZxLL8sw4dIxbThpXXHacLNfq71 { top:26.625rem;left:0.75rem;width:7.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkAPJedowwpT1dtQNcyGAqLao4gXr1SI { top:25.6875rem;left:7.9375019073488rem;width:3.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwtBXg2uestAEaHQDTs8lZ38yRngQ5A { top:26.625rem;left:12.0625rem;width:3.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq1Dg5Gwx6QdoDWdMry1D88TGx41JLHF { top:14.375rem;left:10.5rem;width:21.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcDffEBX8DUZtte2EvrI53ELg9GpF2KX { top:15.9375rem;left:17.5625rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1HEi8meOtJlTnJ1aQXqMiEpKcEEzh5 { top:16.8125rem;left:19.6875rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBt2AlFCwOPOs3sOnIpptMHqlRESPr7E { top:20rem;left:14.0625rem;width:17.6875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRuBOb3nPW7NW7HSFSbSauormust0Zit { top:26.8125rem;left:6.4375rem;width:25.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wAzKteqtJNuS0iwR0hoUfkbtJVysTP { top:14.375rem;left:26.375rem;width:21.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsbhfrJxeqNmy0pHsEJlvTq52bd2yuge { top:16.75rem;left:34.5rem;width:10.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSUk1LGHKAkTHoEDZHlKC3MQGqFhyq4O { top:15.9375rem;left:33.4375rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3bI2EaGF1v65hau8am2T06twzTK5Bk4 { top:20rem;left:27.75rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmLJbol4XQybF3S0pz4z1byTomDywbx { top:24.75rem;left:39rem;width:8.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDd3mxyUtCPHyxXAwfBWirePsVkkILao { top:34.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQXTXLghviKVH87aEyhkiWV62rSteze { top:37.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHh0XxpKTLHhJHsM24IbwUEEzMCQSJTE { width:15.625rem;height:3.125rem;top:42.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRwRZoM0vlQ9ZuaPT9J1r3ONaOw5zhv { display:block; }
 }@media only screen and (max-width: 763px) { #vk8T6d0cDTFDqA55emTP5v3drVLokOnh { width:15.625rem;height:3.125rem;top:42.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6WWgBEumUnLz0d7MKvEptGGHoNAsRg { display:block; }
 }@media only screen and (max-width: 763px) { #SOwat6R1pl9wukbA6sLeJSTcbmiOryFl { top:11.5625rem;left:8.9375rem;width:6.9375rem;height:7.1853364547331rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQUmZyf4eCDX53i4yI8fokMst9ofREID { display:block; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC52rcNaS9PqhAuk4MdDVZKUr4SE6nbc { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGgRMsT2wRsmEy4A6powJTHIDLx6p9c { top:8.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETeJqOf2ZXTk8S2JDXbOFkb58wwowl7b { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW1rx0rGdMHTIXfCb1sUdFIhCDuK4PfW { top:18.4375rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5SVSLKHFEoHkfmAvJhrg628ndbxKKII { top:19.625rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf8E1FUDhZiquzuAacsNhnUWTKt3Cl2q { top:20.875rem;left:0.3125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neHcrUkGLVXTm2GNMKSWbkDclPTBJSo7 { top:24.75rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCKPCkC9vbTzkPzAN2sk9QqJqgoBAR2 { top:32.6875rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsJMJhH7RSO3NkMztDx52i7hQWMttT7S { top:33.9375rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3UZFKIWKpn8PhyFe8cPl827REimr8F { top:32.25rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3iaJV07BtVO1MqfLvQ6MWX0A03RidUk { width:17.1875rem;height:4rem;top:45.25rem;left:15.269858360291rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMipc2nmyCZ98skbO0KZ5aQvMgM3Tl55 { display:block; }
 }@media only screen and (max-width: 763px) { #kLZQDGoq4nMlv46oZzBgGaeixpZtXEfq { top:15.6875rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGavgZMGliXnce48Lgo62LBDCVygyp4m { top:28.75rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb { display:block; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtnhHnEgebPKiD5uQnCHGaMUBCD3c8Rf { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9TwaiAFUawNbEz7kse6klnQTyuBzct { top:8.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckIqumtQzPbFqAbTVzdCxi7sR2UNpwc5 { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHXCrfItyb894ooBEBVXERamn4ApG8mo { top:18.4375rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSZUeZnv2nKc2s06k9PMTDxTvXVDWOvz { top:19.625rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmShLXkHv6Bt1J5NCQs04NkNXJuVFOe { top:20.875rem;left:0.3125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCAoDmCTBVNrzR0eGb8EhiO9syCbNCFF { top:24.75rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0k5FSAIWWwdeRWPTIiaJoV9ALV3zpyw { top:32.6875rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADRR5xRP5rQIGwwaG8dwRpCq5uh7fMaZ { top:33.9375rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZ24VFr4uol7fJJDOG6saiPthJ2ulCk { top:32.25rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTida2xnwmoRFNHXvlHlh3P4L9FG2v9 { top:15.6875rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR5UpecVKR5Ep8WoCDt106BnJpAG1Dde { top:28.75rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh2vnUExMGaPqgOqC1g66unu27GXPLef { display:block; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8KibJCNwisRrICmRMQOI8l2E02qJyC2 { top:10.75rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTV9X6hk4IQqy0TcQ2nu9yZpEMLXnAPt { top:10.75rem;left:10.3125rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHTCtETntZdAGqqroNrLFZWLHnORdVr { top:10.75rem;left:32.5rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNU2NMpVvTn00JaPyTAWTeGtGr6fvSnb { top:10.75rem;left:22.25rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r64qvaRbFL3P97qKaK3TAVu7mZNUdX { top:22.1875rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7CtP90tOnKFhyMad4GUZ8IqWxX0UVki { top:22.1875rem;left:10.3125rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXwDBESmuErFZJKxmA836OAUL8MKn5r4 { top:22.1875rem;left:22.25rem;width:15.1875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvtm3NinIfXUovF30tWsRZxRo8qXTBi { top:22.1875rem;left:32.5rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6GldMZ9h3ZMUfTEpSK77P6LbFH5PD7i { top:33.625rem;left:0rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9WVFFUbRT4fEw00r3WkzHJbeDd559K5 { top:33.625rem;left:10.3125rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMdT7EArNXDpD78q7HtxVCnpSn4BG4hL { top:33.625rem;left:22.25rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGX7hNrxXcfcUoGBtZsyGR6D62Bec4E { top:33.625rem;left:32.5rem;width:15.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5eFswDofgrxLoLpiHwDREWfv1JB6laf { top:2.625rem;left:0rem;width:31.3125rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifbJX06dazdVF8GTdbgug1TZIqaAuEqr { display:block; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maeu1EBrQTIflFz9X0hfWpNAQALgz8aA { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhzEHB6fRcgd5t8EdZLpUVc8yFtcmmXQ { top:8.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acufMbIXWRypdySWggP0BrAiXgpmVHUA { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE { display:flex;width:18rem;height:5.0625rem;top:68.625rem;left:4.3076171875rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #hbUAhdz1TMTJD7335rUa00TQ097x9D5S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #pUzNs1AmlILvIwFwGi0WdVi7ztRstmlt {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #iSAuSMp3ggxTSBDN47W1TqkUmG9Oy3lw {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #E87bsONpruPVVvseikb3TUS9TxR0cuMB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #MyFavuycmNXTlZiskmVTWX3z21LngWBa {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #fOFgT6r5BdFPA0hq5x6mTFkGCuETs1cf {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #DSylmcnTVacaQI3wscOOTtKasE09wA2E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #U7LVeyidRxXNxCB12EPzxQaGTDznbar5 {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #aOAEg1PIps3IMRbBT9ko3lXnGUITFNCv {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #Jga3Ls3Fhc5JIwcBzwAQD9JQ0iwRcbeW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #reF9I5nvDEFBmLa98e1p3Oev5O2xgi1D {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #mNaBb7zVyhNEPqlQ2TnJtRn5GLhBx1Hm {  }
 }@media only screen and (max-width: 763px) { #KReBfSIxe2VnpL9XZ5v0tkiCKmxmw7o2 { width:20.25rem;height:4.8125rem;top:62.9375rem;left:4.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzk6CT8dFT61bGrnFwfSAUbQLfWNS08B { display:block; }
 }@media only screen and (max-width: 763px) { #QaB2FrFcsSe2ZhiZSHTJUpRwAR5wlnvE { top:16.4375rem;left:0rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POt8D9MMALC7IDwwPUZgX6tOPxLgOg3E { top:18rem;left:0rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W92LlyP04gOfDTnVfX4byBvDWLCcDgZ1 { top:18.875rem;left:0rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60xPmR9Zlu8LriyGaCDKx84TTWPktUt { top:22.6875rem;left:0rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbqvqpi2CiqISEHmTBJpI6RaGGDA9EBT { top:28.9375rem;left:0rem;width:9.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmV6iTcHMTXlKdaLod4ceG9Df99scwM { top:16.4375rem;left:14rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nysVJMB6Os84y8n3ZCz1qtJDOnkaOBw7 { top:22.6875rem;left:16.5625rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqNwWbKJdyftZwNQnuVafXZpTRxR1HP { top:18rem;left:17.5625rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDmukGTkV83vEI5InozPL9cL4yFMV92J { top:18.8125rem;left:19.68701171875rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyUBVc1IACS4L5dsOhu83DutxzU5fE2f { top:22.6875rem;left:33.375rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkTbCnNJeVUAHdeuamtF37FKnOqGUUIw { top:18rem;left:35.25rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZiuD9zZgREJINJq7UUEkkSTHJthQsJu { top:18.8125rem;left:39.5625rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN18EPk0WfKZ6wGwnEHGpZGcAZXroGl0 { top:34.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itdKu07Z9fRuDkqqqCRZe6PeNBImz9Jw { top:36.75rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRu7qTOJaApzBTNSrxkkOT5omDOOfMJ { top:37.9375rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2oDXi0IiqzzBnT75v1TdeV3lzttixWT { top:39.1875rem;left:0.3125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3iaXZAitqKNxwS31XvBiODm88ssX4Qb { top:43rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESygwiPvHeOVyeM664kXqeJEo8mcvRLy { top:72.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORKlzhVNZB3USaTFNiwf6C3dpcz1BvG5 { top:76.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4mhKoJA4uCVi8VPB6QH3gPvP2oTo43k { top:28.9375rem;left:19.12451171875rem;width:9.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deRMGFFnAdBuZTbXUwxz67mexrcoviNW { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly8drTW7E82StwIf52Z5IWuLJ1RqUw1b { top:51rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkZPOPOwHPhzMzBIXHlkemRlRleqkgT { top:52.3125rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABLlpVlFFgGaX8BUngTD1bUV2P5C6gR { top:50.5625rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n311y9IogLRWL0GwnJsbhdOeE3RA0Pxd { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3rIlfEAW7VD01FH4toJF8IT1zTOcQy2 { width:17.1875rem;height:4rem;top:63.375rem;left:27.337158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFmUtXT0d4nIhpcGk7fKDFdLmm2IzBLO { display:block; }
 }@media only screen and (max-width: 763px) { #BQTRMkCqZzFS3FvDly6HhpJMXQcF2Ba0 { top:16.375rem;left:28.0625rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTnl3km1ufoDTRUrFofQTAvTQ7yEoQ9 { top:28.9375rem;left:38.3125rem;width:9.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV { display:block; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOEFdkvy4f6bsr9WLMoBHfxk6KqQB4Ie { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uawvUtMhVxrFv4BDLSwnTd6VONgRiIrI { top:8.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL85D1nRg6rRLLTAFieNcZP88PlNa2EE { top:11.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua { display:flex;width:18rem;height:5.0625rem;top:68.625rem;left:4.3076171875rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #WmXrIZcm4ibkVGl0Pii9XfoXqTsEnWt5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #L2GIsJI69AdoTpNJUbDZTehmwThk9r5V {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #mEz8WaWi5XOMVPmM7p9auFW0FCEFZRqq {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #OQXRMUIAAQ2Tvfmwhfpncka5pF61Wdm6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #qLMHaoXoKDNZwdMW6De3du6e8OMkWMd8 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #QAfqHFyNeSw6FdieU8i7fBH7vTn7z6uw {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #BOlp96B9nv8XrO9k0T9To6uml9w1fFLL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #iu5qB8eAuG2BxOquqOGNDlBntwhB03O8 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #onZwhKfpfQHgEoJgIr5pUC8KTEouKDq1 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #pMXlbTrlre5Bg1TQ6xvcyS7oL3ADw6t1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #TxMuDAsSEi5gkFUXtbaiHc7ZWpzqi4ii {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #f0wvZZzpHzVGy9oBybr8O8QR2Ox2xCn2 {  }
 }@media only screen and (max-width: 763px) { #pbSyc4xHTGPwHh3KcL4h9sL2o9qmE81E { width:20.25rem;height:4.8125rem;top:62.9375rem;left:4.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVzuZoAPuh7S8NDP3lGDXXbLDvKKZeSf { display:block; }
 }@media only screen and (max-width: 763px) { #AIySLsI6NskMQsqXGAH3quHHOqVC7hkf { top:16.4375rem;left:0rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFnxsIDb3Q3s5NuKTrfg1TX4m5hyKSz { top:18rem;left:0rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkahBseFusPaGVfxfZ60om0wv0BPGK27 { top:18.875rem;left:0rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oVctmK7LJyZNvKQU77Hvn4FHNzLT14 { top:22.6875rem;left:0rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnMBgCsykcCfn3Ok8Kap1AkkJwsUp2M { top:28.625rem;left:38.3125rem;width:9.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmFZhEixMVtnlD30yK0wLRqT0R4lNpEx { top:16.4375rem;left:14rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJXZp8a5SrsCVasSFksJtkmaDRoLgxTE { top:22.6875rem;left:16.5625rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AitVsOda8CT4m1WQpuJiMKEJew369DEL { top:18rem;left:17.5625rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD9T0kqesnRTh7253GPOsGcIlTwQCdBG { top:18.8125rem;left:19.68701171875rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9GMdW0LEKPcPLggXEmlNetVorpxqt4e { top:16.4375rem;left:28.0625rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoHDBPEPMwJ7QU8CrokQoTa86tRqoTgK { top:22.6875rem;left:33.375rem;width:14.375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceMzdphxop8uibCdTZdM0NDC5AqCZvz { top:18rem;left:35.25rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TvTRokrA1tfuv6FkuV2bNOOFTJBKBL { top:18.8125rem;left:39.5625rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvX2Wvn2TggcQVfS3X4AMXgG6ffHzP4G { top:34.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBymiNJHI6HEJS2Xv5DeQLaWdm2n4GBf { top:36.75rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6izvRFBckM6M9VLiSe3ibJhzu4DTO7 { top:37.9375rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgX8Zbn0wtp89HRrG5vF0NBbSzLHwkBw { top:39.1875rem;left:0.3125rem;width:8.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5u0khMGy60AyE4lGTGSDQx99TRG5Uyz { top:42.375rem;left:22.4375rem;width:25.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZcf9KZPBrPLJhCGxDX03L4gdIm0doQ5 { top:13.625rem;left:7.7158203125rem;width:6.9375rem;height:7.1853364547331rem;display:block; }
 }@media only screen and (max-width: 763px) { #PepDEWgezEraFVIlspf6M5rblUV5UrPS { top:72.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZUAGxgzHzOyMHuHcaUPwlD36Q96e8s { top:75.625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4iwymwX6TJaHm6STs0vslMtdgNnMRdF { top:28.875rem;left:6.6875rem;width:3.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsO1hyR7TyWZCrcGVNCuCPTirGEOFaCU { top:28rem;left:2.375rem;width:3.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8syG2Zg361DoByP4DaSFX3avgIxsLd { top:27.375rem;left:1.5625rem;width:5.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqhlzgTzpgrbzNxMzPcNT9oqWSMOO4Z { top:28.875rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvSIqSoxULXirzAwmoD5efKkJNFSBfom { top:28.9375rem;left:19.12451171875rem;width:9.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUaCgcRipUUNhp4yShqbAi3Lc1rPzMv { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRSJuQKoiTKa5V9PTn4mTy4Te8ztMUP { top:51rem;left:0rem;width:15.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQKU2lz99r1J1qkFLsi9cezTo1poEQuE { top:52.3125rem;left:0rem;width:10.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD0ulMCfwta30yG3qkHk2QDMkLOE09Kp { top:50.5625rem;left:27.875rem;width:19.875rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOn3TEG3p7wnU2UqAulCmTlWubkprqV7 { top:47.0625rem;left:0rem;width:47.75rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rxn8ad2pkdWaLkfKvqR9nDRs0TaXGEOx { width:17.1875rem;height:4rem;top:63.375rem;left:27.337158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreFg7PPQKVkQn0xLFDbXD8FOJGhLi1T { display:block; }
 }@media only screen and (max-width: 763px) { #DlZRtqUfd4TK1RE3Zan0TrOSSvqrMlZP { width:17.1875rem;height:4rem;top:63.375rem;left:27.337158203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvqzl0VKIa3aPPBuT6glO1747pTh73d9 { display:block; }
 }@media only screen and (max-width: 763px) { #cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er { display:block; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTeibQ2FurCghwUOKkic33FV2zLPu9DC { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRS6HNeFCiHXFgdpHkrFtorsHywPJk2m { top:9.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb3M04B41dvXcDkSXhy4WTaQeqXnHxnD { top:15.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kngGiOSowuDo7lBEAgdUsCVzfLQLdB3m { top:18.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToJvMcNt25nmHkLaoJql4ZtZCotL0H5 { top:21.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH { display:block; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1ZBieQ4iRozPORTIIch1oLko1K1JO5W { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrzKxCHm1WTkVGZ7JztSLkh0ZZWoI9DL { top:9.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXEHdpwEv53P7WmE5UHCsncTfN1FJmTt { top:15.1875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguwqdl2f2XJBkiTNva5O0DG5r6fKk9J { top:23.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnyam2zMaVQeTeHWhGqTO0AsSJDgJoE { top:26.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 { display:none; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CC2SsX24JzqWkTUxFrygSDrgqqFK03k5 { top:5.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug53Q3ndMehCTFwvz9T2ML1gHuD0O8Io { top:9.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEF848vQnVTwf5Zez2fO2FBHhw82wwRF { top:14rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6nNNJ9SHTmQC74Fm1bqLHIsBvRrcki { top:20rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUbwthi7iaZqq2fBeDdAxELT4a6nH0d { top:23.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifzzhiHNpKHvckmVNHApihudUdFGv81 { top:4.4375rem;left:38.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#b3Oarco3nSmJMu1DDCvkBZzK158Ma4zV > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNckJE5tlff4vHkQTg9L8XHwnM92t1X3 { width:6.25rem;height:2.1875rem;top:4.4375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDe4T4X0SwCehtV2EEqEp5W96hqlAsmb { display:block; }
 }@media only screen and (max-width: 763px) { #nP8psvhNEH3SMGAE6MgqgNwAqGowvytE { width:4.9375rem;height:1.625rem;top:1.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tka83ULrywfaXlLTKWy77pl0lZUx0aBE { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJPznzTTPt2VElUsLHSt6mxrzmE0OLOd { display:block; }
 }@media only screen and (max-width: 763px) { #RQyTTKq9yQr0TnnXmCDz2XI0ofuIgCcq { width:6.25rem;height:2.1875rem;top:6.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mulNKhynQSpO870oxVUNUX6ct6Pr4bOd { display:block; }
 }@media only screen and (max-width: 763px) { #ripCo0DMN2tZ0qUBwk8eMK23VRv1yq1w { width:6.25rem;height:2.1875rem;top:6.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl9uOtIsZVHw0zgy9GhwZHkoxgIs4CsT { display:block; }
 }@media only screen and (max-width: 763px) { #ZJO2HcEtB0HrBHLhClfk1UM7LzBmqAT5 { width:6.25rem;height:2.25rem;top:4.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiWJTJTuhKoi9m7oDZ3Hb05b4UP9zUOD { display:block; }
 }@media only screen and (max-width: 763px) { #HG20EyLatsOCTU1KTdvg1uFogHRqgwXZ { width:6.25rem;height:2.25rem;top:4.4375rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSsf4zmADvuZOvxXAFZnOcWFUfHUmTDv { display:block; }
 }@media only screen and (max-width: 763px) { #cJLkMCm5DO2P9XZ6t7E9GGoWwboqglxq { width:10.625rem;height:3.125rem;top:0.75rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuTro3Z60k9KlrLhTsCcglfRqKZC4D54 { display:block; }
 }@media only screen and (max-width: 763px) { #doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#doeMezmZ9xVbSMLXznet3QVgZGi6lZO5 > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAUM4IcNwPBXAcQuO5eP3cDZt6IOGc6d { width:6.25rem;height:2.1875rem;top:4.4375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpodXsos0cGLqEHwLGyMKTMKXz6d76qG { display:block; }
 }@media only screen and (max-width: 763px) { #w2lPH52pXyNOOuWgeLJ2nc6iDdBa9hT8 { width:4.9375rem;height:1.625rem;top:1.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaeG8TXOotRfe5Jn9trUKtxszsP1lcg { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yivCT3SetSvDEZPededPTR28WR6M4Ff9 { display:block; }
 }@media only screen and (max-width: 763px) { #lqZqLZ0i5OcWOfGtGfFATt3A3JArgDyo { width:6.25rem;height:2.1875rem;top:6.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1SCQ8wKFMVq70sO4rvh5LX5R94elMC7 { display:block; }
 }@media only screen and (max-width: 763px) { #vqt5qacIoJndW6dffnFgnh0FSTi3hXgl { width:6.25rem;height:2.1875rem;top:6.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AgzdJ1erIJwb8SOJcU53uNb4fkaTDJ { display:block; }
 }@media only screen and (max-width: 763px) { #SG7bUW4WmCmip6BZRUmTwFCy0CORsTlv { width:6.25rem;height:2.25rem;top:4.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQB1fnmulCVqbnt2zrun5RnU6veHoBQ { display:block; }
 }@media only screen and (max-width: 763px) { #L5M6kVXxg4RFmaHwpcOiwLKvUyPlgy3M { width:6.25rem;height:2.25rem;top:4.4375rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQA75H8zad6nnOwcZkI6k6HgO8TvO14n { display:block; }
 }@media only screen and (max-width: 763px) { #Q1yHNdsAPWqCJLUdkyq9Jq5RepoT2S7R { width:10.625rem;height:3.125rem;top:0.75rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWCGisTAGy378vuZVMEMHZAWKTqNnAF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mHPiffAxal8o6dmukAoCWPGXoxPg5BZ5 { width:10.625rem;height:3.125rem;top:0.75rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJ5l1ohk4V5VWAapVr2CiZJ5wilZDMrz { display:block; }
 }@media only screen and (max-width: 763px) { #E7MRueyoZiFkDp98GTIJrTWycOnCbm2c { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#E7MRueyoZiFkDp98GTIJrTWycOnCbm2c > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9xdOCBSN566r60d5Pk3lQya8NBFouQc { width:6.25rem;height:2.1875rem;top:4.4375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz6XDVBVuScJdFTs5NT807PUyCxsl891 { display:block; }
 }@media only screen and (max-width: 763px) { #zsLaVbX1FLXSwTwRfCa7NOmUKtdogy1r { width:4.9375rem;height:1.625rem;top:1.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4JnSbHrcSeJi7HXppfhdBQKi0cJXI1Z { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc7NdLrTXBBQdMtf3ZEiWq5zZzxmxqWv { display:block; }
 }@media only screen and (max-width: 763px) { #bfhw36nUnS43zFogCTek1Fbs6LOvmTd5 { width:6.25rem;height:2.1875rem;top:6.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZpzBpn0cMsooXWzioNQFhlIQbMfrVR { display:block; }
 }@media only screen and (max-width: 763px) { #bdZgWFMUTPF8rL4itTp7LT8lc2tNX4T1 { width:6.25rem;height:2.1875rem;top:6.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1B3cI9LawmF1l0Ugb7KUZqXcGDxwD4e { display:block; }
 }@media only screen and (max-width: 763px) { #h0lWIFi7Co5fwwphcoZEWfJz1BLF1iu8 { width:6.25rem;height:2.25rem;top:4.4375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6J918RXtdX6iqUt0w4OIMsPRAVinq48 { display:block; }
 }@media only screen and (max-width: 763px) { #nIlr17y5TEqBHzDxHA5dXRmqnra33RxJ { width:6.25rem;height:2.25rem;top:4.4375rem;left:12.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQFNFAPeKOZ8XGqrNxWh7V9UDebMkbvw { display:block; }
 }@media only screen and (max-width: 763px) { #x07iJTII1vS1dTZyusEO2qkaEhGIzTUB { width:10.625rem;height:3.125rem;top:0.75rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4u7MthTmR6v5KOdwcADEZzqxCvNUqan { display:block; }
 }@media only screen and (max-width: 763px) { #SVAfLyKfLikmcCfC72ttTlCvHh7A873u { width:10.625rem;height:3.125rem;top:0.75rem;left:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayAGQc57MM6EUFvpCs1IJLlwoIVzMMcO { display:block; }
 }@media only screen and (max-width: 763px) { #Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG { position:relative;z-index:auto;display:none; }#Rzc0LKfIoRgXq6i6b5XSCeLwPOg4tICG > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BleSzcNrvc2yoPBifaOo63cN0z5pdxfw { width:6.25rem;height:2.1875rem;top:4.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9GNO3SWOUZ5J5niJIxnC6cAgoAaoVkC { display:block; }
 }@media only screen and (max-width: 763px) { #E6apXQlAIRBUSD5vRw4UN6HpuGEiDerH { width:6.25rem;height:2.1875rem;top:4.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0TtlHpaCqAD61mGqVzzJivAwXX6ml2F { display:block; }
 }@media only screen and (max-width: 763px) { #SpJspn9QWXsssuaCgkRKrNT1mgNSzTmZ { width:6.25rem;height:2.1875rem;top:6.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6K3w04rZ3IyV62XXk3QOiOzm2Cve8O { display:block; }
 }@media only screen and (max-width: 763px) { #I9TAvrKC1siS2bJTlulqLtc8T2rPZDde { width:6.25rem;height:2.1875rem;top:4.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETshfzIa5q23mcJAkzcaMXXvlGAzTxuu { display:block; }
 }@media only screen and (max-width: 763px) { #TXa8Uq7PbmEPLzPtRmfUDB5QSABSsQ5v { width:4.9375rem;height:1.625rem;top:1.15625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUVobaWoWR15v3gfdIcPmGU5qBlCrThZ { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmMJeaxGuJEQ6xbllZqOmFuvlEakkKLT { display:block; }
 }@media only screen and (max-width: 763px) { #z66UwxsUX2H66MdvGTHBfG216WB2XVIO { width:6.25rem;height:2.1875rem;top:6.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4O9HmTQzBLRh6cVXOHG9wNiHDTNQQes { display:block; }
 }@media only screen and (max-width: 763px) { #Aw88qfUPs7QKII7071DET08VCTJqXEt6 { width:20rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/42245876-9a53-42b6-88b3-c584ba3f3789/wdbs1bgmb.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSKxwWrQG2D02dNZTnxJtT1JIeAIiUQ1 { width:19.8123125rem;height:7.3111875rem;top:21.3125rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zubHBH8BaUxTO6flfwsAVEuZhATSVl1k { top:8.4993491172788rem;left:3.9377174377441rem;width:12.1235rem;height:12.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p6ndmI8f41BMl4OMWNTmQaeRzLNoX0wl { width:14.4998125rem;height:8.499375rem;top:0rem;left:2.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FeB8ZTiaLwo0udGMRHUkcT1UGzBTx6kt { width:19.9305555rem;height:2.4305555rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z61bm3NKDs4hfnHyivpbHK60LMUR9WsZ { display:block; }
 }@media only screen and (max-width: 763px) { #NqKhqboAxJ0Np0N1kzxwdn0xTuOb4df0 { display:flex;width:2.375rem;height:2.375rem;top:39rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #A5XtGLhCVCwhMC32Bppzo4xiKNzZJafn { width:11.1875rem;height:3.1987875rem;top:38.5625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNKB3HH989oCvRNUWU14uQProWEdPIT9 { width:13.187375rem;height:2.99913125rem;top:35rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #geNydXefBT6NEaAlTE8Tk8FwvBiFiPGp { width:20rem;height:auto;top:32.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bT3MbLIziBqiPk0lFHBOeeKpnSlCEXxm { width:20rem;height:1.38075rem;top:29.372291564941rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15025;line-height:1.3;color:#b4c500;display:block; }
 }@media only screen and (max-width: 763px) { #uieXuDDhJU1CxVaCRgvVpWyOn7xUIVkO { width:15.4375rem;height:2.9375rem;top:43.01123125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhUUP1hNFpW4maiFUo3KatN3PH8X77g { display:block; }
 }@media only screen and (max-width: 763px) { #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/42245876-9a53-42b6-88b3-c584ba3f3789/wdbs1bgmb.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.adaptive-delivery-prevent-bg, #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.lazyload, #FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1.lazyloading { background-image: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { background-color: transparent; background-image: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container > .video-iframe-container { display: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row > .video-iframe-container { display: none; }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .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); }#FNeTWExTUOkUKTeO3XyODPLIm1qm0tL1 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqDVs97BPAGM4Z1GHc9BsK6xnD5QV5Nm { width:19.8123125rem;height:7.3125rem;top:21.3125rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IJkm4vKO2NbHXQUd63UoiaXywn44ZzJ2 { top:8.4993491172788rem;left:3.9377174377441rem;width:12.1235rem;height:12.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UW0kwreEtoJ1pdHFXFDbr8JftFdfxpDf { width:14.4998125rem;height:8.499375rem;top:0rem;left:2.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EFK6wOLIWFJOX3b21sdIarJhD3LWLt2G { width:19.9305555rem;height:2.4305555rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuH20cAIF6qElLekxNRwIdcOwv6mervP { display:block; }
 }@media only screen and (max-width: 763px) { #osPwgUWoa3K4EW492WWn282mC9SHbJVQ { display:flex;width:2.375rem;height:2.375rem;top:39rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #WDZVSJ2GbXZk0Om30bowFGIIAdxaKdgf { width:11.1875rem;height:3.19921875rem;top:38.5625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAcwM8AaaTmVzSxTpyivl65tAzMHEXm9 { width:13.187375rem;height:3rem;top:35rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTWkkp7aA9l4ooKEd8FizTikFTWTRb1s { width:20rem;height:auto;top:32.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mymhTtUUqXbFswJebb5iy6c3zyeIFxbZ { width:20rem;height:1.3808625rem;top:29.372291564941rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15025;line-height:1.3;color:#b4c500;display:block; }
 }@media only screen and (max-width: 763px) { #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/42245876-9a53-42b6-88b3-c584ba3f3789/wdbs1bgmb.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.adaptive-delivery-prevent-bg, #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.lazyload, #FUXg1JecAmpbs4sPPQkrbfNOganLwuIT.lazyloading { background-image: none; }#FUXg1JecAmpbs4sPPQkrbfNOganLwuIT > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xEK8s2mqXodNtNL5yOJFUltlnPOJhKaB { width:19.8123125rem;height:7.3111875rem;top:21.3125rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ORC38Z5HxpmuNPMVIf0pz0TGXPb1X1Ab { width:20rem;height:2.5rem;top:31.125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8TUKK9wQkgCi5Htah2FGhSrBN9DcIlv { display:block; }
 }@media only screen and (max-width: 763px) { #VJ19XXIBuesGvKH5zT5H7PxhF9i4Na8x { top:8.4993491172788rem;left:3.9377174377441rem;width:12.1235rem;height:12.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLEUnafUWeLnmf6RGtSdehfrNmCyppAg { width:14.4998125rem;height:8.499375rem;top:0rem;left:2.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UEMNWmLslTkrRdebRX5nqAVJn8bWMABE { width:20rem;height:2.5rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVleyNQ4Mp9AKph9C9bUz0mZpCzwv71n { display:block; }
 }@media only screen and (max-width: 763px) { #qHTSWrGHLVb9B04dKGrEAQ04dkzA0FrT { display:flex;width:2.375rem;height:2.375rem;top:41.8125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #JK21Z4GHB1H2x3TEQoQhdCKgMJgwHSXl { width:11.1875rem;height:3.1987875rem;top:41.375rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7iAuJgcZ2r5bEhPDDFM5xMRtWvLnB6 { width:13.1875rem;height:1.5rem;top:38.5625rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.adaptive-delivery-prevent-bg, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyload, #mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l.lazyloading { background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { background-color: transparent; background-image: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row > .video-iframe-container { display: none; }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .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); }#mG8HTXMnzdEaqWyOvw35rqhSsKyk5L7l > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNFX4kPDHLT5SXQ9yDxp62CoOAaki9ID { width:17.375rem;height:0;top:22.186416625976rem;left:0.62500011920931rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HaQBfmes8VFcX52JU655TyE0ADEbKtJA { width:20rem;height:1.625rem;top:14.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eaeaea;display:block; }
 }@media only screen and (max-width: 763px) { #MsaRUF6hrRuAWiIAomh1e2pQ7AiGogpQ { width:20rem;height:4.1425875rem;top:8.2644314765931rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.3;color:#b4c500;display:block; }
 }@media only screen and (max-width: 763px) { #TsVZvBySVlTJbFddCtoct0sPok5TbUsg { width:19.7916805rem;height:2.291668rem;top:42.499459266662rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawUPaNLMuZufAPfSPXTImFhcbAAKJRn { display:block; }
 }@media only screen and (max-width: 763px) { #KryzvREJkqHvT8IJaMgEiZ2WIeJztK3O { width:19.8746875rem;height:11.25rem;top:16.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#efefef;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MkwtzMo7bUXcRx3wSRxW4fVArAW8W6NB { width:20rem;height:1.50024375rem;top:4.0619583129883rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WssZ7aRG59euC5fHGMPbCzhQAxE5LsWS { width:20rem;height:1.50010625rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0Kio5aPPFk6rf6yWaDoL1HSEHv7eNk0 { height:11.25rem;width:20rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvBXgaJvxmCqRV6vv4brU9BPBOaiX2R { width:20rem;height:1.3125rem;top:13.1796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.adaptive-delivery-prevent-bg, #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.lazyload, #DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx.lazyloading { background-image: none; }#DMAuT5Czzn2pqMkZyG3PvVTPp6oOdTLx > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #elPgAhtZOQ48QS3RH40NoASSiTN5FTTc { width:17.375rem;height:0;top:22.186416625976rem;left:0.62500011920931rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #q4xpZli0RAQ49Zd2qNhlWPQd8QpTvtRN { width:20rem;height:1.625rem;top:17.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eaeaea;display:block; }
 }@media only screen and (max-width: 763px) { #UOuD32FuEaqhP0mQo7zFU0WzJ9w7VLrn { width:20rem;height:2.5rem;top:45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os2cnH0zpO6lXJvCF3erVCMwHuPcrqXc { display:block; }
 }@media only screen and (max-width: 763px) { #d1bEzmNulSovzaiPhlRmiBy8EGlupAAb { width:20rem;height:4.14225rem;top:8.2644314765931rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15024;line-height:1.3;color:#b4c500;display:block; }
 }@media only screen and (max-width: 763px) { #Alr9HSEpT6MHhs4k40dKiPFrcBry12cl { width:19.9305555rem;height:2.4305555rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1XeueNdMz5JZTt6TBVenXb78JRlspZ { display:block; }
 }@media only screen and (max-width: 763px) { #G2aGQ2iLPECwTJ5dt2fnRCIVM5OlBJx4 { width:19.8746875rem;height:11.25rem;top:19.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#efefef;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TqlBi1iGUOID0KL05QA5yyhiJm5TPA2K { width:20rem;height:1.50024375rem;top:4.0619583129883rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgvTgKOgXI2IkOKTwd6dPIG25T0R3Gyh { width:20rem;height:1.50010625rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBpVQL9PJVxQIvy5pQIUz8sfmuQqIiCa { height:11.25rem;width:20rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2Q9qcrfPvW75yNpnwOueDaZuUbMubw { width:20rem;height:1.3125rem;top:13.1796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O2pMaWyVAew28yTD9G91bqSoK84I5TdH { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH.adaptive-delivery-prevent-bg, #O2pMaWyVAew28yTD9G91bqSoK84I5TdH.lazyload, #O2pMaWyVAew28yTD9G91bqSoK84I5TdH.lazyloading { background-image: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { background-color: transparent; background-image: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row > .video-iframe-container { display: none; }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .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); }#O2pMaWyVAew28yTD9G91bqSoK84I5TdH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5pEP4RO5Sd99k724FVSBkOyDT5bq6Zm { width:2.24989375rem;height:2.24989375rem;top:1.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wJV9oLEsRyQfOU25nPeCabqPxXqtrp { width:6.3125rem;height:1.94921875rem;top:4.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FnMSXfgTP6lTKIT1CSLUQ4qpBDu0B4CA { width:2.24989375rem;height:2.062175rem;top:1.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeGmM4t5fIawH4zQW32HpO8iTdPnoU2O { width:3.3125rem;height:1.875rem;top:9.9370727539062rem;left:4.9370660781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUlGVtrMMDahAyeiSwCdaycxVRCiEXnG { width:2.24989375rem;height:2.062175rem;top:1.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFI48BfQd8055THhfzOJN0OIeNGIsFeV { width:2.062175rem;height:1.93739375rem;top:9.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuOT22I9bsZUVwOdBgfcUSm5iTdVA13 { width:6.4371875rem;height:1.94921875rem;top:4.5rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yiEpJ2GrPIJ3gFkhqKc7zxn9heiV4NxP { width:4.6875rem;height:1.94921875rem;top:4.6875rem;left:14.625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #esT6baXLptt1fpv1zNyiIPuRie9BlnXH { width:6.0625rem;height:1.94921875rem;top:13.062066078186rem;left:3.4991322159767rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lzUacMmTVRvZrL2uaxTKOo5FyA20NVFs { width:6.25rem;height:1.94921875rem;top:13.0625rem;left:10.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GQBJLKE7MrJ74Gw0NbgFRSMWJieFS67g { width:0;height:8.125rem;top:18.64920211029rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGTy1rnWIQnXJmNt52c2KQ2bVksNENTa { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNhykKkqJszyupauRdBbNpLzmkQTqTPd { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDehcanAxX4iV1VykoOgauxs20g5iRIm { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQtaHT5zbvq7iJQvsHZfTxgQsJxGyLxG { width:6.25rem;height:7.8125rem;top:0rem;left:0rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -moz-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -ms-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -o-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );";background-image: linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NhfLfh5BNenHmNbCTxKJVwSUQeCTpNUK { width:6.25rem;height:7.8125rem;top:0rem;left:6.875rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -moz-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -ms-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -o-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );";background-image: linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ThT0BSI6TuP0yp9rtVLEEpfpKd2d8I9x { width:6.25rem;height:7.8125rem;top:0rem;left:13.75rem;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -moz-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -ms-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -o-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );";background-image: linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ltEcagSo7AOlZqcBPZMoSz8UidyMGLpl { width:6.25rem;height:7.8125rem;top:8.375rem;left:3.4375rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -moz-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -ms-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -o-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );";background-image: linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TH94h2tTL2m63wxcFTMQkouI0lTStGJd { width:6.25rem;height:7.8125rem;top:8.375rem;left:10.25rem;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -moz-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -ms-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-image: -o-linear-gradient(180deg, rgba(46,46,46,0.9), #202020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2ee5', endColorstr='#202020' );";background-image: linear-gradient(180deg, rgba(46,46,46,0.9), #202020);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU { background-color:#23333e;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.adaptive-delivery-prevent-bg, #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.lazyload, #WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU.lazyloading { background-image: none; }#WDfTInDnkRpm5U5vXPgRSSMDHcUk2edU > .row .container { width:20rem;height:65.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2rlv27fiE7JcAI12X5bBeOyTqWyTi6D { width:20rem;height:1.3999rem;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3Gidxe7IFoe71GSwT5vEUqhuGTfqRUC { width:20rem;height:3rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwF3IQ8w2zHZKAl4qwXQX6IM22T6qML9 { width:3.99956875rem;height:3.68706875rem;top:10.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJUEbWl5cTSE2LwS3i90lQKUNUfSxQst { width:8.2498125rem;height:2.7998rem;top:15.1875rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abDqGJp2cBeuhtWFZOK2wwnD8wW8THNT { width:3.68706875rem;height:3.68706875rem;top:21.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8b2CEqFWUpu5pFEMktLGHxS8TOezlg { width:3.624675rem;height:3.06206875rem;top:41.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXK0quw7w95MG9TPxBuOhQh8S0JJagBl { width:6.3748125rem;height:2.5rem;top:32.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7MtkBX8Ch678LZRgvNR7Z322myaCTnT { width:3.87478125rem;height:3.312175rem;top:52rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHX8pCLuznaqfIKNCR3Cra2Z6Lakomg { width:11.1246875rem;height:1.3999rem;top:26.25rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmybyUVEflZwPOwtiU6E6iS4hLof26P8 { width:9.6245625rem;height:1.3999rem;top:35.25rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBQPUhT5EXrFZZTd66UogioODmV9mBzA { width:11.1246875rem;height:2.7998rem;top:44.875rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDMw1muhUP9MAtdXHFeqpnI5Zp2Nl1uS { width:6.9998125rem;height:1.3999rem;top:56.1875rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qhd1cf1UaA7TEmUAyMxX10XD2TsTzfrP { width:0;height:8.125rem;top:18.64920211029rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUEMVE3WUE78OI1eEv1NKWaePnSFqauE { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHMXuIGQxTqclbm0EhwMmOG9RAbbTyvQ { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltlMbR1NPZBq4bH8dpvyfDBAxnfDIX1A { width:0;height:8.125rem;top:18.64920211029rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl { background-color:#2a0664;background-image:url("https://images.assets-landingi.com/uc/3622e1d5-aad4-4f2c-8eb5-5f012e2bae92/wdbbgsac4.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.adaptive-delivery-prevent-bg, #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.lazyload, #KaAv0FTu9pXA59CNUrlNyBucE34dTIWl.lazyloading { background-image: none; }#KaAv0FTu9pXA59CNUrlNyBucE34dTIWl > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KPMLM2G64U114sreTam8MvUERk5h3R6O { width:17.9996875rem;height:1.4624rem;top:2.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDHq6bwPVHz6sV8RIID3Ly7W9NSEKMPv { width:20rem;height:2.5996125rem;top:4.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdRp17sAomNENwbyHvIydLaBym9f7SJD { width:10.375rem;height:2.9375rem;top:8.75rem;left:9.625rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #XKEzUbpdtQiNVBLJ0CAO7u1HdKQweODh { width:10.375rem;height:2.9375rem;top:16rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmvZbagdm2N9RQZ6Gg9bPIknLg8bagDJ { width:10.375rem;height:2.875rem;top:16.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1tlmuDBqrNAD7HimQugm3zA9Gd7ht0e { width:6.5rem;height:0.73095625rem;top:15.5625rem;left:2.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OryGaP7TuR8qohqhLuiCKbVw8xuygAkH { width:6.25rem;height:0.5249025rem;top:16.75rem;left:2.5rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anKAnOisu5TaG1A1sHnJ0nio139k7syp { width:6.06228125rem;height:0.73095625rem;top:15.625rem;left:11.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #bhgzJEFuTAr0uAh9t71elLJMlO03bVN0 { width:5.5625rem;height:0.5249025rem;top:16.75rem;left:11.75rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #f1cMfIr63wtTgsJpdfiZxfS4agZIgzf8 { width:10.375rem;height:2.875rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlgOErQiRDZ5mU09dclEovvDz9AFfLO9 { width:10.3125rem;height:2.875rem;top:19.8125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #viJxaQA2iSMn4N5pK1RKAhqUaOuOGozx { width:10.375rem;height:2.875rem;top:19.875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2tL6prueIkOtQaaxLnh96mI8EfWueU2 { width:6.6875rem;height:0.5249025rem;top:26.6875rem;left:2.3125rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGVCBXPsKG4qxWoR8tTE5VtfOW8Hq7SS { width:5.5rem;height:0.73095625rem;top:25.5rem;left:3rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDOpSAFqDMDkEZBpSAPztMyXhITwUCCv { width:6.25rem;height:0.5249025rem;top:26.6875rem;left:11.875rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IAyXA7ZJ7XhnBuTKB4e4y0GecpxqVvaf { width:6rem;height:0.73095625rem;top:25.5rem;left:12rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AMA3c5TD9nTgOwxwP3u17nnJtFuTebJf { width:7.5rem;height:0.5249025rem;top:36.5rem;left:2.1875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeTpXr6i8980TAfk5QD22bsivTsfTx7N { width:8.25rem;height:0.73095625rem;top:35.1875rem;left:1.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrOHteqhca6dpuBgzEwOwAsZIMn5t8rl { width:5.5625rem;height:0.5249025rem;top:36.5rem;left:12rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Op4WwsMcA1d86mC2qaxv2n8D0wEaAR7w { width:6.0625rem;height:0.73095625rem;top:35.1875rem;left:11.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJOzPlIWFPmTOVES4c5NwV5wNBxqV7Ue { top:8.5rem;left:2.1875rem;width:6.5rem;height:6.5rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W2obySD9rwZUU2HTAOm1ahLlgPp0ltWT { top:8.5rem;left:11.3125rem;width:6.5rem;height:6.5rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AWGKzBPSLDeqSu1AT5lHSn5SqiWn6wbd { top:18.625rem;left:2.4375rem;width:6.5rem;height:6.5rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E7ChH6I1aCJ74Lo7M9gLLEcX6IaDVDfK { top:18.6875rem;left:11.75rem;width:6.5rem;height:6.5rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zXOpsc8Jk5ATgeL9kBg19rwa00zgPub5 { top:28.1875rem;left:2.4375rem;width:6.5rem;height:6.5rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MQodLTHnqdwoKsPOoqPBCy1GqWW29AcA { top:28.1875rem;left:11.5625rem;width:6.5rem;height:6.5rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o9WdSytgUVycggPAeEubqxVdo2UQn48Q { background-color:#2a0664;background-image:url("https://images.assets-landingi.com/uc/3622e1d5-aad4-4f2c-8eb5-5f012e2bae92/wdbbgsac4.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q.adaptive-delivery-prevent-bg, #o9WdSytgUVycggPAeEubqxVdo2UQn48Q.lazyload, #o9WdSytgUVycggPAeEubqxVdo2UQn48Q.lazyloading { background-image: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { background-color: transparent; background-image: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container > .video-iframe-container { display: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row > .video-iframe-container { display: none; }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .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); }#o9WdSytgUVycggPAeEubqxVdo2UQn48Q > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeFb2NGPDvIF3M8XtMA1vPPiL4igLo7U { width:15.75rem;height:2.92480625rem;top:1.1240234375rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTDz4Fh2DRrFFh96PAfNnEPD49yGEB8J { width:14.1875rem;height:2.5996125rem;top:4.6220703125rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGqQKHzmheBUx5Hw7NJUGXuTUFseDcpl { width:6.4375rem;height:1.4619125rem;top:15.8779296875rem;left:2.1875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isHTA6640bTP3QGVT6O7tq498wKdCm4N { width:6rem;height:1.049805rem;top:17.5771484375rem;left:2.4375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XubSSmsP1TMSuoVAwtoSORSTogkEMTvp { width:6.5rem;height:1.4619125rem;top:15.8779296875rem;left:11.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #JgsJVmfQDUon9n2tyzUrNlRQTIJCGfFp { width:4.125rem;height:1.04980625rem;top:17.5771484375rem;left:12.625rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #i1HXOBgXv84u02bkamRVzzGMfPF75b9w { width:6.25rem;height:1.4619125rem;top:27.1904296875rem;left:2.28125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsPp2wNQqTysgQmTvXSDHXG8Q2Aco0SX { width:5.5625rem;height:1.049805rem;top:28.9375rem;left:2.6875rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpfm3nnA5qXeTz78LNp3GN5h5TTNgnd { width:6.375rem;height:1.4619125rem;top:27.1904296875rem;left:11.40625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ka1qrxuTTSJ47pyMb7mxTQhAhRA7sT30 { width:4.25rem;height:1.04980625rem;top:28.9365234375rem;left:12.5625rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ct8awsEBBfQOK6sEJwbarQ83fPAwm5 { width:6.5625rem;height:7.4375rem;top:7.6904296875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4q1TRAnnz57TlEcBxbavAVws5lSWGmd { width:6.5rem;height:7.375rem;top:7.6591796875rem;left:11.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pMaG9TDsMRvRtQiZniFWMqstN1c2h6G4 { width:6.5625rem;height:7.4375rem;top:19.0029296875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2fR9ysfx78OZw2ewUnquMWptucpazKq { width:6.625rem;height:7.6875rem;top:19.0654296875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNTqAf02XlwJC6FZ3VSovB5hPxFLsQy { width:6.5625rem;height:7.4375rem;top:30.234375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwB4kKRT5Z3vJGmKCEwm5TIuk3W9TfcQ { width:6.5625rem;height:7.4375rem;top:30.296875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLty91y2GQTJaKchdcpNvTkpsQod8FJG { width:6.625rem;height:7.6875rem;top:41.2353515625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTN7tbcxKKX6Suvz8WDoHzlnBMH1Qsx7 { width:6.625rem;height:7.6875rem;top:53.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whu7aqAx151pfvP0nWErl46Ghai0Rhti { width:6.5rem;height:1.4619125rem;top:38.375rem;left:2.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqGQGWnuufPuN0K7PZnQPmy2VwGPlJUk { width:6.5rem;height:1.4619125rem;top:38.375rem;left:11.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #lFLgSyGnN4ioEJSOt63KH9sSvC7IKuOB { width:6.75rem;height:1.04980625rem;top:40.1875rem;left:2.125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbflNWTGzKmtDVQk14gI2wvz26LmadsM { width:6.5rem;height:1.049805rem;top:40.1865234375rem;left:11.4375rem;font-size:0.4375rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #XoTxUyZemfpXdVOCZ4BxMGQlm1WJ7JfZ { width:6.5625rem;height:1.4619125rem;top:49.75rem;left:2.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBmvFbA9kUQTXANuiUfGXhw2kDTms7Uu { width:6.5625rem;height:1.049805rem;top:51.75rem;left:2.125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBn6c9FQahenD2LTboToVKFVhwBnNpuf { width:6.4375rem;height:1.4619125rem;top:61.9931640625rem;left:11.375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKxZZowoC5IUd7bJDJdrtoQPcxuRhKnh { width:6.375rem;height:0.5249025rem;top:63.82958984375rem;left:11.4375rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ds3KOrHBcgVaq6P0KENKtquwD40aWgZA { width:6.375rem;height:1.049805rem;top:51.7490234375rem;left:11.5625rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ig7yiqw5mesheNQ19GT5XBfxyryAGX4t { width:8.4375rem;height:1.4619125rem;top:49.75rem;left:10.46875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C44tyQdaJKkdkNEnovEUkszJfxdbgqIQ { width:6.75rem;height:7.6875rem;top:41.2353515625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt49ep0DOkK8spAkbTmmrzCm6Cd6ieBa { width:4.5625rem;height:1.049805rem;top:63.8291015625rem;left:3.125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qatQgc6T5iuZeM7uM0QBT10IakSChdMh { width:6.5rem;height:1.4619125rem;top:61.994140625rem;left:2.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uR0zHexR3sJuvUUlbdRwz9Zp1eIoUeKR { width:6.75rem;height:7.6875rem;top:53.5712890625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.adaptive-delivery-prevent-bg, #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.lazyload, #ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM.lazyloading { background-image: none; }#ItTPDFF6nEV8aId5AZ3mxD1WfTOyMkDM > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOcP5Q80X0d3WJfPtsJhliPC4T8vgzN7 { width:18.5625rem;height:1.94986875rem;top:3.4673404693604rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kV30L3aIxq2HFXJoqE7NspfEH5rPLc6N { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eZQcyyCk44mtKF8u5x6iuRSaNZuAnBQT { width:19.99675rem;height:2.55968125rem;top:44.747181892395rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThzU3H3yPlrRTcCR2bkG7sLxutVcbCI { display:block; }
 }@media only screen and (max-width: 763px) { #Mn4T4Lq1QgJevk7KgcWHaMFWQHL4S6DA { width:17.3746875rem;height:3.8997375rem;top:6.7892799377444rem;left:1.3123915195465rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wQd5XuoTyufdKFFsH2KRWFpcBGUOcR15 { width:20rem;height:auto;top:19.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FB6Q7RqtVTNV010NvpH0bomCt0RstdFT { width:19.9995rem;height:0;top:31.87353515625rem;left:0.00146484375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rUNDQDHd6BEK9GbvLGvxy1ph4h39GfS7 { width:20rem;height:11.25rem;top:52.457694203186rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H5r5rTkPQFIxxTVa4XJEOl9d9qKdQxSe { width:16.4995625rem;height:2.625rem;top:33.996295928955rem;left:1.3118490576744rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ce8QFH9iXmi6VaiuLX2v3JKVUmoqDUq9 { width:15.374375rem;height:1.3125rem;top:14.122192382812rem;left:1.3118490576744rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EKU30f3RUgRyyMgCltX98aAIkCqVdQdW { width:17.9373125rem;height:5.25rem;top:18.183594465256rem;left:1.0308160185814rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w0qKbMRRA0Wi9507oPb7wholThOqZcc4 { width:17.6248125rem;height:6.5625rem;top:24.070095777512rem;left:1.1870660185814rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gizk0fU26Z9moCSF4MouoeaQG9cQE3Kd { width:20rem;height:auto;top:53.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CBtecFtAW1rK7Tqk5PuDnsSriOGtefE8 { width:17.249375rem;height:2.625rem;top:40.125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DGW5IWDl5AzKLUGnqHIeGT0lPPrOAKJa { width:20rem;height:0;top:12.786458730698rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pt0rIh50oPxXPrINthtWRHUHQonq9HSP { width:20rem;height:1.59288125rem;top:46.774094203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R6L6GfpRLUk4bf4ATslgpftRQbNtbeP9 { width:20rem;height:auto;top:26.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mmChGylnpwBkP2pVFL1zb6BrSbUZqWQG { width:20rem;height:1.59288125rem;top:49.615894203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #frxktsyTHpTdwIyc5CzQhwkqqKUu3c1S { width:20rem;height:1.59288125rem;top:64.957694203188rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qC5yvTVuLCLsn60TiWq8yuFIfwd9HrM8 { width:15.374375rem;height:1.75rem;top:12.44140625rem;left:1.3118490576744rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bSiulTFEZ7L0en2nCXZRnIAsHb9Ck3Sd { width:15.374375rem;height:1.75rem;top:16.4375rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VFzTAGWad81GcPwrroBGyw8qJp0gMmKa { width:15.374375rem;height:1.75rem;top:32.25rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TqFVTHw2NcKkQmi2U4Z78lRylaCKlXzx { width:15.374375rem;height:1.75rem;top:38.4375rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15034;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3622e1d5-aad4-4f2c-8eb5-5f012e2bae92/wdbbgsac4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.adaptive-delivery-prevent-bg, #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.lazyload, #LgM34VF8hmhV3l7xBy4H865JF5D1kP7l.lazyloading { background-image: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { background-color: transparent; background-image: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container > .video-iframe-container { display: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row > .video-iframe-container { display: none; }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .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); }#LgM34VF8hmhV3l7xBy4H865JF5D1kP7l > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0pievnb9zW3LZTVVocdghDRXWomUgcJ { width:20rem;height:1.94986875rem;top:3.4371643066406rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5wFRZwhfyn2KliED5yA0cFwrJoF9oAR { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SUtMZecX5b4ID4nvygsDThSGy5lLHDF7 { width:5.187175rem;height:5.187175rem;top:7.2607421875rem;left:7.4061422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpT0B3SSsHc4VlnNJ2XCysSEU2v0aXTA { width:20rem;height:0;top:34.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;display:none; }
 }@media only screen and (max-width: 763px) { #Me52WEswbB6g3BfpgUS2ZfeAH6MXoObm { width:20rem;height:auto;top:20.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JomXGOaCuulkZ2p55H7FoVgEoBPPvoe3 { width:5.3125rem;height:5.25rem;top:28.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6pTTnuPVt4wdAX6sa5WMPNH6ZIrirM { width:20rem;height:0;top:62.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;display:none; }
 }@media only screen and (max-width: 763px) { #mRqXuBbQeuL7lfc6wTL0Tq1J7IbsP7dh { width:20rem;height:auto;top:35.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pfteGJSefS2tQcXcodE3POBwX9JtKJTT { width:5.3125rem;height:5.25rem;top:48.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7xI2cG9dZXqmHdCuvEs7A6AaxZ6sR1X { width:20rem;height:0;top:84.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;display:none; }
 }@media only screen and (max-width: 763px) { #HAdi9ugKCdaPaz2n5rnZ8AwAHgZ9gt9D { width:20rem;height:auto;top:49.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IBwtOXzc0cArK739ZDaDPn7XzuBPufJd { width:5.3125rem;height:5.3125rem;top:70.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALqvBnhVaQ9HiotxlHiIUSuaEMQZWDLP { width:20rem;height:1.462675rem;top:76.937397003175rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;display:block; }
 }@media only screen and (max-width: 763px) { #AgZ5FUN8E3aWBJ1w0rBPBrWaJVBZQGi7 { width:20rem;height:auto;top:64.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fRq584H0OUSuXU0GB8eGbTqH0ebRT59x { width:18.125rem;height:5.625rem;top:15.785049438476rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #amhGxzlIlnI3dx7mxoniLf23TKxpCgDi { width:20rem;height:1.462675rem;top:13.385407447815rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #OHI9I6Kzogna4Aq0BCqeJJB90A65Rgze { width:20rem;height:1.462675rem;top:34.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #W0EVaUnnHHsfTkRnpT3H9GGieUoaCFPN { width:18.4375rem;height:5.625rem;top:37.024743080139rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JlJREGouMs00lHkg9pJLdiddxhrr8Wqq { width:20rem;height:2.92480625rem;top:54.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#d2ee00;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ul4gJDFKnkvK8lRZw3Rwcw8XvEOEvrWv { width:19.5621875rem;height:7.03125rem;top:58.300239562988rem;left:0.21864151954651rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LftwrfgRm2y8oRHxr8JTmLOvtpdEHFWE { width:20rem;height:5.25rem;top:79.337570190431rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZpInatgAOcfE5TT3po0d2NRo8CpKiS0Q { width:19.375rem;height:4.0625rem;top:22.4375rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L2LbPIy6hPF5TfPVfPX1nzvRHqiQG37Q { width:17.249375rem;height:2.687175rem;top:43.586699485779rem;left:1.374783039093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jfl3qCUaWwkucyTpppmT6SQNd9gWSGlM { width:17.5rem;height:2.56239375rem;top:66.268991470337rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ACCkPerXXAJobAlvcRD0OCTzPOcmU1mF { width:16.25rem;height:2.56239375rem;top:85.524637222287rem;left:1.8750002384186rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WR7TMoxVGcWbbTg7bTAxyOuDypryPH8s { width:20rem;height:2.0594955223881rem;top:24.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibQcgRCLxpGrqTZAocieE3bvtbIVCczK { width:20rem;height:0.86546567164181rem;top:41.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPoTS6q8L9UpLryDZ4HXrcSDzmBrgUEf { width:20rem;height:0.83566567164181rem;top:56.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5p6WeHLLImgBiQTXysnZdeiw3JA1O63 { width:20rem;height:0.83194674551819rem;top:71.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR45LBCOqLg0naLHv9BIWCOmWelxZLCq { width:19.9305555rem;height:2.49294925rem;top:90.147573471069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx303yeATXhhVC3as3z7WISlwAw5Zx8T { display:block; }
 }@media only screen and (max-width: 763px) { #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5738e5e7-6876-42b8-a093-4f1e0bcafbf1/Frame83681.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.adaptive-delivery-prevent-bg, #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.lazyload, #f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5.lazyloading { background-image: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { background-color: transparent; background-image: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container > .video-iframe-container { display: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row > .video-iframe-container { display: none; }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .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); }#f5dVc4yfr9EthxE1Ih4xaBNqS5q5m0I5 > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWc1uikMt5LmpdRahacpRtliPZ00fut8 { width:20rem;height:1.94986875rem;top:3.3322486877441rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlBwIk0n19mWTsbtG605ZngL6NlVKXcZ { width:4.249675rem;height:5.375rem;top:9.5625rem;left:3.375rem;font-size:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8PtPWNPeVes8oaNnt2vD4Thh749T6iT { width:8.25rem;height:3.8997375rem;top:10.25rem;left:8.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i0cmpNcZdb5DOkz55rGmRQhXtTdc4Jfo { width:5.3125rem;height:0;top:15.587023735046rem;left:7.34375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GJr9CxF9XOUVLNZmONXuwT8bfhNbksVf { width:6.124675rem;height:0;top:12.470169067382rem;left:9.4368495941163rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K0FZOLcUoeHvtAMcq7lJ0wUV6Pr0DEBT { width:2.24989375rem;height:0;top:7.0952787399294rem;left:8.87478351593rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZTh0albrC7A4vMAmv0grGZmhOpgJMTmV { width:5.3125rem;height:0;top:30.468210697174rem;left:7.34375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KtBgXypZuBz7BaQMVDcNdrTSl26vvocV { width:20rem;height:20.8121875rem;top:7.4375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #bDEo3ewS64OyFPHlnADSqIkodTtD6rul { width:9.9370625rem;height:2.5996125rem;top:16.875rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2xsdCCQi09c0xBxn1ab1Wbo3X3vFD9d { width:15.3125rem;height:1.62524375rem;top:19.4375rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oV6vM48pUu4izECvm8GeGC5PHMMGnBTQ { width:20rem;height:0;top:40.941840313721rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LURutikRfBmm24EVsddhuyBwIDWgadg6 { width:20rem;height:19.625rem;top:30.686849594116rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EMTTT26GSkuB9Ua1OP4nGPGliytaGvo6 { width:20rem;height:0;top:63.004340313719rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mTpBMrHetIC5IIQ850c1aNsslWGrHCTk { width:15.3125rem;height:1.62524375rem;top:42.3125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBLJXrpiRKwcoiyTnpyR1kLTsNeR4tum { width:18.4375rem;height:2.5996125rem;top:39.75rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1orZsgKTWwTc24hzIbL3ZafpLWzTLHX { width:20rem;height:24.4375rem;top:52.498374938965rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rkIfvfravak3fqt4nlWq13ygwF1EH2pZ { width:20rem;height:0;top:85.066840313719rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jq8A8bwKFmMGpEfK2sHW6yg2uSvpJNoT { width:15.3125rem;height:3rem;top:66.5rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFPaTiL072n4E46hDVKJ7bsBFXTWzfGT { width:20rem;height:2.5996125rem;top:63.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNmutZWrfF0gt3CSsbuUNX1koktIJS2T { width:7.124rem;height:1.2999125rem;top:59.812286376953rem;left:7.6867408752444rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #En1cMWUTqOcs3n2FtKTms8zTaJCOeRSJ { width:15.625rem;height:5.375rem;top:54.909942626953rem;left:1.6867406368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Qdhpe5sReqpSE8GhOdwG6sMZ57Kxdm { top:15.398763656616rem;left:2.2184245586395rem;width:15.5615rem;height:0.187174375rem;z-index:15059;background-color:rgba(180,197,0,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5uuQ4bPd8cTyKidiu2XzHgmW6B9CEi0 { width:20rem;height:0;top:47.250091552734rem;left:2.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #w00kVDvKz5G3JJGgGqR0cgwncUvVKsWM { width:18.6246875rem;height:2.79980625rem;top:22.874351501465rem;left:0.68739163875581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15038;font-weight:300;font-style:normal;color:#e8e8e8;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pmNxP3gd8Ic9SK7MIEvTLomyF9LNCaXt { width:18.6246875rem;height:2.79980625rem;top:45.187175750733rem;left:0.68739163875581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15039;font-weight:300;font-style:normal;color:#e8e8e8;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nPmdsPnT3mHhndoK3QBgslggPMmnztrw { top:38.312393188476rem;left:2.1875002384186rem;width:15.5615rem;height:0.187174375rem;z-index:15060;background-color:rgba(180,197,0,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0mxWeZpAQGnIgzy3t3Q74LE1Ce6t4Z { width:4.249675rem;height:5.375rem;top:32.875rem;left:3.375rem;font-size:5.375rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #MEl6QJxcfQ12n3l1bOBLkAi17czfUkS3 { width:8.2498125rem;height:3.8997375rem;top:33.625rem;left:8.375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #HFRh4GZrQedxWthA72gbz0qrw3pwyT4k { width:18.6246875rem;height:4.19970625rem;top:70.748149871825rem;left:0.68739163875581rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15040;font-weight:300;font-style:normal;color:#e8e8e8;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kazW3mQI4geAg237H98KxUAGcWIQlr33 { top:62.374568939209rem;left:2.2498917579651rem;width:15.561rem;height:0.186631875rem;z-index:15061;background-color:rgba(180,197,0,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9fe61e44-5b8c-4119-9ad1-5d8533ce0586/Frame8388.preview.mirror.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.adaptive-delivery-prevent-bg, #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.lazyload, #nnrcF1w9JR49ww4SXda2LAM4rFtT0brt.lazyloading { background-image: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { background-color: transparent; background-image: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container > .video-iframe-container { display: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row > .video-iframe-container { display: none; }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .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); }#nnrcF1w9JR49ww4SXda2LAM4rFtT0brt > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRXEfPn0541XJDMOdLc111XfLsCqdesq { width:20rem;height:1.94986875rem;top:2.74951171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQXKhD7NlQJrUtnzaMOJnHsPTRfklr3B { width:20rem;height:11.875rem;top:6.9395620822906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTRlQDcsxSX6EVmP04RGUhltJFZWErb { width:3.4375rem;height:2.4375rem;top:8.4371643066406rem;left:8.1873922348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwqxp3msslm3ahtWUUb3ReN1iy22MvkC { width:3.75rem;height:3.375rem;top:21.249675989151rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDAQMTTvQJ3DPta0u1EqSz92Opbbg6WH { width:3.75rem;height:2.374675rem;top:34.498483061791rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXolPpPLVcBTHySgGlwzoR40kwh51VmF { width:20rem;height:1.3808625rem;top:11.998915880919rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdFtpzkN3bLkANCksfKq5BeC85gITakn { width:20rem;height:1.462675rem;top:25.455948114395rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slH9cQDcCTf2pSZOfmDbMxce1D1q7Bbl { width:20rem;height:1.462675rem;top:37.571832060814rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqN327J8vqerSJ1oXdpOySTmM2d2OSDD { width:18.5625rem;height:0;top:13.816732615232rem;left:0.65549063682556rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #toOpAf76V4cCFdXw4BKf8ZWwd7JUXhXN { width:20rem;height:0;top:26.567384719849rem;left:-0.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #m5LDWAseGs7sv7wQEvy0arbCFTAkbiEu { width:18.5rem;height:0;top:39.624783873558rem;left:0.59331607818604rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #GGunod6R41tqU7wk9MHtq2Ugkfwb0geW { width:20rem;height:27.1875rem;top:72.046988690188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmDfXg9hbbmPnnzUTRixdG8l3tTIVihW { width:20rem;height:27.1875rem;top:100.48448869019rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0LsA5XBM5CsDI20JvuKZ4MN6Fm9zbMe { width:20rem;height:11.875rem;top:20.125rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KUheIw8c3kE952bBXWf9rSGuTrQmiDCF { width:20rem;height:11.875rem;top:32.9375rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #tNR2oIhydqkl1W8Rl4qTAbNTp02602Hu { width:18.8125rem;height:2.8125rem;top:27.711589217186rem;left:0.43750011920929rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #AKmKrFNcWCr3PIc3d8uXwZDtG7dDIeQF { width:18.5623125rem;height:4.21875rem;top:13.62879884243rem;left:0.71831607818606rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhsDJ7pQHA3To6JLT5l3GOnHRf8VfDm { width:19rem;height:4.21875rem;top:39.749566435814rem;left:0.59299063682556rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9fe61e44-5b8c-4119-9ad1-5d8533ce0586/Frame8388.preview.mirror.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.adaptive-delivery-prevent-bg, #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.lazyload, #a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt.lazyloading { background-image: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { background-color: transparent; background-image: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container > .video-iframe-container { display: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row > .video-iframe-container { display: none; }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .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); }#a60LIOiXvSI9ZBbwdU0aUa0TcSybzDwt > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peTr8USk2wisTkISVrRqfmACSVPytHcO { width:20rem;height:1.94986875rem;top:2.74951171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDKQ35UtkArTXmpbxyoMa94qpurDtwA1 { width:20rem;height:12.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Wd7Eu5uhiT58zi7FWli1o9VVK7z6SP { width:6.7496875rem;height:6.7496875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWVTe3MnuZa1JvLOVhaI84CA2cMyTBV { width:9.749375rem;height:3.41161875rem;top:18.0625rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aHK1CgbVG7flqzgH4QEGghp47imTQk { width:6.5625rem;height:3.41161875rem;top:31.125rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SD0KdDEHnlJFyA3acT8HzAn3IUi8Ic65 { width:7.5rem;height:3.41161875rem;top:44.499785423279rem;left:6.99978351593rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WavdThWIhM0lGSwosuBIpunkJgpcEoFw { width:18.5625rem;height:0;top:13.816732615232rem;left:0.65549063682556rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #I2a5bv544uhOmPOM0W50DJcdeCfkCgBZ { width:20rem;height:0;top:26.567384719849rem;left:-0.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #aWnDEs0eKvvL7eSdwWED9ECS6hyTnFSe { width:18.5rem;height:0;top:39.624783873558rem;left:0.59331607818604rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #KdaJQLNBDoowVSgc0BVyOSmiDWLyNbr3 { width:20rem;height:27.1875rem;top:72.046988690188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxKTGbrIu881k6W7dc0PGqKkDla5wxKe { width:20rem;height:27.1875rem;top:100.48448869019rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8B64Hm3Leh23lDCbcw1TkMkkdv1hQ0D { width:20rem;height:11.875rem;top:23.4375rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #K7I4JOpOJqe3D0zwilkmFgh4DSMNMlha { width:20rem;height:12.1875rem;top:36.625rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #B5Barwb0ariRB4A5TDe6yG60NCiknoEA { width:12.9373125rem;height:6rem;top:24.436850547791rem;left:7.0621747970581rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #NbTsBecPGBJsN4tOU27Rx22z4FZUux2x { width:12.6875rem;height:6rem;top:11.312438964844rem;left:6.99978351593rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FpfiENpThUVmfM7vbNdrc80l2ca0iM4Q { width:12.9373125rem;height:6rem;top:37.937285423279rem;left:7.0621747970581rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #gOf1ym3kGC8lhxovbXgZzmbTQ3INctEJ { width:6.875rem;height:6.875rem;top:25.9375012815rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfa7VObaiBwvwTNbz3TG8PV8KURoeT8 { width:6.937375rem;height:6.937375rem;top:39.249682754278rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRLeR3osZIlaNh3S1xE5nCUtsqE9bL81 { width:20rem;height:3.8997375rem;top:5.2593259811401rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/42245876-9a53-42b6-88b3-c584ba3f3789/wdbs1bgmb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.adaptive-delivery-prevent-bg, #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.lazyload, #PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI.lazyloading { background-image: none; }#PPc7kkObE4VGTCM4WV0KDsH5qf1n3EeI > .row .container { width:20rem;height:83.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RTmufqdPLKGOB9H4biA7iE8FKcgTBxtn { width:15.1248125rem;height:2.25rem;top:14.061937332153rem;left:0.87456607818606rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3WxJPqPyVgXd8HNMOiQIfNkd7Xx4ge { width:17.7485rem;height:5.84765625rem;top:24.437171936035rem;left:0.87456607818606rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #mSD8feAFQSliKMesbgErCarz2L1PeXMd { width:16.75rem;height:0;top:31.095380783081rem;left:0.749783039093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QqgEFRE3de27uZT4iHC76OCUVgqaqJMa { width:20rem;height:11.191664205514rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshr7zB8JWwDaf2e5LxboPOlJdkg5vMF { width:20rem;height:11.227300617501rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCS82LQauRgTl3kV2EHaX3ldIxJOU22 { width:20rem;height:11.227300617501rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJd4Pz4I70cSJUZr1fAQqWnmE1hHeLl5 { width:17.4375rem;height:5.625rem;top:17.374132156372rem;left:0.87456607818606rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iw6i11L8xPTgcNLIDcFbG8pCuH5r4qyi { width:17.9375rem;height:4.21875rem;top:31.436958312988rem;left:0.749783039093rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #g0TU1aqu7WF2NwQAttcTd5vreyxb2Nlz { width:20rem;height:3.2504875rem;top:38.123914718628rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8HJDKGHrr5plykB7DUADoxmOCrG5Kx9 { top:4.2496776580811rem;left:6.1246747970581rem;width:7.749rem;height:8.499375rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sr0ERKlVsPXQl97mTngcrUvfUuLxnkBQ { width:12.9375rem;height:14.125rem;top:34.468317031861rem;left:5.8121747970581rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F { display:none; }#GQpI8C6Sc1SHkPwmVZnOyGPWCx2Z859F > .row .container { width:20rem;height:75.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qhaJpZAVfTpELM8nZ1Bmy2wR7UzSddtm { width:18.6855625rem;height:1.31239375rem;top:4.90625rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZTQfOHm6onkdcLlQimdxAvHov9Ucv2K { width:15.1248125rem;height:2.25rem;top:2.6567926406861rem;left:2.4370660781861rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTXTUX55an4TSyyMwsEnn9NmAeOXJPh { width:3.6875rem;height:3.8125rem;top:8.40625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cStC1UhKHKnJJE5Gw5JyFKNWCseJTaWE { width:1.5625rem;height:1.5625rem;top:8.40625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJ6pFoPp5TGPTusrcIIExxytBsRmNhf { width:11.375rem;height:4.5486125rem;top:8.40625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrafHbFxQwT0hui5Dhy0w9KBEJIG1vE { width:1.5625rem;height:1.5625rem;top:13.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0gKrNyabz8UcOyK9Lbx4CxAUsAqFQma { width:11.625rem;height:5.6857625rem;top:13.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd67ExlktRdHuMlOdyQiXE9k4aw405Kr { width:11.5625rem;height:2.2743rem;top:24rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl41P3sgATasZZIo5lWxFV7vsE5FwJX2 { width:12.0625rem;height:1.13715rem;top:22.1767578125rem;left:7.529296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPQlyM8mdrtk6W7Nv9pToVqn9B1swKb { width:1.5625rem;height:1.5625rem;top:47.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQt0nmCtqX1tzPGGp3kcCa7AiHmTIgCB { width:3.625rem;height:3.8125rem;top:21.9638671875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8hJ7mE6z3ET1gDCaAzTV5AuOhudpcM { width:1.5625rem;height:1.5625rem;top:42.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15nqdAR1IkrouNm4smNsBlmeoi5w3T1 { width:12.3125rem;height:2.2743rem;top:26.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTTIlBB23tTD6xf88zbmtpp0Rm0evw8 { width:1.5625rem;height:1.5625rem;top:50.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtD0haLTSAHagPhFV0OhDK0HlXJy1OgI { width:11.5rem;height:2.2743rem;top:29.640625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MedTfdSSqTEMd3VuTp86AWhH2SOhl06z { width:1.5625rem;height:1.5625rem;top:52.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt8pSoD1JdBJ05yXCNx5h5czroMLctk0 { width:7.6875rem;height:2.2743rem;top:38.3125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS7WuJFmZgJUNr9ZCd5zTm530zRtdn7 { width:1.5625rem;height:1.5625rem;top:58rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1EwWvT9SXdZAkwH8h6qLOHGK3v1bkf { width:8.0625rem;height:2.2743rem;top:47.75rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LhdeDMpkFFoygGyrJRKX08WR1dVzPR { width:1.5625rem;height:1.5625rem;top:24rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1OapWqt3T345EWV8Qoan2U9ERf6x0P { width:3.625rem;height:3.8125rem;top:42.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBaguuDOpla7nhNbcKRoKhQPxuzkyo5 { width:12.3125rem;height:3.41145625rem;top:42.875rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvVfLFe4gF1BINifypzIhBuNiGCKXUGi { width:1.5625rem;height:1.5625rem;top:21.9638671875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMoO77WNBINaPowXTXC3e2CdN2m1sssu { width:5.9375rem;height:2.2743rem;top:50.3125rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcfn7mTBWdPWqOys7HFEoXo5yGWaRclR { width:1.5625rem;height:1.5625rem;top:26.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQTO5MT0X6DK0g8mP24s2M1l74NgmBMX { width:9.0625rem;height:2.2743rem;top:52.875rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPl0kRpAwTJmuLiFMFRdFgCsK7LQewuT { width:1.5625rem;height:1.5625rem;top:29.640625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQRcBcUThqVSklXSnDibK6tuKVHwbRlb { width:6.0625rem;height:2.2743rem;top:55.4375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DONsTq5u6B3eqPMfNkuZiSAc5HddKV2N { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNfcvIJZuzliQuiaToc1QHobNTPIbItm { width:3.625rem;height:3.8125rem;top:63rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNialXVlyTChFz58FL8WJZFPGHHGSGxb { width:8.25rem;height:2.2743rem;top:63rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl2DKCOBp5EaX5O9Aebg1CundlgO8SZF { width:1.5625rem;height:1.5625rem;top:63rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLS2oTrwzKFMXfn9K8ey08tE6WA7RlrM { width:11.5625rem;height:2.2743rem;top:58rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwAkRz1qk9BIiPWz50OMPCciTB0GsBcx { width:1.5625rem;height:1.5625rem;top:55.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPTT43JqRCBSMUBRsgpdwVNztkvazlad { width:13.75rem;height:0.125rem;top:20.328125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5N6LAU7wuE52xnF0B205tloXBPUUWk { width:13.75rem;height:0.125rem;top:41.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrrHeDah8JRAgKBrImAxzkF84eGPcCtB { width:20rem;height:1.0512129380054rem;top:71.2256rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdgbdndzIWLpRD78ceoaKi7Ga9IlvRJn { width:13.75rem;height:0.125rem;top:61.25rem;left:3.0625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #QesWi59CcAFZDCHO5aX969KAXFS3AkFt { width:1.5625rem;height:1.5625rem;top:69rem;left:2.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #lbAhtRkIXdSdBk821WcKKSSBtG3EAHdI { top:69.1875rem;left:4.625rem;width:12.5rem;height:1.13715rem;z-index:15054;font-family:"ibm plex sans thai";font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CwsDKhcOBoXV9zlKFQ9dWNSe3p7KJLJ5 { width:1.5625rem;height:1.5625rem;top:70.9375rem;left:2.75rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #agQoomRfT1s3yBDW5toehh1L0K5yQrqC { top:71.125rem;left:4.625rem;width:12.5rem;height:1.13715rem;z-index:15056;font-family:"ibm plex sans thai";font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pn5LunpMVqxM7RyJcaL4UgDSVZc8GHu2 { width:1.5625rem;height:1.5625rem;top:72.8125rem;left:2.75rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IeozoBibCJO8eGoP2pdlMxJHS9HTWyH2 { top:73rem;left:4.625rem;width:12.5rem;height:1.13715rem;z-index:15058;font-family:"ibm plex sans thai";font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CcwCv473TB9xa6TsNhZgOz0zHLagKBwT { width:7.6248125rem;height:2.27430625rem;top:35.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHU5hCJwvrScdqThFNkAoHBlAIhEW4lV { width:1.5625rem;height:1.5625rem;top:32.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTZAOTaLGTg2iyBV1IbJ2Zm7R24qbVXH { width:10.625rem;height:2.2743rem;top:32.4375rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMXzCPTs6A7MmHyv36Uhxd1WJcxxWh6 { width:1.5625rem;height:1.5625rem;top:35.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbdcca0e-3080-476a-a9a8-6780d800e7c0/Frame8402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.adaptive-delivery-prevent-bg, #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.lazyload, #qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS.lazyloading { background-image: none; }#qT4PVnD97TGcwK7A82XuaBOXIGdC5cVS > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nEhhhehrhJEpyv1z8L683W8Nbqw5NUoQ { width:20rem;height:5.9375rem;top:8.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZJy9LuJqNZDqw1BgqWKZSwJP30A34xpD { width:20rem;height:3.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lomPobUezI0FzKVOMf7UmcCb6NXHRdgt { top:8.3125rem;left:0rem;width:20rem;height:18.875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eHfpDfiiGzw85kTMPU4mq2yXVFyiRUH5 { width:20rem;height:11.25rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP { background-color:#172128;background-image:url("https://images.assets-landingi.com/uc/a60c96b0-732b-4aef-9f74-e957fea0d2ee/wdbs5bg.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.adaptive-delivery-prevent-bg, #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.lazyload, #XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP.lazyloading { background-image: none; }#XQq7VpN76Z9B6Ru8lxobDgxPZcDeLTDP > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dk9qanypMH3TDmCRUwoVIzxbeRD73hUI { width:18.2498125rem;height:6.3984375rem;top:5.5620670318604rem;left:0.87456607818606rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZGuKgGd69U2UeIEu53Htina5TX7LlH9 { width:17.562375rem;height:2.0996125rem;top:2.7473964691162rem;left:1.2179906368256rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akNWHW2VzM0ny9PRMIogWNALnxhsg7bE { width:20rem;height:2.5rem;top:14.154752492904rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBy0m9K4K88csT2qnzAn1s7M16dEcpSK { display:block; }
 }@media only screen and (max-width: 763px) { #U4DwDvUD0JzQXDlTdO3JrQWcpMRtfWVZ { width:20rem;height:4.798825rem;top:18.217230796814rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 { background-color:#000000;background-image:none;display:block; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { background-color: transparent; background-image: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container > .video-iframe-container { display: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row > .video-iframe-container { display: none; }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .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); }#CBrPZ3G35y9DN2I2RMUoMXxlpv9eq0n3 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m85uB39XL8Ov9FPD3oXlCcBCBBI2dV82 { width:20rem;height:2.625325rem;top:3.4786990880966rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymTRTPqV1BgLoQpTO4fW3HL5rUWUPQyI { width:15.1248125rem;height:0;top:22.912327766419rem;left:2.4370660781861rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ZSGTnNpB3ygqgzhTKT6seTs7fZXLKpny { width:16rem;height:11.8125rem;top:7.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkgbgDD63yEhPdnAG38wtGkgZpd8ZEpw { width:14.9370625rem;height:11.4995625rem;top:8.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpzH4uov2holiB0n6P7rUxpZB52sil3e { width:20rem;height:4.79883125rem;top:22.662219047546rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f935df44-4391-4da1-9a93-79ec8c765a87/wdbs2bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.adaptive-delivery-prevent-bg, #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.lazyload, #UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD.lazyloading { background-image: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { background-color: transparent; background-image: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container > .video-iframe-container { display: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row > .video-iframe-container { display: none; }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .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); }#UcMt6DbKqZ1FdJZPBRueQu022rvbBUHD > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqcUT0Pdec2l3tT9HVbRKpR7F0E9GdX2 { width:20rem;height:7.1875rem;top:9rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHFSG36dKE0PMvAbRxMxAwcG8RTnU4ZQ { display:flex;width:2.3117375rem;height:2.3117375rem;top:11.4375rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #awznScczQKQtfePseGiwJTKuHM0hCAGp { width:20rem;height:2.11230625rem;top:3.9366321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lb67DIwlT68bnsILDRgCh7khmNo9HP6T { width:14.2496875rem;height:3.1494125rem;top:11.0625rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 { background-color:#000000;background-image:none;display:block; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { background-color: transparent; background-image: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container > .video-iframe-container { display: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row > .video-iframe-container { display: none; }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .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); }#RgrbPB270mZVc1Wvxnuo6hyNat7acJ28 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5SeFgCBBgTOOKhaQrSks40GJyQXJbIW { width:20rem;height:12rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiCRO9esbWzp6ucDlK7rKqmNAseeCCwQ { display:flex;width:2.31228125rem;height:2.31228125rem;top:3.3745660781861rem;left:16.437175750733rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7CC01pfRLZ58GConkJpoHI1wstHOs4w { width:18.374rem;height:9rem;top:1.5011672973632rem;left:0.8121745586395rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G { background-color:#000000;background-image:none;display:block; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { background-color: transparent; background-image: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container > .video-iframe-container { display: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row > .video-iframe-container { display: none; }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .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); }#AZCeEOv49ZFFI9OG7RpdWHwJhSPxQT9G > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lxwbl2Xsut9Q3dnCXSMA4ZH4HohzZs3T { width:20rem;height:8.4375rem;top:0.062065601348877rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D99xhXyqByIZafSriqnBu1mc3cJDK0Ml { display:flex;width:2.3117375rem;height:2.3117375rem;top:2.3732924461365rem;left:16.749132156372rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #wUDQonZ9aFxtkXecngOr9HdU4ZkCuTsu { width:13.3745625rem;height:6.2988125rem;top:0.90516471862794rem;left:0.68739163875581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ { background-color:#000000;background-image:none;display:block; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { background-color: transparent; background-image: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container > .video-iframe-container { display: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row > .video-iframe-container { display: none; }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .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); }#pUAfZUmmSILZv4PLtzOekWkEarTEFrwZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcKwAxV3uUsFLavbgOu2UakbTTEVupfU { width:20rem;height:9.9375rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZDFtzuTlmirgWIikgFlQGSuTi9ZgPH { width:15rem;height:0;top:3.6631946563721rem;left:1.1593968868256rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zLh3sk0H1SpdsdQmMEmfyCmzzeR3DB5Z { display:flex;width:2.3125rem;height:2.3125rem;top:3.6631946563721rem;left:16.124675750733rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzlbzsAaD59Mmf7rBAlTEThKTtxJf7iD { width:17.9996875rem;height:7.5rem;top:1.7198352813721rem;left:0.9998915195465rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l { background-color:#000000;background-image:none;display:block; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { background-color: transparent; background-image: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container > .video-iframe-container { display: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row > .video-iframe-container { display: none; }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .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); }#WoLopnCEVAK8Odm8DnOSLbZ4anSqvS4l > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nwi83DPwVkHFQFGOODGNprVMCxoeSLh1 { width:20rem;height:6.5625rem;top:0.12445640563965rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZMKSzRbleUrJDqkfUwPfsNCKt1z7Hsy { display:flex;width:2.3125rem;height:2.3125rem;top:2.1844615936279rem;left:17.032335281372rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #b72ZhpPBfZcvtE4w4mtGMyfEZ5qNOyxm { width:16.1870625rem;height:3.1494125rem;top:1.5920143127441rem;left:0.8463542461395rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM { background-color:#000000;background-image:none;display:block; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { background-color: transparent; background-image: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container > .video-iframe-container { display: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row > .video-iframe-container { display: none; }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .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); }#Cmnf1oqHibUhzMCT9te7OuWE6kMQCDVM > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBBPyBieypvWQvstNxDwPDcgE7wqDPX8 { width:20rem;height:10.9375rem;top:0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL1UkQe5J3hCaJm0B58d4Dp2FQiw0Vt { width:18.6865rem;height:7.5rem;top:1.7822265625rem;left:0.6559245586395rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xd8ilM4QCsoKBHkEnDogEg9bdeN71RER { display:flex;width:2.3125rem;height:2.3125rem;top:3.7494651079178rem;left:16.624349594116rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSQtHpCMQTIsldrwKo0riUpfozdcy0uW { background-color:#000000;background-image:none;display:none; }#nSQtHpCMQTIsldrwKo0riUpfozdcy0uW > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f8QSaC22e5SZ9C1EAazvt1AASVSAHq7O { width:20rem;height:7.5625rem;top:0.061740875244141rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasJmHnwQKRO8WoHKgZfx3ebg2XmUCzT { display:flex;width:2.31228125rem;height:2.31228125rem;top:2.5302476882934rem;left:16.812067031861rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ZxlJJE2PFT1VnqoMTnEcJuBcbffJofAF { width:12.4370625rem;height:4.7249375rem;top:1.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM { background-color:#000000;background-image:none;display:none; }#nTUoqAeLBCN3ShnTwP1a1Uk7d8879bbM > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xhKqFHWtVWxkBk8iNv28biN5rTXfJh7I { width:20rem;height:10.9375rem;top:0.060440063476562rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST { width:13.75rem;height:0;top:2.7625865936279rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#CWNcTVSK0tRrv3FkbUT1pyqXw3JOfoST li:before{  }
 }@media only screen and (max-width: 763px) { #hVutvnRrTgQ8B6TBmE33R2RA57JZL5Z7 { display:flex;width:2.3125rem;height:2.3125rem;top:3.7120084762573rem;left:16.374240875244rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP { width:18.8748125rem;height:8.997375rem;top:1.1263027191162rem;left:0.56206607818604rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;font-weight:300;font-style:normal;color:#ffffff;display:block; }#PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PJNGXhuCXVABloDvrIbfFRvcqZG1NPrP li:before{  }
 }@media only screen and (max-width: 763px) { #cynm6TFgtLlHozlxSTGFcgtB0P1yID7z { background-color:#000000;background-image:none;display:block; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { background-color: transparent; background-image: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container > .video-iframe-container { display: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row > .video-iframe-container { display: none; }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .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); }#cynm6TFgtLlHozlxSTGFcgtB0P1yID7z > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP34EwkN7bsRqvu5pl7BoXxlqFV40eM1 { width:20rem;height:6.5625rem;top:0.125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtO1VpZnXTv2rQPRDoSLxrfgCoyckMtT { display:flex;width:2.31228125rem;height:2.31228125rem;top:2.2809246182442rem;left:16.749132156372rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #GPuZdxzeaB9ofovBtIdIPuTCcdy0gm6i { width:12.5rem;height:3.1494125rem;top:2rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDOzxfnAKKDSkL190nWL5dM1tiQC375N { background-color:#000000;background-image:none;display:block; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { background-color: transparent; background-image: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container > .video-iframe-container { display: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row > .video-iframe-container { display: none; }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .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); }#QDOzxfnAKKDSkL190nWL5dM1tiQC375N > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aza3sGpyTigZ3ETTyeFBFrJmEwwRbpve { width:20rem;height:13.1875rem;top:0.060791015625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MukOVOMcseHdH04llvhcD2C0ZL9hQQ { width:20rem;height:0;top:28.062133789062rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qkaVwwTn0qqfkRZepIbF26vwq0uU0Dob { display:flex;width:2.3125rem;height:2.3125rem;top:3.6886940002441rem;left:16.437175750733rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #clhB8TbKrG1OhFTg1o08PKLTwyD55qAe { width:18.125rem;height:10.5rem;top:1.4051628112793rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK { background-color:#040404;background-image:none;display:block; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { background-color: transparent; background-image: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container > .video-iframe-container { display: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row > .video-iframe-container { display: none; }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .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); }#oHLWz7df3N0IqSpOycVqJWuu2UnkV9lK > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAAnoGxzxmrK2ptx21TED05oXTkXfKOs { width:20rem;height:5.74978125rem;top:0rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIiJhelA7KUiSkgKJirVvq8ZLAmybsQ6 { display:flex;width:2.31228125rem;height:2.31228125rem;top:1.625rem;left:16.8125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #m4nNszg7Lg7QIIDWDhMzl0GO9Ksbbq2Q { width:15.1248125rem;height:3.1494125rem;top:1.4375rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM { background-color:#000000;background-image:none;display:block; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { background-color: transparent; background-image: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container > .video-iframe-container { display: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row > .video-iframe-container { display: none; }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .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); }#c7fWoHh3sOxHxl0b34JXdL17e8TRbMOM > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB72gQ4bfzI7dSR3FHPSyIX3G6hlqdTV { width:20rem;height:9.75rem;top:0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZGp1SqrwT16QEpq3ERsKouF6Pplg8e4 { width:20rem;height:0;top:4.3695735931396rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vp7Lo8HJK0cM64IkxDEJCGmkX2NffkBZ { display:flex;width:2.3125rem;height:2.3125rem;top:3.125rem;left:16.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3NJllchp5tr9ELlAdMxXX2NFR8bvGXn { width:18.5623125rem;height:7.5rem;top:1.7192840576172rem;left:0.71831607818606rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.adaptive-delivery-prevent-bg, #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.lazyload, #ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe.lazyloading { background-image: none; }#ptSGmpNV1W6BQ9WRRwpJOAUsFLh9Fqwe > .row .container { width:20rem;height:75.99609375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pe9c5EqVgzI5w9SgSbnOZ7y3e961SLRc { width:18.5625rem;height:1.94986875rem;top:3.4673404693604rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qJpv5Fz2yBEbXaAAFURhBS10FT4pJ8sm { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O987ve75Axf6LQz5Un7Xqfqe3JJD1ptk { width:19.9956875rem;height:2.5591375rem;top:69.0332069397rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsGiWnvDWbXE2UpcKPHVZQa19qDMJQZ { display:block; }
 }@media only screen and (max-width: 763px) { #IQcT981m7fvrTQvbzOdzyLixi7v9BngL { width:18.0620625rem;height:6.499rem;top:6.1009111404419rem;left:1.3434245586395rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kVDx3gJwV1adLKz4ElkTECdOBvhByZFk { width:20rem;height:auto;top:19.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cpvFGnfch26CdBUppv3UebMTN6g6h3wM { width:19.9995rem;height:0;top:31.87353515625rem;left:0.00146484375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZNwNb5IbZvopJKB4LXodpQXkJzckXkGc { width:13.2498125rem;height:2.44921875rem;top:33.499349594116rem;left:4.499783039093rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P8Wc06A7kQaGc73APJtcVSAPGpwGShwT { width:14.9370625rem;height:3.673825rem;top:16.249458909035rem;left:4.5019536018372rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TnnxJSIe6VUGHXyNhTB1h1QdgdSE2p0e { width:15.4996875rem;height:4.8984375rem;top:25.221355438233rem;left:4.499783039093rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rmlHLIZFJ95umvGaXOVvs675CrbM2ka1 { width:12.375rem;height:4.8984375rem;top:40.5rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zM9KF8KVwX4zsJmx8d1yXigdT0rQSgJJ { width:20rem;height:auto;top:54rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PXic88c5aREORsJpmyC3FXyspRkTFytJ { width:11.936875rem;height:3.673825rem;top:61.812070846558rem;left:4.6251087188721rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g9B5JeL2eiip86yGuBs9aRSneg5xZPux { width:20rem;height:0;top:12.786458730698rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ETFOGTQTGSIxRTG5o5iCSKeRoGwgLpxM { width:20rem;height:1.59288125rem;top:46.774094203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AsIFl7XwutCvAHU6hR0e79dTHLLnqyyJ { width:20rem;height:auto;top:27.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RZCVFZoJIRIsErTOiHlzVT2RP3W6Aw5B { width:20rem;height:1.59288125rem;top:49.615894203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tJgVoaectmWwt0lxgvyFDQbMTRtlZHm5 { width:20rem;height:1.59288125rem;top:64.957694203188rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c6fSegll3uUit91UuNxfkHDeRTUEvTdl { width:8.0615rem;height:1.75rem;top:14.499788284302rem;left:4.499783039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #MMKzfm0luDZ1s126bWBZOCQIV5twN5HO { width:13.999rem;height:3.2504875rem;top:21.972121238709rem;left:4.499783039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.3;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #QgST7hDFJ9XLr2eizadAiG1TiZgvylzn { width:9.5621875rem;height:1.75rem;top:31.749675273895rem;left:4.499783039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #UBeovvKuil9mscPoGF9ODbvbA4FsWoIV { width:10.5615rem;height:1.75rem;top:60.062395095825rem;left:4.7184247970581rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15034;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #lsEv31AeCF4HnKwZegyryLsTC5X1vmL7 { width:4.3125rem;height:33.125rem;top:13.930663108826rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRmiRmbUALvDZN9v5ABhpGayHXDU4Rt7 { width:15.1875rem;height:0;top:69.24609375rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kGWT6WlGRZNIgmWXCBmPBzRyq3dUT4rr { width:17.25rem;height:0;top:70.62109375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rvDODVUmF5hV95IqUIDTIgCPSGh5iK51 { width:15.625rem;height:0;top:69.12109375rem;left:4.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Dq8oR3UJvI0TcHZTC27J5iSkn0sGRq4T { width:20rem;height:0;top:54.6875rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #McfBUwEnpQDJPqhHxKRdNKWULoNVQXBw { width:10.999875rem;height:2.449225rem;top:50.1875rem;left:5.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #XKVaFV0xSEq3vhL3VTmGBfx36qhDzoOe { width:13.9371875rem;height:4.8984375rem;top:52.625rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tgJ8NzMyCLUglWHMgQOwGR6g2x3hmwVX { width:15.3125rem;height:8.875rem;top:37.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfUzCFyo6LXOw0KafiHEbfldqSohA7Um { width:0.0625rem;height:10.25rem;top:65.74609375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TNXZ4bW4yzD6eg7nkJ1o3dTXgrzIx0 { width:15.3125rem;height:0.0625rem;top:39.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTythkV5TQywbbNsRk4zqUK3xe0Kwhy { width:10.8121875rem;height:1.40625rem;top:37.9375rem;left:5.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C0sTGhAt8gMLaTgX66dEs89DJhol4Msx { width:11.0623125rem;height:1.3125rem;top:47.8125rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aiZO1fHpQ4afKePfgXMrDONPigd3ExRA { top:14.5rem;left:0.8125rem;width:2.8125rem;height:2.8125rem;z-index:15024;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sfw7kaJlueQ9Sgxo9aGLlVWbMs246BUX { width:1.25rem;height:1.75rem;top:15.125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #qpzSNwXcmZkx63tHUzMcVOG8Ryc0QdeI { top:21.875rem;left:0.8125rem;width:2.8125rem;height:2.8125rem;z-index:15025;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CGk4if93qag3OTsCSKcbmzLNsyco93SJ { width:1.25rem;height:1.75rem;top:22.5625rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15034;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #QuJ255oLrXNlChZ9RERcyWGw2MvLiK4S { top:31.75rem;left:0.875rem;width:2.8125rem;height:2.8125rem;z-index:15027;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qKduoP1zIJwy4QfDSgaCmIuDsaAo9Swa { width:1.25rem;height:1.75rem;top:32.4375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15036;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #RmEtInx94SBS4JdPfXgPXwZeORttDgCM { width:15.3125rem;height:11.125rem;top:47.3125rem;left:4.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yuo6WUgCwxU6uCkMC3wTUZlP848FBVyV { width:15.3125rem;height:0.0625rem;top:49.5rem;left:4.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #y8U4DHb8JElODCBJZoZeLpiRLOTEU8KJ { top:60.0625rem;left:0.8125rem;width:2.8125rem;height:2.8125rem;z-index:15029;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VUWsaae7I4L5AL8eVwymWUOb4xL6Mkd0 { width:1.25rem;height:1.75rem;top:60.75rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15038;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #iydcNzdRMm20uIgSVJDO8BEcPApx2AAa { top:15.999887466431rem;left:2.2281901836395rem;width:0.1875rem;height:44.0625rem;z-index:15023;background-color:#def81d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IySTUTza3yoHVg384VkzLcuSn5wN1x20 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cc5d4edd-3c25-4d0d-8747-7c5e0f86e2d6/Group9582.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20.adaptive-delivery-prevent-bg, #IySTUTza3yoHVg384VkzLcuSn5wN1x20.lazyload, #IySTUTza3yoHVg384VkzLcuSn5wN1x20.lazyloading { background-image: none; }#IySTUTza3yoHVg384VkzLcuSn5wN1x20 > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TavGXnTCWU5Jqcw70DSowmex8IFZqyz2 { width:18.5625rem;height:1.94986875rem;top:3.4673404693604rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p4Rq73ixAoXXpbLPunkDfcd2pGb13nwT { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bIqPV6ydE8udwPchqJDxWPdNNuELrh7c { width:19.995125rem;height:2.55859375rem;top:39.283203125rem;left:0.00390625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIqmWlLJsOR14pSXGqXCHFLLzJ2uKIrW { display:block; }
 }@media only screen and (max-width: 763px) { #TDVe6W8kc57gFWmg0WaO70sf6AgbosxU { width:18.0620625rem;height:6.496875rem;top:6.1009111404419rem;left:1.3434245586395rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #waqX8goHefrPR52TISAqHqx0JPWp6TUK { width:20rem;height:auto;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MiOcEVFIbTNm3gUUEAfBprvkkT9usWdF { width:19.9995rem;height:0;top:31.87353515625rem;left:0.00146484375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lBdOD4vLr7ivNzqtSsNaI7lLDl9hGGVu { width:13.2498125rem;height:3.67513125rem;top:33.499349594116rem;left:4.499783039093rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MkhAcF2xkUqaDefbFh66SUCJz3JpDQZG { width:14.9370625rem;height:3.67513125rem;top:16.249458909035rem;left:4.5019536018372rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cTLlFL2I8zVSEsx1QHdetcIXwvnbOsta { width:15.4996875rem;height:4.900175rem;top:25.221355438233rem;left:4.499783039093rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15030;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aukKunXDMmhyFoTk5eIFzMM7KVD06HZL { width:20rem;height:0;top:12.786458730698rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ai3yrzzHAyBfUPZEC0ymH6n7uLLu0bay { width:20rem;height:1.59288125rem;top:46.774094203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sM1p1wKz2yx2TyAadSeFCTvvrs2rix3k { width:20rem;height:auto;top:26.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qfe9PcNV5rM5986CzTIJnz9SbJMPcZin { width:20rem;height:1.59288125rem;top:49.615894203186rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U9s14CChPDNxpH1qmwGwarVtqBVJwdeD { width:8.0615rem;height:1.75rem;top:14.499788284302rem;left:4.499783039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15031;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #ByWflEMWpI3JkQhNA5OaA0QXSrsCs65d { width:13.999rem;height:3.2497875rem;top:21.972121238709rem;left:4.499783039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.3;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #MTRPlUW6b4KkVe2yXq3g4WAnIekT3CSB { width:10.8125rem;height:1.75rem;top:31.7490234375rem;left:4.4990234375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15033;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #SWC0ZTwXZ4swente7rsmRxofFN5yhftN { width:4.25rem;height:17.5rem;top:13.930663108826rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybE1EM7JRoI5TGsQzggyVnimII8zubZ7 { width:20rem;height:0;top:54.6875rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #OoTQ6xzS85z4vhdGJOcQbv9vDepqqEqZ { top:14.5rem;left:0.8125rem;width:2.8125rem;height:2.8125rem;z-index:15024;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JX6VEkLRPPbRLuZTww90ZUsRCdshQKQS { width:1.25rem;height:1.75rem;top:15.125rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #BG6w7ClaDotAtIHOoNThLzK41irxHa2w { top:21.875rem;left:0.8125rem;width:2.8125rem;height:2.8125rem;z-index:15025;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oOW5e5hrFsGOvrhO6QKU7TTqAR82VRTW { width:1.25rem;height:1.75rem;top:22.5625rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15034;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #HshrDfNKd5759OcVWP5tdChxTarXq5hx { top:31.75rem;left:0.875rem;width:2.8125rem;height:2.8125rem;z-index:15027;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.125rem solid #def81d;border-left:0.125rem solid #def81d;border-right:0.125rem solid #def81d;border-bottom:0.125rem solid #def81d;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gg0zMLLfTrxNBoyQ6AQI0odP8zuc11Qo { width:1.25rem;height:1.75rem;top:32.4375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15036;line-height:1.4;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #lRHfPV4XDl1UiNWmBQBUKR999dMDGNrH { top:15.999887466431rem;left:2.2281901836395rem;width:0.1875rem;height:16.25rem;z-index:15023;background-color:#def81d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc { display:none; }#RPmcxH2DH17zmT5bHTDETpQGJZP3IpLc > .row .container { width:20rem;height:109.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTW0RyGLZ8VL3dxmM6ai044pv3TabrUl { width:20rem;height:2.2749rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8LkUTdtcBndsTZFqIir6RvcnBUTsWnN { width:14.124875rem;height:3.375rem;top:7.25rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aNr0WIpTgaCSytZCQWcTEVnZk4hzqxls { width:20rem;height:1.3125rem;top:10.875rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.420625rem;padding-bottom:0.48125rem;padding-left:0.420625rem;width:2.5225rem;min-width:2.5225rem;height:2.588125rem;font-size:1.92625rem;line-height:41.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.363125rem;height:1.023125rem;font-size:0.7225rem;line-height:16.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet { display:flex;width:17.4375rem;height:4.875rem;top:101rem;left:0rem;padding-top:1.39625rem;padding-right:1.385rem;padding-bottom:1.39625rem;padding-left:1.385rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #afo5I9KwtSoO2Ma6rPpLTmLH2RD0Xpl1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #RhMO6l72Qpbq1v1xS0uaRUSC6WDQZc19 {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #OiZ1wtMRd6HV8evZTUTGiTkaEpuEpuBx {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #eLNULKGZO7tJ55LuO5txigv7qFd7DEgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #hHJG8v3eoQI344M8o6lUS4PTW24yqXww {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #aZofJVk5un3q9u9dH9LQZCb85JeQm3iQ {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #TD7Ste2THyDgEFLdfGUNTQG74Td3oTTl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #Np1LT1UL8RH0buPkg5tFnCMs8TiSOJIq {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #SidZIe2nwAWGxAzpQSVcM0mihiDmfVht {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #FgeW3bqcbfXbhgpBXLIipRhI980oCRlf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #IWFv5MgrTPmvU0k7U0CRM75gJbv9SKaI {  }
 }@media only screen and (max-width: 763px) { #t8s69mvwVAa17bfyLR1TfRlG4ZnQTMet #D4Fm7H88fdIS2Bi5KNdX9D2Awl13G94g {  }
 }@media only screen and (max-width: 763px) { #deh23A0XKhpvpW0drBVD6lAXrNTUVqup { width:19.9995rem;height:2.499025rem;top:84.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWl6Ava9S1ImTGycvEvBsbT7PHTTWgV6 { display:block; }
 }@media only screen and (max-width: 763px) { #fbf3ZQ4AgErPryUsr8kBOuen9KTECEuE { width:16.5625rem;height:13.75rem;top:13.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f66TF9IsD9yxOCDG03Fv2T8w8rWEIBsP { width:10.3125rem;height:3.125rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvte11XSIs35N9uC04P48FqbxLyZVodJ { width:8.187375rem;height:1.62524375rem;top:15.4375rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq3FEfmRQveAmlXQoIE9bucZUMKB6opI { width:16.25rem;height:3.25rem;top:19.1875rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDK0xUKZ08IBJVGOqJWw6B6qaVxhTNyW { width:16.5625rem;height:10.625rem;top:29.4375rem;left:1.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #HKLM9Vx84pkeZ8Kqihg41TEeCHetPQl4 { width:14.375rem;height:3.25rem;top:34.875rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCdJAt9xDAPVwltq1dIGSIDrOGdMF13 { width:10.3125rem;height:3.125rem;top:30.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GANOESJJiBZTk9e6rsaNVOksMClW0SAo { width:8.186875rem;height:1.625rem;top:31.375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvHoZNEdxQZX3sDzApWkBgT8QEldC0xr { width:16.5625rem;height:10.625rem;top:41.8125rem;left:1.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TXeXh7J0ZLsByr5ydaV35vFynsNfBUtc { width:14.375rem;height:3.25rem;top:47.5rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQmfdzUwe32TsTIhb5paWs5OyE6Loe1 { width:10.3125rem;height:3.125rem;top:43.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypGC5aQwCV28SbAsxwdDc58R9vL1cP6 { width:8.186875rem;height:1.625rem;top:43.9375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsVZTerMwRp9doweALJiQloTQfJ47Vx { width:16.5625rem;height:13.75rem;top:54.125rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CZmSCRcDmUz5A3UnN3ALgdyuvgOqNvIM { width:16.0623125rem;height:3.25rem;top:75.1875rem;left:1.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTndU21pvRoTTNfnkZ46hagOr1sZNIh { width:10.3125rem;height:3.125rem;top:55.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaME21FPel0tvXIxs0WVZM9daAqesWgb { width:8.186875rem;height:1.625rem;top:71.4375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXkmiFTRxZfADI3WpL16XaK6LQQyOx2 { width:20rem;height:1.13720625rem;top:79.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VVQQQeTQZpHBA2DewOUfgtffpIfJ5I { width:5.0625rem;height:5.25rem;top:12.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFc5UsKlUaQPbEFrMkGu8POeTFGyLXAr { width:19.9995rem;height:1.6875rem;top:94.6875rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zAxhPwWoshWL1ZdI6uo4CvGUc9qT3GCq { width:19.9995rem;height:1.6875rem;top:97.6875rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ranMVGvBIQ95depOmyH5c4C064hUf3kf { width:3.375rem;height:1.625rem;top:24.0625rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9T64kkUImn9hD5dVCpnXvgraiJ9xNN5 { width:3.375rem;height:2.5996125rem;top:23.125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDTES6xeeVKXyD39CWNvPQurzmgsgz2 { display:flex;width:5.0625rem;height:3.9375rem;top:22.4375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #UeiHAIiK1RImt5l1UcimMWM1QfVolDb7 { width:7.062rem;height:1.625rem;top:24.0625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG8ztPFApbCn4ivHEbJoLqc0il84t0kI { width:20rem;height:12.1875rem;top:98.540116815188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW1CTLF6o9DVDfI1r5erZEdWQT5CJCX9 { width:10.3125rem;height:3.125rem;top:70.6875rem;left:4.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8eWpggQmVcCAANeNIdpHWn5tgw5ShE { width:9.6875rem;height:1.625rem;top:55.8125rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFgqc0ftxy3M8r5ocNfPIOFipuCR2WCM { width:19.9995rem;height:3.25rem;top:59.375rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OXbLJF88q3qiK9uFrmI1IQTHLTBaPquP { width:16.5625rem;height:13.75rem;top:69rem;left:1.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wRPe07dg7LhpiVwFDQQcKxyPWmFmWwcF { width:20rem;height:2.375rem;top:88.5rem;left:0rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #bdee1tOt8vaEGc4VSNoZedEDyIwAzDfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZaATMHDVnf2oMBabqTcAtbuXSc9Q9LJs { width:20rem;height:2.5rem;top:99.791015625rem;left:0rem;font-size:1rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #aTJKdXtEM9PTi359FXZWPypioiRT0Pbh { display:block; }
 }@media only screen and (max-width: 763px) { #CSSyCqWJXqcblT00P005dvWH2y9nTLex { width:7.1875rem;height:5.125rem;top:62.8125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB { display:none; }#gd8hFo2SA0cI0LVKoSMDaIkUXOpoTKxB > .row .container { width:20rem;height:69.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UnRs4AL4D65UEaPPQnA06IfnezPguX1R { width:20rem;height:2.2749rem;top:1.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQl1xKqLfw5AmSaUyWSzwwbZDpknBTVt { width:19.9995rem;height:1.687825rem;top:4.5625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fcyLPTpEEATudqq7ZbIsEoLk1zmZK87U { width:19.999rem;height:1.687825rem;top:6.25rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.420625rem;padding-bottom:0.48125rem;padding-left:0.420625rem;width:2.5225rem;min-width:2.5225rem;height:2.588125rem;font-size:1.92625rem;line-height:41.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.363125rem;height:1.023125rem;font-size:0.7225rem;line-height:16.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb { display:flex;width:17.4375rem;height:4.875rem;top:8.291015625rem;left:-0.10400390625rem;padding-top:1.39625rem;padding-right:1.385rem;padding-bottom:1.39625rem;padding-left:1.385rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WC905Ho8EiD5rRBtxTxiNSAGSlBOyOSM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #dpyNTkgtoB2IhetT1sQzFX7RDSp3fyqI {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #T5SsM8nuJmTOUGhZa7yEiKXysRTZG40G {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XpK8oABLDQlgJhOy6xSqEKmND28wpfpw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #tn6lyAfm2K1XHmAx8oG53qtGz1wk7yRn {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #hxKmOrmeu49npq3DVDdqX4SqNEuSCTb7 {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #ib6WAQVJMl9x3pdaDWy4fO9pyRaPfcUZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #WMTdbLJ7CTn41ltQQgqcSdpKo1EU9ceT {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #VWXl1G7GTVqTTMshRyXdPvNFXaz3qyZX {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #XvBB7fBROyltvDVd7RxBNtGWNWdi6F7H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #SdWWsMi7azZzUrb40I1SvpTcwSSpfyKZ {  }
 }@media only screen and (max-width: 763px) { #JcELm5PtNbST6wNQWw2TfDWXcIwQQtxb #xhqQZ4OByG896T4wPd8fAT23QccQx4rU {  }
 }@media only screen and (max-width: 763px) { #iRQTSTMlMsB6ccdvbQVVoRq64FW0iLuO { width:16.5625rem;height:13.9375rem;top:10.75rem;left:1.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QWxufxwZiqX6XUOncWETmyKEP1z9l4lA { width:10.3125rem;height:3.125rem;top:11.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNk4iV7UoH6efFxkn8SmBnda3AGzuhPk { width:8.186875rem;height:1.625rem;top:12.6875rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnmNKUwpDRrwUtSmBn3ApoBEOB31L410 { width:14.375rem;height:3.25rem;top:16.1875rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGeetpMDKQDFaPUUt22SUEQnZq4eaX6I { display:flex;width:5.0625rem;height:4rem;top:19.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #LJZGZfZxLL8sw4dIxbThpXXHacLNfq71 { width:7.0625rem;height:1.625rem;top:20.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkAPJedowwpT1dtQNcyGAqLao4gXr1SI { width:3.375rem;height:2.59928125rem;top:20.125rem;left:9.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwtBXg2uestAEaHQDTs8lZ38yRngQ5A { width:3.4375rem;height:1.625rem;top:20.625rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq1Dg5Gwx6QdoDWdMry1D88TGx41JLHF { width:16.5625rem;height:11.5rem;top:40.125rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #QcDffEBX8DUZtte2EvrI53ELg9GpF2KX { width:10.3125rem;height:3.125rem;top:41.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om1HEi8meOtJlTnJ1aQXqMiEpKcEEzh5 { width:8.186875rem;height:1.625rem;top:27.3125rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBt2AlFCwOPOs3sOnIpptMHqlRESPr7E { width:16.0615rem;height:3.25rem;top:30.875rem;left:2rem;font-size:2.5rem;z-index:15063;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zRuBOb3nPW7NW7HSFSbSauormust0Zit { width:20rem;height:1.13715rem;top:36.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wAzKteqtJNuS0iwR0hoUfkbtJVysTP { width:16.5625rem;height:13.9375rem;top:25.5rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9cca8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(177,185,204,0.66), rgba(102,105,114,0.32));background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NsbhfrJxeqNmy0pHsEJlvTq52bd2yuge { width:9.6875rem;height:1.625rem;top:42.3125rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSUk1LGHKAkTHoEDZHlKC3MQGqFhyq4O { width:10.3125rem;height:3.125rem;top:26.5625rem;left:4.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #G3bI2EaGF1v65hau8am2T06twzTK5Bk4 { width:19.9985625rem;height:3.25rem;top:45.9375rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZmLJbol4XQybF3S0pz4z1byTomDywbx { width:7.1875rem;height:5.125rem;top:62.8125rem;left:11.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDd3mxyUtCPHyxXAwfBWirePsVkkILao { width:14.124875rem;height:3.37565rem;top:53.4375rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fHQXTXLghviKVH87aEyhkiWV62rSteze { width:20rem;height:1.3125rem;top:57.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SHh0XxpKTLHhJHsM24IbwUEEzMCQSJTE { width:19.9995rem;height:2.499025rem;top:59.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRwRZoM0vlQ9ZuaPT9J1r3ONaOw5zhv { display:block; }
 }@media only screen and (max-width: 763px) { #vk8T6d0cDTFDqA55emTP5v3drVLokOnh { width:20rem;height:2.375rem;top:63.6875rem;left:0rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6WWgBEumUnLz0d7MKvEptGGHoNAsRg { display:block; }
 }@media only screen and (max-width: 763px) { #SOwat6R1pl9wukbA6sLeJSTcbmiOryFl { width:6.9375rem;height:7.1845625rem;top:7.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQUmZyf4eCDX53i4yI8fokMst9ofREID { display:none; }#OQUmZyf4eCDX53i4yI8fokMst9ofREID > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sC52rcNaS9PqhAuk4MdDVZKUr4SE6nbc { width:20rem;height:2.27485rem;top:1.8750782012939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUGgRMsT2wRsmEy4A6powJTHIDLx6p9c { width:14.124875rem;height:3.37565rem;top:4.875rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ETeJqOf2ZXTk8S2JDXbOFkb58wwowl7b { width:20rem;height:1.31239375rem;top:8.5rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XW1rx0rGdMHTIXfCb1sUdFIhCDuK4PfW { width:16.062rem;height:3.24978125rem;top:16.5625rem;left:1.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5SVSLKHFEoHkfmAvJhrg628ndbxKKII { width:10.3125rem;height:3.125rem;top:25.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf8E1FUDhZiquzuAacsNhnUWTKt3Cl2q { width:8.186875rem;height:1.62489375rem;top:13.0625rem;left:5.875rem;font-size:1.25rem;color:#ffffff;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #neHcrUkGLVXTm2GNMKSWbkDclPTBJSo7 { width:20rem;height:1.13715rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCKPCkC9vbTzkPzAN2sk9QqJqgoBAR2 { width:10.3125rem;height:3.125rem;top:12.3125rem;left:4.875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #OsJMJhH7RSO3NkMztDx52i7hQWMttT7S { width:9.6875rem;height:1.62489375rem;top:26.6875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3UZFKIWKpn8PhyFe8cPl827REimr8F { width:19.9989375rem;height:3.24978125rem;top:31.1875rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X3iaJV07BtVO1MqfLvQ6MWX0A03RidUk { width:16.430118rem;height:2.3052305rem;top:39.038088798523rem;left:1.7491321563721rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #UMipc2nmyCZ98skbO0KZ5aQvMgM3Tl55 { display:block; }
 }@media only screen and (max-width: 763px) { #kLZQDGoq4nMlv46oZzBgGaeixpZtXEfq { width:16.625rem;height:12.25rem;top:11.375rem;left:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WGavgZMGliXnce48Lgo62LBDCVygyp4m { width:16.625rem;height:12.1875rem;top:25rem;left:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb { display:block; }#xf7ZCycn35FqCI5GQpAxiTZTeeDiiZpb > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtnhHnEgebPKiD5uQnCHGaMUBCD3c8Rf { width:20rem;height:2.2749rem;top:1.8750782012939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yr9TwaiAFUawNbEz7kse6klnQTyuBzct { width:14.124875rem;height:3.375rem;top:4.875rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ckIqumtQzPbFqAbTVzdCxi7sR2UNpwc5 { width:20rem;height:1.3125rem;top:8.5rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FHXCrfItyb894ooBEBVXERamn4ApG8mo { width:16.062rem;height:3.25rem;top:16.5625rem;left:1.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSZUeZnv2nKc2s06k9PMTDxTvXVDWOvz { width:10.3125rem;height:3.125rem;top:25.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmShLXkHv6Bt1J5NCQs04NkNXJuVFOe { width:8.186875rem;height:1.625rem;top:13.0625rem;left:5.875rem;font-size:1.25rem;color:#ffffff;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #dCAoDmCTBVNrzR0eGb8EhiO9syCbNCFF { width:20rem;height:1.13720625rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0k5FSAIWWwdeRWPTIiaJoV9ALV3zpyw { width:10.3125rem;height:3.125rem;top:12.3125rem;left:4.875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #ADRR5xRP5rQIGwwaG8dwRpCq5uh7fMaZ { width:9.6875rem;height:1.625rem;top:26.6875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZ24VFr4uol7fJJDOG6saiPthJ2ulCk { width:19.9989375rem;height:3.25rem;top:31.1875rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oXTida2xnwmoRFNHXvlHlh3P4L9FG2v9 { width:16.625rem;height:12.25rem;top:11.375rem;left:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oR5UpecVKR5Ep8WoCDt106BnJpAG1Dde { width:16.625rem;height:12.1875rem;top:25rem;left:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xh2vnUExMGaPqgOqC1g66unu27GXPLef { display:block; }#xh2vnUExMGaPqgOqC1g66unu27GXPLef > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8KibJCNwisRrICmRMQOI8l2E02qJyC2 { width:9.5rem;height:6.3125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTV9X6hk4IQqy0TcQ2nu9yZpEMLXnAPt { width:9.6875rem;height:6.4375rem;top:14rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyHTCtETntZdAGqqroNrLFZWLHnORdVr { width:9.6875rem;height:6.4375rem;top:38.15625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNU2NMpVvTn00JaPyTAWTeGtGr6fvSnb { width:9.625rem;height:6.375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r64qvaRbFL3P97qKaK3TAVu7mZNUdX { width:9.5rem;height:6.3125rem;top:6.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7CtP90tOnKFhyMad4GUZ8IqWxX0UVki { width:9.6875rem;height:6.4375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXwDBESmuErFZJKxmA836OAUL8MKn5r4 { width:9.75rem;height:6.4375rem;top:30.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvtm3NinIfXUovF30tWsRZxRo8qXTBi { width:9.6875rem;height:6.4375rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6GldMZ9h3ZMUfTEpSK77P6LbFH5PD7i { width:9.5rem;height:6.3125rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9WVFFUbRT4fEw00r3WkzHJbeDd559K5 { width:9.6875rem;height:6.4375rem;top:22.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMdT7EArNXDpD78q7HtxVCnpSn4BG4hL { width:9.625rem;height:6.375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGX7hNrxXcfcUoGBtZsyGR6D62Bec4E { width:9.6875rem;height:6.4375rem;top:46.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5eFswDofgrxLoLpiHwDREWfv1JB6laf { width:20rem;height:3.25rem;top:1.375rem;left:0rem;font-size:1.25rem;color:#def81d;display:block; }
 }@media only screen and (max-width: 763px) { #ifbJX06dazdVF8GTdbgug1TZIqaAuEqr { display:none; }#ifbJX06dazdVF8GTdbgug1TZIqaAuEqr > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #maeu1EBrQTIflFz9X0hfWpNAQALgz8aA { width:20rem;height:2.2749rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhzEHB6fRcgd5t8EdZLpUVc8yFtcmmXQ { width:14.124875rem;height:3.375rem;top:7.25rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #acufMbIXWRypdySWggP0BrAiXgpmVHUA { width:20rem;height:1.3125rem;top:10.875rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.420625rem;padding-bottom:0.48125rem;padding-left:0.420625rem;width:2.5225rem;min-width:2.5225rem;height:2.588125rem;font-size:1.92625rem;line-height:41.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.363125rem;height:1.023125rem;font-size:0.7225rem;line-height:16.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE { display:flex;width:17.4375rem;height:4.875rem;top:57rem;left:0rem;padding-top:1.39625rem;padding-right:1.385rem;padding-bottom:1.39625rem;padding-left:1.385rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #hbUAhdz1TMTJD7335rUa00TQ097x9D5S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #pUzNs1AmlILvIwFwGi0WdVi7ztRstmlt {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #iSAuSMp3ggxTSBDN47W1TqkUmG9Oy3lw {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #E87bsONpruPVVvseikb3TUS9TxR0cuMB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #MyFavuycmNXTlZiskmVTWX3z21LngWBa {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #fOFgT6r5BdFPA0hq5x6mTFkGCuETs1cf {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #DSylmcnTVacaQI3wscOOTtKasE09wA2E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #U7LVeyidRxXNxCB12EPzxQaGTDznbar5 {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #aOAEg1PIps3IMRbBT9ko3lXnGUITFNCv {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #Jga3Ls3Fhc5JIwcBzwAQD9JQ0iwRcbeW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #reF9I5nvDEFBmLa98e1p3Oev5O2xgi1D {  }
 }@media only screen and (max-width: 763px) { #xNXPRfHEv1kOeONwNZMdRZq6MlWBv5AE #mNaBb7zVyhNEPqlQ2TnJtRn5GLhBx1Hm {  }
 }@media only screen and (max-width: 763px) { #KReBfSIxe2VnpL9XZ5v0tkiCKmxmw7o2 { width:19.9995rem;height:2.499025rem;top:45.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzk6CT8dFT61bGrnFwfSAUbQLfWNS08B { display:block; }
 }@media only screen and (max-width: 763px) { #QaB2FrFcsSe2ZhiZSHTJUpRwAR5wlnvE { width:16.5625rem;height:13.75rem;top:13.9375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #POt8D9MMALC7IDwwPUZgX6tOPxLgOg3E { width:10.3125rem;height:3.125rem;top:14.6875rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W92LlyP04gOfDTnVfX4byBvDWLCcDgZ1 { width:8.187375rem;height:0;top:15.4375rem;left:5.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b60xPmR9Zlu8LriyGaCDKx84TTWPktUt { width:16.25rem;height:0;top:19.1875rem;left:1.875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hbqvqpi2CiqISEHmTBJpI6RaGGDA9EBT { width:11.4375rem;height:0;top:24rem;left:4.2802734375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPmV6iTcHMTXlKdaLod4ceG9Df99scwM { width:16.5625rem;height:13.75rem;top:30.6875rem;left:1.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #nysVJMB6Os84y8n3ZCz1qtJDOnkaOBw7 { width:14.375rem;height:0;top:36.125rem;left:2.8125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #olqNwWbKJdyftZwNQnuVafXZpTRxR1HP { width:10.3125rem;height:3.125rem;top:16.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDmukGTkV83vEI5InozPL9cL4yFMV92J { width:8.186875rem;height:0;top:32.625rem;left:5.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyUBVc1IACS4L5dsOhu83DutxzU5fE2f { width:14.375rem;height:0;top:51.6875rem;left:2.8125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkTbCnNJeVUAHdeuamtF37FKnOqGUUIw { width:10.3125rem;height:3.125rem;top:47.375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZiuD9zZgREJINJq7UUEkkSTHJthQsJu { width:8.186875rem;height:0;top:48.125rem;left:5.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sN18EPk0WfKZ6wGwnEHGpZGcAZXroGl0 { width:16.5625rem;height:13.75rem;top:29.375rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6e8a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6e8a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #itdKu07Z9fRuDkqqqCRZe6PeNBImz9Jw { width:16.0623125rem;height:3.24978125rem;top:20.1875rem;left:1.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRu7qTOJaApzBTNSrxkkOT5omDOOfMJ { width:10.3125rem;height:3.125rem;top:30.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2oDXi0IiqzzBnT75v1TdeV3lzttixWT { width:8.186875rem;height:1.62435rem;top:16.4375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3iaXZAitqKNxwS31XvBiODm88ssX4Qb { width:20rem;height:1.13606875rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESygwiPvHeOVyeM664kXqeJEo8mcvRLy { width:19.9995rem;height:1.68728125rem;top:50.6875rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ORKlzhVNZB3USaTFNiwf6C3dpcz1BvG5 { width:19.9995rem;height:1.875rem;top:53.6875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M4mhKoJA4uCVi8VPB6QH3gPvP2oTo43k { width:9.4365rem;height:0;top:40.727783203125rem;left:5.28076171875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #deRMGFFnAdBuZTbXUwxz67mexrcoviNW { width:20rem;height:12.1875rem;top:98.540116815188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ly8drTW7E82StwIf52Z5IWuLJ1RqUw1b { width:10.3125rem;height:3.125rem;top:15.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkZPOPOwHPhzMzBIXHlkemRlRleqkgT { width:9.6875rem;height:1.62435rem;top:31.0625rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABLlpVlFFgGaX8BUngTD1bUV2P5C6gR { width:19.9995rem;height:3.24978125rem;top:34.625rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n311y9IogLRWL0GwnJsbhdOeE3RA0Pxd { width:16.5625rem;height:13.75rem;top:14rem;left:1.6875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #v3rIlfEAW7VD01FH4toJF8IT1zTOcQy2 { width:14.28075rem;height:2.40600625rem;top:39.375rem;left:2.875rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #cFmUtXT0d4nIhpcGk7fKDFdLmm2IzBLO { display:block; }
 }@media only screen and (max-width: 763px) { #BQTRMkCqZzFS3FvDly6HhpJMXQcF2Ba0 { width:19.6875rem;height:16.5625rem;top:45.030393600464rem;left:0rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #RVTnl3km1ufoDTRUrFofQTAvTQ7yEoQ9 { width:9.436875rem;height:0;top:56.602638244629rem;left:5.2810330986977rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV { display:none; }#L7VH0rCik8OVu9QfZbVTFp7VIN7rPIcV > .row .container { width:20rem;height:118.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EOEFdkvy4f6bsr9WLMoBHfxk6KqQB4Ie { width:20rem;height:2.2749rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uawvUtMhVxrFv4BDLSwnTd6VONgRiIrI { width:14.124875rem;height:3.375rem;top:7.25rem;left:2.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aL85D1nRg6rRLLTAFieNcZP88PlNa2EE { width:20rem;height:1.3125rem;top:10.875rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.420625rem;padding-bottom:0.48125rem;padding-left:0.420625rem;width:2.5225rem;min-width:2.5225rem;height:2.588125rem;font-size:1.92625rem;line-height:41.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.363125rem;height:1.023125rem;font-size:0.7225rem;line-height:16.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RnIwkIh65rZNUzDK9gMgXflMX1hggvua { display:flex;width:17.4375rem;height:4.875rem;top:109.375rem;left:0rem;padding-top:1.39625rem;padding-right:1.385rem;padding-bottom:1.39625rem;padding-left:1.385rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #WmXrIZcm4ibkVGl0Pii9XfoXqTsEnWt5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #L2GIsJI69AdoTpNJUbDZTehmwThk9r5V {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #mEz8WaWi5XOMVPmM7p9auFW0FCEFZRqq {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #OQXRMUIAAQ2Tvfmwhfpncka5pF61Wdm6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #qLMHaoXoKDNZwdMW6De3du6e8OMkWMd8 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #QAfqHFyNeSw6FdieU8i7fBH7vTn7z6uw {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #BOlp96B9nv8XrO9k0T9To6uml9w1fFLL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #iu5qB8eAuG2BxOquqOGNDlBntwhB03O8 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #onZwhKfpfQHgEoJgIr5pUC8KTEouKDq1 {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #pMXlbTrlre5Bg1TQ6xvcyS7oL3ADw6t1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #TxMuDAsSEi5gkFUXtbaiHc7ZWpzqi4ii {  }
 }@media only screen and (max-width: 763px) { #RnIwkIh65rZNUzDK9gMgXflMX1hggvua #f0wvZZzpHzVGy9oBybr8O8QR2Ox2xCn2 {  }
 }@media only screen and (max-width: 763px) { #pbSyc4xHTGPwHh3KcL4h9sL2o9qmE81E { width:19.9995rem;height:2.499025rem;top:93.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVzuZoAPuh7S8NDP3lGDXXbLDvKKZeSf { display:block; }
 }@media only screen and (max-width: 763px) { #AIySLsI6NskMQsqXGAH3quHHOqVC7hkf { width:16.5625rem;height:13.75rem;top:13.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFnxsIDb3Q3s5NuKTrfg1TX4m5hyKSz { width:10.3125rem;height:3.125rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkahBseFusPaGVfxfZ60om0wv0BPGK27 { width:8.187375rem;height:1.62524375rem;top:15.4375rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2oVctmK7LJyZNvKQU77Hvn4FHNzLT14 { width:16.25rem;height:3.25rem;top:19.1875rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnMBgCsykcCfn3Ok8Kap1AkkJwsUp2M { width:11.4375rem;height:2.03125rem;top:24rem;left:4.2802734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmFZhEixMVtnlD30yK0wLRqT0R4lNpEx { width:16.5625rem;height:13.75rem;top:30.6875rem;left:1.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aJXZp8a5SrsCVasSFksJtkmaDRoLgxTE { width:14.375rem;height:3.25rem;top:36.125rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AitVsOda8CT4m1WQpuJiMKEJew369DEL { width:10.3125rem;height:3.125rem;top:31.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD9T0kqesnRTh7253GPOsGcIlTwQCdBG { width:8.186875rem;height:1.62524375rem;top:32.625rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9GMdW0LEKPcPLggXEmlNetVorpxqt4e { width:16.5625rem;height:14.0625rem;top:45.999755859375rem;left:1.749755859375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #OoHDBPEPMwJ7QU8CrokQoTa86tRqoTgK { width:14.375rem;height:3.25rem;top:51.6875rem;left:2.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceMzdphxop8uibCdTZdM0NDC5AqCZvz { width:10.3125rem;height:3.125rem;top:47.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TvTRokrA1tfuv6FkuV2bNOOFTJBKBL { width:8.186875rem;height:1.62524375rem;top:48.125rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvX2Wvn2TggcQVfS3X4AMXgG6ffHzP4G { width:16.5625rem;height:13.75rem;top:61.5625rem;left:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -moz-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -ms-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-image: -o-linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6e8a8', endColorstr='#66697251' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6e8a8', endColorstr='#66697251' );";background-image: linear-gradient(180deg, rgba(224,230,232,0.66), rgba(102,105,114,0.32));background-size:auto !important;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CBymiNJHI6HEJS2Xv5DeQLaWdm2n4GBf { width:16.0623125rem;height:3.25rem;top:82.623703002931rem;left:1.9683161377907rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6izvRFBckM6M9VLiSe3ibJhzu4DTO7 { width:10.3125rem;height:3.125rem;top:62.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgX8Zbn0wtp89HRrG5vF0NBbSzLHwkBw { width:8.186875rem;height:1.62524375rem;top:78.873703002931rem;left:5.9060330986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5u0khMGy60AyE4lGTGSDQx99TRG5Uyz { width:20rem;height:1.13745rem;top:87.124572753906rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZcf9KZPBrPLJhCGxDX03L4gdIm0doQ5 { width:5.0625rem;height:5.25rem;top:12.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PepDEWgezEraFVIlspf6M5rblUV5UrPS { width:19.9995rem;height:1.6875rem;top:103.0625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ieZUAGxgzHzOyMHuHcaUPwlD36Q96e8s { width:19.9995rem;height:1.6875rem;top:106.0625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l4iwymwX6TJaHm6STs0vslMtdgNnMRdF { width:3.375rem;height:1.62524375rem;top:56.5625rem;left:13.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsO1hyR7TyWZCrcGVNCuCPTirGEOFaCU { width:3.375rem;height:2.5996125rem;top:55.625rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8syG2Zg361DoByP4DaSFX3avgIxsLd { display:flex;width:5.0625rem;height:3.9375rem;top:54.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #PMqhlzgTzpgrbzNxMzPcNT9oqWSMOO4Z { width:7.062rem;height:1.62524375rem;top:56.5625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvSIqSoxULXirzAwmoD5efKkJNFSBfom { width:9.4365rem;height:2.03125rem;top:40.727783203125rem;left:5.28076171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUaCgcRipUUNhp4yShqbAi3Lc1rPzMv { width:20rem;height:12.1875rem;top:98.540116815188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiRSJuQKoiTKa5V9PTn4mTy4Te8ztMUP { width:10.3125rem;height:3.125rem;top:78.123920440675rem;left:4.8437500596046rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #bQKU2lz99r1J1qkFLsi9cezTo1poEQuE { width:9.6875rem;height:1.62524375rem;top:63.2497882843rem;left:5.1562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD0ulMCfwta30yG3qkHk2QDMkLOE09Kp { width:19.9995rem;height:3.25rem;top:66.812255859375rem;left:0rem;font-size:2.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZOn3TEG3p7wnU2UqAulCmTlWubkprqV7 { width:16.5625rem;height:13.75rem;top:76.436611175537rem;left:1.7187500596046rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Rxn8ad2pkdWaLkfKvqR9nDRs0TaXGEOx { width:20rem;height:2.375rem;top:96.8740234375rem;left:0rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #hreFg7PPQKVkQn0xLFDbXD8FOJGhLi1T { display:block; }
 }@media only screen and (max-width: 763px) { #DlZRtqUfd4TK1RE3Zan0TrOSSvqrMlZP { width:20rem;height:2.5rem;top:99.791015625rem;left:0rem;font-size:1rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #Tvqzl0VKIa3aPPBuT6glO1747pTh73d9 { display:block; }
 }@media only screen and (max-width: 763px) { #cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er { display:block; }#cxf97u2aZ3T06lVFh1zBxaqTd7nEz9er > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTeibQ2FurCghwUOKkic33FV2zLPu9DC { width:20rem;height:2.2749rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRS6HNeFCiHXFgdpHkrFtorsHywPJk2m { width:15.125rem;height:5.625rem;top:4.83642578125rem;left:2.4375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cb3M04B41dvXcDkSXhy4WTaQeqXnHxnD { width:20rem;height:1.59375rem;top:11.408382415771rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kngGiOSowuDo7lBEAgdUsCVzfLQLdB3m { width:20rem;height:1.13720625rem;top:15.584852218628rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TToJvMcNt25nmHkLaoJql4ZtZCotL0H5 { width:20rem;height:1.5rem;top:17.659505844116rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH { display:none; }#DcrI0ZKSs5KetHPVBO8GWsUSU4ATPZNH > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U1ZBieQ4iRozPORTIIch1oLko1K1JO5W { width:20rem;height:2.2749rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrzKxCHm1WTkVGZ7JztSLkh0ZZWoI9DL { width:15.125rem;height:5.625rem;top:4.83642578125rem;left:2.4375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PXEHdpwEv53P7WmE5UHCsncTfN1FJmTt { width:20rem;height:3.18685rem;top:11.408382415771rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bguwqdl2f2XJBkiTNva5O0DG5r6fKk9J { width:20rem;height:1.13715rem;top:15.584852218628rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBnyam2zMaVQeTeHWhGqTO0AsSJDgJoE { width:20rem;height:1.5rem;top:17.659505844116rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 { display:none; }#UBqSQG8s0IQf6Cq6y7AptlMldkWCbl31 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CC2SsX24JzqWkTUxFrygSDrgqqFK03k5 { width:20rem;height:2.27455625rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ug53Q3ndMehCTFwvz9T2ML1gHuD0O8Io { width:15.125rem;height:4.21875rem;top:4.83642578125rem;left:2.4375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zEF848vQnVTwf5Zez2fO2FBHhw82wwRF { width:20rem;height:3.1875rem;top:10.08642578125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tF6nNNJ9SHTmQC74Fm1bqLHIsBvRrcki { width:20rem;height:1.13769375rem;top:14.52392578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQUbwthi7iaZqq2fBeDdAxELT4a6nH0d { width:20rem;height:1.5rem;top:16.91064453125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ { display:block; }#Pu1euE1vJzMT7J67LKwXkZZRAvyMyXeZ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFT9wFAzqlWAWf86ttyMwafZOCvDJGxz { width:10rem;height:0.9748875rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmbgR9qB78cQHAmT0qE99TRwSbZJr3ZT { width:6.375rem;height:0.9748875rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu4SwIq8fOSP8O8PxSMr9t5IMnz5KBIf { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NaPeI5G9HEeRPgNmiqmCMCM0dNRU0MLg { width:6.5rem;height:0.9748875rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mzcp4aTepI02dGDhBPgzQfLhToWwPgnJ { width:12.75rem;height:1.2999125rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEaq5oWQ4gOidpHLyHquzwfzeHyTWOBB { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlmsys59KKhRkLA4HeH5HlJyS9dP5rv { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkR5uugrrzhO6ZGceTuBA1ycNISZRxsZ { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifzzhiHNpKHvckmVNHApihudUdFGv81 { width:1.6875rem;height:1.6875rem;top:8.3125rem;left:10.75rem;overflow:hidden;display:block; }
 }