.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/41a7aaad-f72c-40d7-a01f-843ab0b61d19/LandingPageDataTechnology04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#442767;background-image:none;position:relative;display:none; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { border-width: 0; border-radius: 0; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row > .video-iframe-container {  }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { background-color:#e63978;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.9375rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:0.9375rem;left:41.875rem;display:block; }
#KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.5625rem;left:5.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .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; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.29625rem;padding-right:0.2675rem;padding-bottom:0.29625rem;padding-left:0.2675rem;display:block;align-items:center;width:1.605rem;min-width:1.605rem;height:1.5925rem;position:relative;font-family:kanit;font-size:1.185rem;font-weight:700;line-height:25.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.185rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.14rem;height:0.629375rem;position:relative;font-family:kanit;font-size:0.444375rem;font-weight:400;line-height:10.07px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:12.5625rem;height:2.999375rem;padding-top:0.5075rem;padding-right:0.51625rem;padding-bottom:0.5075rem;padding-left:0.51625rem;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:0.125rem;left:22.000001907349rem;z-index:100048; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 { width:auto; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0d9d557-1a9f-40ea-b28d-774e52520a06/LandingPageDataTechnology01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.adaptive-delivery-prevent-bg, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyload, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyloading { background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { background-color: transparent; background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .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); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { border-width: 0; border-radius: 0; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container {  }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xO5JOrJsV3l2nrmdwnF44kp9ZIislphv { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4359375rem;width:2.0609375rem;top:2.0640624761581rem;left:56.18906211853rem;overflow:hidden;display:block; }
#HyEmlf4MHIun0T663BKp3rxXCA74F5PW { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:7.4375rem;left:29.5625rem;height:8.0419875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#fvTyVan1xkl7ZKEEbIMkkA6IokhF7BOe { background-color:#ff0000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:5.125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:26.5rem;left:33.31396484375rem;display:block; }
#fuVTfIQv0UHfGcXoAmRfamQ3L0o3smAQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:17.375rem;left:28.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osXcKdXPGo4c2mFtvQL2MBd55ipU4M3o { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(77deg, #ff4c8d, #5b06ba);background-image: -moz-linear-gradient(77deg, #ff4c8d, #5b06ba);background-image: -ms-linear-gradient(77deg, #ff4c8d, #5b06ba);background-image: -o-linear-gradient(77deg, #ff4c8d, #5b06ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );";background-image: linear-gradient(77deg, #ff4c8d, #5b06ba);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;height:5.5rem;width:31.875rem;top:16.3125rem;left:28.125rem;display:block; }
#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { background-color: transparent; background-image: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container > .video-iframe-container { display: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container { display: none; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .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); }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { border-width: 0; border-radius: 0; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row > .video-iframe-container {  }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#kDKJCcce2Eh29CufWTJCBPXrvPpllRre { color:#9a52e4;display:block;width:19.125rem;position:absolute;font-family:sarabun;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.39697265625rem;left:0.4375rem;height:4.1425875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { color:#9a52e4;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:22.75rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HbGu44qdnckIeWH2DF1CBDNUOKlNU6Ua { color:#9a52e4;display:block;width:15.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.005859375rem;left:42.1875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { position:absolute;display:block;z-index:100038;background-color:rgba(151,151,151,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:0.8125rem;left:19.9375rem;display:block; }
#LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { position:absolute;display:block;z-index:100039;background-color:rgba(151,151,151,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:1.0625rem;left:39.9375rem;display:block; }
#vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { position:absolute;display:block;z-index:100039;background-color:#e5e5e5;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;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { position:absolute;display:block;z-index:100039;background-color:#e5e5e5;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;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78c54c8b-3fa9-461b-a45d-e83f7982d3a2/LandingPageDataTechnology03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.adaptive-delivery-prevent-bg, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyload, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyloading { background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { background-color: transparent; background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .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); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { border-width: 0; border-radius: 0; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container {  }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:60rem;position:relative;display:block; }#WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { color:#9a52e4;display:block;width:30.375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.53076171875rem;left:8.75rem;height:1.54358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:4.6875rem;width:60rem;top:11.9375rem;left:0.0625rem;display:block; }
#zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:12.40625rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { color:#151517;display:block;width:35.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.2373046875rem;left:8.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { color:#9a52e4;display:block;width:35.375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:18.14697265625rem;left:8.75rem;height:1.54358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:17.70947265625rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { color:#151517;display:block;width:42.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.77197265625rem;left:8.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { color:#9a52e4;display:block;width:38.5625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:30.22265625rem;left:8.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { color:#151517;display:block;width:26rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:31.703125rem;left:8.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { color:#9a52e4;display:block;width:34.1875rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.98388671875rem;left:8.75rem;height:1.54358125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omM0ClLA4WvV76fseK9kLS8AF8uHx6om { color:#151517;display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:25.52685546875rem;left:8.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:23.5029296875rem;left:3.0625rem;height:4.14355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { color:#1c1c1c;display:block;width:29.0625rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:4.9375rem;left:15.5rem;height:2.681275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:29.7529296875rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#ke4x9KdVvtTzqP02r5CWqOeUAggE4Rwq { position:absolute;display:block;z-index:100000;background-color:#ffc800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;height:4.9375rem;width:34.875rem;top:3.8125rem;left:12.5625rem;display:block; }
#HkJWTZpb03p8bcLSuW2B4MKqVnNbCc82 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5rem;width:60rem;top:17.3125rem;left:0rem;display:block; }
#FZ7vgH0LGnxsaTSFB1QilsDWeFh20aky { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.0625rem;width:60rem;top:23.10595703125rem;left:0rem;display:block; }
#BsWqBIZ6JsvJuTuShe515T3IeAaOa3I1 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:28.875rem;left:0rem;display:block; }
#sTuydhmzrUbd82BurLLyr7Me6lwVoBX8 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:34.8125rem;left:0rem;display:block; }
#NwTpV5odrNXnAGGlM9B2neUeG5I7fuOW { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:40.75rem;left:0rem;display:block; }
#CRDSGkLOiXGauISqFaEWSsGlblKeGrLl { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:46.6875rem;left:0rem;display:block; }
#QEIPX24Zvw2rcE5yRlBQGVuWSDt01wFE { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:52.6875rem;left:0rem;display:block; }
#meahqK3Tr6gnsvUVk21IZAwJRotU6w2S { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:58.6875rem;left:0rem;display:block; }
#avZ8IdJbZ2aD5ZihKE0hNSsgSwEliMsa { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:35.447265625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRCXoAJmiyNhBmo5JpaUgEMn6fH6HZsU { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:41.384765625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5dZITR0G4bmPSK7UDfry91dnch98lBo { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:47.322265625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTbP7NN7BhLRsnTHRdxq4iSApBwvB0xz { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:53.322265625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFvS2NGurk5kWaGIwUaNM6hqgWPcEidp { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:59.322265625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVbk1d41O5TdSMktTcT0w2wwJEap71Xk { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:36.04443359375rem;left:8.75rem;height:1.54358125rem;display:block; }
#Cx7ELTHkT3ac3q7gdRCKkVKKwRA4sgp6 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:37.58740234375rem;left:8.75rem;height:1.2999125rem;display:block; }
#WK7k1GRtCHqvBU1AJant8tEHf45APXTC { color:#000000;display:block;width:27.25rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:41.9375rem;left:8.75rem;height:1.54358125rem;display:block; }
#ef8tMvwgHaK2l54mflOtCWaE1kWFnJ84 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:43.48046875rem;left:8.75rem;height:1.2999125rem;display:block; }
#s6opt4FeKlMcJQGwx8yvXcMv0COD1MIC { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:47.478515625rem;left:8.75rem;height:1.54296875rem;display:block; }
#qbR6QAEyv6s6ZSDJWo7OTtrtvrksDa2c { color:#000000;display:block;width:16rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:49.021484375rem;left:8.75rem;height:1.2999125rem;display:block; }
#zmubglOIrtFLHn1pTi4Updu0gErtmVyv { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:5.25rem;width:60rem;top:64.625rem;left:0rem;display:block; }
#k0M6dDzWTrRCC24UbSlLxAhWeVqD2sZ1 { color:#d2a7ff;display:block;width:3.375rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:65.259765625rem;left:3.0625rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nu1G5lQXFQntKBEbigoBzGIJkKrTgQ96 { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:54.0439453125rem;left:8.75rem;height:1.54358125rem;display:block; }
#vx07CkBs2Wq524Nk82h1ifNOAqs0AdsB { color:#000000;display:block;width:27.625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:55.5244140625rem;left:8.75rem;height:1.2999125rem;display:block; }
#r829qOVM9olSeIxXDmslH8l6LL21fAIs { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:60.0625rem;left:8.15625rem;height:1.54358125rem;display:block; }
#fbIdRma0r93ECgzA1MKE2XAlgaPfdaLK { color:#000000;display:block;width:20.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:61.60546875rem;left:8.15625rem;height:1.2999125rem;display:block; }
#FIeZw30lzex3I3936VC19TGfL5Ryf1na { color:#000000;display:block;width:42.4375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:65.8125rem;left:8.75rem;height:1.54358125rem;display:block; }
#My0qtvutr5lchaiqmBwaJT6wcT5ZqM7U { color:#000000;display:block;width:53.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:67.337890625rem;left:8.75rem;height:1.2999125rem;display:block; }
#MOf9eLphTTE8WzewQ9wvTWJgZkPK7fNH { color:#9a52e4;display:block;width:39.625rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:29.7529296875rem;left:8.75rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q7SRVFovGuwy3vDxL6EagEU5MNhzXg5D { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#Fdf3eQfPKx3KQ1kNU04DTZXtSgZgtnWq { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#TPUCBqz2PZr6m5iNiP9rzT2u3hSftLs9 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#qJ5qHWEhLoPshECeFMsUPdbIFW15Oh5m { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#qn06ZhLonUTU1UElgQDmeWx5bGtLDLEc { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#QnoW1H9znTRZwmWdOhs41cRgUgXWzxV5 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1c92ce5-3c54-4333-8455-ba40c15cdeb6/LandingPageDataTechnology06.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.adaptive-delivery-prevent-bg, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyload, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyloading { background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { background-color: transparent; background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .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); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { border-width: 0; border-radius: 0; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container {  }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { color:#151517;display:block;width:11.625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:19.125rem;left:18.09375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { color:#151517;display:block;width:11.625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:21.5625rem;left:6.46875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { color:#151517;display:block;width:11.3125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:19.25rem;left:30.3125rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWkEw2s8m10tDdvzG1o15laHQwT08b5U { color:#151517;display:block;width:12.5rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:42.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { color:#00c646;display:block;width:32.75rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:46.4375rem;left:13.625rem;height:2.81875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HTlVEFJTH3XfZGxfuimiqM0vcLR97QnB { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:10.5625rem;top:11.6875rem;left:7rem;overflow:hidden;display:block; }
#Lul9i1cFTmyvD9J3ydFZeotFK6pTNHBQ { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:10.5625rem;top:9.9375rem;left:18.8125rem;overflow:hidden;display:block; }
#EsfTl8M227qqtTB6TVGlyFhLVQQhUgcg { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:10.5625rem;top:9.8125rem;left:30.6875rem;overflow:hidden;display:block; }
#XE2x5w0pPuTnGJaRAVTIidMtWgeXvrId { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:10.5625rem;top:11.65625rem;left:42.5625rem;overflow:hidden;display:block; }
#kiRTEWazenk5MIktluJotfDsh99L1GpG { color:#000000;display:block;width:32.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:3.875rem;left:13.625rem;height:2.681275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ioaoCkexJ2vCp91TU0Gh1D6T0VXyMBUO { position:absolute;display:block;z-index:100001;background-color:#ffc800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;height:4.9375rem;width:34.875rem;top:2.74609375rem;left:12.5625rem;display:block; }
#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.adaptive-delivery-prevent-bg, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyload, #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3.lazyloading { background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { background-color: transparent; background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .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); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { border-width: 0; border-radius: 0; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container {  }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#CwTFysO6VgV6raD7a8caZ1TfGwx2SC7D { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:40.25rem;display:block; }
#wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:20.75rem;display:block; }
#uhLhd1exKvVyQizyGEy6B9MIVq854p0X { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:23rem;left:1.3125rem;display:block; }
#qy5CaV2FVyKN3psfvDVUComa5RVORlTS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:25.5625rem;left:7.1875rem;overflow:hidden;display:block; }
#aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:25.5625rem;left:26.6875rem;overflow:hidden;display:block; }
#vHoArcuofk3AU4K6GQmU0AEiLkZJVeXi { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:25.5625rem;left:46.125rem;overflow:hidden;display:block; }
#uikqaSFTCSHQa9hnyE1BicHdTP2iu35W { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:28.984375rem;left:41.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { color:#1a1a1a;display:block;width:15.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:28.984375rem;left:22.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KD2z15y3TZ188PwseHN6I13SeizeBTN2 { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:28.375rem;left:2.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GC25H9ryqay4r2A3thaaEQ9TyiIOXVTL { color:#606060;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:32.9375rem;left:42.25rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { color:#606060;display:block;width:14.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:32.9375rem;left:22.5625rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { color:#606060;display:block;width:11.8125rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:32.9375rem;left:4.625rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { color:#9a52e4;display:block;width:38.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:2.1875rem;left:10.625rem;height:2.43774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:1.375rem;display:block; }
#WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:20.75rem;display:block; }
#SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:10.5rem;left:7.1875rem;overflow:hidden;display:block; }
#kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.546875rem;left:2.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { color:#1a1a1a;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.21875rem;left:21.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:10.5rem;left:26.6875rem;overflow:hidden;display:block; }
#gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { color:#606060;display:block;width:7.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.625rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { color:#606060;display:block;width:7.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:26.25rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:40.3125rem;display:block; }
#s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { color:#1a1a1a;display:block;width:16.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.546875rem;left:41.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { color:#606060;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.75rem;left:42.25rem;height:0.974825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:10.5rem;left:46.125rem;overflow:hidden;display:block; }
#GeWXU7KE0ufTSTTEh9J4aWBzRpF5Svwf { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#oeyLuyCEWT5XQtffPda7tcWgdqcli0px { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#FdEszVlRyoTW1yB4F9cbganzcnPBsXRs { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.875rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:37.1875rem;left:18.8125rem;display:block; }
#NyvW1y3u4FWKOevF5fh7RTpG4pUBO2Gf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Das5q99LezzoimrGvTKPEIXkLFewWRCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/cf1a6209-fd37-473d-ae55-6fb3bc00350a/LandingPageDataTechnology04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ.adaptive-delivery-prevent-bg, #Das5q99LezzoimrGvTKPEIXkLFewWRCQ.lazyload, #Das5q99LezzoimrGvTKPEIXkLFewWRCQ.lazyloading { background-image: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { background-color: transparent; background-image: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container > .video-iframe-container { display: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row > .video-iframe-container { display: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .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); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { border-width: 0; border-radius: 0; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row > .video-iframe-container {  }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#HGOu2bUAvgoPpenTzO8nXTd2JfRcc1zU { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.875rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:48.75rem;left:18.8125rem;display:block; }
#UoVCQTQkzW23K3nITv5HFlf6PQhTWC1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KzKeGW6SnX12aaQcWiti5bAvdO4nc860 { color:#202020;display:block;width:38.8125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0);top:3.990234375rem;left:10.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoxcmUatsRTBOGEuCWGOnB6skCtff8oo { position:absolute;display:block;z-index:99995;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 0.75rem rgba(41,0,81,0.86) ;height:30.1875rem;width:26rem;top:13.25rem;left:3.5rem;display:block; }
#CsbTWOkubgoZqcoRSZqQHDN6Pr3W1uzD { position:absolute;display:block;z-index:100000;background-color:#ffc800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;height:4.9375rem;width:34.875rem;top:2.740234375rem;left:12.5625rem;display:block; }
#cKRZ548hpgTSWt1HBuOhvKHJyBqXTSTN { position:absolute;display:block;z-index:99996;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0rem 0rem 0.75rem rgba(41,0,81,0.86) ;height:30.1875rem;width:26rem;top:13.25rem;left:30.5625rem;display:block; }
#MgIfW8E3JkQsaenJBScwRQ0BBEhlmnWB { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:15.5625rem;left:4.375rem;display:block; }
#bJhJZgO96etPCKJVtN9yf0P1Nh9BzOGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AR8rbSMpXiLOMx6qchScp1rOPT5KXXTy { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:19.3125rem;left:4.375rem;display:block; }
#NZ1TmZJep6kUdqVBldlJSTwWBZhIWTMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vp8vMN1KgbLEGOaSaE1B2KyCqqCRTJ4k { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:23.0625rem;left:4.375rem;display:block; }
#pseQ9p5zVNPivFr4OV738hTDIAr6ciFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ytlsrAG8JwJ6X8VWBMyzgRWdvV7nNF4i { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:26.8125rem;left:4.375rem;display:block; }
#JibhpHxaXEXXFimvh9mJm6pM3TxbENrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ytqMUNgI4SkSB51i1Xna6pwHKRqsm5sT { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:30.5625rem;left:4.375rem;display:block; }
#NugFuFiG9XesQbzZJhPC03oMgFliFqyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H4XemXJ0pANGZtx7q5yHendR6EVDeX0c { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:34.3125rem;left:4.375rem;display:block; }
#aLHAicUI6wXB1PcLcvhzu7ak31L8MR0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qFwnZCqSZ46TNRbNol9guhbpEmszLuVn { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:38.0625rem;left:4.375rem;display:block; }
#KROrPuvlodkRcprbAKUclk4dqoKTmbpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S1HrtpzlQhkyaghTPPOAGDclUkrNIKzV { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:19.3125rem;left:31.4375rem;display:block; }
#uFNCFxKNdlQhqeTnaxQ8vAXGOwuIZuLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qHJNPnC52rbIcdUfbaf8vuA5nO4QqGZ3 { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:23.0625rem;left:31.4375rem;display:block; }
#woXhrHVoTV9ynps7wxi1wqTfra7wtRvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pr7lTrS9BMD0eEWvuOT80IwnTCLFgame { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:26.75rem;left:31.4375rem;display:block; }
#LuB2V9haXaLFGPNdRh2b05yTAM2uShZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zEpgKrVB3aTdpcu3COOF7WTOcaGLTib7 { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:30.5625rem;left:31.4375rem;display:block; }
#cl4Ubav4pPNbOviJSI19FIuMFPie70dB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5sJ8cuRiAVLKufkDsK75CRvOXhiO9LT { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:34.3125rem;left:31.4375rem;display:block; }
#ur1LONqJ1fRD66evN9imIdpWMWzUiHxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eZHF5JoNKfexDUP4VQJ47M1IdpbU70U4 { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:38.0625rem;left:31.4375rem;display:block; }
#t9mWCLxhNsff2y0OW3VTDrDLVQBqmB1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Itso3Bk5sp6NdwiAMHw23e7kC5dc9BkP { background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;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-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:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.4375rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:15.5625rem;left:31.4375rem;display:block; }
#uSNegakdsPiMqvKv7uTS49taQKfDeR6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PZJWZZ8s5IsfurGeZnTe8PMe9TDosO1n { color:#ff0000;display:block;width:22.8125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:9.359375rem;left:18.59375rem;height:2.03125rem;display:block; }
#gUg7SZbiAiMdkV1W6Orz7u2svy7gPE9r { position:absolute;display:block;z-index:100001;background-color:#ffc800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;height:3.3125rem;width:23.9375rem;top:8.71875rem;left:18.03125rem;display:block; }
#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.adaptive-delivery-prevent-bg, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyload, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyloading { background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { background-color: transparent; background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.61); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .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); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { border-width: 0; border-radius: 0; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container {  }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { color:#9a52e4;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:2.1875rem;left:14.8125rem;height:2.43774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem rgba(154,82,228,0.5) ;height:9.125rem;width:17.9375rem;top:8.625rem;left:1.5625rem;display:block; }
#O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { color:#9a52e4;display:block;width:15rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.0625rem;height:2.923825rem;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; }
#TmiULcF3nZKRy3gGyqmnLVlOTEVpHflS { color:#9a52e4;display:block;width:13.6875rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.25rem;height:2.923825rem;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; }
#TAGnit1JnzQuXNNi3AEllCqQ8OuIIsL1 { box-sizing:content-box;color:#c98ff3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:8.375rem;left:28.5625rem;display:block; }
#A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { color:#9a52e4;display:block;width:14rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:42.5625rem;height:2.923825rem;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; }
#fV8RENwDak8x0UmiqafNlH3LKNnLh9r0 { box-sizing:content-box;color:#c98ff3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:9.8125rem;left:48.3125rem;display:block; }
#D9nxFvqWVT4uFyfEnTcMnzPiB5OWwRu8 { box-sizing:content-box;color:#c98ff3;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:9.5rem;left:9.3125rem;display:block; }
#r8cUnLTgigcs7LbKoNeo9STXTcwQL7Dw { position:absolute;display:block;z-index:100003;background-color:rgba(154,82,228,0.19);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;height:3.5625rem;width:31rem;top:1.5rem;left:14.5rem;display:block; }
#T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem rgba(154,82,228,0.5) ;height:9.125rem;width:17.9375rem;top:7.1875rem;left:21.0625rem;display:block; }
#NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem rgba(154,82,228,0.5) ;height:9.125rem;width:17.9375rem;top:8.625rem;left:40.5625rem;display:block; }
#zwuVB525880O0UMTgriNgWheh3F2kHW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#zwuVB525880O0UMTgriNgWheh3F2kHW5.adaptive-delivery-prevent-bg, #zwuVB525880O0UMTgriNgWheh3F2kHW5.lazyload, #zwuVB525880O0UMTgriNgWheh3F2kHW5.lazyloading { background-image: none; }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row .container { border-width: 0; border-radius: 0; }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row > .video-iframe-container {  }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:none; }#UbLJ45Eksws7pyRLzs7INR5vh1I1Sgu0 { color:#9a52e4;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:3rem;left:14.71875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NG9m9r5AP0Pg6Nk65oUAhoEr5atbqUPH { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:9.5625rem;left:1.0625rem;display:block; }
#Tqnx7SM5gIwCUTlk3Zl3GOn51hGFrnat { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:13.0625rem;top:10.25rem;left:3.875rem;overflow:hidden;display:block; }
#vqEAWcFyJbcxTC0KAMrAQ5aQ2TPXH6F4 { color:#9c51d3;display:block;width:17.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:25.349609375rem;left:1.875rem;height:2.8125rem;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; }
#AF88hZChDnAQ6m7G1eLhDVnqersvPIfy { color:#9c51d3;display:block;width:16rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.5625rem;left:2.4375rem;height:1.7871125rem;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; }
#BFV759VTGU8tFQB3U3JnW9ccx5nhiE1z { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:7.4375rem;left:20.625rem;display:block; }
#kT6eGJ0mNR9ZneS8atv0FrA5X7XWupAU { color:#9c51d3;display:block;width:16.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:23.5625rem;left:21.75rem;height:2.8125rem;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; }
#LEVKCeTVTSNOuTlPEQtBnHRxxk7hxq3R { color:#9c51d3;display:block;width:14.6875rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.0625rem;left:22.6875rem;height:3.574225rem;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; }
#irlziIKFPJAEpzTrttpgffre3q0p760r { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:13.0625rem;top:7.4375rem;left:23.4375rem;overflow:hidden;display:block; }
#ofdk0X89lrqJEXIaC1xrI7UxWL680zTU { color:#9c51d3;display:block;width:17.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:25.375rem;left:40.8125rem;height:2.8125rem;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; }
#E0TKhb5yp4r2vZUtZWWLVUCUqJTNodWA { color:#9c51d3;display:block;width:16.8125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23.5625rem;left:41.3125rem;height:1.7871125rem;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; }
#z3UfTtybF7pVS6ktJk7zy9AQJ6tC9akK { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:9.0625rem;left:40.1875rem;display:block; }
#O9CS7LvyKbkKzMPeKlMJ7GmvTXhIeV0p { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:11.5rem;top:11rem;left:43.9375rem;overflow:hidden;display:block; }
#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.28);background-image:url("https://images.assets-landingi.com/uc/d813484a-9a73-431b-a4b5-e489238c5ee2/LandingPageDataTechnology07.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.adaptive-delivery-prevent-bg, #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.lazyload, #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.lazyloading { background-image: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { background-color: transparent; background-image: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container > .video-iframe-container { display: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row > .video-iframe-container { display: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .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); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { border-width: 0; border-radius: 0; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row > .video-iframe-container {  }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#TufHHpLEXJQTtA5SwAkHnNFWvRIvTzXK { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9a52e4;border-left:0.1875rem solid #9a52e4;border-right:0.1875rem solid #9a52e4;border-bottom:0.1875rem solid #9a52e4;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: 0rem 0rem 1.25rem rgba(154,82,228,0.7) ;height:6.5625rem;width:34.75rem;top:27.4375rem;left:12.625rem;display:block; }
#utLTTpb1RSGSiBH8KxpSmiJWpmExJcKo { color:#f0c946;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.75rem;left:16.6875rem;height:4.386725rem;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; }
#wCEkohXDUlvJ7W35U2rm51UTTPDaRl43 { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:3.875rem;left:18.4375rem;height:2.43774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tezt6gcViVCiCl2vvNosxuk7VhUxgsQn { position:absolute;display:block;z-index:100002;background-color:#ffc800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:4.9375rem;width:30.875rem;top:2.625rem;left:14.5625rem;display:block; }
#qTEdHxG5hStmMlIoL8F4OgDxHIO3KMoK { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:30.375rem;top:8.8125rem;left:15rem;overflow:hidden;display:block; }
#l9pD0f5m595oJldNfKPyFzFv4GXq95nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:url("https://images.assets-landingi.com/uc/e0bd0229-d69d-4b5c-8e3e-f8d7e9548644/LandingPageDataTechnology09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD.adaptive-delivery-prevent-bg, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyload, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyloading { background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { background-color: transparent; background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .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); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { border-width: 0; border-radius: 0; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container {  }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#idbCtbGNnpoGhJ9TUTNB6hAhb2NOiZDf { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0.48);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.875rem rgba(154,82,228,0.6) ;height:23.125rem;width:24.875rem;top:10.4375rem;left:4.4375rem;display:block; }
#DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:3.03125rem;left:14.1875rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxa2TIPnbtIye5CUckGcQyxrmSPbuTXN { color:#151517;display:block;width:25.875rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:15.3125rem;left:4rem;height:13.5rem;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; }
#l5nZAzVrmf0LyzlykpBqgRKfeouR9rin { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0.48);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:23.125rem;width:24.875rem;top:10.4375rem;left:30.75rem;display:block; }
#hSBwkAZPazGlgCApQM0MvJwA0qbu2Zbz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:23.375rem;top:16rem;left:31.5625rem;overflow:hidden;display:block; }
#VgZkN5DAT62Dta31TPzyroKMn02JQ7Au { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(29deg, #ff4c8d, #5b06ba);background-image: -moz-linear-gradient(29deg, #ff4c8d, #5b06ba);background-image: -ms-linear-gradient(29deg, #ff4c8d, #5b06ba);background-image: -o-linear-gradient(29deg, #ff4c8d, #5b06ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );";background-image: linear-gradient(29deg, #ff4c8d, #5b06ba);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:4.9375rem;width:30.875rem;top:1.625rem;left:14.5625rem;display:block; }
#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0bd0229-d69d-4b5c-8e3e-f8d7e9548644/LandingPageDataTechnology09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.adaptive-delivery-prevent-bg, #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.lazyload, #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.lazyloading { background-image: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { background-color: transparent; background-image: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container > .video-iframe-container { display: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row > .video-iframe-container { display: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .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); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { border-width: 0; border-radius: 0; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row > .video-iframe-container {  }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#KyDNZL8J38RBVD1E6rzT3uFZLgrRMkBg { color:#fc7055;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:33.84375rem;left:10.71875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cLPibSwbeAUqCTb6HSEt1WE2U2SiRvLS { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:57.40625rem;left:33.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fSSTFtpqCfDfQGK5BzOwyZCFsgma64m8 { color:#090909;display:block;width:38.75rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.625rem;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; }
#NLTmNUVxoEunnMQrxeSMLl5lKCrC6FDx { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.4375rem;left:12.625rem;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;text-align:center;text-align-last:center;display:block; }
#p4mP9gHe3SRDsRhUmTBbzonGcsfvFeRx { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3745125rem;width:15.5610625rem;top:25.5615234375rem;left:9.06298828125rem;overflow:hidden;display:block; }
#vNfPw5wM28E7yP5LHmTPspRmGb5vkXTy { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3745125rem;width:15.5605625rem;top:25.5615234375rem;left:36.43798828125rem;overflow:hidden;display:block; }
#hO4ega9kOi6coQTABi5hWr8nnac8CHps { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.374rem;width:13.374rem;top:14.55810546875rem;left:9.06298828125rem;overflow:hidden;display:block; }
#zHGiCoSWxn3LKarg1Fw65RFyPhCzT2tv { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8735625rem;width:13.8735625rem;top:14.55810546875rem;left:38.06298828125rem;overflow:hidden;display:block; }
#zopAT6eSuRe9fyupLm8Vvo5stpkBfH6g { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:12.14306640625rem;left:9.99951171875rem;height:1.86865rem;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; }
#tfGg3shw2d98x2JbyQ4fJiPW9OGSB8Hp { color:#ffffff;display:block;width:17.8735625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:12.06103515625rem;left:37.2470703125rem;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;text-align:center;text-align-last:center;display:block; }
#gIhc66Ak7MCdXgpDTGtpfnJG8KxreWEJ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #ffffff, #ffc800);background-image: -moz-linear-gradient(91deg, #ffffff, #ffc800);background-image: -ms-linear-gradient(91deg, #ffffff, #ffc800);background-image: -o-linear-gradient(91deg, #ffffff, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc800' );";background-image: linear-gradient(91deg, #ffffff, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:3.1875rem;width:30.0625rem;top:2.3125rem;left:16.75rem;display:block; }
#WoHvH3B9b9ymdaGkSTRdtFdO5gs9kLWV { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;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:prompt;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.312rem;height:4.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:35.32177734375rem;left:19.99853515625rem;display:block; }
#BI3a5uSDOl1lqEg6nuyDbET1HkM4QKEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JHQER6ODCb66Ei1pDlOaZUJK0SAoiGoA { 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:100040;opacity:1;top:11.43310546875rem;left:6.87451171875rem; }
#EiJITRT3fii6fASPgKUngKqBTo1Cb9Jg { 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:100041;opacity:1;top:11.49560546875rem;left:37.2470703125rem; }
#me0s0OlJfEKzahoTPikwavXQcQJa4xEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eeb1784e-3319-484d-81dd-f409641a27f4/LandingPageDataTechnology28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU.adaptive-delivery-prevent-bg, #me0s0OlJfEKzahoTPikwavXQcQJa4xEU.lazyload, #me0s0OlJfEKzahoTPikwavXQcQJa4xEU.lazyloading { background-image: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { background-color: transparent; background-image: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container > .video-iframe-container { display: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container { display: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .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); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { border-width: 0; border-radius: 0; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container {  }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#qcTBXBATUcvT4I4RkEWb43fp4VrrhTD0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tN8vVLbPOsOf1PglppGclBdJeiz1TxMC { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#zuIP5so9mg6p1cPDQ4Rr7eh9plANPo0R { position:absolute;display:block;z-index:100001;background-color:rgba(208,27,27,0.85);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;height:0;width:0;top:34.125rem;left:18.8125rem;display:block; }
#JFgOSbo7X2gFXW6A9eFhZyUx11eRTAHu { color:#1a1a1a;display:block;width:23.75rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:38.5625rem;left:32.6875rem;height:0.9375rem;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; }
#KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.125rem rgba(154,82,228,0.75) ;height:32.25rem;width:27.75rem;top:5.125rem;left:30.5625rem;display:block; }
#UOSZgm16XOHBOALz976IPbgZiyOJ98gt { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:7.130859375rem;left:31.25rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QihE6k4lth6nfkfTqc1Is70hFDkpVcnX { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.47);top:5.125rem;left:0.8125rem;height:7.0107375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-form-header { font-size:0.75rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.75rem;font-weight:bold;color:#ffffff;width:24.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(197,224,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:2.25rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(197,224,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#4d9eff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.3125rem;margin-bottom:0.25rem;margin-left:2.3125rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#ffffff;width:19.875rem;height:3.5rem;font-family:kanit;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.1875rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:.4; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:prompt;font-size:0.875rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:prompt;font-size:0.875rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:prompt;font-size:0.875rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:prompt;font-size:0.875rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;line-height:1.3;font-size:0.9375rem;font-weight:700;color:#ffc800;vertical-align:top;width:23.3125rem;overflow:hidden;font-style:normal;float:none; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-container:first-of-type{padding-top:0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-container:last-of-type{padding-bottom:0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:31.03076171875rem;top:11.0966796875rem;z-index:100013;position:absolute; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:2.4;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq {display:block;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:31.03076171875rem;top:11.0966796875rem;z-index:100013;position:absolute; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RnxIuMVHBWELFTP5LsuMNRHwTqzQCIAf { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JJ1bhIeG4aAq1wIJIrHRIRFecShpRD7Z { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RCmXElOcdOSBMI4RJXKu8lCgzKk4vRK7 { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #wGRkPztI3oRoeIbfofSiWJ5MloicFwy5 { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #rf0XtveGMKIL3PUWTaONcJbUtHzsB820 { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #WTTEnI3lEMtLEFb9zJp0m7lCDoCNoURS { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JXy9hMcJJkAo5rJBE8JvE99upZmkKkPQ { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #ByPrv0xtg7WT5WDvpEpJfFF7dWbG77dv { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #EhtJt9nUMhxTQigx0BFmBLazIeMVVzTF { position:relative; }
#tF6ANNCM0sQcZ5dRKEHDP4ETyKmQxnT0 { position:relative;display:block; }
#bKNB10OcrETE2H3eT8cKk3MRlb0A2AZ0 { position:relative;display:block; }
#OyltgEHZtyKe69SIHURqidGL6dyLVSZx { position:relative;display:block; }
#pCQy02KWq9ko1rxiBks9zvgrRopV5rfs { position:relative;display:block; }
#bJFHz0z6cAT71VxCQ5h1HVUMFoMtaGVR { position:relative;display:block; }
#oxOWk8BULNitGtumvGfMvOlNGawLcwcp { position:relative;display:block; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #oacrBi6RAqTTMF0gEBTdJue3uNtsT5gP { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #KetBJbrpsXunUJnXFCpPue4ydET5COxM { position:relative;z-index:2; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #octeuOirgZTCm4GwENMhl3wnoz9cVsOP { position:relative; }
#T2xDADqL4O6xkKSEz2v7ZrFuAqI4PdPt { position:relative;display:block; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #FzAyAcghbOs5Qgh77HOgHyAVSbsBmFed { position:relative;z-index:100000; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #haSDo51QSzvZphMlT3VG6eG8BC5MSdAk { position:relative;z-index:100000; }
#h50c5fQFqzH7hm52dQCkeUdPZJihwPOc { position:relative;display:block; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #gy77GOb5NDSmqc5Wpw3SFLwMxkez0eSz { position:relative; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #hmuaWz9Cq4XIK9M7JgkPvE8scKBVt4uE { position:relative; }
#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141520;background-image:url("https://images.assets-landingi.com/uc/a3601670-f6b5-47f0-9d18-8c8deef67bdf/LandingPageDataTechnology221.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z.adaptive-delivery-prevent-bg, #Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z.lazyload, #Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z.lazyloading { background-image: none; }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z > .row .container { border-width: 0; border-radius: 0; }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z > .row > .video-iframe-container {  }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:none; }#RG2hPiCGZ5pMtxg2BCvalJMg7OHlNLQP { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:4.625rem;left:10.28125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDVC926LPMoOwke6NgLsviKFRfuNTsNA { position:absolute;display:block;z-index:100032;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:10.9375rem;left:2.4375rem;display:block; }
#cFLsUgoSt20GiRqoACeVnrpoTqNTIWHp { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:11.53125rem;left:4.09375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MLqehATDMMUKzukJuNEOroJilnc8OO2s { position:absolute;display:block;z-index:100028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:14.125rem;left:2.4375rem;display:block; }
#gXhgamJ3uQC5fsx5GirsOUe4PGwIWBb7 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:4.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dqNxiAwwxEvNvsC51vHaO7fpb0FWyAmt { position:absolute;display:block;z-index:99996;background-color:#08080c;background-image:none;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:23.0625rem;width:24.375rem;top:9.125rem;left:32.34375rem;display:block; }
#SnnPEIfPTEbi34x0uvPozqDTRep2polq { position:absolute;display:block;z-index:100001;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:11.1875rem;left:35.25rem;display:block; }
#knuOWa7MZFTf9Eg50FGFWKVOZ1AxxUHn { position:absolute;display:block;z-index:100000;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:14.5rem;left:35.25rem;display:block; }
#aMB02mCpdf9xMlGzoX3EVxOyx1fLQTe3 { position:absolute;display:block;z-index:99999;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:17.8125rem;left:35.25rem;display:block; }
#AKS2cU524RtcpazTqetEIe9d5WVDNGB1 { position:absolute;display:block;z-index:99998;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:21rem;left:35.25rem;display:block; }
#bdT8CH8gtcTQKUMNiHP5lTb1eSFyu3kP { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:11.875rem;left:35.9375rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AHL606SR5uQD1xC5CyCrT3gDpRTllRJo { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:15.1875rem;left:35.6875rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STuHiNqX3hxRxRrWOSNxefycELfbOoZs { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:18.5rem;left:35.5625rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t97LKZAXXEFFG7OrCFqWVTTn9swnEJTm { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:9.09375rem;left:26.875rem;display:block; }
#mMJ27pA8c6eq026nXLpgrMrgZJHngrSe { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:12.0625rem;left:26.875rem;display:block; }
#JN9B0HeMnQiZ4X32dHAV7cBNcgHvJffy { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:15.375rem;left:26.875rem;display:block; }
#zXC0pgwC5ImLThlnmpavhUIFCMU5Qtzy { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:18.6875rem;left:26.875rem;display:block; }
#ZsVTzMn9QTQEdNUfl7t54wsbpoNAl03E { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:22.5rem;left:26.875rem;display:block; }
#MxrL5qJvdprWZFZWt7GwCHOborsKX432 { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:18rem;left:4.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JeCnJQJLvv4ut8QKZH2K2n9XNVq6h0q7 { position:absolute;display:block;z-index:100033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:17.4375rem;left:2.4375rem;display:block; }
#SoAAPQsaiwD3BJETXu2dJzntWLSPDVV1 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SDvhJuoUxQSkuH9CP6UBh9NztR6DBRD2 { position:absolute;display:block;z-index:100034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.1875rem;width:24.375rem;top:20.5625rem;left:2.4375rem;display:block; }
#Avacvy2fQxBXy486zQqHxlHEKk83tP1S { position:absolute;display:block;z-index:99997;background-color:#161616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:24rem;left:35.25rem;display:block; }
#xLtGXq2Sux6DNWQR6tMuN7LB6IqsGADX { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.5625rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOCUXt9NuUbTskaryQ5VIFim4ixzhNmG { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:24.6875rem;left:35.5625rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnR7G9uERNUIu7gFFwqWnDmZF2BkMpDT { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:25.9375rem;left:26.875rem;display:block; }
#fdK8uUbZiJR5sfh3spOmO4TvyA1sowyD { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:25.125rem;left:4.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cen1UMfipL3tEexJI69yaV8e58pTtHfF { position:absolute;display:block;z-index:100036;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:24.5625rem;left:2.4375rem;display:block; }
#GR5rZu3IpdM9nRae11H06D0NpxMkd48W { position:absolute;display:block;z-index:100037;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00fffa;border-left:0.0625rem solid #00fffa;border-right:0.0625rem solid #00fffa;border-bottom:0.0625rem solid #00fffa;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:27.6875rem;left:2.4375rem;display:block; }
#ch2bJS2gVzsfEo3fy6AFguNlTPWufip0 { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d833ilwc2AsrTm2JmryeCBCKBuNhb1AQ { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:22.5rem;left:5.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z65OFq1l42cFZpEokWodh3AaOJOKzoME { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:15.1875rem;left:35.6875rem;height:1rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n6aHCXB6Fy6IH7S7yp7FL0trOmHuv6ht { color:#000000;display:block;width:19.625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:11.53125rem;left:4.09375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TipR8M853Js8hzsaZ9hxBK3fvmM8VQLP { background-color:#a2a2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;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:prompt;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:100073;text-align:center;text-align-last:center;top:27.34375rem;left:35.1875rem;display:block; }
#AEMfIudN85nBJcUbvf37Cbbk30ZrNg4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { background-color: transparent; background-image: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container > .video-iframe-container { display: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container { display: none; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .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); }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { border-width: 0; border-radius: 0; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row > .video-iframe-container {  }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { font-size:0.875rem;font-family:prompt;height:16.0625rem;width:60rem;position:relative;display:block; }#ghGliZzvfDVrayI6T0JUxQwTcPbR3K9A { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.27430625rem;display:block; }
#Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.7871125rem;display:block; }
#Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2743rem;text-align:right;text-align-last:right;display:block; }
#bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#fS8oOGKEPV3OXLrQ16ZQyMxWwhtyx9Px { position:absolute;display:block;z-index:100007;height:5.9375rem;width:10.625rem;top:9.8304443359375rem;left:32.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { display:block; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { width:12.4375rem;height:2.9375rem;top:0.9375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block; }
 }@media only screen and (max-width: 763px) { #f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { top:1.5625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .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; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .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; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { display:flex;width:18rem;height:5.0625rem;top:1.4375rem;left:17.21249961853rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
 }@media only screen and (max-width: 763px) { #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO5JOrJsV3l2nrmdwnF44kp9ZIislphv { top:2.0625rem;left:45.75rem;width:2rem;height:2.3639120545868rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyEmlf4MHIun0T663BKp3rxXCA74F5PW { top:7.4375rem;left:17.3125rem;width:30.4375rem;height:8rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTyVan1xkl7ZKEEbIMkkA6IokhF7BOe { width:22.9375rem;height:5.125rem;top:26.5rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuVTfIQv0UHfGcXoAmRfamQ3L0o3smAQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { top:17.375rem;left:16.1875rem;width:31.5625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osXcKdXPGo4c2mFtvQL2MBd55ipU4M3o { top:16.3125rem;left:15.875rem;width:31.875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDKJCcce2Eh29CufWTJCBPXrvPpllRre { width:19.125rem;height:4.125rem;top:3.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { width:14.5rem;height:3rem;top:3.9375rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGu44qdnckIeWH2DF1CBDNUOKlNU6Ua { width:15.625rem;height:2.875rem;top:4rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { top:0.8125rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { top:1.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { width:30.375rem;height:1.5rem;top:12.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { width:47.75rem;height:4.6875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { width:3.375rem;height:4.0625rem;top:12.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { width:35.4375rem;height:1.3125rem;top:14.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { width:35.375rem;height:1.5rem;top:18.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { width:3.375rem;height:4.0625rem;top:17.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { width:42.125rem;height:1.25rem;top:19.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { width:38.5625rem;height:1.5rem;top:30.1875rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { width:26rem;height:1.25rem;top:31.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { width:34.1875rem;height:1.5rem;top:23.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omM0ClLA4WvV76fseK9kLS8AF8uHx6om { width:34.375rem;height:1.25rem;top:25.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { width:3.375rem;height:4.1875rem;top:23.5rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { top:4.9375rem;left:9.375rem;width:29.0625rem;height:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { width:3.375rem;height:3.9375rem;top:29.75rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ke4x9KdVvtTzqP02r5CWqOeUAggE4Rwq { top:3.8125rem;left:6.4375rem;width:34.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkJWTZpb03p8bcLSuW2B4MKqVnNbCc82 { width:47.75rem;height:5rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ7vgH0LGnxsaTSFB1QilsDWeFh20aky { width:47.75rem;height:5.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsWqBIZ6JsvJuTuShe515T3IeAaOa3I1 { width:47.75rem;height:5.25rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTuydhmzrUbd82BurLLyr7Me6lwVoBX8 { width:47.75rem;height:5.25rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTpV5odrNXnAGGlM9B2neUeG5I7fuOW { width:47.75rem;height:5.25rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRDSGkLOiXGauISqFaEWSsGlblKeGrLl { width:47.75rem;height:5.25rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEIPX24Zvw2rcE5yRlBQGVuWSDt01wFE { width:47.75rem;height:5.25rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meahqK3Tr6gnsvUVk21IZAwJRotU6w2S { width:47.75rem;height:5.25rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZ8IdJbZ2aD5ZihKE0hNSsgSwEliMsa { width:3.375rem;height:3.9375rem;top:35.4375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRCXoAJmiyNhBmo5JpaUgEMn6fH6HZsU { width:3.375rem;height:3.9375rem;top:41.375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5dZITR0G4bmPSK7UDfry91dnch98lBo { width:3.375rem;height:3.9375rem;top:47.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTbP7NN7BhLRsnTHRdxq4iSApBwvB0xz { width:3.375rem;height:3.9375rem;top:53.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvS2NGurk5kWaGIwUaNM6hqgWPcEidp { width:3.375rem;height:3.9375rem;top:59.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVbk1d41O5TdSMktTcT0w2wwJEap71Xk { top:36rem;left:2.625rem;width:40.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7ELTHkT3ac3q7gdRCKkVKKwRA4sgp6 { top:37.5625rem;left:2.625rem;width:36.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7k1GRtCHqvBU1AJant8tEHf45APXTC { top:41.9375rem;left:2.625rem;width:27.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8tMvwgHaK2l54mflOtCWaE1kWFnJ84 { top:43.4375rem;left:2.625rem;width:14.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6opt4FeKlMcJQGwx8yvXcMv0COD1MIC { top:47.4375rem;left:2.625rem;width:38.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbR6QAEyv6s6ZSDJWo7OTtrtvrksDa2c { top:49rem;left:2.625rem;width:16rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmubglOIrtFLHn1pTi4Updu0gErtmVyv { width:47.75rem;height:5.25rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0M6dDzWTrRCC24UbSlLxAhWeVqD2sZ1 { width:3.375rem;height:3.9375rem;top:65.25rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1G5lQXFQntKBEbigoBzGIJkKrTgQ96 { top:54rem;left:2.625rem;width:28.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx07CkBs2Wq524Nk82h1ifNOAqs0AdsB { top:55.5rem;left:2.625rem;width:27.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r829qOVM9olSeIxXDmslH8l6LL21fAIs { top:60.0625rem;left:2.03125rem;width:38.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbIdRma0r93ECgzA1MKE2XAlgaPfdaLK { top:61.5625rem;left:2.03125rem;width:20.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIeZw30lzex3I3936VC19TGfL5Ryf1na { top:65.8125rem;left:2.625rem;width:42.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #My0qtvutr5lchaiqmBwaJT6wcT5ZqM7U { top:67.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOf9eLphTTE8WzewQ9wvTWJgZkPK7fNH { width:39.625rem;height:1.5625rem;top:29.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7SRVFovGuwy3vDxL6EagEU5MNhzXg5D { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fdf3eQfPKx3KQ1kNU04DTZXtSgZgtnWq { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPUCBqz2PZr6m5iNiP9rzT2u3hSftLs9 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ5qHWEhLoPshECeFMsUPdbIFW15Oh5m { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn06ZhLonUTU1UElgQDmeWx5bGtLDLEc { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnoW1H9znTRZwmWdOhs41cRgUgXWzxV5 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { width:11.625rem;height:3.875rem;top:19.125rem;left:11.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { width:11.625rem;height:3.9375rem;top:21.5625rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { width:11.3125rem;height:3.875rem;top:19.25rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkEw2s8m10tDdvzG1o15laHQwT08b5U { width:12.5rem;height:2.5625rem;top:21.5625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { top:46.4375rem;left:7.5rem;width:32.75rem;height:2.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTlVEFJTH3XfZGxfuimiqM0vcLR97QnB { top:11.6875rem;left:0.875rem;width:10.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lul9i1cFTmyvD9J3ydFZeotFK6pTNHBQ { top:9.9375rem;left:12.6875rem;width:10.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfTl8M227qqtTB6TVGlyFhLVQQhUgcg { top:9.8125rem;left:24.5625rem;width:10.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE2x5w0pPuTnGJaRAVTIidMtWgeXvrId { top:11.625rem;left:36.4375rem;width:10.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRTEWazenk5MIktluJotfDsh99L1GpG { top:3.875rem;left:7.5rem;width:32.75rem;height:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioaoCkexJ2vCp91TU0Gh1D6T0VXyMBUO { top:2.6875rem;left:6.4375rem;width:34.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTFysO6VgV6raD7a8caZ1TfGwx2SC7D { width:18.375rem;height:12.75rem;top:23rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { width:18.375rem;height:12.75rem;top:23rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLhd1exKvVyQizyGEy6B9MIVq854p0X { width:18.375rem;height:12.75rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy5CaV2FVyKN3psfvDVUComa5RVORlTS { top:25.5625rem;left:1.0625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { top:25.5625rem;left:20.5625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHoArcuofk3AU4K6GQmU0AEiLkZJVeXi { top:25.5625rem;left:40rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikqaSFTCSHQa9hnyE1BicHdTP2iu35W { width:16.375rem;height:2.4375rem;top:28.9375rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { width:15.5rem;height:2.4375rem;top:28.9375rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2z15y3TZ188PwseHN6I13SeizeBTN2 { width:16.375rem;height:3.625rem;top:28.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC25H9ryqay4r2A3thaaEQ9TyiIOXVTL { width:14.5rem;height:0.9375rem;top:32.9375rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { width:14.875rem;height:0.9375rem;top:32.9375rem;left:16.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { width:11.8125rem;height:0.9375rem;top:32.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { width:38.75rem;height:2.4375rem;top:2.1875rem;left:4.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { width:18.375rem;height:12.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { width:18.375rem;height:12.75rem;top:7.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { top:10.5rem;left:1.0625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { width:16.375rem;height:2.4375rem;top:13.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { width:16.375rem;height:3.625rem;top:13.1875rem;left:15.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { top:10.5rem;left:20.5625rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { width:7.875rem;height:0.9375rem;top:17.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { width:7.5rem;height:0.9375rem;top:17.8125rem;left:20.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { width:18.375rem;height:12.75rem;top:7.75rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { width:16.5rem;height:2.4375rem;top:13.5rem;left:31.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { width:14.5rem;height:0.9375rem;top:17.75rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { top:10.5rem;left:40rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWXU7KE0ufTSTTEh9J4aWBzRpF5Svwf { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeyLuyCEWT5XQtffPda7tcWgdqcli0px { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdEszVlRyoTW1yB4F9cbganzcnPBsXRs { width:22.375rem;height:4.875rem;top:37.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyvW1y3u4FWKOevF5fh7RTpG4pUBO2Gf { display:block; }
 }@media only screen and (max-width: 763px) { #Das5q99LezzoimrGvTKPEIXkLFewWRCQ { display:block; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGOu2bUAvgoPpenTzO8nXTd2JfRcc1zU { width:22.375rem;height:4.875rem;top:48.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoVCQTQkzW23K3nITv5HFlf6PQhTWC1W { display:block; }
 }@media only screen and (max-width: 763px) { #KzKeGW6SnX12aaQcWiti5bAvdO4nc860 { top:3.9375rem;left:4.46875rem;width:38.8125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoxcmUatsRTBOGEuCWGOnB6skCtff8oo { top:13.25rem;left:0rem;width:26rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsbTWOkubgoZqcoRSZqQHDN6Pr3W1uzD { top:2.6875rem;left:6.4375rem;width:34.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRZ548hpgTSWt1HBuOhvKHJyBqXTSTN { top:13.25rem;left:21.5rem;width:26rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgIfW8E3JkQsaenJBScwRQ0BBEhlmnWB { width:24.5rem;height:3.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhJZgO96etPCKJVtN9yf0P1Nh9BzOGL { display:block; }
 }@media only screen and (max-width: 763px) { #AR8rbSMpXiLOMx6qchScp1rOPT5KXXTy { width:24.5rem;height:3.4375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ1TmZJep6kUdqVBldlJSTwWBZhIWTMz { display:block; }
 }@media only screen and (max-width: 763px) { #vp8vMN1KgbLEGOaSaE1B2KyCqqCRTJ4k { width:24.5rem;height:3.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pseQ9p5zVNPivFr4OV738hTDIAr6ciFi { display:block; }
 }@media only screen and (max-width: 763px) { #ytlsrAG8JwJ6X8VWBMyzgRWdvV7nNF4i { width:24.5rem;height:3.4375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibhpHxaXEXXFimvh9mJm6pM3TxbENrT { display:block; }
 }@media only screen and (max-width: 763px) { #ytqMUNgI4SkSB51i1Xna6pwHKRqsm5sT { width:24.5rem;height:3.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NugFuFiG9XesQbzZJhPC03oMgFliFqyD { display:block; }
 }@media only screen and (max-width: 763px) { #H4XemXJ0pANGZtx7q5yHendR6EVDeX0c { width:24.5rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHAicUI6wXB1PcLcvhzu7ak31L8MR0m { display:block; }
 }@media only screen and (max-width: 763px) { #qFwnZCqSZ46TNRbNol9guhbpEmszLuVn { width:24.5rem;height:3.4375rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROrPuvlodkRcprbAKUclk4dqoKTmbpC { display:block; }
 }@media only screen and (max-width: 763px) { #S1HrtpzlQhkyaghTPPOAGDclUkrNIKzV { width:24.5rem;height:3.4375rem;top:19.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFNCFxKNdlQhqeTnaxQ8vAXGOwuIZuLH { display:block; }
 }@media only screen and (max-width: 763px) { #qHJNPnC52rbIcdUfbaf8vuA5nO4QqGZ3 { width:24.5rem;height:3.4375rem;top:23.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woXhrHVoTV9ynps7wxi1wqTfra7wtRvi { display:block; }
 }@media only screen and (max-width: 763px) { #pr7lTrS9BMD0eEWvuOT80IwnTCLFgame { width:24.5rem;height:3.4375rem;top:26.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuB2V9haXaLFGPNdRh2b05yTAM2uShZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zEpgKrVB3aTdpcu3COOF7WTOcaGLTib7 { width:24.5rem;height:3.4375rem;top:30.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl4Ubav4pPNbOviJSI19FIuMFPie70dB { display:block; }
 }@media only screen and (max-width: 763px) { #K5sJ8cuRiAVLKufkDsK75CRvOXhiO9LT { width:24.5rem;height:3.4375rem;top:34.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur1LONqJ1fRD66evN9imIdpWMWzUiHxt { display:block; }
 }@media only screen and (max-width: 763px) { #eZHF5JoNKfexDUP4VQJ47M1IdpbU70U4 { width:24.5rem;height:3.4375rem;top:38.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9mWCLxhNsff2y0OW3VTDrDLVQBqmB1R { display:block; }
 }@media only screen and (max-width: 763px) { #Itso3Bk5sp6NdwiAMHw23e7kC5dc9BkP { width:24.5rem;height:3.4375rem;top:15.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSNegakdsPiMqvKv7uTS49taQKfDeR6r { display:block; }
 }@media only screen and (max-width: 763px) { #PZJWZZ8s5IsfurGeZnTe8PMe9TDosO1n { top:9.3125rem;left:12.46875rem;width:22.8125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUg7SZbiAiMdkV1W6Orz7u2svy7gPE9r { top:8.6875rem;left:11.90625rem;width:23.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { width:30.5625rem;height:2.4375rem;top:2.1875rem;left:8.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { width:17.9375rem;height:9.125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { top:12.875rem;left:0rem;width:15rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiULcF3nZKRy3gGyqmnLVlOTEVpHflS { top:11.375rem;left:17.125rem;width:13.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGnit1JnzQuXNNi3AEllCqQ8OuIIsL1 { top:8.375rem;left:22.4375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { top:12.8125rem;left:33.75rem;width:14rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8RENwDak8x0UmiqafNlH3LKNnLh9r0 { top:9.8125rem;left:42.1875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9nxFvqWVT4uFyfEnTcMnzPiB5OWwRu8 { top:9.5rem;left:3.1875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8cUnLTgigcs7LbKoNeo9STXTcwQL7Dw { top:1.5rem;left:8.375rem;width:31rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { width:17.9375rem;height:9.125rem;top:7.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { width:17.9375rem;height:9.125rem;top:8.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuVB525880O0UMTgriNgWheh3F2kHW5 { display:block; }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbLJ45Eksws7pyRLzs7INR5vh1I1Sgu0 { width:30.5625rem;height:2.4375rem;top:3rem;left:8.59375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9m9r5AP0Pg6Nk65oUAhoEr5atbqUPH { top:9.5625rem;left:0rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqnx7SM5gIwCUTlk3Zl3GOn51hGFrnat { top:10.25rem;left:0rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqEAWcFyJbcxTC0KAMrAQ5aQ2TPXH6F4 { top:25.3125rem;left:0rem;width:17.125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF88hZChDnAQ6m7G1eLhDVnqersvPIfy { top:23.5625rem;left:0rem;width:16rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFV759VTGU8tFQB3U3JnW9ccx5nhiE1z { top:7.4375rem;left:14.5rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6eGJ0mNR9ZneS8atv0FrA5X7XWupAU { top:23.5625rem;left:15.625rem;width:16.5rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEVKCeTVTSNOuTlPEQtBnHRxxk7hxq3R { top:20.0625rem;left:16.5625rem;width:14.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irlziIKFPJAEpzTrttpgffre3q0p760r { top:7.4375rem;left:17.3125rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdk0X89lrqJEXIaC1xrI7UxWL680zTU { top:25.375rem;left:29.875rem;width:17.875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0TKhb5yp4r2vZUtZWWLVUCUqJTNodWA { top:23.5625rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UfTtybF7pVS6ktJk7zy9AQJ6tC9akK { top:9.0625rem;left:29rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9CS7LvyKbkKzMPeKlMJ7GmvTXhIeV0p { top:11rem;left:36.25rem;width:11.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 { display:block; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TufHHpLEXJQTtA5SwAkHnNFWvRIvTzXK { width:34.75rem;height:6.5625rem;top:27.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLTTpb1RSGSiBH8KxpSmiJWpmExJcKo { top:28.75rem;left:10.5625rem;width:27.0625rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEkohXDUlvJ7W35U2rm51UTTPDaRl43 { width:23.5625rem;height:2.4375rem;top:3.875rem;left:12.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tezt6gcViVCiCl2vvNosxuk7VhUxgsQn { top:2.625rem;left:8.4375rem;width:30.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTEdHxG5hStmMlIoL8F4OgDxHIO3KMoK { top:8.8125rem;left:8.875rem;width:30.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9pD0f5m595oJldNfKPyFzFv4GXq95nD { display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idbCtbGNnpoGhJ9TUTNB6hAhb2NOiZDf { width:24.875rem;height:23.125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { width:31.625rem;height:2.125rem;top:3rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxa2TIPnbtIye5CUckGcQyxrmSPbuTXN { top:15.3125rem;left:0rem;width:25.875rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5nZAzVrmf0LyzlykpBqgRKfeouR9rin { width:24.875rem;height:23.125rem;top:10.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSBwkAZPazGlgCApQM0MvJwA0qbu2Zbz { top:16rem;left:24.375rem;width:23.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZkN5DAT62Dta31TPzyroKMn02JQ7Au { top:1.625rem;left:8.4375rem;width:30.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW { display:block; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyDNZL8J38RBVD1E6rzT3uFZLgrRMkBg { top:33.8125rem;left:0rem;width:39.4375rem;height:2.75rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLPibSwbeAUqCTb6HSEt1WE2U2SiRvLS { top:57.375rem;left:23.3125rem;width:24.4375rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSSTFtpqCfDfQGK5BzOwyZCFsgma64m8 { top:2.4375rem;left:0rem;width:38.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTmNUVxoEunnMQrxeSMLl5lKCrC6FDx { top:6.4375rem;left:0rem;width:38.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4mP9gHe3SRDsRhUmTBbzonGcsfvFeRx { top:25.5rem;left:6.00048828125rem;width:15.5rem;height:5.3534226053009rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfPw5wM28E7yP5LHmTPspRmGb5vkXTy { top:25.5rem;left:27.25048828125rem;width:15.5rem;height:5.3535946242303rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4ega9kOi6coQTABi5hWr8nnac8CHps { top:14.5rem;left:6.00048828125rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHGiCoSWxn3LKarg1Fw65RFyPhCzT2tv { top:14.5rem;left:28.87548828125rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopAT6eSuRe9fyupLm8Vvo5stpkBfH6g { top:12.125rem;left:6.93701171875rem;width:15.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGg3shw2d98x2JbyQ4fJiPW9OGSB8Hp { top:12rem;left:28.0595703125rem;width:17.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIhc66Ak7MCdXgpDTGtpfnJG8KxreWEJ { width:30rem;height:3.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHvH3B9b9ymdaGkSTRdtFdO5gs9kLWV { width:20.25rem;height:4.0625rem;top:35.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI3a5uSDOl1lqEg6nuyDbET1HkM4QKEa { display:block; }
 }@media only screen and (max-width: 763px) { #JHQER6ODCb66Ei1pDlOaZUJK0SAoiGoA { top:11.375rem;left:3.81201171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiJITRT3fii6fASPgKUngKqBTo1Cb9Jg { top:11.4375rem;left:28.0595703125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0s0OlJfEKzahoTPikwavXQcQJa4xEU { display:block; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcTBXBATUcvT4I4RkEWb43fp4VrrhTD0 { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8vVLbPOsOf1PglppGclBdJeiz1TxMC { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuIP5so9mg6p1cPDQ4Rr7eh9plANPo0R { top:34.125rem;left:12.6875rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JFgOSbo7X2gFXW6A9eFhZyUx11eRTAHu { top:38.5625rem;left:24rem;width:23.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { width:27.75rem;height:32.25rem;top:5.125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOSZgm16XOHBOALz976IPbgZiyOJ98gt { width:26.625rem;height:3rem;top:7.125rem;left:21.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QihE6k4lth6nfkfTqc1Is70hFDkpVcnX { top:5.125rem;left:0rem;width:27.0625rem;height:7.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-checkbox-label { width:23.3125rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq  { width:24.5625rem;height:auto; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq {display:block;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq { width:24.5625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RnxIuMVHBWELFTP5LsuMNRHwTqzQCIAf {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JJ1bhIeG4aAq1wIJIrHRIRFecShpRD7Z {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RCmXElOcdOSBMI4RJXKu8lCgzKk4vRK7 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #wGRkPztI3oRoeIbfofSiWJ5MloicFwy5 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #rf0XtveGMKIL3PUWTaONcJbUtHzsB820 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #WTTEnI3lEMtLEFb9zJp0m7lCDoCNoURS {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JXy9hMcJJkAo5rJBE8JvE99upZmkKkPQ {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #ByPrv0xtg7WT5WDvpEpJfFF7dWbG77dv {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #EhtJt9nUMhxTQigx0BFmBLazIeMVVzTF {  }
 }@media only screen and (max-width: 763px) { #tF6ANNCM0sQcZ5dRKEHDP4ETyKmQxnT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bKNB10OcrETE2H3eT8cKk3MRlb0A2AZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #OyltgEHZtyKe69SIHURqidGL6dyLVSZx { display:block; }
 }@media only screen and (max-width: 763px) { #pCQy02KWq9ko1rxiBks9zvgrRopV5rfs { display:block; }
 }@media only screen and (max-width: 763px) { #bJFHz0z6cAT71VxCQ5h1HVUMFoMtaGVR { display:block; }
 }@media only screen and (max-width: 763px) { #oxOWk8BULNitGtumvGfMvOlNGawLcwcp { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #oacrBi6RAqTTMF0gEBTdJue3uNtsT5gP {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #KetBJbrpsXunUJnXFCpPue4ydET5COxM { z-index:2; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #octeuOirgZTCm4GwENMhl3wnoz9cVsOP {  }
 }@media only screen and (max-width: 763px) { #T2xDADqL4O6xkKSEz2v7ZrFuAqI4PdPt { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #FzAyAcghbOs5Qgh77HOgHyAVSbsBmFed { z-index:100000; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #haSDo51QSzvZphMlT3VG6eG8BC5MSdAk { z-index:100000; }
 }@media only screen and (max-width: 763px) { #h50c5fQFqzH7hm52dQCkeUdPZJihwPOc { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #gy77GOb5NDSmqc5Wpw3SFLwMxkez0eSz {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #hmuaWz9Cq4XIK9M7JgkPvE8scKBVt4uE {  }
 }@media only screen and (max-width: 763px) { #Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z { display:block; }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG2hPiCGZ5pMtxg2BCvalJMg7OHlNLQP { top:4.625rem;left:4.15625rem;width:39.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDVC926LPMoOwke6NgLsviKFRfuNTsNA { top:10.9375rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLsUgoSt20GiRqoACeVnrpoTqNTIWHp { top:11.5rem;left:0rem;width:19.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLqehATDMMUKzukJuNEOroJilnc8OO2s { top:14.125rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXhgamJ3uQC5fsx5GirsOUe4PGwIWBb7 { top:14.625rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqNxiAwwxEvNvsC51vHaO7fpb0FWyAmt { top:9.125rem;left:23.125rem;width:24.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnnPEIfPTEbi34x0uvPozqDTRep2polq { top:11.1875rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuOWa7MZFTf9Eg50FGFWKVOZ1AxxUHn { top:14.5rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMB02mCpdf9xMlGzoX3EVxOyx1fLQTe3 { top:17.8125rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKS2cU524RtcpazTqetEIe9d5WVDNGB1 { top:21rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdT8CH8gtcTQKUMNiHP5lTb1eSFyu3kP { top:11.875rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHL606SR5uQD1xC5CyCrT3gDpRTllRJo { top:15.1875rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuHiNqX3hxRxRrWOSNxefycELfbOoZs { top:18.5rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t97LKZAXXEFFG7OrCFqWVTTn9swnEJTm { top:9.0625rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMJ27pA8c6eq026nXLpgrMrgZJHngrSe { top:12.0625rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9B0HeMnQiZ4X32dHAV7cBNcgHvJffy { top:15.375rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXC0pgwC5ImLThlnmpavhUIFCMU5Qtzy { top:18.6875rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsVTzMn9QTQEdNUfl7t54wsbpoNAl03E { top:22.5rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxrL5qJvdprWZFZWt7GwCHOborsKX432 { top:18rem;left:0rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeCnJQJLvv4ut8QKZH2K2n9XNVq6h0q7 { top:17.4375rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoAAPQsaiwD3BJETXu2dJzntWLSPDVV1 { top:21.0625rem;left:0rem;width:21.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDvhJuoUxQSkuH9CP6UBh9NztR6DBRD2 { top:20.5625rem;left:0rem;width:24.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avacvy2fQxBXy486zQqHxlHEKk83tP1S { top:24rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtGXq2Sux6DNWQR6tMuN7LB6IqsGADX { top:21.6875rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCUXt9NuUbTskaryQ5VIFim4ixzhNmG { top:24.6875rem;left:29.4375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnR7G9uERNUIu7gFFwqWnDmZF2BkMpDT { top:25.9375rem;left:20.75rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdK8uUbZiJR5sfh3spOmO4TvyA1sowyD { top:25.125rem;left:0rem;width:20.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cen1UMfipL3tEexJI69yaV8e58pTtHfF { top:24.5625rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR5rZu3IpdM9nRae11H06D0NpxMkd48W { top:27.6875rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch2bJS2gVzsfEo3fy6AFguNlTPWufip0 { top:28.375rem;left:0rem;width:22.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d833ilwc2AsrTm2JmryeCBCKBuNhb1AQ { top:22.5rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z65OFq1l42cFZpEokWodh3AaOJOKzoME { top:48.9375rem;left:0rem;width:16.9375rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6aHCXB6Fy6IH7S7yp7FL0trOmHuv6ht { top:0.1875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TipR8M853Js8hzsaZ9hxBK3fvmM8VQLP { width:18.8125rem;height:3.4375rem;top:27.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEMfIudN85nBJcUbvf37Cbbk30ZrNg4W { display:block; }
 }@media only screen and (max-width: 763px) { #TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghGliZzvfDVrayI6T0JUxQwTcPbR3K9A { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { top:6rem;left:0rem;width:29rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { top:11.375rem;left:0rem;width:30rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS8oOGKEPV3OXLrQ16ZQyMxWwhtyx9Px { top:9.8125rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/067e91f3-2b4c-4abc-8b32-31533e1758c9/LandingPageCourseDelivery02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN { display:none; }#lKiTIL0TtDhGVQorv1lb1fzOk8WT5DrN > .row .container { width:20rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9gkE7uTshSAiR8DtscU8KDKhmWJ6rme { width:13.75rem;height:2.9375rem;top:7.5rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e63978;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #KrOnM2exHS6pbA3wRgAhHZVE7pF4mfoA { display:block; }
 }@media only screen and (max-width: 763px) { #f4ufVefPrwNCgv7WoTV2vxnLcGlA3mZ4 { width:12.4375rem;height:1.4624rem;top:1.25rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .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; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-number { padding-top:0.335rem;padding-right:0.2975rem;padding-bottom:0.335rem;padding-left:0.2975rem;width:1.784375rem;min-width:1.784375rem;height:1.800625rem;font-size:1.34rem;line-height:28.81px;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; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.209375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.37875rem;height:0.711875rem;font-size:0.5025rem;line-height:11.39px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP { display:flex;width:13.5rem;height:3.391875rem;top:2.8203125596046rem;left:3.5335940122604rem;padding-top:0.335rem;padding-right:0.34rem;padding-bottom:0.335rem;padding-left:0.34rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gHlRxh1a826pyT4zdaSJXp8ysx6gXNg9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #H9fc1Cg1lITEOTtNLgNVyShZPoOr1yS4 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #XXSaScwgg8zo277XJ63EAKmlZy0GFAer {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #zebV79xrb7UbGNz6V74VUh0gg7QP6rlI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sTcEwCAliX2w9ufHTwZ1Xn5EIRQGBfhA {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #mTReBZc25c7vubL3ZzrBHwGa0F8X3FbG {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #gci6kt7gnU9T6SUatz9ziT0RQvWv5DmN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #sIiLvrpkPSCORWaQ8CXihmnZqLxvWUAX {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #OZfEIWB5sxFqdrHWWdeZv38QZTHXARV9 {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #N0Bi5FpNXcEcny3CtCx2PatBNdPlTtRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #HLSq5zRKJgu8viR7llnxv4o7JIgkfM7y {  }
 }@media only screen and (max-width: 763px) { #aTfmdUge1s0CqiWTOCXcM9OQTOZJVkzP #Xs1PaluXznB8SlOoEUSRtPd9ToWU2F01 {  }
 }@media only screen and (max-width: 763px) { #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c7a450e-313a-4bd4-b9cc-997e2a27b57f/LandingPageDataTechnology09.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.adaptive-delivery-prevent-bg, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyload, #XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak.lazyloading { background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { background-color: transparent; background-image: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container { display: none; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .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); }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { border-width: 0; border-radius: 0; }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row > .video-iframe-container {  }#XGlG5iiNqTZxIrNJAIVzTvyF18o1vTak > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv9N6cIQ4gXGkPf9SsGvDytZegZQhVvf { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xO5JOrJsV3l2nrmdwnF44kp9ZIislphv { width:2.4375rem;height:2.875rem;top:1.25rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyEmlf4MHIun0T663BKp3rxXCA74F5PW { width:19.25rem;height:5.39941875rem;top:4.9375rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rZdh9oQ7tpNecKSrDqdop046NQKr5dvq { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #fvTyVan1xkl7ZKEEbIMkkA6IokhF7BOe { width:16.5625rem;height:4.1875rem;top:19.5rem;left:1.71875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff0000;background-image:none;font-size:1.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #fuVTfIQv0UHfGcXoAmRfamQ3L0o3smAQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ts10D8iyrLs8NfzwZRJ76qrgVz2laNPF { width:19.125rem;height:3.1669875rem;top:13.103515625rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #osXcKdXPGo4c2mFtvQL2MBd55ipU4M3o { width:20rem;height:5.125rem;top:11.64892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOimzSOrzsyVAEQRNv5CBic0twf1nXt { display:block; }#oBOimzSOrzsyVAEQRNv5CBic0twf1nXt > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDKJCcce2Eh29CufWTJCBPXrvPpllRre { width:14.5rem;height:3.89941875rem;top:3.0625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxXxvi9NxpbH6Xiefusvm2QIAN2D8qq { width:14.5rem;height:2.5996125rem;top:9.7060546875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGu44qdnckIeWH2DF1CBDNUOKlNU6Ua { width:14.5rem;height:2.5996125rem;top:15.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxnncMrRyOUpiZ1il2MRmdUIKbT3V04 { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTqMVtKRrdCB2QF8qyPvGVU8bi9qzXLh { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIDZWMQvBAHBbtkfo8gmzRwehiOsTa1v { width:11.625rem;height:0.125rem;top:8.0625rem;left:4.1875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6TmE32v1HWLOr1DHRJyur1ThiH1ux8 { width:11.625rem;height:0.125rem;top:13.5rem;left:4.25rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq { background-color:rgba(255,255,255,0.32);background-image:url("https://images.assets-landingi.com/uc/c65ad7a0-5cc2-470b-be80-743dfd4e9bac/LandingPageDataTechnology14.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.adaptive-delivery-prevent-bg, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyload, #mB6cH6XRZZPw82btEo1UuuMiix6vmhZq.lazyloading { background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { background-color: transparent; background-image: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row > .video-iframe-container { display: none; }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .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); }#mB6cH6XRZZPw82btEo1UuuMiix6vmhZq > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoD9ZZmOIXCKAxNMnShs0C58VfShhUuT { width:16.5rem;height:1.29980625rem;top:8.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #PqfFTvLb3ulttocTgcKJ0aBFgmQetnG8 { width:20rem;height:7.4375rem;top:7.3125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLaiN4Fh3Opgpd1TNwKMfJbfxQi0K2sT { width:3.375rem;height:0;top:15.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI4gk9UIwNd1Fr5vdTRu93yHAAPU2ygm { width:16.25rem;height:2.2744125rem;top:10.6376953125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpex5iL9iVrGPPDTdZBOZTsdFk7X5FTF { width:16.4375rem;height:1.29980625rem;top:16.71240234375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2GvtRldVsFCQvaZ3GvdkkfSIbMO2Q8e { width:3.375rem;height:0;top:32.04296875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zpn8sTwUNn5fk5xsnuQTCQTgyCcS78yw { width:19.0625rem;height:2.2744125rem;top:18.8310546875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFGECZAU7ztw2uLryXfhNWr2lQcUF1s0 { width:18.75rem;height:0;top:50.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1SanZDZorrfo0Vrt69DSkz0SFoROL0I { width:13rem;height:2.2744125rem;top:36.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZFMfesXq8OAyi4r9csTfzyAmLTx6Fz { width:19.125rem;height:1.29980625rem;top:25.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omM0ClLA4WvV76fseK9kLS8AF8uHx6om { width:15.375rem;height:2.2744125rem;top:27.3056640625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNtbALFMpaNHdxftwvPZcXs4knBPgkcm { width:3.375rem;height:0;top:46.368755817413rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0ffCrfVmBFFTcsZMDKVgxQyICwizlxx { width:20rem;height:1.94970625rem;top:2.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kx0h3JWDfuAlPnbI9eZIxkWcaNyqdSNx { width:3.375rem;height:0;top:61.44375038147rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hc4gv9zwSC1dou9K6E997K4JmpamVkE9 { width:20rem;height:7.8125rem;top:15.349609375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:100002;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #kQiAx8Ir35khdK8g0d8tLzQk8rWbESuI { width:20rem;height:7.4375rem;top:23.787109375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #wMKKlwTC25BvLvr5k7EwBeCTRkGppRdU { width:20rem;height:8.25rem;top:31.8125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #ke4x9KdVvtTzqP02r5CWqOeUAggE4Rwq { width:19.8125rem;height:3.5625rem;top:2.005859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkJWTZpb03p8bcLSuW2B4MKqVnNbCc82 { width:20rem;height:6.875rem;top:82.125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #FZ7vgH0LGnxsaTSFB1QilsDWeFh20aky { width:20rem;height:6.875rem;top:90.25rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #BsWqBIZ6JsvJuTuShe515T3IeAaOa3I1 { width:20rem;height:6.875rem;top:106.5rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #sTuydhmzrUbd82BurLLyr7Me6lwVoBX8 { width:20rem;height:5.25rem;top:34.8125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #NwTpV5odrNXnAGGlM9B2neUeG5I7fuOW { width:20rem;height:5.25rem;top:40.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #CRDSGkLOiXGauISqFaEWSsGlblKeGrLl { width:20rem;height:5.25rem;top:46.6875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #QEIPX24Zvw2rcE5yRlBQGVuWSDt01wFE { width:20rem;height:5.25rem;top:52.6875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #meahqK3Tr6gnsvUVk21IZAwJRotU6w2S { width:20rem;height:5.25rem;top:58.6875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #avZ8IdJbZ2aD5ZihKE0hNSsgSwEliMsa { width:3.375rem;height:auto;top:35.4375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRCXoAJmiyNhBmo5JpaUgEMn6fH6HZsU { width:3.375rem;height:auto;top:41.375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5dZITR0G4bmPSK7UDfry91dnch98lBo { width:3.375rem;height:auto;top:47.3125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTbP7NN7BhLRsnTHRdxq4iSApBwvB0xz { width:3.375rem;height:auto;top:53.3125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFvS2NGurk5kWaGIwUaNM6hqgWPcEidp { width:3.375rem;height:auto;top:59.3125rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVbk1d41O5TdSMktTcT0w2wwJEap71Xk { width:17rem;height:2.5996125rem;top:41.63134765625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7ELTHkT3ac3q7gdRCKkVKKwRA4sgp6 { width:20rem;height:2.2744125rem;top:45.3623046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WK7k1GRtCHqvBU1AJant8tEHf45APXTC { width:18rem;height:2.5996125rem;top:50.76904296875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef8tMvwgHaK2l54mflOtCWaE1kWFnJ84 { width:11.625rem;height:1.13720625rem;top:53.931640625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6opt4FeKlMcJQGwx8yvXcMv0COD1MIC { width:20rem;height:2.5996125rem;top:58.96240234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbR6QAEyv6s6ZSDJWo7OTtrtvrksDa2c { width:13.125rem;height:1.13720625rem;top:62.5625rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmubglOIrtFLHn1pTi4Updu0gErtmVyv { width:20rem;height:5.25rem;top:64.625rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:none; }
 }@media only screen and (max-width: 763px) { #k0M6dDzWTrRCC24UbSlLxAhWeVqD2sZ1 { width:3.375rem;height:auto;top:65.25rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nu1G5lQXFQntKBEbigoBzGIJkKrTgQ96 { width:16rem;height:2.5996125rem;top:67.375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vx07CkBs2Wq524Nk82h1ifNOAqs0AdsB { width:18.6875rem;height:2.2744125rem;top:71.02392578125rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r829qOVM9olSeIxXDmslH8l6LL21fAIs { width:20rem;height:2.5996125rem;top:76.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbIdRma0r93ECgzA1MKE2XAlgaPfdaLK { width:20rem;height:1.13720625rem;top:80.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIeZw30lzex3I3936VC19TGfL5Ryf1na { width:20rem;height:2.5996125rem;top:84.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #My0qtvutr5lchaiqmBwaJT6wcT5ZqM7U { width:20rem;height:3.41015625rem;top:87.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOf9eLphTTE8WzewQ9wvTWJgZkPK7fNH { width:20rem;height:2.5996125rem;top:32.89892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7SRVFovGuwy3vDxL6EagEU5MNhzXg5D { width:20rem;height:8.25rem;top:40.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #Fdf3eQfPKx3KQ1kNU04DTZXtSgZgtnWq { width:20rem;height:6.9375rem;top:49.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #TPUCBqz2PZr6m5iNiP9rzT2u3hSftLs9 { width:20rem;height:8.25rem;top:57.4375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #qJ5qHWEhLoPshECeFMsUPdbIFW15Oh5m { width:20rem;height:8.25rem;top:66.375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #qn06ZhLonUTU1UElgQDmeWx5bGtLDLEc { width:20rem;height:8.25rem;top:84.1875rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #QnoW1H9znTRZwmWdOhs41cRgUgXWzxV5 { width:20rem;height:8.25rem;top:75.3125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk { background-color:rgba(255,255,255,0.94);background-image:url("https://images.assets-landingi.com/uc/9fe8bcf0-2097-41ce-b0f5-e4fd4cab589f/LandingPageDataTechnology13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.adaptive-delivery-prevent-bg, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyload, #nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk.lazyloading { background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { background-color: transparent; background-image: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row > .video-iframe-container { display: none; }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .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); }#nISAyR0BXwNHu4ubXaFwUvZZGKh64Ipk > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSM2CTi5lpzpToUUGdeDE1hXk13bbVQw { width:8.8125rem;height:4.875rem;top:15.4375rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G9WcG1VupiH1RU3I9i05PhADNxfW3sEk { width:9.3125rem;height:3.65625rem;top:15.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ai64L0ANvLhI3Oo9vMCavSaokOPIpV5U { width:8.5rem;height:4.875rem;top:27.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hWkEw2s8m10tDdvzG1o15laHQwT08b5U { width:6.75rem;height:4.875rem;top:28.25rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #if7rSQGe9EpMrCPOM5BviCnE51T2Tt9r { width:20rem;height:1.70605625rem;top:3.365234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:100006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HTlVEFJTH3XfZGxfuimiqM0vcLR97QnB { width:7.5625rem;height:6.8125rem;top:7.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lul9i1cFTmyvD9J3ydFZeotFK6pTNHBQ { width:7.5625rem;height:6.8125rem;top:7.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfTl8M227qqtTB6TVGlyFhLVQQhUgcg { width:7.5625rem;height:6.8125rem;top:19.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE2x5w0pPuTnGJaRAVTIidMtWgeXvrId { width:7.5625rem;height:6.8125rem;top:20.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRTEWazenk5MIktluJotfDsh99L1GpG { width:20rem;height:0;top:81.03125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ioaoCkexJ2vCp91TU0Gh1D6T0VXyMBUO { width:19.4375rem;height:3.5625rem;top:2.46826171875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 { background-color:rgba(255,255,255,0.94);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { background-color: transparent; background-image: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container { display: none; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .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); }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { border-width: 0; border-radius: 0; }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row > .video-iframe-container {  }#hxaw1cApz3T5VlkcBHrluQ1N1BiQmJK3 > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTFysO6VgV6raD7a8caZ1TfGwx2SC7D { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpxAMguSwZft8oOXX3COXcM5S1eGpk8f { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhLhd1exKvVyQizyGEy6B9MIVq854p0X { width:18.375rem;height:12.75rem;top:23rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy5CaV2FVyKN3psfvDVUComa5RVORlTS { width:6.625rem;height:1.9375rem;top:40.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHSI1myQB2B4dFdO0rz2OTDeqvaQQH2H { width:6.625rem;height:1.9375rem;top:51.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHoArcuofk3AU4K6GQmU0AEiLkZJVeXi { width:6.625rem;height:1.9375rem;top:62.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikqaSFTCSHQa9hnyE1BicHdTP2iu35W { width:10.375rem;height:1.949225rem;top:65.0625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnP9AA7BPIB12a7MVw6CMXBfMVQ8X8Dp { width:13.6875rem;height:1.94921875rem;top:54.5625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2z15y3TZ188PwseHN6I13SeizeBTN2 { width:16.375rem;height:2.923825rem;top:31.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC25H9ryqay4r2A3thaaEQ9TyiIOXVTL { width:14.5rem;height:0.9746125rem;top:67.8125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zioIZFhd5HlWuK7G1NAePwTqTNtWPgST { width:14.875rem;height:0.9746125rem;top:57.3125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvGgdOBgSxqKq3TsTAJHIzZPsTxslfL { width:11.8125rem;height:0.9746125rem;top:35.3125rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rsHdQpG7o9rWutTPAQMIfTTf6XF4VM { width:17.9375rem;height:1.94970625rem;top:2.6240234375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zwSPgWP7Ls7sQBCe2B7O6tOJ0HBV2RTd { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoNB7Vlx0TEvw7vU8FAHMTBEt6IX3oaE { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbNECMLWu0lRDe1NIrRgn3doe4OiU4Ud { width:6.625rem;height:1.9375rem;top:7.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kshdl1XCNzN1qna8Do2TAnUu1vhPIy6C { width:16.375rem;height:1.949225rem;top:10.16845703125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwGxn4uBooJhT0kcXtyF7RSOE92yyEF8 { width:13.125rem;height:2.923825rem;top:43.13134765625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zMo3m8ml9QJoiv1dbIsKoVgAtaugtv { width:6.625rem;height:1.9375rem;top:18.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gObATv5PFAicqFPoTLUzkrwDGXwmRW9b { width:13.8125rem;height:0.9746125rem;top:13.0625rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sO9GJ8SnRcFEUVxLR59IoksZqV0Tvwyn { width:7.5rem;height:0.9746125rem;top:46.75rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCOEigkGCP0KZP24klf7kd6GlzcJLOXg { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3eLTuE0E5aX5gxU4Xx8qsRag4QvZT0e { width:16.375rem;height:1.949225rem;top:21.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXikW7pG0OHb4dLOnyMaxIyaO0PMwEF { width:14.5rem;height:0.9746125rem;top:24.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn0gqVzGQDeyoeqHww1pinUeLm3KtqAB { width:6.625rem;height:1.9375rem;top:29.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWXU7KE0ufTSTTEh9J4aWBzRpF5Svwf { width:17.625rem;height:8.75rem;top:61.5rem;left:1.1875rem;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GmU2ZheKbaNQv5VGtWSleQdKqwTVBfaW { width:17.625rem;height:8.6875rem;top:50.9375rem;left:1.1875rem;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oeyLuyCEWT5XQtffPda7tcWgdqcli0px { width:17.625rem;height:9.6875rem;top:39.5625rem;left:1.1875rem;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pa8EDqwDqv8CZuiUMRDNV5hDy5hlHrme { width:17.625rem;height:9.375rem;top:28.3125rem;left:1.1875rem;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LTROGGX8PxuqtnrNrN1xVVhbXtpADksn { width:17.625rem;height:9.0625rem;top:17.6875rem;left:1.1875rem;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #g0ucUL1O6J31thWKkZ4dJappAIWCDDLT { width:17.625rem;height:9.3125rem;top:6.4375rem;left:1.125rem;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #FdEszVlRyoTW1yB4F9cbganzcnPBsXRs { width:13rem;height:3.3125rem;top:72.5625rem;left:3.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff0000;background-image:none;font-size:1.125rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #NyvW1y3u4FWKOevF5fh7RTpG4pUBO2Gf { display:block; }
 }@media only screen and (max-width: 763px) { #Das5q99LezzoimrGvTKPEIXkLFewWRCQ { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/e03ebb49-352b-4454-8a10-cef9ae369761/LandingPageDataTechnology10.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ.adaptive-delivery-prevent-bg, #Das5q99LezzoimrGvTKPEIXkLFewWRCQ.lazyload, #Das5q99LezzoimrGvTKPEIXkLFewWRCQ.lazyloading { background-image: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { background-color: transparent; background-image: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container > .video-iframe-container { display: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row > .video-iframe-container { display: none; }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .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); }#Das5q99LezzoimrGvTKPEIXkLFewWRCQ > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGOu2bUAvgoPpenTzO8nXTd2JfRcc1zU { width:16.6875rem;height:3.75rem;top:64.4375rem;left:1.65625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ff0000;background-image:none;font-size:1.125rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #UoVCQTQkzW23K3nITv5HFlf6PQhTWC1W { display:block; }
 }@media only screen and (max-width: 763px) { #KzKeGW6SnX12aaQcWiti5bAvdO4nc860 { width:17.5rem;height:3.0869125rem;top:1.77587890625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoxcmUatsRTBOGEuCWGOnB6skCtff8oo { width:19.75rem;height:61.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsbTWOkubgoZqcoRSZqQHDN6Pr3W1uzD { width:18.8125rem;height:3.5625rem;top:1.60107421875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRZ548hpgTSWt1HBuOhvKHJyBqXTSTN { width:19.75rem;height:30.1875rem;top:51.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgIfW8E3JkQsaenJBScwRQ0BBEhlmnWB { width:19rem;height:3.4375rem;top:9.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhJZgO96etPCKJVtN9yf0P1Nh9BzOGL { display:block; }
 }@media only screen and (max-width: 763px) { #AR8rbSMpXiLOMx6qchScp1rOPT5KXXTy { width:19rem;height:3.4375rem;top:13.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ1TmZJep6kUdqVBldlJSTwWBZhIWTMz { display:block; }
 }@media only screen and (max-width: 763px) { #vp8vMN1KgbLEGOaSaE1B2KyCqqCRTJ4k { width:19rem;height:3.4375rem;top:16.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pseQ9p5zVNPivFr4OV738hTDIAr6ciFi { display:block; }
 }@media only screen and (max-width: 763px) { #ytlsrAG8JwJ6X8VWBMyzgRWdvV7nNF4i { width:19rem;height:3.4375rem;top:20.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibhpHxaXEXXFimvh9mJm6pM3TxbENrT { display:block; }
 }@media only screen and (max-width: 763px) { #ytqMUNgI4SkSB51i1Xna6pwHKRqsm5sT { width:19rem;height:3.4375rem;top:24.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NugFuFiG9XesQbzZJhPC03oMgFliFqyD { display:block; }
 }@media only screen and (max-width: 763px) { #H4XemXJ0pANGZtx7q5yHendR6EVDeX0c { width:19rem;height:3.4375rem;top:28.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHAicUI6wXB1PcLcvhzu7ak31L8MR0m { display:block; }
 }@media only screen and (max-width: 763px) { #qFwnZCqSZ46TNRbNol9guhbpEmszLuVn { width:19rem;height:3.4375rem;top:31.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROrPuvlodkRcprbAKUclk4dqoKTmbpC { display:block; }
 }@media only screen and (max-width: 763px) { #S1HrtpzlQhkyaghTPPOAGDclUkrNIKzV { width:19rem;height:3.4375rem;top:35.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFNCFxKNdlQhqeTnaxQ8vAXGOwuIZuLH { display:block; }
 }@media only screen and (max-width: 763px) { #qHJNPnC52rbIcdUfbaf8vuA5nO4QqGZ3 { width:19rem;height:3.4375rem;top:43.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woXhrHVoTV9ynps7wxi1wqTfra7wtRvi { display:block; }
 }@media only screen and (max-width: 763px) { #pr7lTrS9BMD0eEWvuOT80IwnTCLFgame { width:19rem;height:3.4375rem;top:46.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuB2V9haXaLFGPNdRh2b05yTAM2uShZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zEpgKrVB3aTdpcu3COOF7WTOcaGLTib7 { width:19rem;height:3.5rem;top:50.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl4Ubav4pPNbOviJSI19FIuMFPie70dB { display:block; }
 }@media only screen and (max-width: 763px) { #K5sJ8cuRiAVLKufkDsK75CRvOXhiO9LT { width:19rem;height:3.4375rem;top:54.4375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur1LONqJ1fRD66evN9imIdpWMWzUiHxt { display:block; }
 }@media only screen and (max-width: 763px) { #eZHF5JoNKfexDUP4VQJ47M1IdpbU70U4 { width:19rem;height:3.5rem;top:58.1875rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9mWCLxhNsff2y0OW3VTDrDLVQBqmB1R { display:block; }
 }@media only screen and (max-width: 763px) { #Itso3Bk5sp6NdwiAMHw23e7kC5dc9BkP { width:18.875rem;height:3.4375rem;top:39.4375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSNegakdsPiMqvKv7uTS49taQKfDeR6r { display:block; }
 }@media only screen and (max-width: 763px) { #PZJWZZ8s5IsfurGeZnTe8PMe9TDosO1n { width:19.3125rem;height:1.3808625rem;top:6.25390625rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUg7SZbiAiMdkV1W6Orz7u2svy7gPE9r { width:18.125rem;height:2.4375rem;top:5.72607421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.adaptive-delivery-prevent-bg, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyload, #FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e.lazyloading { background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { background-color: transparent; background-image: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row > .video-iframe-container { display: none; }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .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); }#FN4lAn1bfSiFCtbfvWRc15D1ybZDnG2e > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ad080wcST4ui8q65BVQlHrkgDXCT0D { width:16.25rem;height:1.94970625rem;top:3.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VwEzeAIeP154Bs6oPnEqALn2WvXVSIGo { width:17.9375rem;height:7rem;top:7.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9F3Twfy6HVLqvK3W1bZtFhBOeTS8AX7 { width:13.375rem;height:2.923825rem;top:9.9375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmiULcF3nZKRy3gGyqmnLVlOTEVpHflS { width:14.0625rem;height:2.9248rem;top:18.25rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGnit1JnzQuXNNi3AEllCqQ8OuIIsL1 { width:1.875rem;height:1.8125rem;top:8.1875rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4cbrClQFbVRFT0X46keRdP8RbqCBIHT { width:14.1875rem;height:2.9248rem;top:27.4375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8RENwDak8x0UmiqafNlH3LKNnLh9r0 { width:1.875rem;height:1.8125rem;top:25.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9nxFvqWVT4uFyfEnTcMnzPiB5OWwRu8 { width:1.875rem;height:1.8125rem;top:16.4375rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8cUnLTgigcs7LbKoNeo9STXTcwQL7Dw { width:17.4375rem;height:3.25rem;top:2.5rem;left:1.3125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #T5bT9ROIddt5h1ItzPh3KyZ9PmmO5tKG { width:17.9375rem;height:7rem;top:15.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsTHknOLe7vLLqHqSWWRdfWGcV2FnFKC { width:17.9375rem;height:7rem;top:24.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuVB525880O0UMTgriNgWheh3F2kHW5 { background-color:#000000;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#zwuVB525880O0UMTgriNgWheh3F2kHW5.adaptive-delivery-prevent-bg, #zwuVB525880O0UMTgriNgWheh3F2kHW5.lazyload, #zwuVB525880O0UMTgriNgWheh3F2kHW5.lazyloading { background-image: none; }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row .container { border-width: 0; border-radius: 0; }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row > .video-iframe-container {  }#zwuVB525880O0UMTgriNgWheh3F2kHW5 > .row .container { width:20rem;height:73rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UbLJ45Eksws7pyRLzs7INR5vh1I1Sgu0 { width:20rem;height:1.94970625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NG9m9r5AP0Pg6Nk65oUAhoEr5atbqUPH { width:16.5625rem;height:13rem;top:7.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqnx7SM5gIwCUTlk3Zl3GOn51hGFrnat { width:13.0625rem;height:12.5625rem;top:7.6562509536744rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqEAWcFyJbcxTC0KAMrAQ5aQ2TPXH6F4 { width:17.25rem;height:2.625rem;top:22.9375rem;left:1.375rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #AF88hZChDnAQ6m7G1eLhDVnqersvPIfy { width:19rem;height:1.29980625rem;top:21.4375rem;left:0.5rem;font-size:1rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #BFV759VTGU8tFQB3U3JnW9ccx5nhiE1z { width:16.5625rem;height:13rem;top:28.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6eGJ0mNR9ZneS8atv0FrA5X7XWupAU { width:19rem;height:2.625rem;top:45.3125rem;left:0.5rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #LEVKCeTVTSNOuTlPEQtBnHRxxk7hxq3R { width:19rem;height:2.5996125rem;top:42.375rem;left:0.5rem;font-size:1rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #irlziIKFPJAEpzTrttpgffre3q0p760r { width:13.0625rem;height:12.6875rem;top:28.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdk0X89lrqJEXIaC1xrI7UxWL680zTU { width:17.875rem;height:2.625rem;top:66.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0TKhb5yp4r2vZUtZWWLVUCUqJTNodWA { width:19rem;height:1.29980625rem;top:64.75rem;left:0.5rem;font-size:1rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #z3UfTtybF7pVS6ktJk7zy9AQJ6tC9akK { width:16.5625rem;height:13rem;top:50.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9CS7LvyKbkKzMPeKlMJ7GmvTXhIeV0p { width:11.8125rem;height:11.4375rem;top:51.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 { background-color:rgba(0,0,0,0.28);background-image:url("https://images.assets-landingi.com/uc/3abbeaef-7dd5-4ed6-8e9b-0ae3ed643c09/LandingPageDataTechnology11.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.adaptive-delivery-prevent-bg, #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.lazyload, #Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3.lazyloading { background-image: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { background-color: transparent; background-image: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container > .video-iframe-container { display: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row > .video-iframe-container { display: none; }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .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); }#Nh44FfHeQkatFBxbqgu3UrXxBBJhxpS3 > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TufHHpLEXJQTtA5SwAkHnNFWvRIvTzXK { width:19.625rem;height:5.9375rem;top:21.125rem;left:0rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utLTTpb1RSGSiBH8KxpSmiJWpmExJcKo { width:18.5rem;height:3.574225rem;top:22.462890625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEkohXDUlvJ7W35U2rm51UTTPDaRl43 { width:19.125rem;height:1.94970625rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tezt6gcViVCiCl2vvNosxuk7VhUxgsQn { width:18.8125rem;height:3.5625rem;top:3.755859375rem;left:0.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ff4c8d, #5b06ba);background-image: -moz-linear-gradient(117deg, #ff4c8d, #5b06ba);background-image: -ms-linear-gradient(117deg, #ff4c8d, #5b06ba);background-image: -o-linear-gradient(117deg, #ff4c8d, #5b06ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c8d', endColorstr='#5b06ba' );";background-image: linear-gradient(117deg, #ff4c8d, #5b06ba);background-size:auto !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTEdHxG5hStmMlIoL8F4OgDxHIO3KMoK { width:20rem;height:11.8125rem;top:8.0625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #l9pD0f5m595oJldNfKPyFzFv4GXq95nD { background-color:rgba(0,0,0,0.51);background-image:url("https://images.assets-landingi.com/uc/0b72c830-4950-4149-bcd2-c4ce3885d263/LandingPageDataTechnology12.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD.adaptive-delivery-prevent-bg, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyload, #l9pD0f5m595oJldNfKPyFzFv4GXq95nD.lazyloading { background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { background-color: transparent; background-image: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row > .video-iframe-container { display: none; }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .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); }#l9pD0f5m595oJldNfKPyFzFv4GXq95nD > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idbCtbGNnpoGhJ9TUTNB6hAhb2NOiZDf { width:19.125rem;height:14.5rem;top:9.75rem;left:0.4375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhFntS9Lcy7UP6vFzgbaiF8beXyNMen { width:19.125rem;height:1.625rem;top:2.556640625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zxa2TIPnbtIye5CUckGcQyxrmSPbuTXN { width:16.625rem;height:13.5rem;top:10.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5nZAzVrmf0LyzlykpBqgRKfeouR9rin { width:19.125rem;height:11.1875rem;top:25.1875rem;left:0.4375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSBwkAZPazGlgCApQM0MvJwA0qbu2Zbz { width:14.1875rem;height:7.4375rem;top:27.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgZkN5DAT62Dta31TPzyroKMn02JQ7Au { width:18.8125rem;height:3.5625rem;top:1.75rem;left:0.59375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0bd0229-d69d-4b5c-8e3e-f8d7e9548644/LandingPageDataTechnology09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.adaptive-delivery-prevent-bg, #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.lazyload, #OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW.lazyloading { background-image: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { background-color: transparent; background-image: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container > .video-iframe-container { display: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row > .video-iframe-container { display: none; }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .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); }#OgMw6vuXCg9kt2NFSV3Td6P3c74JwuDW > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyDNZL8J38RBVD1E6rzT3uFZLgrRMkBg { width:20rem;height:0;top:59.9375rem;left:1.53125rem;font-size:2rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #cLPibSwbeAUqCTb6HSEt1WE2U2SiRvLS { width:20rem;height:0;top:93.25rem;left:1.53125rem;font-size:1.75rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #fSSTFtpqCfDfQGK5BzOwyZCFsgma64m8 { width:20rem;height:2.2749rem;top:1.8623046875rem;left:0rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NLTmNUVxoEunnMQrxeSMLl5lKCrC6FDx { width:20rem;height:1.13720625rem;top:5.16259765625rem;left:0rem;font-size:0.875rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #p4mP9gHe3SRDsRhUmTBbzonGcsfvFeRx { width:10.1235625rem;height:3.4375rem;top:20.58935546875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNfPw5wM28E7yP5LHmTPspRmGb5vkXTy { width:10rem;height:3.3125rem;top:35.7216796875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4ega9kOi6coQTABi5hWr8nnac8CHps { width:8.499rem;height:8.499rem;top:14.099609375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHGiCoSWxn3LKarg1Fw65RFyPhCzT2tv { width:8.9365rem;height:8.9365rem;top:28.65966796875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopAT6eSuRe9fyupLm8Vvo5stpkBfH6g { width:17.8125rem;height:1.625rem;top:11.537109375rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfGg3shw2d98x2JbyQ4fJiPW9OGSB8Hp { width:17.8125rem;height:1.625rem;top:26.00439453125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIhc66Ak7MCdXgpDTGtpfnJG8KxreWEJ { width:20rem;height:3.3125rem;top:1.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoHvH3B9b9ymdaGkSTRdtFdO5gs9kLWV { width:13.375rem;height:2.875rem;top:42.03369140625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI3a5uSDOl1lqEg6nuyDbET1HkM4QKEa { display:block; }
 }@media only screen and (max-width: 763px) { #JHQER6ODCb66Ei1pDlOaZUJK0SAoiGoA { width:2.375rem;height:2.375rem;top:25.62939453125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiJITRT3fii6fASPgKUngKqBTo1Cb9Jg { width:2.25rem;height:2.25rem;top:11.224609375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0s0OlJfEKzahoTPikwavXQcQJa4xEU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c65ad7a0-5cc2-470b-be80-743dfd4e9bac/LandingPageDataTechnology14.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU.adaptive-delivery-prevent-bg, #me0s0OlJfEKzahoTPikwavXQcQJa4xEU.lazyload, #me0s0OlJfEKzahoTPikwavXQcQJa4xEU.lazyloading { background-image: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { background-color: transparent; background-image: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container > .video-iframe-container { display: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container { display: none; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .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); }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { border-width: 0; border-radius: 0; }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row > .video-iframe-container {  }#me0s0OlJfEKzahoTPikwavXQcQJa4xEU > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcTBXBATUcvT4I4RkEWb43fp4VrrhTD0 { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tN8vVLbPOsOf1PglppGclBdJeiz1TxMC { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #zuIP5so9mg6p1cPDQ4Rr7eh9plANPo0R { width:0;height:0;top:13.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFgOSbo7X2gFXW6A9eFhZyUx11eRTAHu { width:18.8125rem;height:1.13720625rem;top:43.0625rem;left:1.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KgfQGnzQJR71FM2VUe5HTJhF0HhMzuTC { width:19.875rem;height:28.5rem;top:12.3125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #UOSZgm16XOHBOALz976IPbgZiyOJ98gt { width:17.3125rem;height:3.7373rem;top:13.5625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QihE6k4lth6nfkfTqc1Is70hFDkpVcnX { width:18.5625rem;height:5.84765625rem;top:4rem;left:0.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(162,206,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-text {padding-top: 0; padding-bottom: 0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(162,206,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-select {padding-top: 0; padding-bottom: 0;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-input-button { width:14.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq  { width:17.5rem;height:auto;top:17.29931640625rem;left:0rem; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-family:kanit; }
#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq {display:block;}#c1RJChCR1SCR9i8mgHxmKHphIld9zfXq { width:17.5rem;height:auto;top:17.29931640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RnxIuMVHBWELFTP5LsuMNRHwTqzQCIAf {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JJ1bhIeG4aAq1wIJIrHRIRFecShpRD7Z {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #RCmXElOcdOSBMI4RJXKu8lCgzKk4vRK7 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #wGRkPztI3oRoeIbfofSiWJ5MloicFwy5 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #rf0XtveGMKIL3PUWTaONcJbUtHzsB820 {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #WTTEnI3lEMtLEFb9zJp0m7lCDoCNoURS {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #JXy9hMcJJkAo5rJBE8JvE99upZmkKkPQ {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #ByPrv0xtg7WT5WDvpEpJfFF7dWbG77dv {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #EhtJt9nUMhxTQigx0BFmBLazIeMVVzTF {  }
 }@media only screen and (max-width: 763px) { #tF6ANNCM0sQcZ5dRKEHDP4ETyKmQxnT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bKNB10OcrETE2H3eT8cKk3MRlb0A2AZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #OyltgEHZtyKe69SIHURqidGL6dyLVSZx { display:block; }
 }@media only screen and (max-width: 763px) { #pCQy02KWq9ko1rxiBks9zvgrRopV5rfs { display:block; }
 }@media only screen and (max-width: 763px) { #bJFHz0z6cAT71VxCQ5h1HVUMFoMtaGVR { display:block; }
 }@media only screen and (max-width: 763px) { #oxOWk8BULNitGtumvGfMvOlNGawLcwcp { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #oacrBi6RAqTTMF0gEBTdJue3uNtsT5gP {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #KetBJbrpsXunUJnXFCpPue4ydET5COxM { z-index:2; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #octeuOirgZTCm4GwENMhl3wnoz9cVsOP {  }
 }@media only screen and (max-width: 763px) { #T2xDADqL4O6xkKSEz2v7ZrFuAqI4PdPt { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #FzAyAcghbOs5Qgh77HOgHyAVSbsBmFed { z-index:100000; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #haSDo51QSzvZphMlT3VG6eG8BC5MSdAk { z-index:100000; }
 }@media only screen and (max-width: 763px) { #h50c5fQFqzH7hm52dQCkeUdPZJihwPOc { display:block; }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #gy77GOb5NDSmqc5Wpw3SFLwMxkez0eSz {  }
 }@media only screen and (max-width: 763px) { #c1RJChCR1SCR9i8mgHxmKHphIld9zfXq #hmuaWz9Cq4XIK9M7JgkPvE8scKBVt4uE {  }
 }@media only screen and (max-width: 763px) { #Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z { background-color:transparent;background-image:none;display:none; }#Fl4qPMMLy75xI0OZf6qLT5E3nd3hTk9z > .row .container { width:20rem;height:51.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RG2hPiCGZ5pMtxg2BCvalJMg7OHlNLQP { width:20rem;height:0;top:48.78125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDVC926LPMoOwke6NgLsviKFRfuNTsNA { width:19.75rem;height:2.3125rem;top:55.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFLsUgoSt20GiRqoACeVnrpoTqNTIWHp { width:19.0625rem;height:1.29980625rem;top:6.25rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MLqehATDMMUKzukJuNEOroJilnc8OO2s { width:19.75rem;height:2.3125rem;top:58.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXhgamJ3uQC5fsx5GirsOUe4PGwIWBb7 { width:19.1875rem;height:1.21875rem;top:8.3125rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #dqNxiAwwxEvNvsC51vHaO7fpb0FWyAmt { width:18.9375rem;height:21.75rem;top:21.9375rem;left:0.4375rem;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnnPEIfPTEbi34x0uvPozqDTRep2polq { width:17.9375rem;height:2.1875rem;top:22.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuOWa7MZFTf9Eg50FGFWKVOZ1AxxUHn { width:17.8125rem;height:2.1875rem;top:26.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMB02mCpdf9xMlGzoX3EVxOyx1fLQTe3 { width:17.8125rem;height:2.1875rem;top:29.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKS2cU524RtcpazTqetEIe9d5WVDNGB1 { width:17.75rem;height:2.1875rem;top:32.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdT8CH8gtcTQKUMNiHP5lTb1eSFyu3kP { width:16.8125rem;height:1.05625rem;top:23.5rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHL606SR5uQD1xC5CyCrT3gDpRTllRJo { width:16.9375rem;height:1.05625rem;top:26.8125rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STuHiNqX3hxRxRrWOSNxefycELfbOoZs { width:17.0625rem;height:1.05625rem;top:30.125rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t97LKZAXXEFFG7OrCFqWVTTn9swnEJTm { width:6.25rem;height:6.25rem;top:53.25rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMJ27pA8c6eq026nXLpgrMrgZJHngrSe { width:6.25rem;height:6.25rem;top:56.21875rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JN9B0HeMnQiZ4X32dHAV7cBNcgHvJffy { width:6.25rem;height:6.25rem;top:59.53125rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXC0pgwC5ImLThlnmpavhUIFCMU5Qtzy { width:6.25rem;height:6.25rem;top:62.84375rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsVTzMn9QTQEdNUfl7t54wsbpoNAl03E { width:6.25rem;height:6.25rem;top:66.65625rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxrL5qJvdprWZFZWt7GwCHOborsKX432 { width:19.1875rem;height:1.3rem;top:10.3125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #JeCnJQJLvv4ut8QKZH2K2n9XNVq6h0q7 { width:19.75rem;height:2.3125rem;top:61.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoAAPQsaiwD3BJETXu2dJzntWLSPDVV1 { width:19.25rem;height:1.3rem;top:12.375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #SDvhJuoUxQSkuH9CP6UBh9NztR6DBRD2 { width:19.75rem;height:3.1875rem;top:64.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Avacvy2fQxBXy486zQqHxlHEKk83tP1S { width:17.6875rem;height:2.1875rem;top:36.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtGXq2Sux6DNWQR6tMuN7LB6IqsGADX { width:16.9375rem;height:1.05625rem;top:33.3125rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOCUXt9NuUbTskaryQ5VIFim4ixzhNmG { width:16.9375rem;height:1.05625rem;top:36.9375rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GnR7G9uERNUIu7gFFwqWnDmZF2BkMpDT { width:6.25rem;height:6.25rem;top:70.09375rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdK8uUbZiJR5sfh3spOmO4TvyA1sowyD { width:19.25rem;height:1.3rem;top:15.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #Cen1UMfipL3tEexJI69yaV8e58pTtHfF { width:19.75rem;height:2.3125rem;top:68.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR5rZu3IpdM9nRae11H06D0NpxMkd48W { width:19.75rem;height:2.3125rem;top:71.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ch2bJS2gVzsfEo3fy6AFguNlTPWufip0 { width:19.25rem;height:1.3rem;top:18.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #d833ilwc2AsrTm2JmryeCBCKBuNhb1AQ { width:18.1875rem;height:1.3rem;top:13.8125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#00fffa;display:block; }
 }@media only screen and (max-width: 763px) { #Z65OFq1l42cFZpEokWodh3AaOJOKzoME { width:16.9375rem;height:1.7875rem;top:40.5rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:100046;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6aHCXB6Fy6IH7S7yp7FL0trOmHuv6ht { width:19.0625rem;height:2.4375rem;top:2.75rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:100045;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TipR8M853Js8hzsaZ9hxBK3fvmM8VQLP { width:17.5rem;height:3.4375rem;top:46.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEMfIudN85nBJcUbvf37Cbbk30ZrNg4W { display:block; }
 }@media only screen and (max-width: 763px) { #TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi { display:block; }#TBbEbWcEZZW2xqZ3rmzB4Xvg3B9HKzpi > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghGliZzvfDVrayI6T0JUxQwTcPbR3K9A { width:6.75rem;height:1.375rem;top:2.5625rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVub5AZJzyXDUuPexGoL7UsN0wLVDLQo { width:19.0625rem;height:3.8994125rem;top:4.5625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Brasn26S98kBl8MfJKaKVkXgGTvwT0tb { width:20rem;height:2.92383125rem;top:9.5625152587887rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9THXL2VGCwlqDB9gsAS8LQVcmV7HFE { width:20rem;height:0.975rem;top:24.099227905274rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKSEIbI6EVkJr2gCyTxpHrQXfAmuHZKu { width:14.9375rem;height:2.2744125rem;top:20.599227905274rem;left:2.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAKfsK3b6iWh19Xb4IBTkQcyPsmHwAuz { width:5.6875rem;height:5.6875rem;top:13.661727905274rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS8oOGKEPV3OXLrQ16ZQyMxWwhtyx9Px { width:10.625rem;height:5.9375rem;top:9.8125rem;left:4.6875rem;display:none; }
 }