.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { background-color: transparent; background-image: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container > .video-iframe-container { display: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row > .video-iframe-container { display: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .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); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { border-width: 0; border-radius: 0; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#IzeaNWaMJpAfa2qIaMEM4mQNnp5B0FMb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:50rem;display:none; }
#F63BweXyshystTzPap29vFzWx0ToCob6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrELINALwNV4mzlwvEpa6RMM4eU5iH8i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:62.5rem;display:none; }
#Vn9adhNlfWLWiKdDRkvxXOcoKDkUlOxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpGziRJQKnclSXkEnBCFEoIsR9bTulNx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.0625rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#ICXmqOcNgkZk9OuF4BspUDW7Uc6boBSH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#o434cIDtsIifGJfKpf9h2w7r7Tz6AQPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTVl8oFlgKvXqO0zq6dUeTTRLKMPPcKL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:68.75rem;display:none; }
#cBIim15GN1OCkAHOp5wKJcSEFoTm1lSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI7z1T1oTfsOT1AqPb7HREReccNHokBq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.75rem;display:none; }
#KnuAuPPfzEumCfzlzH3Bc7LOsWEKC3hB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDtudRdPXmrw7VNhhfPo7HFbvBC48UKa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:56.25rem;display:none; }
#pF5dHXeQkcSQAsrK6r52Ny7LUUXR4DIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxxC1ZTns3H8bPNfvC8dy052J421NB6M { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:0.93751531839369rem;left:50.559894561767rem;display:block; }
#yJs6CoN12AM3CNKEr0MeUutXDpVZKcJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6wdcGQla4n1K2VxcHW0wJIqOhmxKCOq { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:0.90625rem;left:40.666015625rem;display:none; }
#ZVPXWO66K3dCIZJ8b10sLZuch1Bli06J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBKRzwibQwNKlF02VKmOT0kLZGUsstTp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:0.93751531839369rem;left:63.123920440675rem;display:block; }
#svCmqWCi7UTGonlvIfd3dl514v1nIy5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b0e699df-9ef8-4ebc-97ff-d9b03667f64e/Header.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4.adaptive-delivery-prevent-bg, #TZNr018L4S2kOqwLXaGFixUxzs8npAt4.lazyload, #TZNr018L4S2kOqwLXaGFixUxzs8npAt4.lazyloading { background-image: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { background-color: transparent; background-image: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container > .video-iframe-container { display: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row > .video-iframe-container { display: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .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); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { border-width: 0; border-radius: 0; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#o66c1ilEfC8SmI9BsFkcPlpfCzdZuzAQ { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:20.37434387207rem;left:0rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n0RTGsy2vhu00vNTMgeomQzTEQuDbUml { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:22.5rem;top:10.123687744141rem;left:0rem;overflow:hidden;display:block; }
#MVH1kHh55fmsOeXsgt3b9aExhk3cGHVk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:26.375rem;display:none; }
#su7GzwkmET7gce851PUXDa3LIOMVWGT0 { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kB9DDvOZvy2HfBzEIs1btOKHyZBP6mGi { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.7495574951175rem;left:0rem;height:1.94970625rem;display:block; }
#sUbrU8q3ssqpr68boLBQcnHrLlEtAFl4 { box-sizing:content-box;height:2.0625rem;width:8.9375rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2770ff, #00c1c1);background-image: -moz-linear-gradient(90deg, #2770ff, #00c1c1);background-image: -ms-linear-gradient(90deg, #2770ff, #00c1c1);background-image: -o-linear-gradient(90deg, #2770ff, #00c1c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770ff', endColorstr='#00c1c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770ff', endColorstr='#00c1c1' );";background-image: linear-gradient(90deg, #2770ff, #00c1c1);background-size:auto !important;top:7.685546875rem;left:5.5609817504883rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#lkxIxm2PexfNIIsE0ZsEoUqhKOsiBJJB { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.998046875rem;left:6.4984817504881rem;height:1.54394375rem;font-style:normal;display:block; }
#tue7IrbxeZp4TL34lbFJNsw8iCEdC3SJ { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:22.772338867188rem;left:0rem;height:6.824225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJVoGUU6RXD5pZRQVKuDm5FodTdQRbBN { color:rgba(255,255,255,0.5);display:block;width:38.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:31.998687744141rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PbBMtBapZdBMuc5rieuaZ57gtGWJ4qDX { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:33.798828125rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fx3aZGFnR1gn38PKwwzAGCCX4CFmd7F8 { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qeLZLyIhyJoVyPQwiWK5BRDOgnkq1T5S { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lhI7rHR2Ufd855WqNEnKDaqR3mgqp0b6 { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DIpbJSe07tRJEXQBFWVwWI076eawdTtp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:47.75rem;display:none; }
#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066ff, #225bdb);background-image: -moz-linear-gradient(90deg, #0066ff, #225bdb);background-image: -ms-linear-gradient(90deg, #0066ff, #225bdb);background-image: -o-linear-gradient(90deg, #0066ff, #225bdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#225bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#225bdb' );";background-image: linear-gradient(90deg, #0066ff, #225bdb);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh > .row .container { border-width: 0; border-radius: 0; }#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#SET8fg1VobyKUDIh2kO2O73uhdzGc42m { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WpBGt7uUarr5FyoRP0CMHJ2Ti9lfJyBz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.375rem;left:0rem; }
#BpOslEgV1LQ3a9HXBXQ1V15AKIFxlEuw { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1865234375rem;left:1.7490234375rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d39ZxBd4IswHRABo0DztwnHDGP4hoVDN { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:22.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCfAn6KwmdMAoqPTV5HSOeEowrnZ8cvD { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.375rem;left:22.4375rem; }
#kxKDcX0afu7ZIJF50odTtOMJvlVcbP43 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:3.224609375rem;left:24.18701171875rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABdeqfc3Xzvz70ROTPl4MfQUfO14x7t9 { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.3125rem;left:42.6875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S218oVVdmGU7eAsmX52bc7PN8JH5dpgL { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.375rem;left:42.6875rem; }
#SnzcBFtAwphP69zGcX247nAnOkpGdFx0 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.224609375rem;left:44.437255859375rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iGtrIPskp9aOkuCiiTuvCi0VZ7czVSya { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.312255859375rem;left:64.8740234375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xhcM6T8HiUTMy8SRRcvQ5twiZJTwEMQV { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.25rem;left:64.9375rem; }
#KZN22DyGiO25s6OqPgf6n4CxCVCFHmF2 { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:3.037109375rem;left:66.74951171875rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aoWCESydbpvWTKKdefNIlXVnBBmbEQpr { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:4.800048828125rem;left:66.75rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { background-color: transparent; background-image: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container > .video-iframe-container { display: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row > .video-iframe-container { display: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .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); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { border-width: 0; border-radius: 0; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oCz4fKDvFgvQ8xqOliB4OTdQdBPslCWc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070721;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5rem;left:0rem;display:block; }
#h6b5UMSgxTWXn7AlaM3BvL2R6gJFo01I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRQThQgK2sLmZaBIqtprsVXLmphimWw5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070721;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5rem;left:15rem;display:block; }
#ztMSQp1TxCAOHkmB69rx54p4zMn5EfZ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ovBNZZge5UWubp2Vbog8Z4GZvSgfDE5m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070721;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.5rem;left:28.75rem;display:block; }
#T3kKnrr54TZuU4DGxJBfWDlO0mhRyBEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPceGQcdQQbXyI6GMkKg14iFvlT1NB4m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070721;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:42.5rem;display:block; }
#pD2A3rSFUTxUWp8fbkJhmxbs4NDnZzy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWaZRtqJrspvlXl9PIribDOlqhxpz02r { background-color:#f1f6ff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { background-color: transparent; background-image: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container > .video-iframe-container { display: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row > .video-iframe-container { display: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .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); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { border-width: 0; border-radius: 0; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#VzpANR3OiPCJsuVoeNaQ5h1hOTUNC6nu { color:#000000;display:block;width:38rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0rem;height:7.69925rem;font-style:normal;display:block; }
#Qoghb2gOrEwmB3zpQMn1tZNML77a2xBZ { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:15.9375rem;left:0rem;height:7rem;display:block; }
#Q83o24WfdTHo05INwWA2JRx6vyUrCyzi { box-sizing:content-box;height:19.375rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:28.6875rem;left:0rem;display:block; }
#e8l1MrekyUJ1THc6Hl0qP0Q6xzk5JS6x { box-sizing:content-box;height:19.375rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#225bdb;background-image:none;top:28.6875rem;left:18.375rem;display:block; }
#tzR9fJmeL0Niv7rH4PHaIeQLztPq0b6M { box-sizing:content-box;height:19.375rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#225bdb;background-image:none;top:28.6875rem;left:37.375rem;display:block; }
#Mfrcr3fI5qma703q2DVhfm6bcz2w9507 { box-sizing:content-box;height:19.375rem;width:0.3125rem;position:absolute;display:block;z-index:15006;background-color:#225bdb;background-image:none;top:28.6875rem;left:56.5rem;display:block; }
#w6JuTb2W83xcdAvneJAsTmqebFwP8u2v { color:#225bdb;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.4375rem;left:1.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#uaCnSeqIgWoFQeOKZRycCwRAK7fE0y1p { color:#225bdb;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#kMNBWHHVBk30F29wph7QF6JrWlTABOGw { color:#225bdb;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.4375rem;left:39.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#k630JxgIG2p3DBQRvT871dQmun3TotBH { color:#225bdb;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.4375rem;left:58.3125rem;height:1.94921875rem;font-style:normal;display:block; }
#d8kEBIu1WGtafcN4Vbi5cai3dKB2piyy { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.1875rem;left:1.0625rem;height:8.125rem;display:block; }
#cAhC6tNc5a5FHJ1aPT6QM3BLQ3mc6kON { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.1875rem;left:20.0625rem;height:11.375rem;display:block; }
#ixA3KCHXQGraayuHKtPUILIDT6Nv4kBK { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.1875rem;left:39.0625rem;height:11.375rem;display:block; }
#oway6P8y1MKyhCcc8tUx5TiTOsXM5G0T { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.1875rem;left:58.3125rem;height:13rem;display:block; }
#Pl6dmcP3eLlZ8pl0yuNTe10WNTcqLPTZ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.125rem;left:0.6875rem; }
#LNy7sAFmy5dsW9Ccwm2GLwZ0wHErpfZt { 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:15016;opacity:1;top:28.9375rem;left:19.875rem; }
#xTyLbiqfieAkCPcV6FcllW9zwIKsItvP { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:29.125rem;left:39.0625rem; }
#RUL0Lp53sUFPbWhqfUVD68Pm5klu0zxN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87475625rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.0625rem;left:58.3125rem; }
#ekJUmhU6gQ6pILGFnhTriQrlM6ZBu5gF { box-sizing:content-box;height:16.25rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:36.560791015625rem;left:0rem;display:none; }
#lLhsBoPX2grUoUnvJfn0OtmiD2z1fDzM { box-sizing:content-box;height:16.25rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:36.560791015625rem;left:0rem;display:none; }
#Kdb0BCwUHI7KtiIFuAaXcxdzi81Dvv2o { box-sizing:content-box;height:16.25rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:36.560791015625rem;left:0rem;display:none; }
#C7tQeyGXxTuv00v0cypbRKUTsl8XFBVk { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.046875rem;left:58.309326171875rem;height:9.0994125rem;display:none; }
#zOC1Wqm0cLI15PAnWdsqLMXqgV5PGFPC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:37.5rem;top:3.125rem;left:37.5rem;overflow:hidden;display:block; }
#pNvgSRMR9N9GabWFJuNtmISpsIVh2uJN { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:22.1875rem;left:0rem;height:7rem;display:none; }
#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 { background-color:#f1f6ff;background-image:url("https://images.assets-landingi.com/uc/3fb6aad7-3e55-41fa-8478-f1b6c30ea730/ClassProfile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0.adaptive-delivery-prevent-bg, #uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0.lazyload, #uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0.lazyloading { background-image: none; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 > .row .container { border-width: 0; border-radius: 0; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#QFrgbIrRknngi38uT4kKf3lXBLJWMgXr { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.875rem;left:37.561847686767rem;height:7.699225rem;font-style:normal;display:block; }
#Ayf83QypeSKGqBZAfxos7IwHRzaQz65l { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.5rem;left:37.5615234375rem;height:7rem;display:block; }
#Ln9gRFknaSGaCUMi09L8TwAWOvlscTik { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:20.75rem;left:37.5625rem;display:block; }
#tH13dc7Hnit3yWEoEeqm3P08rWzOvVcn { color:#0b0b0b;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8125rem;left:38.75rem;height:3.25rem;font-style:normal;display:block; }
#xO3Tl6el1Cm9hpES4Hhwbbx0Td5ud8NB { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5625rem;left:38.75rem;height:2.9248rem;display:block; }
#yo0O7yb6dZsUzhr96zbqbrSq4AvR4XnN { color:#767676;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.4375rem;left:37.5927734375rem;height:1.3999rem;display:block; }
#cQ7sKQaa4R5BT5cJK6mMvNlbFtPvxAvE { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#225bdb;background-image:none;top:20.8125rem;left:50.625rem;display:block; }
#UTT47SLiD2wsU1Fx2OPqM9I0sPFVBIgT { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#225bdb;background-image:none;top:20.75rem;left:63.5rem;display:block; }
#rCdf3fKP5A8c1fZopJSEw2unBKiVQWNc { color:#0b0b0b;display:block;width:6.3745rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.8125rem;left:51.875rem;height:3.25rem;font-style:normal;display:block; }
#FO9syQU9gn900ix90GpKGQyLP6hvuke6 { color:#0b0b0b;display:block;width:6.3733125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:65rem;height:3.25rem;font-style:normal;display:block; }
#bwICQZiTiz6lGc3EsE3N5rCBGb21CwKI { color:#000000;display:block;width:8.6853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5rem;left:51.8125rem;height:2.9248rem;display:block; }
#EN3VpFa2xgBX12r42mP7aQmrLLWAJZfm { color:#000000;display:block;width:8.6853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:65rem;height:1.4624rem;display:block; }
#JnmJVcCKrvRVChfrPTXmmsaEQSl0nciD { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:12.3125rem;left:37.5625rem;height:6.29774375rem;display:none; }
#s9zTVZGKgK5PqmHWJ6nub0E4zPOqTylE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:75rem;display:none; }
#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/5ce375cc-819b-4347-88bf-337c502e8a41/NGTD11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.adaptive-delivery-prevent-bg, #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.lazyload, #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.lazyloading { background-image: none; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II > .row .container { border-width: 0; border-radius: 0; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:none; }#QalbgJzq0zUegQTKffw4D8ge9hs0BEir { color:#ffffff;display:block;width:22.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:19.0625rem;left:2.4375rem;height:3.4982625rem;display:none; }
#hpAKgTXvu2T4xbUSdc1fUxeaA43beAlh { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#a3c3ff;background-image:none;top:19.125rem;left:1.25rem;display:none; }
#WffUxDvgALmovqURgibon5KOEQUTwuGD { color:#ffffff;display:block;width:33.6230625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5625rem;left:2.4375rem;height:2.599825rem;font-style:normal;display:none; }
#gmTLXt4TuRW5b3byWmm3AkVyqhWZ5qZQ { box-sizing:content-box;height:8.125rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#a3c3ff;background-image:none;top:29.5625rem;left:1.25rem;display:none; }
#CxGI6USuavk8OVnDSUzQxXRXq9sH2Vzx { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:29.75rem;left:2.4375rem;height:1.74913125rem;display:none; }
#iLQ3twJb4W8C3tPkV4Th7OCglCGMovZn { color:#ffffff;display:block;width:28.81225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:32.6875rem;left:2.4375rem;height:5.19965rem;font-style:normal;display:none; }
#Qw2Td9fsQtoRTlNkP8bMzFtl2MCTdsgv { box-sizing:content-box;height:9.375rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#a3c3ff;background-image:none;top:41.125rem;left:1.25rem;display:none; }
#kbUIh83tOUoFfVEQAxUTbI0ihrn9hNkW { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:41.25rem;left:2.4375rem;height:1.74913125rem;display:none; }
#keWo0K6VR2CXhhOGhBhgt7ekRDoe3Kox { color:#ffffff;display:block;width:28.8110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:44.3125rem;left:2.4375rem;height:6.4995625rem;font-style:normal;display:none; }
#FdNTb9sHJdT0KI6r9RceXcEDTF5te3QD { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.75rem;left:0rem;height:11.5488375rem;font-style:normal;display:block; }
#sREfEhuBJOeFHdayCa0SS7yrQXspKUmr { background-color:transparent;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:46.5rem;left:30.1455078125rem;display:block; }
#ewMR86nJTzmCvKKTroCUuI0TXEQkCFav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrzgTscNFJ4Ah7lKLclUvA5OqKBLKG5I { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:10.4375rem;left:54rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ln3Io6MB9Z1sGZLLtv3JQRIGWOu07GdW { color:#ffffff;display:block;width:17.249375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:13.9375rem;left:54.0625rem;height:4.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DLtVGewnNge9FW9vgSRCV1KXIlzmyA5t { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:30.3125rem;top:21.28125rem;left:41rem;overflow:hidden;display:block; }
#sIi6m3tDtMINHHZ8mhO6PUNaN1KIdIwf { color:#a3c3ff;display:block;width:17.249375rem;position:absolute;font-family:caveat;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:32.75rem;left:54.125rem;height:3.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BZIOPT7CX4ndut2td4RbiuttRl2Nvupl { color:#a3c3ff;display:block;width:27.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:35.8125rem;left:44rem;height:4.199225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#m3hkRy61l6HdRaDnDK1o37nkk9UqtqLs { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.75rem;left:0rem;height:11.54623125rem;font-style:normal;display:none; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:"ibm plex sans thai";color:#ffffff;line-height:1.4;overflow:hidden;height:auto; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6dc911a128576f0c2c1a371b6a6344d7508ac99e.svg");background-size:contain !important; }#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-trigger.adaptive-delivery-prevent-bg, #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-trigger.lazyload, #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-trigger.lazyloading { background-image: none; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa { box-sizing:content-box;height:auto;width:34.75rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15010;background-color:transparent;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:17.17333984375rem;left:0rem; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #m7zmdk9AVLAr8aDK4QBI1K0WodD4wRiE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #U5T8zy8nQHHi7FlOlwE3QlJ6TsTcPlm2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #TTCtNpcmk3Mcgd3C3T36ifcfw7vuzU2M { display:block;position:relative; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #ki7xgE79Q6rOSNngT1z07Pf19DyaVEK6 {  }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #vPBDlsSM5e8SRAdr93UpTgip6t1NUz9k { display:none; }
#goJMafKWCO2Ha5SsL2sVFGVmkIiXmrK5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:30.3125rem;top:28.8125rem;left:43.6875rem;overflow:hidden;display:none; }
#ylSIwT4qvrNKIN9l1zBZLBB3rleAPzq3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:49.875rem;display:none; }
#c6cb7Th3fQvtHo7LJOKH90sH6aXnrVyc { color:#a3c3ff;display:block;width:27.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:42.749572753906rem;left:47.686634063721rem;height:4.375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#MTZUqzN4T94GT99URFhhQDTyweodaTIZ { position:relative;display:block; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ { background-color: transparent; background-image: none; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container > .video-iframe-container { display: none; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row > .video-iframe-container { display: none; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .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); }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ { border-width: 0; border-radius: 0; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#svNnuEwmOGBbKlusLRu8G2tzSkGq05Ef { color:#000000;display:block;width:34.4998125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.75rem;left:0rem;height:11.5488625rem;font-style:normal;display:block; }
#xzMeSTDCeVQw1OukuXyLVu3NtM1IZF4a { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.75rem;left:39.9375rem;height:11.5488125rem;font-style:normal;display:block; }
#eJ0Nt1BGcZaDoEVW98WXOeQMQmM1rgGO { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.1875rem;left:0rem;height:7rem;display:block; }
#UchKQCi04U4iZae2ZTaIXFrE38wAiSKE { color:#000000;display:block;width:30.8745rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.1875rem;left:39.9375rem;height:3.5rem;display:block; }
#cXhdrpDObghMEzSExkWDQWWWPsZKR6Jh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.8745rem;width:33.624rem;top:26.0625rem;left:0rem;display:block; }
#W8CHQL5VpldEdrfT5RHDBPVrFAcIvBOQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5.81163125rem;top:22.75rem;left:39.375rem;overflow:hidden;display:block; }
#RBvfTbZ2hhdNZVG7JEoNFUfOzlXei2cW { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.25rem;top:31.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#sUEWzo4PxVQluCwciDZ02hkJSxxc2aTQ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.25rem;top:39.375rem;left:39.1875rem;overflow:hidden;display:block; }
#dc72AF6bGQhkePSa5bTNQoBJ3O2mWRmB { color:#226dff;display:block;width:19.124375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:22.5rem;left:46.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uuQ8U5TQuDZNm6KNAIoSW3uph4tO8Tlf { color:#226dff;display:block;width:19.124375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:30.8125rem;left:46.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ISnmhScRTLTZgPSRc5rqvrTZZHsMo8qa { color:#226dff;display:block;width:19.124375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:39.0625rem;left:46.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GtWofZF2PMAyRpKBHcQN0KtnmBMa1f5P { color:#000000;display:block;width:28.0620625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24.9375rem;left:46.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtBZlcvUnxLnMZqoA98nndTrycCg3vm7 { color:#000000;display:block;width:28.061rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:33.1875rem;left:46.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WrSA5Qp7BLXTFue2kJBISa4tE1AknP3N { color:#000000;display:block;width:28.061rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:41.5rem;left:46.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXTVtBkeUED7v1n3pQS2VHLtGaJRhUTx { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.273216247559rem;left:0rem;height:6.996525rem;display:none; }
#FwZxAZJ8Qh2QTQQOu3s94HQL7ReqH9mr { color:#000000;display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.273216247559rem;left:39.937068939209rem;height:3.4982625rem;display:none; }
#eqXgP3Vantk8vSgbb75u1eqFR9DsfTRJ { color:#000000;display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.273216247559rem;left:39.937068939209rem;height:3.4982625rem;display:none; }
#T7tQVoGN3lTiVDcuPMhULHpB6AJ00zXs { color:#000000;display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.273216247559rem;left:39.937068939209rem;height:3.4982625rem;display:none; }
#cfWnFzcw9nRLdJwOdRoRyXm7xTrQilZ7 { color:#000000;display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:17.273216247559rem;left:39.937068939209rem;height:3.4982625rem;display:none; }
#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/5ce375cc-819b-4347-88bf-337c502e8a41/NGTD11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.adaptive-delivery-prevent-bg, #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.lazyload, #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.lazyloading { background-image: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { background-color: transparent; background-image: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container > .video-iframe-container { display: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row > .video-iframe-container { display: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .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); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { border-width: 0; border-radius: 0; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#VckFr35Q7PKDr1HcmTZf6gbvgTiJNKgQ { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.875rem;left:5.0625rem;height:4.19921875rem;font-style:normal;display:block; }
#DdmaOC9XGr9txaZdwaK1ucsHUZlNM5dy { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.0625rem;height:3.25rem;font-style:normal;display:block; }
#SxvBVcboTzT6zBAQHgxSSH0Fs4xS58GW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.6875rem;left:6.5rem; }
#a9o9KmhnanuLe5qRq3yubA5qd9294bGM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.75rem;left:6.5rem; }
#WFbQ66EUZhbQOcPz0MHZXayyr8KWd8KS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.8125rem;left:6.5rem; }
#ZCfa7Bw8NoKZU8HM35iBAqJ2r2RLFh2G { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.8125rem;width:22.9375rem;top:4.875rem;left:3.5rem;overflow:hidden;display:block; }
#zoh0GlOA3KWO7c7u9wtHwH64JCoSWEQn { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29.6875rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#Te3fOuQ4LXwSPkwFEdUAQteEc7DEO2T5 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:31.75rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#rZ6cX4G06yyApI7gTPpfBrwGgFQc1DAS { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.75rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#elxdrqWOh8Zso5mc0kp2hzuEIy9XrD3P { color:#000000;display:block;width:14rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:35.3125rem;left:9.1875rem;height:1.21875rem;font-style:normal;display:block; }
#ssaml9ynGL35hB7KxHB1rvvZ38hQQo7n { color:#0a3689;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:38.1875rem;left:5.0625rem;height:1.21875rem;font-style:normal;display:block; }
#FcuFSReoEaRT8Jh833hTPxtGmTGbQmp2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.75rem;top:3.875rem;left:14.75rem;overflow:hidden;display:block; }
#iqwoJFHsnWKMfGvSSQV2V2t2DkUyTTtX { box-sizing:content-box;height:36.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:4.875rem;left:3.5rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.5) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:"ibm plex sans thai";color:#ffffff;height:auto; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c02548329ca9d7dbbe4211a457089919fe216f3b.svg");background-size:contain !important; }#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-trigger.adaptive-delivery-prevent-bg, #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-trigger.lazyload, #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-trigger.lazyloading { background-image: none; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc { box-sizing:content-box;height:auto;width:39.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15011;background-color:rgba(255,255,255,0.15);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:21.8125rem;left:29.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #fKQIvteIb0dcaeuMSug18XKTC2QvqXAO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #x1IgKsQMLPWAQlLAbOWB2lQwfEP9bzRT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #ypC04wNARgHR7MNrkp8IlCysMwlDmO5d { display:block;position:relative; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #LLXBVrGTG6t6gODEJRDRDLehZ9LskyLx {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #OfdVxJosEyZURmfpBXSJ1t35GdmcTsGW {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #IO7zcRUXXXlWeRhIaLmFBbphRv1AXDCU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #UuXTGzITw5Qe6c26AhDnFoAmmp0wb8pm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #NXXdnt7AtDVhQPmbOgX6fDGETLFsQlGF { display:block;position:relative; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #VGsyu9UnprKDRdKZB5QtFroBv6grvdH9 {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #xQG9QBEz9QgwhObu3iHUmBoTMemklddG { display:none; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CLFqmzpnUBKydTmqg04FLcC94PAgiVSU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #i779lcn6n1sPDMoCbtX7PkeNOn6qTtu5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #rGU4qxl26lWu56HPJBQXD6lqV0lRrsga { display:block;position:relative; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #FEsyzfmS4Ob5IUlKQEyq2dWfoN8FgcF3 {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #uoRglqcM3Og0b10hS0EntvyaF9CNTltX { display:none; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CARWrq3Rs01tAh64ITW2eXqlJhbi5xlB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #EX0R41J0XGGm1rFQ9n8i6umO7kocSylI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #tFfV0oE9or5uURZN7tMRlpvxUWo0TqtT { display:block;position:relative; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #lCxTkDx5KNO1O1DpuFHmZ1M7c8SgnIC3 {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #zLzHo5Tfgty126ILt3UpUmB55l03NqzN { display:none; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #p1nxuKJ24Nx4FK6dd0FRUQMtNgRtFWKX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #l9FslHDLtnTHLf5xr3K73wVZ7Z8kyGWE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #qBNvKS9i92BmKsHvkPdNea0mWChOLsSq { display:block;position:relative; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #cbsHNexyan3kCtJTJgcleIhvABXhxgtX {  }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #f3mX7BTcOUL6ksE1BZCRiQoImq55dT7K { display:none; }
#KOzfpnEn2b2dcXWUieHGsqwtctTBZBcC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:36.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:4.875rem;left:3.5rem;display:block; }
#IxEUvJMQsgXCOeu7N4g3wOwczgVrdHs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFr3ah0HKUGTwTdIUNVOptWpGRxqXaMc { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.875rem;left:29.9375rem;height:7.699225rem;display:block; }
#HFwQtVZnltzZzilmEy1P1JZU8QaWIEWT { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.0625rem;left:29.9375rem;height:5.25rem;display:block; }
#QZVecq3ui6Unri5ZbKot2IOTzhhia68P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/3a544e3d-170b-4be8-8342-2ec80f19844c/NGTD21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P.adaptive-delivery-prevent-bg, #QZVecq3ui6Unri5ZbKot2IOTzhhia68P.lazyload, #QZVecq3ui6Unri5ZbKot2IOTzhhia68P.lazyloading { background-image: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { background-color: transparent; background-image: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container > .video-iframe-container { display: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row > .video-iframe-container { display: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .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); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { border-width: 0; border-radius: 0; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { font-size:0.875rem;font-family:arial;height:65.5rem;width:75rem;position:relative;display:block; }#IZawuxg2rXItySuFxTz0NeXLZE5DJ3Au { box-sizing:content-box;height:36.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.375rem;left:3.5rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.5) ;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#psoGuOiIArCPxMIB6EAPbVkJcLeS4ZyM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.8125rem;width:22.9375rem;top:5.375rem;left:3.5rem;overflow:hidden;display:block; }
#aBl8GtX1SMlNHi1WWJG0e2mAfuhatAKC { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:19.375rem;left:5.0625rem;height:4.19921875rem;font-style:normal;display:block; }
#OgzD6gwoVTCZhEsycJqVcC52erQgNKQL { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.75rem;top:4.5rem;left:14.75rem;overflow:hidden;display:block; }
#X9K7IPSs50TXrNTf9ST51BRcsJKdo82F { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25rem;left:5.0625rem;height:3.25rem;font-style:normal;display:block; }
#DVOghS3KsIAcqIsZo9okTLoUoJyMANI2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:30.1875rem;left:6.5rem; }
#ZWLdgP3HTk3kOvIDp6COOg3geTw3oMSs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:32.25rem;left:6.5rem; }
#rXpLvoofKpPh0dLGp16Fq6UpAyLMcN4y { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:30.1875rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#VuA4mfGUXhsFqG3h4Dy5FvempK6ZHV1d { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.1875rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#eruWV1yVKvHcEw2mI7MHUqxMTAdcQeVm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:34.3125rem;left:6.5rem; }
#TyQWRDMRUgoeHt0gfQ6fkfyeO8Lumm8Q { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:34.25rem;left:9.1875rem;height:1.625rem;font-style:normal;display:block; }
#TFmuvTPNNToxxys0eBZcbTLUu0IAwT3C { color:#000000;display:block;width:14rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:35.8125rem;left:9.1875rem;height:1.21875rem;font-style:normal;display:block; }
#w53cdscpriDX0zOgBzaOSQrVMPFuIdQZ { color:#0a3689;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.6875rem;left:5.0625rem;height:1.21875rem;font-style:normal;display:block; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:"ibm plex sans thai";color:#ffffff;height:auto; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c02548329ca9d7dbbe4211a457089919fe216f3b.svg");background-size:contain !important; }#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-trigger.adaptive-delivery-prevent-bg, #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-trigger.lazyload, #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-trigger.lazyloading { background-image: none; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 { box-sizing:content-box;height:auto;width:39.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15010;background-color:rgba(255,255,255,0.15);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:22.625rem;left:30rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #EOos8GT1ECLEHkDuvo0dTHV5FcPl1q0g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ODGQI6KIcmE1irAmKSiausGxOfdSSe6F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ZKFtcCNpwsacsx8IAF3X0UdUAu243Q3y { display:block;position:relative; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #SVf8xMOcQJSSAMyAemvFA5AAmQTefHNv {  }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #KQ2lXDIIphVaEdLJqHZJUHMMJcQsT2C7 {  }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #xS4JV4Tvd6T9cdaO5gm7l04tiSlxnaTq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #CqxkXcpvZA8uwIVvNfFh9AXHy25ath4r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #AAITctlqemviVaBieTWempTVg90vphEU { display:block;position:relative; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #N9THJkW7B7OTUL3PHTwTGoxz5cnLb6fV {  }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #T1D6QnsTpLqFkltAJmN3MvQsaT9vQ6gx { display:none; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #M6hkoNyNShrmNvlfiIKEmlMhfwnTIhzV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #WQ2kyiTvs2vT3vnZgzHJQK7v13vsmZ1C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #cspTHUH13zOriR8NwdF2nF4a3LTDUXbO { display:block;position:relative; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #K6CH28lwaOycagBHIINc7ASox5lus4Fc {  }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #sKTnkDWgMI8MzfRItTnTAz2I7i5GBQK0 { display:none; }
#hM1ev0fczMCW2KgUq1URonLHsrfECe63 { color:#ffffff;display:block;width:17.2480625rem;position:absolute;font-family:caveat;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:56.5rem;left:30.3125rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRXnGq5MQPZ0xP6mr2BvILutB3wIyRL8 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:57.5625rem;left:44.5625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7unBcuiPmrPDleAtcEWQhh7AuftNm6I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:36.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:5.375rem;left:3.5rem;display:block; }
#M327pGSB7URdTkiLvFNHskmHstZGm3H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCLT51V53ahv3K1b6LrTp19c1CsRi0IC { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.375rem;left:30rem;height:7.69925rem;display:block; }
#MEOQat6t30iM5xd9pmx26Tt5nZg9mVac { color:#ffffff;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15.375rem;left:30.125rem;height:5.25rem;display:block; }
#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/3a544e3d-170b-4be8-8342-2ec80f19844c/NGTD21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.adaptive-delivery-prevent-bg, #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.lazyload, #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.lazyloading { background-image: none; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO > .row .container { border-width: 0; border-radius: 0; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:none; }#q6yhx0KsTT8FcPwTziNUQsTl3dK4pdCG { color:#ffffff;display:block;width:22.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:21.498474121094rem;left:41.123485565186rem;height:1.74913125rem;display:none; }
#LIJbkkhfIPBtlCU9Hq9mRfqaBIb0mdmV { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#74ffff;background-image:none;top:21.5625rem;left:39.937503814698rem;display:none; }
#oi1UIB4P5d0lEXoe9l5Bi3p8niEwdLig { color:#ffffff;display:block;width:33.6230625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.498718261719rem;left:41.123485565186rem;height:3.8997375rem;font-style:normal;display:none; }
#JmfLgO7AlwNFwPhO8DFWNsHT67BFVTWT { box-sizing:content-box;height:7.1875rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#74ffff;background-image:none;top:31.998718261719rem;left:39.937503814698rem;display:none; }
#M4MVSx2hCUzFlE8FyTgdLzXKiFgZlP4f { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:32.1875rem;left:41.123485565186rem;height:1.74913125rem;display:none; }
#LKzQO4GLXLpoH8IpZlRJXL8OsIQ7Iibp { color:#ffffff;display:block;width:28.81225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:35.123718261719rem;left:41.123485565186rem;height:3.8997375rem;font-style:normal;display:none; }
#TQo0SUh5hUfOdf31M5vSvNNBbpsCI9sf { box-sizing:content-box;height:7.1875rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#74ffff;background-image:none;top:42.685562133789rem;left:39.937503814698rem;display:none; }
#Z21nvR4UOE9gQBbFt0UGrbxW6FrA9xRc { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:42.810333251953rem;left:41.123485565186rem;height:1.74913125rem;display:none; }
#s8fA0PEx9fmuHcuqgalVQmzfWGLhuOrE { color:#ffffff;display:block;width:28.8110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:45.873489379882rem;left:41.123485565186rem;height:3.8997375rem;font-style:normal;display:none; }
#as2viyTgeCaM6D3Jt9eiD0wgm8u4Hubf { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.9375rem;left:38.90625rem;height:11.02441875rem;font-style:normal;display:block; }
#vDMgHlnBVT5il9gcp4QeeNV0a5WgBZir { background-color:transparent;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.485375rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.25rem;left:28.76953125rem;display:block; }
#BNQzZ8i1yhrbWWnHseSnhudcP3GwwEGM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzcCTp9cZVCZpl9vBDaBcvucuHiPOFRB { color:#ffffff;display:block;width:17.249375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:10.4375rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1cw0SStVBrdZCt7Fd5uTx5Qs2Qakx9g { color:#ffffff;display:block;width:17.249375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.9375rem;left:0rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meW6kQB4XpFAE7bgADusgUgOvWPnI9oZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:33.1875rem;top:21.3125rem;left:0rem;overflow:hidden;display:block; }
#aAOWpdQcIAfoVvMPwnlGTx7261t8qhWx { color:#ffffff;display:block;width:17.249375rem;position:absolute;font-family:caveat;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:32.75rem;left:0rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7HWXqgBGWJ0BQnv56cBu6FzHHCWuhKM { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.8125rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kk8KQGBUtWBoTCDy5NFkQK5xrqix77sT { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:7.8125rem;left:38.687503814698rem;height:11.02210625rem;font-style:normal;display:none; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"ibm plex sans thai";color:#ffffff; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a0f2f0f7d15e9e28fa351b768fc882c56ae1db84.svg");background-size:contain !important; }#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-trigger.adaptive-delivery-prevent-bg, #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-trigger.lazyload, #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-trigger.lazyloading { background-image: none; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT { box-sizing:content-box;height:auto;width:33.8720625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;top:15.9228515625rem;left:38.5009765625rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JLfyaT9kxFnOuuVkffsK5iyD3XNZ5Lwq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #FRIfv4UaDQJr3lAtDx3OGtBrSZaDvQ1X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #GOvlLoRd9iPOO0TA5fNJJ7i0pTUJZlpM { display:block;position:relative; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #R1FbTbHFbtryCrFQdFfMFEm4z102DEb2 {  }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #b7MGBkxcTbkc3ghwZ9hfoJrL6IRF3rgR {  }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #qZUADNA3buN9XOkG797icJgyxIUATPLl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #KsPFQomqdF08wsiPCcCdVS7aVGI55Q0n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JT5VW8U8kDUF9dQ2VLQGxurM3AOGxHVp { display:block;position:relative; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #soXbpAh7LuZgUZ8NdKMZ7vs4bA1b0wRQ {  }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #HEcUOaUIRs4zAIcGyLRP4fL1ILUISrfg { display:none; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #pvdFhip23rRqIZzmfR1IXZUZdllicS70 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #v7uc1pEmkrpmz4WfrfmDnQ4ooMOXAhHM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #Ug1oBv2T0uxDaT3eZybqaXMDr3wbAQQ0 { display:block;position:relative; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #LoaHQ1s3U1yalPrMyRZb2XkLBdT6lL40 {  }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #UD9B6ppoLoonuz0KG2xFp5Krkd8Twt0n { display:none; }
#end1h74EZdNZOtOrkpTT1pGcwdExPB71 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:40.434895992279rem;left:0rem;height:7.0865875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KCX9MdCGR0q2xVGEIcnUA1Mzs2soTQMz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:33.1875rem;top:26.31184387207rem;left:0rem;overflow:hidden;display:none; }
#qzXaCG6v5mznT0rGrnUdXgCenFN5A2Uw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:49.875rem;display:none; }
#Pr5z92EWVcpASbv8kUfpP6O3LZivGe21 { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:38.125rem;left:0rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtyTg3KGcI8gT5Mp2FeJsTVdlIwhzzBd { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:46.6875rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f9f2e50c-6f1d-4549-bef2-9c035f283f80/Alumni.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2.adaptive-delivery-prevent-bg, #dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2.lazyload, #dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2.lazyloading { background-image: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { background-color: transparent; background-image: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container > .video-iframe-container { display: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row > .video-iframe-container { display: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .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); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { border-width: 0; border-radius: 0; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#GS1vb0MWDQfox8uwyZrEHZlSWMPhoG2v { box-sizing:content-box;height:22.0625rem;width:33.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0.7);background-image:none;top:1.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#iHpDbp5z4QhzIqa7ZTq6NpCLTGBV6wL6 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LBuGnCfhTJOXbeOp5HWNAk2wS7elVUJl { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:16.8125rem;left:24.125rem;display:block; }
#H2HevaRQRW3pP5KszS55TA0w3Dre4R0e { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hXPEhttoNwi0VnVsDqColHwZxSuVp6oo { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:3.4993476867676rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTQRcMlkZoSrxqfLH0Tu05DSNPGhTy1E { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:16.4375rem;left:13.9375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FR3d6tfKKZ0RzEhNsknSyyiyN0cSMATV { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:13.936634063721rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nCWeddBTvN2WuiNMqE74guaf6R8vkVJw { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:25.061851501465rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fI4Zqb76fuilkzyI8TvJBagrRznPCdfZ { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.4375rem;left:25.0625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXyTcaleJ6EeoRlAPFAlPpB8VPkrQT9t { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:16.8125rem;left:13rem;display:block; }
#oTZ3qT1mkHUT1FVJufidTEqDa3RJikWG { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:16.625rem;left:2.5625rem;display:block; }
#pnQZPlBmwvsZTh1Q2FC3JKNd5pXFdskR { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bvdGBuCJk33XE72q9x6UBZawIQJNwAfl { box-sizing:content-box;height:22.0625rem;width:39.1875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:1.875rem;left:35.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#eTJqD2c6ObgQJ6GWsyavHaZifk03wNK3 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:36.3125rem;top:3.1875rem;left:37.25rem;overflow:hidden;display:block; }
#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;background-image:url("https://images.assets-landingi.com/uc/bfa20027-bb25-4214-962a-e9a58f12cb6f/Instructor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE.adaptive-delivery-prevent-bg, #E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE.lazyload, #E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE.lazyloading { background-image: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { background-color: transparent; background-image: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container > .video-iframe-container { display: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row > .video-iframe-container { display: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .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); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { border-width: 0; border-radius: 0; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#lKw0aTmQ8T8KgT95R8nHZ6it8MaqTowg { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:37.500003814698rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5JKGwyRWifP5zrDx3G6KimyOOF7aIKu { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.548828125rem;left:37.5rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.616760253906rem;left:37.500003814698rem;height:8.0595625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 li:before{  }
#RP5oBMALRnT6NzHETTJgLB82Jn4pfl9f { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.125rem;left:37.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DTxcQIyaQxDGL7X1bff3T5mTuzobDULT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:31.8125rem;display:none; }
#NOZIg2pkIvITfLTRl8dQ9lJw87r66GZS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:37.5rem;display:block; }
#l6kEIq92wsVIJ4gWFU701kTHMnoBcwWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IICZXvMxTXxliF8hwonNldRtbVJsNv2i { color:#000000;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:2.4375rem;left:0rem;display:none; }
#skE5tFC3W5eMlnFgBlVBBTK9Uu6K9mbB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:75rem;display:none; }
#tEfS7kymRy8hXOnsDnwaFiZRgzNHULIO { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:22.75rem;left:0.625rem;display:none; }
#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq > .row .container { border-width: 0; border-radius: 0; }#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:none; }#l3rZE6r8aN2khy8tsSx6CVZ5bkcAusnF { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0615234375rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DsVmZIlvizW4TQUnhI6kIJIdz2ETPsSx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.4375rem;width:17.25rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#RsvqCWtrXmlDWauOA6iN7EsG9prRHgmT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.4375rem;width:17.25rem;top:9.1875rem;left:19.1875rem;overflow:hidden;display:block; }
#kwisk1WTuxDTao87WET5qSGefsEV9sR0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.4375rem;width:17.25rem;top:9.1875rem;left:57.75rem;overflow:hidden;display:block; }
#XEMQORsGgPL51L9WOEGTonhEzcW3txhV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;display:none; }
#Novne5NIMx6KgkMJamUlueTXl52clKUz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:74.875rem;display:none; }
#ow9ko7fQswXkGn00M465OAe6TRq3fRDq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:74.875rem;display:none; }
#dcBfs41NKVAtFtGt3Ax1XSQr99KTTxyQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:75rem;display:none; }
#qcLOkrs8eiNMAuxNXpfwgd6BnDHeXVH2 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:9.625rem;left:10.8125rem;display:none; }
#TcmsLd6cslaAABeJIbpMaRdA3oZK4zEu { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:12.625rem;left:10.0625rem;display:none; }
#ZCmDfs07MbTW1EcmI4bIGL0AiZmvRcp9 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:15.875rem;left:10.0625rem;display:none; }
#Aveg7CMbuU3N4t9yy1aAOZMVFI1PkbTu { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:12.625rem;left:10.0625rem;display:none; }
#abOzTh8tSX1lCpqBkB0UdDWB08cbET7T { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:22rem;left:10.0625rem;display:none; }
#NTmCncoJrVeBsJgTlJmMnuN8XTXgLGo3 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:25.4375rem;left:10.0625rem;display:none; }
#wNx1l3hvTvkNA9BR7azCywsCiUVnF8I3 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:28.125rem;left:10.0625rem;display:none; }
#Xv5lZtP6e2S7tuGS4MwToFUxmJRkBFNu { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:30.375rem;left:10.0625rem;display:none; }
#L9OIiZypsJFl72AuuF7n9W9tTbezhc9d { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#oy1gnh065ag4rkoouTowOGm4T382KKIH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FRUfopOVTcoiQRRpvtRUk1GIIdMsofXQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hyCgEMGdGT1B3UMJd40MlMiX75NAcdi6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nZ91OSLz6cmW5QTG5EZ1aDCZ4K4xTztg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.4375rem;width:17.1875rem;top:9.1875rem;left:38.6875rem;overflow:hidden;display:block; }
#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ > .row .container { border-width: 0; border-radius: 0; }#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;overflow:visible;position:relative;display:none; }#McnbKST6tCizwbWgmsdCc6Gf4fnm611E { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.875rem;left:0rem;height:7.699225rem;font-style:normal;display:block; }
#l4I6qiArkxq29mUcbUH0Ohni5vQ4n7I0 { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.75rem;left:37.5625rem;height:7rem;display:block; }
#RpfkQVQWmtovCH1gt0KeaTkzitycNEdT { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:#225bdb;background-image:none;top:21rem;left:37.5625rem;display:block; }
#dSeTWNzDwZMANnf6tH3qeF3zHkkkcMgZ { color:#0b0b0b;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:38.75rem;height:3.2504875rem;font-style:normal;display:block; }
#Vq1M9A6635fEipK79SNmRDFyEZlf6NxB { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.75rem;height:2.9248rem;display:block; }
#gdkTVffzZcNN9H333dAXyKChrbZdBQ6c { color:#767676;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.6875rem;left:37.5625rem;height:1.4003875rem;display:block; }
#JNA5bQbPI6Zz3QsniDI96XRzKFfxAxgZ { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:#225bdb;background-image:none;top:21.0625rem;left:50.625rem;display:block; }
#f5eUfyc70OMd5pq7NW3Itex6U3Ru3KdO { box-sizing:content-box;height:6.875rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:#225bdb;background-image:none;top:21rem;left:63.5rem;display:block; }
#q5ZhTto68QssVLkV8vPPPivENTxmcXvd { color:#0b0b0b;display:block;width:6.3745rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:51.875rem;height:3.2504875rem;font-style:normal;display:block; }
#Aa3ZCmUnCmJUQ04ywKCMgmIL9ylPssiV { color:#0b0b0b;display:block;width:6.3733125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:65rem;height:3.2504875rem;font-style:normal;display:block; }
#XeTlxwX1HaKag8rBTRiLBv7CpufbQDz3 { color:#000000;display:block;width:8.6853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.75rem;left:51.8125rem;height:2.9248rem;display:block; }
#FW3iPQKhReAmKyQ7rPlx0Swm70bOIWNx { color:#000000;display:block;width:8.6853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.75rem;left:65rem;height:1.462675rem;display:block; }
#gFhcIQvqUktFsbUgndEUXBNMtVhORk3I { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:12.3125rem;left:37.5625rem;height:6.29774375rem;display:none; }
#tvA8XWibVAlsCi1Ad3DWSEr8tlb6XyeJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:11.0625rem;left:0rem;display:block; }
#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f9f2e50c-6f1d-4549-bef2-9c035f283f80/Alumni.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc.adaptive-delivery-prevent-bg, #nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc.lazyload, #nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc.lazyloading { background-image: none; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc > .row .container { border-width: 0; border-radius: 0; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:none; }#dyPSQ6QAO4VsMbQXIxtaW7ETVr4rvRrx { box-sizing:content-box;height:22.0625rem;width:33.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0.7);background-image:none;top:1.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#nrAyF9sTZlfnlEzHH2driOyS4UVfnuME { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnuQknxb6Cd1FE4i4azQuHkv5I8N6iyN { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:16.8125rem;left:24.125rem;display:block; }
#wldDVTXaDdME4ho89bg5AlBzwDVrTT6T { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BraBeyqlQz2pcnO3TlmVn8TvMuMahTFM { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:3.4993476867676rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTDN4yANQKTciNyFkg08rWneJTHnuxbQ { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:16.4375rem;left:13.9375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yF8izKD5waOUN1xIgJkxxQDpNQMluMoo { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:13.936634063721rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XkzyruwxnXnI1ElETlIcuFVHZmXVZec4 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:19.437072753906rem;left:25.061851501465rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kRizU75gPQP2FqoxkPvzT6OaPN77dQ0U { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.4375rem;left:25.0625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WNo8oKMnOduebS9IUeLCiwWG1hx3y4K4 { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:16.8125rem;left:13rem;display:block; }
#Hvr1hqVkQ0iuQbPtk7WNbuToqObuOvkC { box-sizing:content-box;height:4.0625rem;width:0.1875rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:16.625rem;left:2.5625rem;display:block; }
#A6JqlK0W3GBOTv1lzHkfOBu2DJbBfhrW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.0625rem;width:39.1875rem;top:1.875rem;left:35.8125rem;display:block; }
#ncymNbTJwr3TPHy8hNSv0CX9G2kp9RR5 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.5625rem;height:10.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { background-color: transparent; background-image: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container > .video-iframe-container { display: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row > .video-iframe-container { display: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .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); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { border-width: 0; border-radius: 0; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#PPMwsucHbMmmzT2207ASFPS1e90yVTGw { color:#000000;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JRoDo4OvcwOMBgbGuvG4Cs3TXnMTIX2F { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.75rem;top:8.5rem;left:0.625rem;display:block; }
#doHvkLq6TAFxtsdFkphS8XCw6GxcQJJW { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.75rem;top:8.5rem;left:25.625rem;display:block; }
#tXSHuvJEWpxJ431m246HIP6TKQXd3Al7 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.75rem;top:8.5rem;left:50.625rem;display:block; }
#EMxpWPiHQIZTDrUHEAReb05TPQkt4K9e { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxnUkP5oGnTghzv24UNQfz8M6T9i1oIW { color:#000000;display:block;width:22.061625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.851566314698rem;left:26.468101501465rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzWrRedQRBMTuFLvRQER1SCxXNzAVI7J { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { background-color: transparent; background-image: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container > .video-iframe-container { display: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row > .video-iframe-container { display: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .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); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { border-width: 0; border-radius: 0; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#iT9UcQ1e3UK0XFAcu4lMI1AcvyBkfqZJ { position:absolute;display:block;z-index:15020;height:29.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/adb050bf-0acf-4bfd-a16f-deb62d4df28f/Price.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H.adaptive-delivery-prevent-bg, #ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H.lazyload, #ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H.lazyloading { background-image: none; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container { background-color: transparent; background-image: none; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container > .video-iframe-container { display: none; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row > .video-iframe-container { display: none; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .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); }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container { border-width: 0; border-radius: 0; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#p2goWRz1hzrT8rrfXfl8PIRCtzgO9zlv { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SW0qOTlDnZc0M1KCgMms5AQ6F19GW8eN { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.6875rem;top:9.5rem;left:27.75rem;overflow:hidden;display:block; }
#n1IwwsCaUOMGLLuUC0sNcTrn4GqlMVm7 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:9.5rem;left:14.4375rem;height:1.6875rem;display:block; }
#xiMGiueAob7wHLdRPotIuRGlZ57Zix99 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:9.5rem;left:32.6875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#FkHf0ugCzlPOBuNRFtEpPAVhHy21AfsJ { color:#f9d147;display:block;width:21.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:11.25rem;left:26.8125rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOoTyShWNoMOR9lD8rBQhIoGXSWuZAaV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:17.625rem;top:20.125rem;left:9rem;overflow:hidden;display:block; }
#G0JKgLs0hNZN53OP4a4WTUmCo3iqV4pH { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:12.8125rem;top:21.5rem;left:11.375rem;overflow:hidden;display:block; }
#qVMNcBivH0xRLlTBnpyM8ngSAvKgEvr1 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:30.125rem;left:12.5rem;overflow:hidden;display:block; }
#f1P8AWwSnLqAvqeW8eECiqaih2FR3S8c { color:#ffffff;display:block;width:9.124375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:30.3125rem;left:15.375rem;height:1.57470625rem;font-style:normal;display:block; }
#SrOec1Ekm36rXeS5PFqadr43QPBJbQ0C { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:28.4375rem;left:15.375rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I1x64q4ZJpul55XvZpI92AxHkpJVWdXN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #f17400);background-image: -moz-linear-gradient(90deg, #e80000, #f17400);background-image: -ms-linear-gradient(90deg, #e80000, #f17400);background-image: -o-linear-gradient(90deg, #e80000, #f17400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#f17400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#f17400' );";background-image: linear-gradient(90deg, #e80000, #f17400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:34.625rem;left:12.8125rem;display:block; }
#sUyw2z7VmHFT2OAWErUsEBg6PvokpF4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqPQMiFVSlvInGhLEHaFMLhpaot4xTra { color:#ffffff;display:block;width:10.374375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:32.125rem;left:15.375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WrqoKOqthv4IOTtqEnHnBbFQVP0S2Ccx { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:28.125rem;left:12.5rem; }
#DpiA3XEecis6MT8ZuBsdc5yoV1wgDnri { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:32.0625rem;left:12.5rem; }
#iEQiWzgFkFe7ywTfiGzUsEotTA95AAld { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:17.625rem;top:20.125rem;left:27.875rem;overflow:hidden;display:block; }
#GIsbBdh9exdrzZNX77glUxSexNhbZkkA { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:12.8125rem;top:21.5rem;left:30.25rem;overflow:hidden;display:block; }
#laq9T6UFt9qxkSCiqEme7bHprZdHfPIE { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:28.375rem;left:34.375rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sCNH51MPQHVGKmSMfwbfy0o2Wo5FCxsL { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:28.125rem;left:31.3125rem; }
#mElqUKooEvA3a7suEiZQKth11iHGBvDh { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:31.875rem;left:31.3125rem; }
#yWXsJG9rTRAr7bM19E2Vz9bWa5gTUSf8 { color:#ffffff;display:block;width:10.374375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:32.1875rem;left:34.375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZMgeQU6MIQk54xXMe588V9hh05TLxFT3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e80000, #f17400);background-image: -moz-linear-gradient(90deg, #e80000, #f17400);background-image: -ms-linear-gradient(90deg, #e80000, #f17400);background-image: -o-linear-gradient(90deg, #e80000, #f17400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#f17400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80000', endColorstr='#f17400' );";background-image: linear-gradient(90deg, #e80000, #f17400);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:34.6875rem;left:31.6875rem;display:block; }
#qHGwdAn3y3V1174TMk6heWRMvRFn4JR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoSARMevXTePPW3eMN9o3oy2z9zdfU1J { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0156ff, #003599);background-image: -moz-linear-gradient(90deg, #0156ff, #003599);background-image: -ms-linear-gradient(90deg, #0156ff, #003599);background-image: -o-linear-gradient(90deg, #0156ff, #003599);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0156ff', endColorstr='#003599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0156ff', endColorstr='#003599' );";background-image: linear-gradient(90deg, #0156ff, #003599);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.936875rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:43.6875rem;left:24.875rem;display:block; }
#IKDukvsUZ8a7cAmTyr8WmTT1mpt262VN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODeySwINuLTg8hOwhUPUnqaR3M2XDkD9 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.92298625rem;height:2.79861125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:43.6875rem;left:38.125rem;display:block; }
#lDrJaqbhpS8PccvBR1uTw7vBd57betqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSUnlDVz2drQh7CGP9Evie6t1BonWIUD { color:#ffffff;display:block;width:35.0615rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:49.1875rem;left:19.9052734375rem;height:4.5625rem;text-align:left;text-align-last:left;display:block; }#bSUnlDVz2drQh7CGP9Evie6t1BonWIUD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bSUnlDVz2drQh7CGP9Evie6t1BonWIUD li:before{  }
#gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh { box-sizing:content-box;height:22.561875rem;width:60.999375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c0b3f53-40dc-4d86-9b0e-00fe9a5e7f7b/Rectangle161123919.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:18.1875rem;left:6.9375rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }#gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh.adaptive-delivery-prevent-bg, #gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh.lazyload, #gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh.lazyloading { background-image: none; }
#bc4PrtFa9Zhp1oFTp0cMpezWvcN547gu { color:#d80038;display:block;width:13.3735rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:normal;z-index:15080;line-height:1.2;letter-spacing:0;top:21.125rem;left:49.5rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#hXKQWCzJRXhNTgoGuLaaxrEF7GTftcQx { color:#000000;display:block;width:14.936rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:27rem;left:48.75rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#urw5qW8cnhCG52uZ1ANU4aDoPEonyWJD { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74913125rem;width:1.74913125rem;top:30.0625rem;left:31.375rem;overflow:hidden;display:block; }
#WyL9w6CyxqFfEU6lC0BqLgbVHpT485wT { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.25rem;left:34.4375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xEalpq1i6oCt6a0FHHwZzuPc69bD0tK4 { color:#d80038;display:block;width:3.249025rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:normal;z-index:15086;line-height:1;letter-spacing:0;top:31.5rem;left:48.6875rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#romTwlIM8frr5qmCoF7HQqOOVktRvdq0 { color:#d80038;display:block;width:11.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.3125rem;font-weight:normal;z-index:15085;line-height:1.2;letter-spacing:0;top:31.0625rem;left:52.125rem;height:3.9746125rem;text-align:center;text-align-last:center;display:block; }
#sBMl4rc0pvHG0iBrQ3EhcGntueFL2T8s { color:#767676;display:block;width:14.561625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:300;z-index:15087;line-height:1;letter-spacing:0;top:35.125rem;left:48.5625rem;height:1.1879875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0Dw2MZv0IfZL7wkTqtbemqhJlHGN4Op { box-sizing:content-box;height:0.25rem;width:4.375rem;position:absolute;display:block;z-index:15089;background-color:#231f20;background-image:none;top:35.5625rem;left:57rem;display:block; }
#LI3RC8wo0pMqk02DEGTEa9gKvBB2cPGL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:26.8125rem;display:none; }
#C2r6JVNEuHpROHIcW47MqJMLtSCLx8Dl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:75rem;display:none; }
#F8B73RIA4py6rI0Qnv67JTNTQynp6lCF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:45.5625rem;display:none; }
#SBy6ucc5CRGDDvAN87wnbZGyJPd6i0eZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:73.4375rem;display:none; }
#htIUZVhSxbdvJZlmcsCQATM2guRDdQ7T { color:#000000;display:block;width:14.9355625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15085;line-height:1.4;letter-spacing:0;top:36.625rem;left:48.78125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/420e4294-2a2c-4104-bc9e-1e62b88c5ae5/ContactUs.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.adaptive-delivery-prevent-bg, #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.lazyload, #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.lazyloading { background-image: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { background-color: transparent; background-image: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container > .video-iframe-container { display: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row > .video-iframe-container { display: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .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); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { border-width: 0; border-radius: 0; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-form-header { font-size:1.125rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-regular-label { height:auto;display:block;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:700;color:#000000;width:31.1875rem;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;font-style:normal;line-height:1.5;text-align:left;text-align-last:left;vertical-align:top; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.1875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0;vertical-align:top; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0;vertical-align:top; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .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; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0156ff, #003599);background-image: -moz-linear-gradient(90deg, #0156ff, #003599);background-image: -ms-linear-gradient(90deg, #0156ff, #003599);background-image: -o-linear-gradient(90deg, #0156ff, #003599);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0156ff', endColorstr='#003599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0156ff', endColorstr='#003599' );";background-image: linear-gradient(90deg, #0156ff, #003599);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:8.5rem;margin-bottom:0.25rem;margin-left:7.8125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:15.5625rem;height:3.4375rem;font-family:"ibm plex sans thai";overflow:hidden;font-style:normal; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:1rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:1rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:1rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"ibm plex sans thai";font-size:1rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30rem;overflow:hidden;font-style:normal;float:none; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .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; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:anuphan;font-size:1rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1;float:none; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container:first-of-type{padding-top:0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container:last-of-type{padding-bottom:0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15074;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:4.5009765625rem;left:40.125rem;font-size:1.125rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.1875rem;display:block;vertical-align:top; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-info-text { display:block;height:auto;font-family:"ibm plex sans thai";font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 {display:block;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15074;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:4.5009765625rem;left:40.125rem;font-size:1.125rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #brHRuCPZoNZTd9tLBAOrsvitvrT7cSil { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #JW84eciqfRnosBRtgQ4RReuvaKQ68dcx { position:relative;display:none; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #nTa2JrSqxFnHhK6touzTJzEtpxvCfJg5 { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #helTmFrh9INVhBaimXZ1udse97qfLsTw { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #mPxIWWuVyxMkQRoPgiVKvhcycQ9aKnmS { position:relative;display:none; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wuPhzZRuFmlHCB8K6bVSv9XavPqo3u2M { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GFFTw55DpyeTL8U5T09Tepo132DpcIM0 { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #rWSE6JJOtvZamQhN5d2e7MFDzqeCmIpJ { position:relative;display:none; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #o4SwAff9RuqTwpb3lp3VoueXk4DoXM7P { position:relative; }
#rCR78XWN5shIBNrrrHwV4HXVXxAsoi7x { position:relative;display:block; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv .container-column{width:50%;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GKdq4NMBUEtTqNFQGqC2mx58sDhiTSyX { position:relative;display:block; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #BvTKJNfC8ev3eI6caFTs1hxBTZe83aZK { position:relative;z-index:2; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #cZ0ZTfHUsMnHoP5mGRQDohyOAT2lbxC7 { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wiAsTnZ6h12VWO5UUHKgGUXmbGVo1F9V { position:relative;z-index:2; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #fIhT9PeLCu9LT9bPcvqBWRxXXK7aKNrv { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #LRMDuE5XO8JZrq2tJVpRx6CzPgTN57P6 { position:relative;display:block;z-index:15000; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #Rv551W0bTQNktsOvHu3UTQyN7XTTDw6F { position:relative;display:block;z-index:15000; }
#Mx1f3SloPlsOXDFpTCdi7Mf5OBVLDku8 { position:relative;display:block; }
#oWJrf8gXR5VVLlZW3pcQ68XBtmm2QFAk { position:relative;display:block; }
#TgFzm6nhaVs2ducZEByRebUnsg3kDX7d { position:relative;display:block; }
#EIboEVwhZ4ZfdgSIoOVUFsWHP9yUolBG { position:relative;display:block; }
#veVd3Vcnbl2TI2084wOslRyURMlmH4o7 { position:relative;display:block; }
#SqWATJzTS1zLpPyB2S0WXBCEyVXfXowD { position:relative;display:block; }
#kikQ4tJkHL8Z2dxT9lxsL1F7KIlTTc3C { position:relative;display:block; }
#QddnORhidlzFJimIPEeTcLRJE3Bb69IN { position:relative;display:block; }
#TAT08PaccH1i0J1QLPvSsoK2On2XTukQ { position:relative;display:block; }
#TaWOPIxo18PsAcllZ5liXL242bihz39X { position:relative;display:block; }
#oatQ58XuCKyPxUMNh5fPxJdP35bJBSZk { position:relative;display:block; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #oKrp2A64Hl3Wdzx0gzu71MncpVD8LI0o { position:relative; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #tmKrepanZqslKZIBeLMfVLJO7FT0VXSX { position:relative; }
#IgzivTnvEP2yhIJBey52oJ9zZFWoHtSi { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.125rem;left:2.875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KEGzlf53WUq9UrTwAtSxTEPl9QVmq9er { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12rem;left:2.875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4ZF3mFmsDMARUWwr6D4H4uthr5CcFH7 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:19.6875rem;left:13rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CvGg9TSkW9gQLedET9AsSQyHkD96dsPk { color:#ffffff;display:block;width:17.5615rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:21.8125rem;left:13rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#krvLmRIznwvX5dsqvyZTieOvTTIVILWz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.625rem;left:10.3125rem;overflow:hidden;display:block; }
#x5yqT3NGS2euDoEl1sm3eMr9zT7yvTLb { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.6875rem;left:10.3125rem;overflow:hidden;display:block; }
#n7dMI29nnoh4CcO63S8vRpTsmRWoee10 { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:17.4375rem;left:10.3125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGMW4EOzW542TtFPm5klJToaHrksRd14 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:5.6875rem;top:16.3125rem;left:2.875rem;overflow:hidden;display:block; }
#mbd9UIcQP63TQ6dWgOpCPHO5ZqcRedw3 { box-sizing:content-box;height:23.125rem;width:37.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0.7);background-image:none;top:3.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#mL1u60gCfEz8AKNe0ioLIMayR1FuqgtX { box-sizing:content-box;height:18rem;width:37.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.7);background-image:none;top:28.060546875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#k9A4sCFVuvKnmqHUTA40Z8aSy4b9gWgt { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.6875rem;left:2.15625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FeIeSt6AaZ40MVKs9iOQ9bXU7RJiwtZg { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.3125rem;left:2.15625rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#upiI3kmscN8yBbTGv2zCsWd77DbdaTqf { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:38.5rem;left:2.1875rem;overflow:hidden;display:block; }
#KCZVxJmelMF8QkudD89AheU9sRNALPgh { color:#ffffff;display:block;width:17.5615rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:38.625rem;left:4.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekWqBiFoLiab9Gb1DHXiNtOLq77UyN7L { background-color:transparent;background-image:none;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.8125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:41.375rem;left:2.15625rem;display:block; }
#n0867TkLSuRpVRD5N9wxTNvc9SZAE3e4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKoK1zT9SfPeAT9d0ThpVLEXAZiVw4UL { box-sizing:content-box;height:33.625rem;width:35.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.75rem;left:39.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container { background-color: transparent; background-image: none; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container > .video-iframe-container { display: none; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row > .video-iframe-container { display: none; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .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); }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container { border-width: 0; border-radius: 0; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#zv4XOEieKey26zHN0lH3EcH4HDXgCDvT { color:#a6a6a6;display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#pALhrr0DpeRC1guBgFKWARLPBFoLzxph { color:#a6a6a6;display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#sN2NcN9ErgXWOPxef30b45AL1RlCIPqt { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#NTvafMDdeq4If7lmeMp5w1VJT4Sx50Iu { color:#a6a6a6;display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#N2yt45l7EosuCRqsNQwy8DNTWyUvCT4T { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#Pey77LgO5qTWXHrbfaw3bcsFyryNFpou { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#Fol8QG3I7WIM6IuTObBlp19rdRCqb71d { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#C4b3vQhTxHT33uBb4lIb8UuOfdWXiq8b { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#UaM1ZuxBTo0TrJawBvTCBiGEGoEivUpa { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.6875rem;left:59.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I { display:block; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzeaNWaMJpAfa2qIaMEM4mQNnp5B0FMb { width:6.25rem;height:2.1875rem;top:1.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F63BweXyshystTzPap29vFzWx0ToCob6 { display:block; }
 }@media only screen and (max-width: 763px) { #hrELINALwNV4mzlwvEpa6RMM4eU5iH8i { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9adhNlfWLWiKdDRkvxXOcoKDkUlOxz { display:block; }
 }@media only screen and (max-width: 763px) { #HpGziRJQKnclSXkEnBCFEoIsR9bTulNx { width:7.0625rem;height:2.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICXmqOcNgkZk9OuF4BspUDW7Uc6boBSH { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o434cIDtsIifGJfKpf9h2w7r7Tz6AQPR { display:block; }
 }@media only screen and (max-width: 763px) { #pTVl8oFlgKvXqO0zq6dUeTTRLKMPPcKL { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBIim15GN1OCkAHOp5wKJcSEFoTm1lSO { display:block; }
 }@media only screen and (max-width: 763px) { #TI7z1T1oTfsOT1AqPb7HREReccNHokBq { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnuAuPPfzEumCfzlzH3Bc7LOsWEKC3hB { display:block; }
 }@media only screen and (max-width: 763px) { #CDtudRdPXmrw7VNhhfPo7HFbvBC48UKa { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF5dHXeQkcSQAsrK6r52Ny7LUUXR4DIg { display:block; }
 }@media only screen and (max-width: 763px) { #mxxC1ZTns3H8bPNfvC8dy052J421NB6M { width:11.875rem;height:2.5rem;top:0.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJs6CoN12AM3CNKEr0MeUutXDpVZKcJN { display:block; }
 }@media only screen and (max-width: 763px) { #v6wdcGQla4n1K2VxcHW0wJIqOhmxKCOq { width:8.75rem;height:2.8125rem;top:0.875rem;left:27.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVPXWO66K3dCIZJ8b10sLZuch1Bli06J { display:block; }
 }@media only screen and (max-width: 763px) { #nBKRzwibQwNKlF02VKmOT0kLZGUsstTp { width:11.875rem;height:2.5rem;top:0.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCmqWCi7UTGonlvIfd3dl514v1nIy5v { display:block; }
 }@media only screen and (max-width: 763px) { #TZNr018L4S2kOqwLXaGFixUxzs8npAt4 { display:block; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o66c1ilEfC8SmI9BsFkcPlpfCzdZuzAQ { top:20.3125rem;left:0rem;width:38.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RTGsy2vhu00vNTMgeomQzTEQuDbUml { top:10.0625rem;left:0rem;width:22.5rem;height:7.686625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVH1kHh55fmsOeXsgt3b9aExhk3cGHVk { width:26.375rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #su7GzwkmET7gce851PUXDa3LIOMVWGT0 { top:19.9375rem;left:0rem;width:18.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB9DDvOZvy2HfBzEIs1btOKHyZBP6mGi { top:7.6875rem;left:0rem;width:5.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUbrU8q3ssqpr68boLBQcnHrLlEtAFl4 { top:7.625rem;left:0rem;width:8.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkxIxm2PexfNIIsE0ZsEoUqhKOsiBJJB { top:7.9375rem;left:0rem;width:7.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tue7IrbxeZp4TL34lbFJNsw8iCEdC3SJ { top:22.75rem;left:0rem;width:43.625rem;height:6.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVoGUU6RXD5pZRQVKuDm5FodTdQRbBN { top:31.9375rem;left:0rem;width:38.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbBMtBapZdBMuc5rieuaZ57gtGWJ4qDX { top:33.75rem;left:0rem;width:38.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx3aZGFnR1gn38PKwwzAGCCX4CFmd7F8 { top:23.125rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeLZLyIhyJoVyPQwiWK5BRDOgnkq1T5S { top:36.0625rem;left:0rem;width:18.375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhI7rHR2Ufd855WqNEnKDaqR3mgqp0b6 { top:37.75rem;left:0rem;width:18.375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIpbJSe07tRJEXQBFWVwWI076eawdTtp { width:47.75rem;height:28.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh { display:block; }#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SET8fg1VobyKUDIh2kO2O73uhdzGc42m { top:1.3125rem;left:0rem;width:6.75rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpBGt7uUarr5FyoRP0CMHJ2Ti9lfJyBz { top:3.375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpOslEgV1LQ3a9HXBXQ1V15AKIFxlEuw { top:3.125rem;left:0rem;width:18.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d39ZxBd4IswHRABo0DztwnHDGP4hoVDN { top:1.3125rem;left:8.8125rem;width:6.75rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCfAn6KwmdMAoqPTV5HSOeEowrnZ8cvD { top:3.375rem;left:8.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxKDcX0afu7ZIJF50odTtOMJvlVcbP43 { top:3.1875rem;left:10.56103515625rem;width:11.625rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdeqfc3Xzvz70ROTPl4MfQUfO14x7t9 { top:1.3125rem;left:29.0625rem;width:8.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S218oVVdmGU7eAsmX52bc7PN8JH5dpgL { top:3.375rem;left:29.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnzcBFtAwphP69zGcX247nAnOkpGdFx0 { top:3.1875rem;left:30.812255859375rem;width:9.9375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGtrIPskp9aOkuCiiTuvCi0VZ7czVSya { top:1.25rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhcM6T8HiUTMy8SRRcvQ5twiZJTwEMQV { top:3.25rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZN22DyGiO25s6OqPgf6n4CxCVCFHmF2 { top:3rem;left:39.625rem;width:8.125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoWCESydbpvWTKKdefNIlXVnBBmbEQpr { top:4.75rem;left:39.625rem;width:8.125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d { display:block; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCz4fKDvFgvQ8xqOliB4OTdQdBPslCWc { width:15rem;height:3.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6b5UMSgxTWXn7AlaM3BvL2R6gJFo01I { display:block; }
 }@media only screen and (max-width: 763px) { #xRQThQgK2sLmZaBIqtprsVXLmphimWw5 { width:13.75rem;height:3.125rem;top:0.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMSQp1TxCAOHkmB69rx54p4zMn5EfZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ovBNZZge5UWubp2Vbog8Z4GZvSgfDE5m { width:13.75rem;height:3.125rem;top:0.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kKnrr54TZuU4DGxJBfWDlO0mhRyBEM { display:block; }
 }@media only screen and (max-width: 763px) { #UPceGQcdQQbXyI6GMkKg14iFvlT1NB4m { width:15rem;height:3.125rem;top:0.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2A3rSFUTxUWp8fbkJhmxbs4NDnZzy6 { display:block; }
 }@media only screen and (max-width: 763px) { #VWaZRtqJrspvlXl9PIribDOlqhxpz02r { display:block; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzpANR3OiPCJsuVoeNaQ5h1hOTUNC6nu { top:4.9375rem;left:0rem;width:38rem;height:7.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoghb2gOrEwmB3zpQMn1tZNML77a2xBZ { top:15.9375rem;left:0rem;width:32.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83o24WfdTHo05INwWA2JRx6vyUrCyzi { top:28.6875rem;left:0rem;width:0.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8l1MrekyUJ1THc6Hl0qP0Q6xzk5JS6x { top:28.6875rem;left:4.75rem;width:0.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzR9fJmeL0Niv7rH4PHaIeQLztPq0b6M { top:28.6875rem;left:23.75rem;width:0.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfrcr3fI5qma703q2DVhfm6bcz2w9507 { top:28.6875rem;left:42.875rem;width:0.3125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JuTb2W83xcdAvneJAsTmqebFwP8u2v { top:32.4375rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaCnSeqIgWoFQeOKZRycCwRAK7fE0y1p { top:32.4375rem;left:6.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMNBWHHVBk30F29wph7QF6JrWlTABOGw { top:32.4375rem;left:25.4375rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k630JxgIG2p3DBQRvT871dQmun3TotBH { top:32.4375rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8kEBIu1WGtafcN4Vbi5cai3dKB2piyy { top:35.1875rem;left:0rem;width:16.875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhC6tNc5a5FHJ1aPT6QM3BLQ3mc6kON { top:35.1875rem;left:6.4375rem;width:16.125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixA3KCHXQGraayuHKtPUILIDT6Nv4kBK { top:35.1875rem;left:25.4375rem;width:16.125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oway6P8y1MKyhCcc8tUx5TiTOsXM5G0T { top:35.1875rem;left:32.0625rem;width:15.6875rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl6dmcP3eLlZ8pl0yuNTe10WNTcqLPTZ { top:29.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNy7sAFmy5dsW9Ccwm2GLwZ0wHErpfZt { top:28.9375rem;left:6.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTyLbiqfieAkCPcV6FcllW9zwIKsItvP { top:29.125rem;left:25.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUL0Lp53sUFPbWhqfUVD68Pm5klu0zxN { top:29.0625rem;left:44.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekJUmhU6gQ6pILGFnhTriQrlM6ZBu5gF { top:36.5rem;left:0rem;width:0.3125rem;height:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLhsBoPX2grUoUnvJfn0OtmiD2z1fDzM { top:36.5rem;left:0rem;width:0.3125rem;height:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kdb0BCwUHI7KtiIFuAaXcxdzi81Dvv2o { top:36.5rem;left:0rem;width:0.3125rem;height:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7tQeyGXxTuv00v0cypbRKUTsl8XFBVk { top:75.4375rem;left:0rem;width:17.9375rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOC1Wqm0cLI15PAnWdsqLMXqgV5PGFPC { top:3.125rem;left:10.25rem;width:37.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNvgSRMR9N9GabWFJuNtmISpsIVh2uJN { top:31.4375rem;left:0rem;width:20rem;height:8.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 { display:block; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFrgbIrRknngi38uT4kKf3lXBLJWMgXr { top:1.875rem;left:13.5rem;width:34.25rem;height:7.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayf83QypeSKGqBZAfxos7IwHRzaQz65l { top:10.5rem;left:12.625rem;width:35.125rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln9gRFknaSGaCUMi09L8TwAWOvlscTik { top:20.75rem;left:23.9375rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH13dc7Hnit3yWEoEeqm3P08rWzOvVcn { top:20.8125rem;left:25.125rem;width:6.375rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO3Tl6el1Cm9hpES4Hhwbbx0Td5ud8NB { top:24.5625rem;left:25.125rem;width:10.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0O7yb6dZsUzhr96zbqbrSq4AvR4XnN { top:18.4375rem;left:13.5rem;width:34.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7sKQaa4R5BT5cJK6mMvNlbFtPvxAvE { top:20.8125rem;left:37rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTT47SLiD2wsU1Fx2OPqM9I0sPFVBIgT { top:20.75rem;left:47.4375rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCdf3fKP5A8c1fZopJSEw2unBKiVQWNc { top:20.8125rem;left:38.25rem;width:6.3125rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9syQU9gn900ix90GpKGQyLP6hvuke6 { top:20.8125rem;left:41.4375rem;width:6.3125rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwICQZiTiz6lGc3EsE3N5rCBGb21CwKI { top:24.5rem;left:38.1875rem;width:8.625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN3VpFa2xgBX12r42mP7aQmrLLWAJZfm { top:24.5rem;left:39.125rem;width:8.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnmJVcCKrvRVChfrPTXmmsaEQSl0nciD { top:23.5rem;left:0rem;width:20rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9zTVZGKgK5PqmHWJ6nub0E4zPOqTylE { width:47.75rem;height:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II { display:block; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QalbgJzq0zUegQTKffw4D8ge9hs0BEir { top:19.0625rem;left:0rem;width:22.9375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpAKgTXvu2T4xbUSdc1fUxeaA43beAlh { top:19.125rem;left:0rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WffUxDvgALmovqURgibon5KOEQUTwuGD { top:31.625rem;left:0rem;width:18.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTLXt4TuRW5b3byWmm3AkVyqhWZ5qZQ { top:29.5625rem;left:0rem;width:0.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxGI6USuavk8OVnDSUzQxXRXq9sH2Vzx { top:29.75rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQ3twJb4W8C3tPkV4Th7OCglCGMovZn { top:40.6875rem;left:0rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2Td9fsQtoRTlNkP8bMzFtl2MCTdsgv { top:41.125rem;left:0rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUIh83tOUoFfVEQAxUTbI0ihrn9hNkW { top:41.25rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keWo0K6VR2CXhhOGhBhgt7ekRDoe3Kox { top:50.375rem;left:0rem;width:18.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdNTb9sHJdT0KI6r9RceXcEDTF5te3QD { top:3.75rem;left:0rem;width:37.0625rem;height:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREfEhuBJOeFHdayCa0SS7yrQXspKUmr { width:14.8125rem;height:2.8125rem;top:46.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewMR86nJTzmCvKKTroCUuI0TXEQkCFav { display:block; }
 }@media only screen and (max-width: 763px) { #DrzgTscNFJ4Ah7lKLclUvA5OqKBLKG5I { top:10.4375rem;left:30.5rem;width:17.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln3Io6MB9Z1sGZLLtv3JQRIGWOu07GdW { top:13.9375rem;left:30.5625rem;width:17.1875rem;height:4.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLtVGewnNge9FW9vgSRCV1KXIlzmyA5t { top:21.25rem;left:17.4375rem;width:30.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIi6m3tDtMINHHZ8mhO6PUNaN1KIdIwf { top:32.75rem;left:30.5625rem;width:17.1875rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIOPT7CX4ndut2td4RbiuttRl2Nvupl { top:35.8125rem;left:20.4375rem;width:27.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3hkRy61l6HdRaDnDK1o37nkk9UqtqLs { top:23.8125rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa { display:flex;height:auto;width:27.8125rem;top:30.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #m7zmdk9AVLAr8aDK4QBI1K0WodD4wRiE {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #U5T8zy8nQHHi7FlOlwE3QlJ6TsTcPlm2 {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #TTCtNpcmk3Mcgd3C3T36ifcfw7vuzU2M {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #ki7xgE79Q6rOSNngT1z07Pf19DyaVEK6 {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #vPBDlsSM5e8SRAdr93UpTgip6t1NUz9k {  }
 }@media only screen and (max-width: 763px) { #goJMafKWCO2Ha5SsL2sVFGVmkIiXmrK5 { top:28.8125rem;left:16.4375rem;width:30.3125rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylSIwT4qvrNKIN9l1zBZLBB3rleAPzq3 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6cb7Th3fQvtHo7LJOKH90sH6aXnrVyc { top:20.125rem;left:0rem;width:20rem;height:2.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTZUqzN4T94GT99URFhhQDTyweodaTIZ { display:block; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svNnuEwmOGBbKlusLRu8G2tzSkGq05Ef { top:3.75rem;left:0rem;width:34.4375rem;height:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzMeSTDCeVQw1OukuXyLVu3NtM1IZF4a { top:3.75rem;left:17.9375rem;width:29.8125rem;height:11.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0Nt1BGcZaDoEVW98WXOeQMQmM1rgGO { top:17.1875rem;left:0rem;width:30.875rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UchKQCi04U4iZae2ZTaIXFrE38wAiSKE { top:17.1875rem;left:16.9375rem;width:30.8125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXhdrpDObghMEzSExkWDQWWWPsZKR6Jh { top:26.0625rem;left:0rem;width:33.5625rem;height:18.839977582976rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8CHQL5VpldEdrfT5RHDBPVrFAcIvBOQ { top:22.75rem;left:23.875rem;width:5.75rem;height:4.637874740279rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvfTbZ2hhdNZVG7JEoNFUfOzlXei2cW { top:31.5625rem;left:23.875rem;width:6.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUEWzo4PxVQluCwciDZ02hkJSxxc2aTQ { top:39.375rem;left:23.875rem;width:6.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc72AF6bGQhkePSa5bTNQoBJ3O2mWRmB { top:22.5rem;left:26.5rem;width:19.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQ8U5TQuDZNm6KNAIoSW3uph4tO8Tlf { top:30.8125rem;left:26.5rem;width:19.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISnmhScRTLTZgPSRc5rqvrTZZHsMo8qa { top:39.0625rem;left:26.5rem;width:19.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtWofZF2PMAyRpKBHcQN0KtnmBMa1f5P { top:24.9375rem;left:19.75rem;width:28rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtBZlcvUnxLnMZqoA98nndTrycCg3vm7 { top:33.1875rem;left:19.75rem;width:28rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSA5Qp7BLXTFue2kJBISa4tE1AknP3N { top:41.5rem;left:19.75rem;width:28rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXTVtBkeUED7v1n3pQS2VHLtGaJRhUTx { top:11.1875rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwZxAZJ8Qh2QTQQOu3s94HQL7ReqH9mr { top:40.75rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqXgP3Vantk8vSgbb75u1eqFR9DsfTRJ { top:52.5rem;left:0rem;width:18.75rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7tQVoGN3lTiVDcuPMhULHpB6AJ00zXs { top:65.5rem;left:0rem;width:15.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfWnFzcw9nRLdJwOdRoRyXm7xTrQilZ7 { top:77.125rem;left:0rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE { display:block; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VckFr35Q7PKDr1HcmTZf6gbvgTiJNKgQ { top:18.875rem;left:0rem;width:19.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmaOC9XGr9txaZdwaK1ucsHUZlNM5dy { top:24.5rem;left:0rem;width:20.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxvBVcboTzT6zBAQHgxSSH0Fs4xS58GW { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9o9KmhnanuLe5qRq3yubA5qd9294bGM { top:31.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbQ66EUZhbQOcPz0MHZXayyr8KWd8KS { top:33.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCfa7Bw8NoKZU8HM35iBAqJ2r2RLFh2G { top:4.875rem;left:0rem;width:22.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoh0GlOA3KWO7c7u9wtHwH64JCoSWEQn { top:29.6875rem;left:2.375rem;width:10.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3fOuQ4LXwSPkwFEdUAQteEc7DEO2T5 { top:31.75rem;left:2.375rem;width:10.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6cX4G06yyApI7gTPpfBrwGgFQc1DAS { top:33.75rem;left:2.375rem;width:10.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elxdrqWOh8Zso5mc0kp2hzuEIy9XrD3P { top:35.3125rem;left:2.375rem;width:14rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssaml9ynGL35hB7KxHB1rvvZ38hQQo7n { top:38.1875rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcuFSReoEaRT8Jh833hTPxtGmTGbQmp2 { top:3.875rem;left:7.9375rem;width:11.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwoJFHsnWKMfGvSSQV2V2t2DkUyTTtX { top:4.875rem;left:0rem;width:22.9375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc { display:flex;height:auto;width:27.8125rem;top:30.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #fKQIvteIb0dcaeuMSug18XKTC2QvqXAO {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #x1IgKsQMLPWAQlLAbOWB2lQwfEP9bzRT {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #ypC04wNARgHR7MNrkp8IlCysMwlDmO5d {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #LLXBVrGTG6t6gODEJRDRDLehZ9LskyLx {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #OfdVxJosEyZURmfpBXSJ1t35GdmcTsGW {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #IO7zcRUXXXlWeRhIaLmFBbphRv1AXDCU {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #UuXTGzITw5Qe6c26AhDnFoAmmp0wb8pm {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #NXXdnt7AtDVhQPmbOgX6fDGETLFsQlGF {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #VGsyu9UnprKDRdKZB5QtFroBv6grvdH9 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #xQG9QBEz9QgwhObu3iHUmBoTMemklddG {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CLFqmzpnUBKydTmqg04FLcC94PAgiVSU {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #i779lcn6n1sPDMoCbtX7PkeNOn6qTtu5 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #rGU4qxl26lWu56HPJBQXD6lqV0lRrsga {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #FEsyzfmS4Ob5IUlKQEyq2dWfoN8FgcF3 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #uoRglqcM3Og0b10hS0EntvyaF9CNTltX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CARWrq3Rs01tAh64ITW2eXqlJhbi5xlB {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #EX0R41J0XGGm1rFQ9n8i6umO7kocSylI {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #tFfV0oE9or5uURZN7tMRlpvxUWo0TqtT {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #lCxTkDx5KNO1O1DpuFHmZ1M7c8SgnIC3 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #zLzHo5Tfgty126ILt3UpUmB55l03NqzN {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #p1nxuKJ24Nx4FK6dd0FRUQMtNgRtFWKX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #l9FslHDLtnTHLf5xr3K73wVZ7Z8kyGWE {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #qBNvKS9i92BmKsHvkPdNea0mWChOLsSq {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #cbsHNexyan3kCtJTJgcleIhvABXhxgtX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #f3mX7BTcOUL6ksE1BZCRiQoImq55dT7K {  }
 }@media only screen and (max-width: 763px) { #KOzfpnEn2b2dcXWUieHGsqwtctTBZBcC { width:22.9375rem;height:36.8125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxEUvJMQsgXCOeu7N4g3wOwczgVrdHs9 { display:block; }
 }@media only screen and (max-width: 763px) { #LFr3ah0HKUGTwTdIUNVOptWpGRxqXaMc { top:4.875rem;left:0rem;width:41.125rem;height:7.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFwQtVZnltzZzilmEy1P1JZU8QaWIEWT { top:15.0625rem;left:0rem;width:41.125rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZVecq3ui6Unri5ZbKot2IOTzhhia68P { display:block; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZawuxg2rXItySuFxTz0NeXLZE5DJ3Au { top:5.375rem;left:0rem;width:22.9375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psoGuOiIArCPxMIB6EAPbVkJcLeS4ZyM { top:5.375rem;left:0rem;width:22.9375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBl8GtX1SMlNHi1WWJG0e2mAfuhatAKC { top:19.375rem;left:0rem;width:19.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgzD6gwoVTCZhEsycJqVcC52erQgNKQL { top:4.5rem;left:7.9375rem;width:11.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9K7IPSs50TXrNTf9ST51BRcsJKdo82F { top:25rem;left:0rem;width:20.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVOghS3KsIAcqIsZo9okTLoUoJyMANI2 { top:30.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLdgP3HTk3kOvIDp6COOg3geTw3oMSs { top:32.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXpLvoofKpPh0dLGp16Fq6UpAyLMcN4y { top:30.1875rem;left:2.375rem;width:11.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuA4mfGUXhsFqG3h4Dy5FvempK6ZHV1d { top:32.1875rem;left:2.375rem;width:10.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eruWV1yVKvHcEw2mI7MHUqxMTAdcQeVm { top:34.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQWRDMRUgoeHt0gfQ6fkfyeO8Lumm8Q { top:34.25rem;left:2.375rem;width:10.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmuvTPNNToxxys0eBZcbTLUu0IAwT3C { top:35.8125rem;left:2.375rem;width:14rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w53cdscpriDX0zOgBzaOSQrVMPFuIdQZ { top:38.6875rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 { display:flex;height:auto;width:27.8125rem;top:30.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #EOos8GT1ECLEHkDuvo0dTHV5FcPl1q0g {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ODGQI6KIcmE1irAmKSiausGxOfdSSe6F {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ZKFtcCNpwsacsx8IAF3X0UdUAu243Q3y {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #SVf8xMOcQJSSAMyAemvFA5AAmQTefHNv {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #KQ2lXDIIphVaEdLJqHZJUHMMJcQsT2C7 {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #xS4JV4Tvd6T9cdaO5gm7l04tiSlxnaTq {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #CqxkXcpvZA8uwIVvNfFh9AXHy25ath4r {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #AAITctlqemviVaBieTWempTVg90vphEU {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #N9THJkW7B7OTUL3PHTwTGoxz5cnLb6fV {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #T1D6QnsTpLqFkltAJmN3MvQsaT9vQ6gx {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #M6hkoNyNShrmNvlfiIKEmlMhfwnTIhzV {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #WQ2kyiTvs2vT3vnZgzHJQK7v13vsmZ1C {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #cspTHUH13zOriR8NwdF2nF4a3LTDUXbO {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #K6CH28lwaOycagBHIINc7ASox5lus4Fc {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #sKTnkDWgMI8MzfRItTnTAz2I7i5GBQK0 {  }
 }@media only screen and (max-width: 763px) { #hM1ev0fczMCW2KgUq1URonLHsrfECe63 { top:56.5rem;left:6.6875rem;width:17.1875rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXnGq5MQPZ0xP6mr2BvILutB3wIyRL8 { top:57.5625rem;left:21.25rem;width:26.5rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7unBcuiPmrPDleAtcEWQhh7AuftNm6I { width:22.9375rem;height:36.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M327pGSB7URdTkiLvFNHskmHstZGm3H6 { display:block; }
 }@media only screen and (max-width: 763px) { #vCLT51V53ahv3K1b6LrTp19c1CsRi0IC { top:5.375rem;left:0rem;width:41.125rem;height:7.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEOQat6t30iM5xd9pmx26Tt5nZg9mVac { top:15.375rem;left:0rem;width:42rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO { display:block; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6yhx0KsTT8FcPwTziNUQsTl3dK4pdCG { top:21.4375rem;left:23.875rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJbkkhfIPBtlCU9Hq9mRfqaBIb0mdmV { top:21.5625rem;left:23.875rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi1UIB4P5d0lEXoe9l5Bi3p8niEwdLig { top:30.6875rem;left:0rem;width:18.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmfLgO7AlwNFwPhO8DFWNsHT67BFVTWT { top:31.9375rem;left:23.875rem;width:0.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MVSx2hCUzFlE8FyTgdLzXKiFgZlP4f { top:39.375rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKzQO4GLXLpoH8IpZlRJXL8OsIQ7Iibp { top:43.25rem;left:0rem;width:18.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo0SUh5hUfOdf31M5vSvNNBbpsCI9sf { top:42.625rem;left:23.875rem;width:0.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z21nvR4UOE9gQBbFt0UGrbxW6FrA9xRc { top:42.75rem;left:23.875rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8fA0PEx9fmuHcuqgalVQmzfWGLhuOrE { top:52.625rem;left:0rem;width:18.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2viyTgeCaM6D3Jt9eiD0wgm8u4Hubf { top:3.9375rem;left:13.0625rem;width:34.6875rem;height:11rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMgHlnBVT5il9gcp4QeeNV0a5WgBZir { width:17.4375rem;height:2.8125rem;top:56.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQzZ8i1yhrbWWnHseSnhudcP3GwwEGM { display:block; }
 }@media only screen and (max-width: 763px) { #bzcCTp9cZVCZpl9vBDaBcvucuHiPOFRB { top:10.4375rem;left:0rem;width:17.1875rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cw0SStVBrdZCt7Fd5uTx5Qs2Qakx9g { top:13.9375rem;left:0rem;width:17.1875rem;height:4.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meW6kQB4XpFAE7bgADusgUgOvWPnI9oZ { top:21.3125rem;left:0rem;width:33.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOWpdQcIAfoVvMPwnlGTx7261t8qhWx { top:32.75rem;left:0rem;width:17.1875rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7HWXqgBGWJ0BQnv56cBu6FzHHCWuhKM { top:35.8125rem;left:0rem;width:26.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk8KQGBUtWBoTCDy5NFkQK5xrqix77sT { top:23.875rem;left:0rem;width:17.8125rem;height:5.1875rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT { display:flex;height:auto;width:27.8125rem;top:30.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JLfyaT9kxFnOuuVkffsK5iyD3XNZ5Lwq {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #FRIfv4UaDQJr3lAtDx3OGtBrSZaDvQ1X {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #GOvlLoRd9iPOO0TA5fNJJ7i0pTUJZlpM {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #R1FbTbHFbtryCrFQdFfMFEm4z102DEb2 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #b7MGBkxcTbkc3ghwZ9hfoJrL6IRF3rgR {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #qZUADNA3buN9XOkG797icJgyxIUATPLl {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #KsPFQomqdF08wsiPCcCdVS7aVGI55Q0n {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JT5VW8U8kDUF9dQ2VLQGxurM3AOGxHVp {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #soXbpAh7LuZgUZ8NdKMZ7vs4bA1b0wRQ {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #HEcUOaUIRs4zAIcGyLRP4fL1ILUISrfg {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #pvdFhip23rRqIZzmfR1IXZUZdllicS70 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #v7uc1pEmkrpmz4WfrfmDnQ4ooMOXAhHM {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #Ug1oBv2T0uxDaT3eZybqaXMDr3wbAQQ0 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #LoaHQ1s3U1yalPrMyRZb2XkLBdT6lL40 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #UD9B6ppoLoonuz0KG2xFp5Krkd8Twt0n {  }
 }@media only screen and (max-width: 763px) { #end1h74EZdNZOtOrkpTT1pGcwdExPB71 { top:18.6875rem;left:0rem;width:17.0625rem;height:2.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCX9MdCGR0q2xVGEIcnUA1Mzs2soTQMz { top:26.25rem;left:0rem;width:33.1875rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzXaCG6v5mznT0rGrnUdXgCenFN5A2Uw { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr5z92EWVcpASbv8kUfpP6O3LZivGe21 { top:38.125rem;left:0rem;width:26.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtyTg3KGcI8gT5Mp2FeJsTVdlIwhzzBd { top:46.6875rem;left:0rem;width:26.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 { display:block; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS1vb0MWDQfox8uwyZrEHZlSWMPhoG2v { top:1.875rem;left:0rem;width:33.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpDbp5z4QhzIqa7ZTq6NpCLTGBV6wL6 { top:3.875rem;left:0rem;width:26.25rem;height:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBuGnCfhTJOXbeOp5HWNAk2wS7elVUJl { top:16.8125rem;left:15.6875rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HevaRQRW3pP5KszS55TA0w3Dre4R0e { top:16.4375rem;left:0rem;width:7rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPEhttoNwi0VnVsDqColHwZxSuVp6oo { top:19.375rem;left:0rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQRcMlkZoSrxqfLH0Tu05DSNPGhTy1E { top:16.4375rem;left:8.875rem;width:7rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR3d6tfKKZ0RzEhNsknSyyiyN0cSMATV { top:19.375rem;left:8.875rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCWeddBTvN2WuiNMqE74guaf6R8vkVJw { top:19.375rem;left:15.875rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4Zqb76fuilkzyI8TvJBagrRznPCdfZ { top:16.4375rem;left:15.875rem;width:7rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXyTcaleJ6EeoRlAPFAlPpB8VPkrQT9t { top:16.8125rem;left:8.4375rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZ3qT1mkHUT1FVJufidTEqDa3RJikWG { top:16.625rem;left:0rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnQZPlBmwvsZTh1Q2FC3JKNd5pXFdskR { top:2.375rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvdGBuCJk33XE72q9x6UBZawIQJNwAfl { top:1.875rem;left:0rem;width:39.1875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJqD2c6ObgQJ6GWsyavHaZifk03wNK3 { top:3.1875rem;left:0rem;width:36.3125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE { display:block; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKw0aTmQ8T8KgT95R8nHZ6it8MaqTowg { top:3.75rem;left:10.25rem;width:37.5rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JKGwyRWifP5zrDx3G6KimyOOF7aIKu { top:11.5rem;left:18.4375rem;width:29.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 { top:19.5625rem;left:10.25rem;width:37.5rem;height:8rem;font-size:1.125rem;display:block; }#fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 li:before{  }
 }@media only screen and (max-width: 763px) { #RP5oBMALRnT6NzHETTJgLB82Jn4pfl9f { top:16.125rem;left:10.25rem;width:37.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxcQIyaQxDGL7X1bff3T5mTuzobDULT { width:31.8125rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOZIg2pkIvITfLTRl8dQ9lJw87r66GZS { width:14.1875rem;height:2.8125rem;top:29.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6kEIq92wsVIJ4gWFU701kTHMnoBcwWd { display:block; }
 }@media only screen and (max-width: 763px) { #IICZXvMxTXxliF8hwonNldRtbVJsNv2i { top:2.4375rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #skE5tFC3W5eMlnFgBlVBBTK9Uu6K9mbB { width:47.75rem;height:33.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEfS7kymRy8hXOnsDnwaFiZRgzNHULIO { top:22.75rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq { display:block; }#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3rZE6r8aN2khy8tsSx6CVZ5bkcAusnF { top:3.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsVmZIlvizW4TQUnhI6kIJIdz2ETPsSx { top:9.1875rem;left:0rem;width:17.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsvqCWtrXmlDWauOA6iN7EsG9prRHgmT { top:9.1875rem;left:6.625rem;width:17.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwisk1WTuxDTao87WET5qSGefsEV9sR0 { top:9.1875rem;left:30.5rem;width:17.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEMQORsGgPL51L9WOEGTonhEzcW3txhV { width:47.75rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Novne5NIMx6KgkMJamUlueTXl52clKUz { width:47.625rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow9ko7fQswXkGn00M465OAe6TRq3fRDq { width:47.625rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcBfs41NKVAtFtGt3Ax1XSQr99KTTxyQ { width:47.75rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcLOkrs8eiNMAuxNXpfwgd6BnDHeXVH2 { top:9.625rem;left:4.0004348754883rem;width:9.0625rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcmsLd6cslaAABeJIbpMaRdA3oZK4zEu { top:12.625rem;left:3.2504348754883rem;width:9.875rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCmDfs07MbTW1EcmI4bIGL0AiZmvRcp9 { top:15.875rem;left:3.2504348754883rem;width:9.875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aveg7CMbuU3N4t9yy1aAOZMVFI1PkbTu { top:12.625rem;left:3.2504348754883rem;width:9.875rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #abOzTh8tSX1lCpqBkB0UdDWB08cbET7T { top:22rem;left:3.2504348754883rem;width:9.875rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTmCncoJrVeBsJgTlJmMnuN8XTXgLGo3 { top:25.4375rem;left:3.2504348754883rem;width:9.875rem;height:0.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNx1l3hvTvkNA9BR7azCywsCiUVnF8I3 { top:28.125rem;left:3.2504348754883rem;width:9.875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xv5lZtP6e2S7tuGS4MwToFUxmJRkBFNu { top:30.375rem;left:3.2504348754883rem;width:9.875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9OIiZypsJFl72AuuF7n9W9tTbezhc9d { display:none; }
 }@media only screen and (max-width: 763px) { #oy1gnh065ag4rkoouTowOGm4T382KKIH { display:none; }
 }@media only screen and (max-width: 763px) { #FRUfopOVTcoiQRRpvtRUk1GIIdMsofXQ { display:none; }
 }@media only screen and (max-width: 763px) { #hyCgEMGdGT1B3UMJd40MlMiX75NAcdi6 { display:none; }
 }@media only screen and (max-width: 763px) { #nZ91OSLz6cmW5QTG5EZ1aDCZ4K4xTztg { top:9.1875rem;left:23.875rem;width:17.1875rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ { display:block; }#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McnbKST6tCizwbWgmsdCc6Gf4fnm611E { top:1.875rem;left:0rem;width:37.4375rem;height:7.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4I6qiArkxq29mUcbUH0Ohni5vQ4n7I0 { top:10.75rem;left:12.625rem;width:35.125rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfkQVQWmtovCH1gt0KeaTkzitycNEdT { top:21rem;left:23.9375rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSeTWNzDwZMANnf6tH3qeF3zHkkkcMgZ { top:21.0625rem;left:25.125rem;width:6.375rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1M9A6635fEipK79SNmRDFyEZlf6NxB { top:24.8125rem;left:25.125rem;width:10.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkTVffzZcNN9H333dAXyKChrbZdBQ6c { top:18.6875rem;left:13.5rem;width:34.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNA5bQbPI6Zz3QsniDI96XRzKFfxAxgZ { top:21.0625rem;left:37rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5eUfyc70OMd5pq7NW3Itex6U3Ru3KdO { top:21rem;left:47.4375rem;width:0.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ZhTto68QssVLkV8vPPPivENTxmcXvd { top:21.0625rem;left:38.25rem;width:6.3125rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3ZCmUnCmJUQ04ywKCMgmIL9ylPssiV { top:21.0625rem;left:41.4375rem;width:6.3125rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTlxwX1HaKag8rBTRiLBv7CpufbQDz3 { top:24.75rem;left:38.1875rem;width:8.625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3iPQKhReAmKyQ7rPlx0Swm70bOIWNx { top:24.75rem;left:39.125rem;width:8.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFhcIQvqUktFsbUgndEUXBNMtVhORk3I { top:23.5rem;left:0rem;width:20rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvA8XWibVAlsCi1Ad3DWSEr8tlb6XyeJ { top:11.0625rem;left:0rem;width:31.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc { display:block; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyPSQ6QAO4VsMbQXIxtaW7ETVr4rvRrx { top:1.875rem;left:0rem;width:33.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAyF9sTZlfnlEzHH2driOyS4UVfnuME { top:3.875rem;left:0rem;width:26.25rem;height:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnuQknxb6Cd1FE4i4azQuHkv5I8N6iyN { top:16.8125rem;left:15.6875rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wldDVTXaDdME4ho89bg5AlBzwDVrTT6T { top:16.4375rem;left:0rem;width:7rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraBeyqlQz2pcnO3TlmVn8TvMuMahTFM { top:19.375rem;left:0rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDN4yANQKTciNyFkg08rWneJTHnuxbQ { top:16.4375rem;left:8.875rem;width:7rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8izKD5waOUN1xIgJkxxQDpNQMluMoo { top:19.375rem;left:8.875rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzyruwxnXnI1ElETlIcuFVHZmXVZec4 { top:19.375rem;left:15.875rem;width:7rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRizU75gPQP2FqoxkPvzT6OaPN77dQ0U { top:16.4375rem;left:15.875rem;width:7rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNo8oKMnOduebS9IUeLCiwWG1hx3y4K4 { top:16.8125rem;left:8.4375rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvr1hqVkQ0iuQbPtk7WNbuToqObuOvkC { top:16.625rem;left:0rem;width:0.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JqlK0W3GBOTv1lzHkfOBu2DJbBfhrW { top:1.875rem;left:0rem;width:39.1875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncymNbTJwr3TPHy8hNSv0CX9G2kp9RR5 { top:2.375rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp { display:block; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPMwsucHbMmmzT2207ASFPS1e90yVTGw { top:3.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRoDo4OvcwOMBgbGuvG4Cs3TXnMTIX2F { top:8.5rem;left:0rem;width:23.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doHvkLq6TAFxtsdFkphS8XCw6GxcQJJW { top:8.5rem;left:8rem;width:23.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXSHuvJEWpxJ431m246HIP6TKQXd3Al7 { top:8.5rem;left:23.875rem;width:23.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxpWPiHQIZTDrUHEAReb05TPQkt4K9e { top:22.75rem;left:0rem;width:23.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnUkP5oGnTghzv24UNQfz8M6T9i1oIW { top:22.8125rem;left:9.75rem;width:22rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWrRedQRBMTuFLvRQER1SCxXNzAVI7J { top:22.75rem;left:25.5625rem;width:22.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 { display:block; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT9UcQ1e3UK0XFAcu4lMI1AcvyBkfqZJ { top:0rem;left:0rem;width:47.75rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H { display:block; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2goWRz1hzrT8rrfXfl8PIRCtzgO9zlv { top:3.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW0qOTlDnZc0M1KCgMms5AQ6F19GW8eN { top:9.5rem;left:19.1875rem;width:4.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IwwsCaUOMGLLuUC0sNcTrn4GqlMVm7 { top:9.5rem;left:7.625rem;width:12.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiMGiueAob7wHLdRPotIuRGlZ57Zix99 { top:9.5rem;left:0rem;width:27.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkHf0ugCzlPOBuNRFtEpPAVhHy21AfsJ { top:11.25rem;left:2.5625rem;width:21.3125rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOoTyShWNoMOR9lD8rBQhIoGXSWuZAaV { top:20.125rem;left:2.1875rem;width:17.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0JKgLs0hNZN53OP4a4WTUmCo3iqV4pH { top:21.5rem;left:4.5625rem;width:12.8125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVMNcBivH0xRLlTBnpyM8ngSAvKgEvr1 { top:30.125rem;left:5.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1P8AWwSnLqAvqeW8eECiqaih2FR3S8c { top:30.3125rem;left:8.5625rem;width:9.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrOec1Ekm36rXeS5PFqadr43QPBJbQ0C { top:28.4375rem;left:8.5625rem;width:11.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1x64q4ZJpul55XvZpI92AxHkpJVWdXN { width:10rem;height:2.8125rem;top:34.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyw2z7VmHFT2OAWErUsEBg6PvokpF4d { display:block; }
 }@media only screen and (max-width: 763px) { #ZqPQMiFVSlvInGhLEHaFMLhpaot4xTra { top:32.125rem;left:8.5625rem;width:10.3125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrqoKOqthv4IOTtqEnHnBbFQVP0S2Ccx { top:28.125rem;left:5.6875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpiA3XEecis6MT8ZuBsdc5yoV1wgDnri { top:32.0625rem;left:5.6875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQiWzgFkFe7ywTfiGzUsEotTA95AAld { top:20.125rem;left:6.3125rem;width:17.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsbBdh9exdrzZNX77glUxSexNhbZkkA { top:21.5rem;left:11.0625rem;width:12.8125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laq9T6UFt9qxkSCiqEme7bHprZdHfPIE { top:28.375rem;left:12.875rem;width:11rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCNH51MPQHVGKmSMfwbfy0o2Wo5FCxsL { top:28.125rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mElqUKooEvA3a7suEiZQKth11iHGBvDh { top:31.875rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXsJG9rTRAr7bM19E2Vz9bWa5gTUSf8 { top:32.1875rem;left:13.5625rem;width:10.3125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgeQU6MIQk54xXMe588V9hh05TLxFT3 { width:10rem;height:2.8125rem;top:34.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHGwdAn3y3V1174TMk6heWRMvRFn4JR4 { display:block; }
 }@media only screen and (max-width: 763px) { #GoSARMevXTePPW3eMN9o3oy2z9zdfU1J { width:11.875rem;height:2.8125rem;top:43.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDukvsUZ8a7cAmTyr8WmTT1mpt262VN { display:block; }
 }@media only screen and (max-width: 763px) { #ODeySwINuLTg8hOwhUPUnqaR3M2XDkD9 { width:11.875rem;height:2.75rem;top:43.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrJaqbhpS8PccvBR1uTw7vBd57betqf { display:block; }
 }@media only screen and (max-width: 763px) { #bSUnlDVz2drQh7CGP9Evie6t1BonWIUD { top:49.1875rem;left:0rem;width:35rem;height:4.5625rem;font-size:0.875rem;display:block; }#bSUnlDVz2drQh7CGP9Evie6t1BonWIUD li:before{  }
 }@media only screen and (max-width: 763px) { #gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh { top:18.1875rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc4PrtFa9Zhp1oFTp0cMpezWvcN547gu { top:21.125rem;left:29.0625rem;width:13.3125rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXKQWCzJRXhNTgoGuLaaxrEF7GTftcQx { top:27rem;left:28.3125rem;width:14.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urw5qW8cnhCG52uZ1ANU4aDoPEonyWJD { top:30.0625rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyL9w6CyxqFfEU6lC0BqLgbVHpT485wT { top:30.25rem;left:12.875rem;width:11rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEalpq1i6oCt6a0FHHwZzuPc69bD0tK4 { top:31.5rem;left:28.25rem;width:3.1875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #romTwlIM8frr5qmCoF7HQqOOVktRvdq0 { top:31.0625rem;left:31.6875rem;width:11.875rem;height:7.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBMl4rc0pvHG0iBrQ3EhcGntueFL2T8s { top:35.125rem;left:28.125rem;width:14.5rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Dw2MZv0IfZL7wkTqtbemqhJlHGN4Op { top:35.5625rem;left:36.5625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI3RC8wo0pMqk02DEGTEa9gKvBB2cPGL { width:26.8125rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2r6JVNEuHpROHIcW47MqJMLtSCLx8Dl { width:47.75rem;height:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8B73RIA4py6rI0Qnv67JTNTQynp6lCF { width:45.5625rem;height:28.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBy6ucc5CRGDDvAN87wnbZGyJPd6i0eZ { width:47.75rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #htIUZVhSxbdvJZlmcsCQATM2guRDdQ7T { top:36.625rem;left:28.34375rem;width:14.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 { display:block; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 {display:block;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #brHRuCPZoNZTd9tLBAOrsvitvrT7cSil {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #JW84eciqfRnosBRtgQ4RReuvaKQ68dcx { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #nTa2JrSqxFnHhK6touzTJzEtpxvCfJg5 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #helTmFrh9INVhBaimXZ1udse97qfLsTw {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #mPxIWWuVyxMkQRoPgiVKvhcycQ9aKnmS { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wuPhzZRuFmlHCB8K6bVSv9XavPqo3u2M {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GFFTw55DpyeTL8U5T09Tepo132DpcIM0 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #rWSE6JJOtvZamQhN5d2e7MFDzqeCmIpJ { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #o4SwAff9RuqTwpb3lp3VoueXk4DoXM7P {  }
 }@media only screen and (max-width: 763px) { #rCR78XWN5shIBNrrrHwV4HXVXxAsoi7x { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv {  }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GKdq4NMBUEtTqNFQGqC2mx58sDhiTSyX {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #BvTKJNfC8ev3eI6caFTs1hxBTZe83aZK {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #cZ0ZTfHUsMnHoP5mGRQDohyOAT2lbxC7 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wiAsTnZ6h12VWO5UUHKgGUXmbGVo1F9V {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #fIhT9PeLCu9LT9bPcvqBWRxXXK7aKNrv {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #LRMDuE5XO8JZrq2tJVpRx6CzPgTN57P6 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #Rv551W0bTQNktsOvHu3UTQyN7XTTDw6F {  }
 }@media only screen and (max-width: 763px) { #Mx1f3SloPlsOXDFpTCdi7Mf5OBVLDku8 { display:block; }
 }@media only screen and (max-width: 763px) { #oWJrf8gXR5VVLlZW3pcQ68XBtmm2QFAk { display:block; }
 }@media only screen and (max-width: 763px) { #TgFzm6nhaVs2ducZEByRebUnsg3kDX7d { display:block; }
 }@media only screen and (max-width: 763px) { #EIboEVwhZ4ZfdgSIoOVUFsWHP9yUolBG { display:block; }
 }@media only screen and (max-width: 763px) { #veVd3Vcnbl2TI2084wOslRyURMlmH4o7 { display:block; }
 }@media only screen and (max-width: 763px) { #SqWATJzTS1zLpPyB2S0WXBCEyVXfXowD { display:block; }
 }@media only screen and (max-width: 763px) { #kikQ4tJkHL8Z2dxT9lxsL1F7KIlTTc3C { display:block; }
 }@media only screen and (max-width: 763px) { #QddnORhidlzFJimIPEeTcLRJE3Bb69IN { display:block; }
 }@media only screen and (max-width: 763px) { #TAT08PaccH1i0J1QLPvSsoK2On2XTukQ { display:block; }
 }@media only screen and (max-width: 763px) { #TaWOPIxo18PsAcllZ5liXL242bihz39X { display:block; }
 }@media only screen and (max-width: 763px) { #oatQ58XuCKyPxUMNh5fPxJdP35bJBSZk { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #oKrp2A64Hl3Wdzx0gzu71MncpVD8LI0o {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #tmKrepanZqslKZIBeLMfVLJO7FT0VXSX {  }
 }@media only screen and (max-width: 763px) { #IgzivTnvEP2yhIJBey52oJ9zZFWoHtSi { top:7.125rem;left:0rem;width:33.1875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEGzlf53WUq9UrTwAtSxTEPl9QVmq9er { top:12rem;left:0rem;width:24.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ZF3mFmsDMARUWwr6D4H4uthr5CcFH7 { top:19.6875rem;left:6.1875rem;width:16.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGg9TSkW9gQLedET9AsSQyHkD96dsPk { top:21.8125rem;left:6.1875rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvLmRIznwvX5dsqvyZTieOvTTIVILWz { top:19.625rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yqT3NGS2euDoEl1sm3eMr9zT7yvTLb { top:21.6875rem;left:3.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7dMI29nnoh4CcO63S8vRpTsmRWoee10 { top:17.4375rem;left:3.5rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGMW4EOzW542TtFPm5klJToaHrksRd14 { top:16.3125rem;left:0rem;width:5.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbd9UIcQP63TQ6dWgOpCPHO5ZqcRedw3 { top:3.75rem;left:0rem;width:37.5625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1u60gCfEz8AKNe0ioLIMayR1FuqgtX { top:28rem;left:0rem;width:37.4375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9A4sCFVuvKnmqHUTA40Z8aSy4b9gWgt { top:30.6875rem;left:0rem;width:33.1875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeSt6AaZ40MVKs9iOQ9bXU7RJiwtZg { top:34.25rem;left:0rem;width:32.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upiI3kmscN8yBbTGv2zCsWd77DbdaTqf { top:38.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZVxJmelMF8QkudD89AheU9sRNALPgh { top:38.625rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekWqBiFoLiab9Gb1DHXiNtOLq77UyN7L { width:13.875rem;height:2.8125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0867TkLSuRpVRD5N9wxTNvc9SZAE3e4 { display:block; }
 }@media only screen and (max-width: 763px) { #yKoK1zT9SfPeAT9d0ThpVLEXAZiVw4UL { top:3.75rem;left:12.375rem;width:35.375rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF { display:block; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv4XOEieKey26zHN0lH3EcH4HDXgCDvT { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pALhrr0DpeRC1guBgFKWARLPBFoLzxph { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2NcN9ErgXWOPxef30b45AL1RlCIPqt { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvafMDdeq4If7lmeMp5w1VJT4Sx50Iu { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2yt45l7EosuCRqsNQwy8DNTWyUvCT4T { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pey77LgO5qTWXHrbfaw3bcsFyryNFpou { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fol8QG3I7WIM6IuTObBlp19rdRCqb71d { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4b3vQhTxHT33uBb4lIb8UuOfdWXiq8b { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaM1ZuxBTo0TrJawBvTCBiGEGoEivUpa { top:4.6875rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0.8);background-image:none;display:block; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { background-color: transparent; background-image: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container > .video-iframe-container { display: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row > .video-iframe-container { display: none; }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .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); }#kzgdIlDd7CZqRMTPLZD2I2lJwJfI8G2I > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzeaNWaMJpAfa2qIaMEM4mQNnp5B0FMb { width:6.25rem;height:2.1875rem;top:3.5rem;left:6.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F63BweXyshystTzPap29vFzWx0ToCob6 { display:block; }
 }@media only screen and (max-width: 763px) { #hrELINALwNV4mzlwvEpa6RMM4eU5iH8i { width:6.25rem;height:2.1875rem;top:5.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vn9adhNlfWLWiKdDRkvxXOcoKDkUlOxz { display:block; }
 }@media only screen and (max-width: 763px) { #HpGziRJQKnclSXkEnBCFEoIsR9bTulNx { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICXmqOcNgkZk9OuF4BspUDW7Uc6boBSH { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o434cIDtsIifGJfKpf9h2w7r7Tz6AQPR { display:block; }
 }@media only screen and (max-width: 763px) { #pTVl8oFlgKvXqO0zq6dUeTTRLKMPPcKL { width:6.25rem;height:2.1875rem;top:5.6875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBIim15GN1OCkAHOp5wKJcSEFoTm1lSO { display:block; }
 }@media only screen and (max-width: 763px) { #TI7z1T1oTfsOT1AqPb7HREReccNHokBq { width:6.25rem;height:2.25rem;top:3.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnuAuPPfzEumCfzlzH3Bc7LOsWEKC3hB { display:block; }
 }@media only screen and (max-width: 763px) { #CDtudRdPXmrw7VNhhfPo7HFbvBC48UKa { width:6.25rem;height:2.25rem;top:3.5rem;left:13.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pF5dHXeQkcSQAsrK6r52Ny7LUUXR4DIg { display:block; }
 }@media only screen and (max-width: 763px) { #mxxC1ZTns3H8bPNfvC8dy052J421NB6M { width:9.375rem;height:2.1875rem;top:3.8125rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJs6CoN12AM3CNKEr0MeUutXDpVZKcJN { display:block; }
 }@media only screen and (max-width: 763px) { #v6wdcGQla4n1K2VxcHW0wJIqOhmxKCOq { width:8.7495rem;height:2.8125rem;top:3.5302734375rem;left:10.06201171875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVPXWO66K3dCIZJ8b10sLZuch1Bli06J { display:block; }
 }@media only screen and (max-width: 763px) { #nBKRzwibQwNKlF02VKmOT0kLZGUsstTp { width:9.375rem;height:2.1875rem;top:3.8125rem;left:10.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -moz-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -ms-linear-gradient(90deg, #ff6e1b, #e80000);background-image: -o-linear-gradient(90deg, #ff6e1b, #e80000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e1b', endColorstr='#e80000' );";background-image: linear-gradient(90deg, #ff6e1b, #e80000);background-size:auto !important;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCmqWCi7UTGonlvIfd3dl514v1nIy5v { display:block; }
 }@media only screen and (max-width: 763px) { #TZNr018L4S2kOqwLXaGFixUxzs8npAt4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/eefe7acc-a021-4051-9f4b-5bc7fd51e57d/Frame37433.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4.adaptive-delivery-prevent-bg, #TZNr018L4S2kOqwLXaGFixUxzs8npAt4.lazyload, #TZNr018L4S2kOqwLXaGFixUxzs8npAt4.lazyloading { background-image: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { background-color: transparent; background-image: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container > .video-iframe-container { display: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row > .video-iframe-container { display: none; }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .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); }#TZNr018L4S2kOqwLXaGFixUxzs8npAt4 > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o66c1ilEfC8SmI9BsFkcPlpfCzdZuzAQ { width:20rem;height:0;top:19.086589813233rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n0RTGsy2vhu00vNTMgeomQzTEQuDbUml { width:5.1875rem;height:1.75rem;top:13.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVH1kHh55fmsOeXsgt3b9aExhk3cGHVk { top:12.686614990234rem;left:1.1241321563721rem;width:17.7495625rem;height:5.9375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #su7GzwkmET7gce851PUXDa3LIOMVWGT0 { width:18.3735rem;height:1.2999125rem;top:20.873481750488rem;left:0.81271719932556rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kB9DDvOZvy2HfBzEIs1btOKHyZBP6mGi { width:4.1875rem;height:1.462675rem;top:10.374328613281rem;left:3.874783039093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUbrU8q3ssqpr68boLBQcnHrLlEtAFl4 { width:7.875rem;height:2rem;top:10.061828613281rem;left:8.3116321563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkxIxm2PexfNIIsE0ZsEoUqhKOsiBJJB { width:6.436625rem;height:1.2999125rem;top:10.453559458256rem;left:9.03103351593rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tue7IrbxeZp4TL34lbFJNsw8iCEdC3SJ { width:20rem;height:auto;top:22.75rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aJVoGUU6RXD5pZRQVKuDm5FodTdQRbBN { width:20rem;height:auto;top:31.9375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PbBMtBapZdBMuc5rieuaZ57gtGWJ4qDX { width:20rem;height:auto;top:33.75rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fx3aZGFnR1gn38PKwwzAGCCX4CFmd7F8 { width:20rem;height:3.75rem;top:22.532333374024rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qeLZLyIhyJoVyPQwiWK5BRDOgnkq1T5S { width:18.375rem;height:1.2999125rem;top:41.8125rem;left:0.8125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15004;color:rgba(255,255,255,0.5);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lhI7rHR2Ufd855WqNEnKDaqR3mgqp0b6 { width:18.375rem;height:2.599825rem;top:43.5625rem;left:0.8125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DIpbJSe07tRJEXQBFWVwWI076eawdTtp { top:28.061851501465rem;left:0rem;width:20rem;height:11.811rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0066ff, #225bdb);background-image: -moz-linear-gradient(90deg, #0066ff, #225bdb);background-image: -ms-linear-gradient(90deg, #0066ff, #225bdb);background-image: -o-linear-gradient(90deg, #0066ff, #225bdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#225bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#225bdb' );";background-image: linear-gradient(90deg, #0066ff, #225bdb);background-size:cover !important;display:none; }#uS9MuUroK7lQP0kkgaD1XPqMfAcG2eXh > .row .container { width:20rem;height:15.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SET8fg1VobyKUDIh2kO2O73uhdzGc42m { width:6.75rem;height:1.4624rem;top:2.375rem;left:11.6875rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WpBGt7uUarr5FyoRP0CMHJ2Ti9lfJyBz { display:flex;width:1.125rem;height:1.125rem;top:2.375rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #BpOslEgV1LQ3a9HXBXQ1V15AKIFxlEuw { width:8.3125rem;height:2.111325rem;top:3.9375rem;left:11.6875rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d39ZxBd4IswHRABo0DztwnHDGP4hoVDN { width:6.75rem;height:1.462675rem;top:2.373046875rem;left:1.4989149570465rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCfAn6KwmdMAoqPTV5HSOeEowrnZ8cvD { display:flex;width:1.125rem;height:1.125rem;top:2.373046875rem;left:0.061197996139526rem; }
 }@media only screen and (max-width: 763px) { #kxKDcX0afu7ZIJF50odTtOMJvlVcbP43 { width:8.4375rem;height:2.1123rem;top:3.935546875rem;left:1.4989149570465rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ABdeqfc3Xzvz70ROTPl4MfQUfO14x7t9 { width:7.5625rem;height:1.4624rem;top:8.875rem;left:1.4375rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S218oVVdmGU7eAsmX52bc7PN8JH5dpgL { display:flex;width:1.125rem;height:1.125rem;top:8.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SnzcBFtAwphP69zGcX247nAnOkpGdFx0 { width:6.25rem;height:1.05615rem;top:10.4375rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGtrIPskp9aOkuCiiTuvCi0VZ7czVSya { width:6.5rem;height:1.4624rem;top:8.875rem;left:11.625rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xhcM6T8HiUTMy8SRRcvQ5twiZJTwEMQV { display:flex;width:1.125rem;height:1.125rem;top:8.875rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #KZN22DyGiO25s6OqPgf6n4CxCVCFHmF2 { width:5rem;height:1.05615rem;top:10.4375rem;left:11.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoWCESydbpvWTKKdefNIlXVnBBmbEQpr { width:6.936875rem;height:0.9746125rem;top:11.6875rem;left:11.6875rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d { background-color:#ffffff;background-image:none;display:block; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { background-color: transparent; background-image: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container > .video-iframe-container { display: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row > .video-iframe-container { display: none; }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .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); }#pTdRMQJhLzgnAnLa4BX4ESkoMJXKok8d > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCz4fKDvFgvQ8xqOliB4OTdQdBPslCWc { width:9.375rem;height:2.8125rem;top:1.5rem;left:0.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #225bdb;border-left:0.125rem solid #225bdb;border-right:0.125rem solid #225bdb;border-bottom:0.125rem solid #225bdb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6b5UMSgxTWXn7AlaM3BvL2R6gJFo01I { display:block; }
 }@media only screen and (max-width: 763px) { #xRQThQgK2sLmZaBIqtprsVXLmphimWw5 { width:9.375rem;height:2.8125rem;top:1.5rem;left:10.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #225bdb;border-left:0.125rem solid #225bdb;border-right:0.125rem solid #225bdb;border-bottom:0.125rem solid #225bdb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztMSQp1TxCAOHkmB69rx54p4zMn5EfZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ovBNZZge5UWubp2Vbog8Z4GZvSgfDE5m { width:9.375rem;height:2.8125rem;top:4.875rem;left:0.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #225bdb;border-left:0.125rem solid #225bdb;border-right:0.125rem solid #225bdb;border-bottom:0.125rem solid #225bdb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3kKnrr54TZuU4DGxJBfWDlO0mhRyBEM { display:block; }
 }@media only screen and (max-width: 763px) { #UPceGQcdQQbXyI6GMkKg14iFvlT1NB4m { width:9.375rem;height:2.8125rem;top:4.875rem;left:10.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #225bdb;border-left:0.125rem solid #225bdb;border-right:0.125rem solid #225bdb;border-bottom:0.125rem solid #225bdb;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2A3rSFUTxUWp8fbkJhmxbs4NDnZzy6 { display:block; }
 }@media only screen and (max-width: 763px) { #VWaZRtqJrspvlXl9PIribDOlqhxpz02r { background-color:#f1f6ff;background-image:none;display:block; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { background-color: transparent; background-image: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container > .video-iframe-container { display: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row > .video-iframe-container { display: none; }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .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); }#VWaZRtqJrspvlXl9PIribDOlqhxpz02r > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzpANR3OiPCJsuVoeNaQ5h1hOTUNC6nu { width:20rem;height:4.19921875rem;top:2.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qoghb2gOrEwmB3zpQMn1tZNML77a2xBZ { width:20rem;height:0;top:30.951607599854rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q83o24WfdTHo05INwWA2JRx6vyUrCyzi { width:0.3125rem;height:8.125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8l1MrekyUJ1THc6Hl0qP0Q6xzk5JS6x { width:0.3125rem;height:16.25rem;top:70.22548125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzR9fJmeL0Niv7rH4PHaIeQLztPq0b6M { width:0.3125rem;height:16.25rem;top:90.59983125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mfrcr3fI5qma703q2DVhfm6bcz2w9507 { width:0.3125rem;height:16.25rem;top:118.72268125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6JuTb2W83xcdAvneJAsTmqebFwP8u2v { width:12.5rem;height:1.625rem;top:33.8125rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaCnSeqIgWoFQeOKZRycCwRAK7fE0y1p { width:12.5rem;height:1.625rem;top:43.75rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMNBWHHVBk30F29wph7QF6JrWlTABOGw { width:12.5rem;height:1.625rem;top:55rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k630JxgIG2p3DBQRvT871dQmun3TotBH { width:12.5rem;height:1.625rem;top:65.5rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8kEBIu1WGtafcN4Vbi5cai3dKB2piyy { width:16.875rem;height:5.59765625rem;top:36.0625rem;left:2.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cAhC6tNc5a5FHJ1aPT6QM3BLQ3mc6kON { width:16.0623125rem;height:6.99706875rem;top:45.8125rem;left:2.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ixA3KCHXQGraayuHKtPUILIDT6Nv4kBK { width:16.1230625rem;height:6.499rem;top:57.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oway6P8y1MKyhCcc8tUx5TiTOsXM5G0T { width:17.625rem;height:7.799475rem;top:76.07422065735rem;left:1.5625002384186rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl6dmcP3eLlZ8pl0yuNTe10WNTcqLPTZ { display:flex;width:2.1875rem;height:2.1875rem;top:33.1875rem;left:1.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #LNy7sAFmy5dsW9Ccwm2GLwZ0wHErpfZt { display:flex;width:2.1875rem;height:2.1875rem;top:43.1875rem;left:1.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #xTyLbiqfieAkCPcV6FcllW9zwIKsItvP { display:flex;width:2.1875rem;height:2.1875rem;top:54.25rem;left:1.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #RUL0Lp53sUFPbWhqfUVD68Pm5klu0zxN { display:flex;width:2.1875rem;height:2.1875rem;top:65.125rem;left:1.6875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ekJUmhU6gQ6pILGFnhTriQrlM6ZBu5gF { width:0.3125rem;height:9.375rem;top:43.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lLhsBoPX2grUoUnvJfn0OtmiD2z1fDzM { width:0.3125rem;height:9.375rem;top:54.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Kdb0BCwUHI7KtiIFuAaXcxdzi81Dvv2o { width:0.3125rem;height:10.625rem;top:65.125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #C7tQeyGXxTuv00v0cypbRKUTsl8XFBVk { width:16.625rem;height:7.7988375rem;top:68.0625rem;left:2.125rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zOC1Wqm0cLI15PAnWdsqLMXqgV5PGFPC { width:20rem;height:11.733333333333rem;top:8.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNvgSRMR9N9GabWFJuNtmISpsIVh2uJN { width:20rem;height:8.396475rem;top:23.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 { background-color:#ffffff;background-image:none;display:none; }#uv4SUkOGyQyOhQkhF7wVwd88OPnM3xc0 > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QFrgbIrRknngi38uT4kKf3lXBLJWMgXr { width:20rem;height:4.199225rem;top:2.9368515014649rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ayf83QypeSKGqBZAfxos7IwHRzaQz65l { width:19.6875rem;height:8.398425rem;top:8.0707454681394rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln9gRFknaSGaCUMi09L8TwAWOvlscTik { width:0.3125rem;height:2.5rem;top:36.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH13dc7Hnit3yWEoEeqm3P08rWzOvVcn { width:6.311875rem;height:2.84375rem;top:36.0625rem;left:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO3Tl6el1Cm9hpES4Hhwbbx0Td5ud8NB { width:7.999125rem;height:2.2744125rem;top:36.3125rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo0O7yb6dZsUzhr96zbqbrSq4AvR4XnN { width:20rem;height:1.75rem;top:33.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7sKQaa4R5BT5cJK6mMvNlbFtPvxAvE { width:0.3125rem;height:2.5rem;top:40.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTT47SLiD2wsU1Fx2OPqM9I0sPFVBIgT { width:0.3125rem;height:2.5rem;top:44.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCdf3fKP5A8c1fZopJSEw2unBKiVQWNc { width:6.311875rem;height:2.84375rem;top:40rem;left:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9syQU9gn900ix90GpKGQyLP6hvuke6 { width:6.311875rem;height:2.84375rem;top:44.125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwICQZiTiz6lGc3EsE3N5rCBGb21CwKI { width:8.6230625rem;height:2.2744125rem;top:40.5rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN3VpFa2xgBX12r42mP7aQmrLLWAJZfm { width:8.6230625rem;height:1.13720625rem;top:44.4375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnmJVcCKrvRVChfrPTXmmsaEQSl0nciD { width:20rem;height:8.3994rem;top:23.500007629394rem;left:0rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9zTVZGKgK5PqmHWJ6nub0E4zPOqTylE { top:8.220054626465rem;left:0rem;width:20rem;height:13.875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II { background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/1b6f50e1-8d49-4e55-8329-628d09e86c65/TopicDay1d32.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.adaptive-delivery-prevent-bg, #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.lazyload, #uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II.lazyloading { background-image: none; }#uHOsuFpwW9kpJrHEfWpMXBzMziJTQ1II > .row .container { width:20rem;height:66.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QalbgJzq0zUegQTKffw4D8ge9hs0BEir { width:16.4995625rem;height:2.7998rem;top:29.30989074707rem;left:1.7502171993256rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hpAKgTXvu2T4xbUSdc1fUxeaA43beAlh { width:0.3125rem;height:6.875rem;top:29.434677124024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WffUxDvgALmovqURgibon5KOEQUTwuGD { width:18.1875rem;height:3.41015625rem;top:32.93620300293rem;left:1.7502171993256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTLXt4TuRW5b3byWmm3AkVyqhWZ5qZQ { width:0.3125rem;height:8.75rem;top:38.510208129882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxGI6USuavk8OVnDSUzQxXRXq9sH2Vzx { width:12.561875rem;height:1.3999rem;top:38.510208129882rem;left:1.7502171993256rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iLQ3twJb4W8C3tPkV4Th7OCglCGMovZn { width:18.125rem;height:6.8203125rem;top:40.707473754882rem;left:1.7502171993256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2Td9fsQtoRTlNkP8bMzFtl2MCTdsgv { width:0.3125rem;height:8.5625rem;top:49.672317504882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUIh83tOUoFfVEQAxUTbI0ihrn9hNkW { width:17.5rem;height:1.3999rem;top:49.609359741211rem;left:1.7502171993256rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #keWo0K6VR2CXhhOGhBhgt7ekRDoe3Kox { width:18.3125rem;height:6.8203125rem;top:51.667739868164rem;left:1.7502171993256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdNTb9sHJdT0KI6r9RceXcEDTF5te3QD { width:20rem;height:5.24739375rem;top:22.492407798767rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sREfEhuBJOeFHdayCa0SS7yrQXspKUmr { width:12.5rem;height:2.8125rem;top:61.1552734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewMR86nJTzmCvKKTroCUuI0TXEQkCFav { display:block; }
 }@media only screen and (max-width: 763px) { #DrzgTscNFJ4Ah7lKLclUvA5OqKBLKG5I { width:17.1875rem;height:1.75rem;top:6.484375rem;left:1.4062502384186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ln3Io6MB9Z1sGZLLtv3JQRIGWOu07GdW { width:17.1875rem;height:2.9746125rem;top:8.1640625rem;left:1.4062502384186rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLtVGewnNge9FW9vgSRCV1KXIlzmyA5t { width:19.375rem;height:4.375rem;top:7.9978294372556rem;left:0.15625011920929rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sIi6m3tDtMINHHZ8mhO6PUNaN1KIdIwf { width:17.1875rem;height:2.0996125rem;top:18.03059387207rem;left:1.4062502384186rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZIOPT7CX4ndut2td4RbiuttRl2Nvupl { width:20rem;height:2.799475rem;top:17.560981750488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m3hkRy61l6HdRaDnDK1o37nkk9UqtqLs { width:20rem;height:3.5rem;top:24.504119873047rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-heading-text { font-size:1rem;height:auto; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto;font-size:0.8125rem;font-weight:300;font-style:normal; }
#ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa { display:flex;height:auto;width:18.3735rem;top:27.81685256958rem;left:0rem;gap:1.25rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #m7zmdk9AVLAr8aDK4QBI1K0WodD4wRiE {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #U5T8zy8nQHHi7FlOlwE3QlJ6TsTcPlm2 {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #TTCtNpcmk3Mcgd3C3T36ifcfw7vuzU2M {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #ki7xgE79Q6rOSNngT1z07Pf19DyaVEK6 {  }
 }@media only screen and (max-width: 763px) { #ddDB5nxhNFvET7IJdn9dNU1BJS1T0GRa #vPBDlsSM5e8SRAdr93UpTgip6t1NUz9k {  }
 }@media only screen and (max-width: 763px) { #goJMafKWCO2Ha5SsL2sVFGVmkIiXmrK5 { width:17.5rem;height:3.81185rem;top:13.663192749024rem;left:1.25rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ylSIwT4qvrNKIN9l1zBZLBB3rleAPzq3 { top:3.4559478759766rem;left:5.3125004768372rem;width:9.375rem;height:9.375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c6cb7Th3fQvtHo7LJOKH90sH6aXnrVyc { width:20rem;height:2.625rem;top:20.129119873047rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MTZUqzN4T94GT99URFhhQDTyweodaTIZ { display:block; }#MTZUqzN4T94GT99URFhhQDTyweodaTIZ > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svNnuEwmOGBbKlusLRu8G2tzSkGq05Ef { width:20rem;height:6.8232375rem;top:3.1846618652344rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzMeSTDCeVQw1OukuXyLVu3NtM1IZF4a { width:16.5625rem;height:6.82325rem;top:32.9775390625rem;left:1.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJ0Nt1BGcZaDoEVW98WXOeQMQmM1rgGO { width:20rem;height:9.79818125rem;top:10.947284698486rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UchKQCi04U4iZae2ZTaIXFrE38wAiSKE { width:18.8125rem;height:5.5989625rem;top:43.502602815628rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXhdrpDObghMEzSExkWDQWWWPsZKR6Jh { height:11.2271875rem;width:20rem;top:19.687719345092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8CHQL5VpldEdrfT5RHDBPVrFAcIvBOQ { width:5.74978125rem;height:4.6375875rem;top:46.573352813721rem;left:7.1245660781863rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBvfTbZ2hhdNZVG7JEoNFUfOzlXei2cW { width:6.25rem;height:4.6875rem;top:59.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUEWzo4PxVQluCwciDZ02hkJSxxc2aTQ { width:6.25rem;height:4.6875rem;top:70.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc72AF6bGQhkePSa5bTNQoBJ3O2mWRmB { width:13.0620625rem;height:2.923825rem;top:51.142576217651rem;left:3.4689674377441rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uuQ8U5TQuDZNm6KNAIoSW3uph4tO8Tlf { width:19.0625rem;height:1.462675rem;top:64.1875rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ISnmhScRTLTZgPSRc5rqvrTZZHsMo8qa { width:19.0625rem;height:1.4619125rem;top:75.9375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GtWofZF2PMAyRpKBHcQN0KtnmBMa1f5P { width:20rem;height:auto;top:24.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mtBZlcvUnxLnMZqoA98nndTrycCg3vm7 { width:20rem;height:auto;top:33.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WrSA5Qp7BLXTFue2kJBISa4tE1AknP3N { width:20rem;height:auto;top:41.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #pXTVtBkeUED7v1n3pQS2VHLtGaJRhUTx { width:20rem;height:6.9970625rem;top:10.957681655884rem;left:0rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwZxAZJ8Qh2QTQQOu3s94HQL7ReqH9mr { width:18.811875rem;height:4.1982375rem;top:40.786687850952rem;left:0.59353303909302rem;font-size:1rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqXgP3Vantk8vSgbb75u1eqFR9DsfTRJ { width:17.4370625rem;height:2.44921875rem;top:54.6875rem;left:1.25rem;font-size:0.875rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7tQVoGN3lTiVDcuPMhULHpB6AJ00zXs { width:18.0620625rem;height:2.449225rem;top:66.25rem;left:0.9375rem;font-size:0.875rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfWnFzcw9nRLdJwOdRoRyXm7xTrQilZ7 { width:18.936625rem;height:2.449225rem;top:78.0625rem;left:0.5rem;font-size:0.875rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE { background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/1b6f50e1-8d49-4e55-8329-628d09e86c65/TopicDay1d32.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.adaptive-delivery-prevent-bg, #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.lazyload, #P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE.lazyloading { background-image: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { background-color: transparent; background-image: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container > .video-iframe-container { display: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row > .video-iframe-container { display: none; }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .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); }#P0KdJKxmf7aE4BXy6tDMO5CsPR8a38OE > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VckFr35Q7PKDr1HcmTZf6gbvgTiJNKgQ { width:18.125rem;height:3.8984375rem;top:16.1875rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdmaOC9XGr9txaZdwaK1ucsHUZlNM5dy { width:18.3125rem;height:2.5996125rem;top:20.9375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxvBVcboTzT6zBAQHgxSSH0Fs4xS58GW { display:flex;width:1.5rem;height:1.5rem;top:24.5rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #a9o9KmhnanuLe5qRq3yubA5qd9294bGM { display:flex;width:1.5rem;height:1.5rem;top:26.625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #WFbQ66EUZhbQOcPz0MHZXayyr8KWd8KS { display:flex;width:1.5rem;height:1.5rem;top:28.75rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #ZCfa7Bw8NoKZU8HM35iBAqJ2r2RLFh2G { width:20rem;height:11.170875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoh0GlOA3KWO7c7u9wtHwH64JCoSWEQn { width:10.0625rem;height:1.29980625rem;top:24.625rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Te3fOuQ4LXwSPkwFEdUAQteEc7DEO2T5 { width:10.0625rem;height:1.29980625rem;top:26.75rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6cX4G06yyApI7gTPpfBrwGgFQc1DAS { width:10.0625rem;height:1.4619125rem;top:28.8125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #elxdrqWOh8Zso5mc0kp2hzuEIy9XrD3P { width:13.1875rem;height:1.13671875rem;top:30.25rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssaml9ynGL35hB7KxHB1rvvZ38hQQo7n { width:10.0625rem;height:1.13671875rem;top:32.875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FcuFSReoEaRT8Jh833hTPxtGmTGbQmp2 { width:11.75rem;height:1.875rem;top:2.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwoJFHsnWKMfGvSSQV2V2t2DkUyTTtX { width:20rem;height:32.0625rem;top:3.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-heading-text { font-size:1.125rem;height:auto; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto;font-size:0.875rem;font-weight:300;font-style:normal; }
#HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc { display:flex;height:auto;width:18.375rem;top:55.8447265625rem;left:0rem;gap:1.25rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #fKQIvteIb0dcaeuMSug18XKTC2QvqXAO {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #x1IgKsQMLPWAQlLAbOWB2lQwfEP9bzRT {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #ypC04wNARgHR7MNrkp8IlCysMwlDmO5d {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #LLXBVrGTG6t6gODEJRDRDLehZ9LskyLx {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #OfdVxJosEyZURmfpBXSJ1t35GdmcTsGW {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #IO7zcRUXXXlWeRhIaLmFBbphRv1AXDCU {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #UuXTGzITw5Qe6c26AhDnFoAmmp0wb8pm {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #NXXdnt7AtDVhQPmbOgX6fDGETLFsQlGF {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #VGsyu9UnprKDRdKZB5QtFroBv6grvdH9 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #xQG9QBEz9QgwhObu3iHUmBoTMemklddG {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CLFqmzpnUBKydTmqg04FLcC94PAgiVSU {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #i779lcn6n1sPDMoCbtX7PkeNOn6qTtu5 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #rGU4qxl26lWu56HPJBQXD6lqV0lRrsga {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #FEsyzfmS4Ob5IUlKQEyq2dWfoN8FgcF3 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #uoRglqcM3Og0b10hS0EntvyaF9CNTltX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #CARWrq3Rs01tAh64ITW2eXqlJhbi5xlB {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #EX0R41J0XGGm1rFQ9n8i6umO7kocSylI {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #tFfV0oE9or5uURZN7tMRlpvxUWo0TqtT {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #lCxTkDx5KNO1O1DpuFHmZ1M7c8SgnIC3 {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #zLzHo5Tfgty126ILt3UpUmB55l03NqzN {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #p1nxuKJ24Nx4FK6dd0FRUQMtNgRtFWKX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #l9FslHDLtnTHLf5xr3K73wVZ7Z8kyGWE {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #qBNvKS9i92BmKsHvkPdNea0mWChOLsSq {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #cbsHNexyan3kCtJTJgcleIhvABXhxgtX {  }
 }@media only screen and (max-width: 763px) { #HnEcFHollmGDQTGKrD7JNldhcZZ7pqkc #f3mX7BTcOUL6ksE1BZCRiQoImq55dT7K {  }
 }@media only screen and (max-width: 763px) { #KOzfpnEn2b2dcXWUieHGsqwtctTBZBcC { width:20rem;height:32rem;top:3.875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IxEUvJMQsgXCOeu7N4g3wOwczgVrdHs9 { display:block; }
 }@media only screen and (max-width: 763px) { #LFr3ah0HKUGTwTdIUNVOptWpGRxqXaMc { width:17.375rem;height:6.8232375rem;top:38.2041015625rem;left:1.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFwQtVZnltzZzilmEy1P1JZU8QaWIEWT { width:20rem;height:6.9970625rem;top:46.357421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZVecq3ui6Unri5ZbKot2IOTzhhia68P { background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/d0b48f9b-5f42-40f8-a055-f9a73b6a4ff7/TopicDay2d32.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P.adaptive-delivery-prevent-bg, #QZVecq3ui6Unri5ZbKot2IOTzhhia68P.lazyload, #QZVecq3ui6Unri5ZbKot2IOTzhhia68P.lazyloading { background-image: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { background-color: transparent; background-image: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container > .video-iframe-container { display: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row > .video-iframe-container { display: none; }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .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); }#QZVecq3ui6Unri5ZbKot2IOTzhhia68P > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZawuxg2rXItySuFxTz0NeXLZE5DJ3Au { width:20rem;height:32.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psoGuOiIArCPxMIB6EAPbVkJcLeS4ZyM { width:20rem;height:11.226158038147rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBl8GtX1SMlNHi1WWJG0e2mAfuhatAKC { width:16.3125rem;height:3.8994125rem;top:15.75rem;left:0.9375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgzD6gwoVTCZhEsycJqVcC52erQgNKQL { width:11.75rem;height:1.875rem;top:2.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9K7IPSs50TXrNTf9ST51BRcsJKdo82F { width:15.1875rem;height:2.5996125rem;top:20.5rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVOghS3KsIAcqIsZo9okTLoUoJyMANI2 { display:flex;width:1.5rem;height:1.5rem;top:24.0625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #ZWLdgP3HTk3kOvIDp6COOg3geTw3oMSs { display:flex;width:1.5rem;height:1.5rem;top:26.1875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #rXpLvoofKpPh0dLGp16Fq6UpAyLMcN4y { width:10.0625rem;height:1.29980625rem;top:24.1875rem;left:4.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VuA4mfGUXhsFqG3h4Dy5FvempK6ZHV1d { width:10.0625rem;height:1.29980625rem;top:26.3125rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eruWV1yVKvHcEw2mI7MHUqxMTAdcQeVm { display:flex;width:1.5rem;height:1.5rem;top:28.3125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #TyQWRDMRUgoeHt0gfQ6fkfyeO8Lumm8Q { width:10.0625rem;height:1.4624rem;top:28.375rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFmuvTPNNToxxys0eBZcbTLUu0IAwT3C { width:14rem;height:1.13720625rem;top:29.8125rem;left:4.96875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w53cdscpriDX0zOgBzaOSQrVMPFuIdQZ { width:10.0625rem;height:1.21875rem;top:32.4375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-heading-text { font-size:1.125rem;height:auto; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto;font-size:0.875rem;font-weight:300;font-style:normal; }
#okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 { display:flex;height:auto;width:18.375rem;top:55rem;left:0rem;gap:1.25rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #EOos8GT1ECLEHkDuvo0dTHV5FcPl1q0g {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ODGQI6KIcmE1irAmKSiausGxOfdSSe6F {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #ZKFtcCNpwsacsx8IAF3X0UdUAu243Q3y {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #SVf8xMOcQJSSAMyAemvFA5AAmQTefHNv {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #KQ2lXDIIphVaEdLJqHZJUHMMJcQsT2C7 {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #xS4JV4Tvd6T9cdaO5gm7l04tiSlxnaTq {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #CqxkXcpvZA8uwIVvNfFh9AXHy25ath4r {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #AAITctlqemviVaBieTWempTVg90vphEU {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #N9THJkW7B7OTUL3PHTwTGoxz5cnLb6fV {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #T1D6QnsTpLqFkltAJmN3MvQsaT9vQ6gx {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #M6hkoNyNShrmNvlfiIKEmlMhfwnTIhzV {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #WQ2kyiTvs2vT3vnZgzHJQK7v13vsmZ1C {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #cspTHUH13zOriR8NwdF2nF4a3LTDUXbO {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #K6CH28lwaOycagBHIINc7ASox5lus4Fc {  }
 }@media only screen and (max-width: 763px) { #okHcnG4n7GbKGi9mKNWv5O2gS2u9xdM5 #sKTnkDWgMI8MzfRItTnTAz2I7i5GBQK0 {  }
 }@media only screen and (max-width: 763px) { #hM1ev0fczMCW2KgUq1URonLHsrfECe63 { width:17.1875rem;height:2.0996125rem;top:89.3125rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRXnGq5MQPZ0xP6mr2BvILutB3wIyRL8 { width:13.6875rem;height:3.673825rem;top:91.9375rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7unBcuiPmrPDleAtcEWQhh7AuftNm6I { width:20rem;height:32.0625rem;top:3.4375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M327pGSB7URdTkiLvFNHskmHstZGm3H6 { display:block; }
 }@media only screen and (max-width: 763px) { #vCLT51V53ahv3K1b6LrTp19c1CsRi0IC { width:15.4375rem;height:6.82325rem;top:37.765625rem;left:2.28125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEOQat6t30iM5xd9pmx26Tt5nZg9mVac { width:20rem;height:6.9970625rem;top:45.8154296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO { background-color:#231f20;background-image:url("https://images.assets-landingi.com/uc/d0b48f9b-5f42-40f8-a055-f9a73b6a4ff7/TopicDay2d32.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.adaptive-delivery-prevent-bg, #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.lazyload, #uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO.lazyloading { background-image: none; }#uDKDs9A8v5VUda4DmoOAN3MnTOnihOyO > .row .container { width:20rem;height:66.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q6yhx0KsTT8FcPwTziNUQsTl3dK4pdCG { width:13.499375rem;height:1.3999rem;top:28.6875rem;left:1.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LIJbkkhfIPBtlCU9Hq9mRfqaBIb0mdmV { width:0.3125rem;height:10.875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi1UIB4P5d0lEXoe9l5Bi3p8niEwdLig { width:18.0625rem;height:9.09375rem;top:30.6875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmfLgO7AlwNFwPhO8DFWNsHT67BFVTWT { width:0.3125rem;height:7.75rem;top:40.9375rem;left:-0.038228155339809rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4MVSx2hCUzFlE8FyTgdLzXKiFgZlP4f { width:14.124375rem;height:1.3999rem;top:41.0625rem;left:1.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKzQO4GLXLpoH8IpZlRJXL8OsIQ7Iibp { width:18.25rem;height:5.68359375rem;top:43.25rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo0SUh5hUfOdf31M5vSvNNBbpsCI9sf { width:0.3125rem;height:7.8125rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z21nvR4UOE9gQBbFt0UGrbxW6FrA9xRc { width:13.0620625rem;height:1.3999rem;top:50.3125rem;left:1.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s8fA0PEx9fmuHcuqgalVQmzfWGLhuOrE { width:18.25rem;height:5.68359375rem;top:52.625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2viyTgeCaM6D3Jt9eiD0wgm8u4Hubf { width:17.8125rem;height:5.24739375rem;top:23.881293773651rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDMgHlnBVT5il9gcp4QeeNV0a5WgBZir { width:12.5rem;height:2.8125rem;top:60.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNQzZ8i1yhrbWWnHseSnhudcP3GwwEGM { display:block; }
 }@media only screen and (max-width: 763px) { #bzcCTp9cZVCZpl9vBDaBcvucuHiPOFRB { width:17.1875rem;height:1.75rem;top:4.7927551269531rem;left:1.4062502384186rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1cw0SStVBrdZCt7Fd5uTx5Qs2Qakx9g { width:17.1875rem;height:2.9746125rem;top:6.4724426269531rem;left:1.4062502384186rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meW6kQB4XpFAE7bgADusgUgOvWPnI9oZ { width:19.6875rem;height:4.0625rem;top:8.0347232818606rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aAOWpdQcIAfoVvMPwnlGTx7261t8qhWx { width:17.1875rem;height:2.0996125rem;top:16.640625rem;left:1.4062502384186rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7HWXqgBGWJ0BQnv56cBu6FzHHCWuhKM { width:15.625rem;height:4.19921875rem;top:14.235046386719rem;left:2.1875002384186rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kk8KQGBUtWBoTCDy5NFkQK5xrqix77sT { width:19.9365rem;height:3.5rem;top:23.6875rem;left:0rem;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-heading-text { font-size:1rem;height:auto; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT .accordion-desc-text { line-height:1.4;overflow:hidden;height:auto;font-size:0.8125rem;font-weight:300;font-style:normal; }
#iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT { display:flex;height:auto;width:18.3735rem;top:27.834197998047rem;left:0rem;gap:1.25rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JLfyaT9kxFnOuuVkffsK5iyD3XNZ5Lwq {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #FRIfv4UaDQJr3lAtDx3OGtBrSZaDvQ1X {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #GOvlLoRd9iPOO0TA5fNJJ7i0pTUJZlpM {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #R1FbTbHFbtryCrFQdFfMFEm4z102DEb2 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #b7MGBkxcTbkc3ghwZ9hfoJrL6IRF3rgR {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #qZUADNA3buN9XOkG797icJgyxIUATPLl {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #KsPFQomqdF08wsiPCcCdVS7aVGI55Q0n {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #JT5VW8U8kDUF9dQ2VLQGxurM3AOGxHVp {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #soXbpAh7LuZgUZ8NdKMZ7vs4bA1b0wRQ {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #HEcUOaUIRs4zAIcGyLRP4fL1ILUISrfg {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #pvdFhip23rRqIZzmfR1IXZUZdllicS70 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #v7uc1pEmkrpmz4WfrfmDnQ4ooMOXAhHM {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #Ug1oBv2T0uxDaT3eZybqaXMDr3wbAQQ0 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #LoaHQ1s3U1yalPrMyRZb2XkLBdT6lL40 {  }
 }@media only screen and (max-width: 763px) { #iTSMqlNLb6mtynI2eDA0vTnFB89XQBUT #UD9B6ppoLoonuz0KG2xFp5Krkd8Twt0n {  }
 }@media only screen and (max-width: 763px) { #end1h74EZdNZOtOrkpTT1pGcwdExPB71 { width:17.1245625rem;height:2.625rem;top:18.739166259766rem;left:1.4366321563721rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KCX9MdCGR0q2xVGEIcnUA1Mzs2soTQMz { width:17.5rem;height:3.4375rem;top:12.511962890625rem;left:1.25rem;overflow:hidden;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qzXaCG6v5mznT0rGrnUdXgCenFN5A2Uw { top:1.8175048828125rem;left:5.3125004768372rem;width:9.375rem;height:9.375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5z92EWVcpASbv8kUfpP6O3LZivGe21 { width:20rem;height:auto;top:38.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PtyTg3KGcI8gT5Mp2FeJsTVdlIwhzzBd { width:20rem;height:auto;top:46.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #225bdb, #00091e);background-image: -moz-linear-gradient(180deg, #225bdb, #00091e);background-image: -ms-linear-gradient(180deg, #225bdb, #00091e);background-image: -o-linear-gradient(180deg, #225bdb, #00091e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#225bdb', endColorstr='#00091e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#225bdb', endColorstr='#00091e' );";background-image: linear-gradient(180deg, #225bdb, #00091e);background-size:cover !important;display:block; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { background-color: transparent; background-image: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container > .video-iframe-container { display: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row > .video-iframe-container { display: none; }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .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); }#dWKqvV4UxwtZbTvifW9UvxknnZTbP6T2 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS1vb0MWDQfox8uwyZrEHZlSWMPhoG2v { width:20rem;height:13.8125rem;top:3.687068939209rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpDbp5z4QhzIqa7ZTq6NpCLTGBV6wL6 { width:20rem;height:5.8463625rem;top:3.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LBuGnCfhTJOXbeOp5HWNAk2wS7elVUJl { width:0.1875rem;height:4.0625rem;top:16.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2HevaRQRW3pP5KszS55TA0w3Dre4R0e { width:7rem;height:2.5996125rem;top:11.124134063721rem;left:2.6866321563721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPEhttoNwi0VnVsDqColHwZxSuVp6oo { width:7rem;height:1.625rem;top:13.998481750488rem;left:2.6866321563721rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #TTQRcMlkZoSrxqfLH0Tu05DSNPGhTy1E { width:7rem;height:2.5996125rem;top:11.124134063721rem;left:11.436632156372rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR3d6tfKKZ0RzEhNsknSyyiyN0cSMATV { width:7rem;height:1.625rem;top:13.998481750488rem;left:11.436632156372rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #nCWeddBTvN2WuiNMqE74guaf6R8vkVJw { width:7rem;height:0;top:23.1875rem;left:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fI4Zqb76fuilkzyI8TvJBagrRznPCdfZ { width:7rem;height:0;top:20.3125rem;left:3.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXyTcaleJ6EeoRlAPFAlPpB8VPkrQT9t { width:0.1875rem;height:4.0625rem;top:11.436634063721rem;left:10.562066078186rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZ3qT1mkHUT1FVJufidTEqDa3RJikWG { width:0.186631875rem;height:4.0625rem;top:11.442058563233rem;left:1.6861979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnQZPlBmwvsZTh1Q2FC3JKNd5pXFdskR { width:20rem;height:3.8994125rem;top:5.60546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #bvdGBuCJk33XE72q9x6UBZawIQJNwAfl { width:20rem;height:13.25rem;top:18.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJqD2c6ObgQJ6GWsyavHaZifk03wNK3 { width:20rem;height:10.705679862306rem;top:20.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE { background-color:#f1f6ff;background-image:none;display:block; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { background-color: transparent; background-image: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container > .video-iframe-container { display: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row > .video-iframe-container { display: none; }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .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); }#E0gPOoFUhiruuZ9TXmPih8OGsH8wdnBE > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKw0aTmQ8T8KgT95R8nHZ6it8MaqTowg { width:17.875rem;height:0;top:2.0625rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k5JKGwyRWifP5zrDx3G6KimyOOF7aIKu { width:15.9375rem;height:0;top:11.38671875rem;left:2.03125rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 { width:20rem;height:8.139625rem;top:26.8125rem;left:0rem;font-size:0.8125rem;display:block; }#fbWqcXUwasnKXv9Fic6CmG5pc7JlOWd4 li:before{  }
 }@media only screen and (max-width: 763px) { #RP5oBMALRnT6NzHETTJgLB82Jn4pfl9f { width:17.25rem;height:0;top:30.625rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #DTxcQIyaQxDGL7X1bff3T5mTuzobDULT { top:11.38671875rem;left:0rem;width:20rem;height:20rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NOZIg2pkIvITfLTRl8dQ9lJw87r66GZS { width:12.5rem;height:2.8125rem;top:36.1875rem;left:3.75rem;font-size:1rem;color:#1b2792;border-top:0.125rem solid #1b2792;border-left:0.125rem solid #1b2792;border-right:0.125rem solid #1b2792;border-bottom:0.125rem solid #1b2792;display:block; }
 }@media only screen and (max-width: 763px) { #l6kEIq92wsVIJ4gWFU701kTHMnoBcwWd { display:block; }
 }@media only screen and (max-width: 763px) { #IICZXvMxTXxliF8hwonNldRtbVJsNv2i { top:3.1875rem;left:0rem;width:20rem;height:4.2246125rem;z-index:15000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skE5tFC3W5eMlnFgBlVBBTK9Uu6K9mbB { top:8.4375rem;left:0rem;width:20rem;height:13.875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tEfS7kymRy8hXOnsDnwaFiZRgzNHULIO { top:23.8125rem;left:0.6875rem;width:18.624rem;height:1.462675rem;z-index:15002;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq { background-color:#f1f6ff;background-image:none;display:none; }#NP6ZWmMQP6osBEeiJCP72pxk0abXVLcq > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3rZE6r8aN2khy8tsSx6CVZ5bkcAusnF { width:17.875rem;height:3.8994125rem;top:0.81163024902344rem;left:1.062283039093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsVmZIlvizW4TQUnhI6kIJIdz2ETPsSx { width:17.25rem;height:20.4375rem;top:9.19921875rem;left:1.3433160781861rem;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:none; }
 }@media only screen and (max-width: 763px) { #RsvqCWtrXmlDWauOA6iN7EsG9prRHgmT { width:17.25rem;height:20.4375rem;top:30.947265625rem;left:1.3433160781861rem;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:none; }
 }@media only screen and (max-width: 763px) { #kwisk1WTuxDTao87WET5qSGefsEV9sR0 { width:17.25rem;height:20.4375rem;top:74.510620117188rem;left:1.3433160781861rem;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:none; }
 }@media only screen and (max-width: 763px) { #XEMQORsGgPL51L9WOEGTonhEzcW3txhV { top:6.4561614990238rem;left:0.31250011920929rem;width:9.0625rem;height:5rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Novne5NIMx6KgkMJamUlueTXl52clKUz { top:12.706161499024rem;left:0.31250011920929rem;width:9.0625rem;height:5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ow9ko7fQswXkGn00M465OAe6TRq3fRDq { top:18.829208374024rem;left:0.31250011920929rem;width:9.0625rem;height:5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dcBfs41NKVAtFtGt3Ax1XSQr99KTTxyQ { top:24.952255249024rem;left:0.31250011920929rem;width:9.0625rem;height:5rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qcLOkrs8eiNMAuxNXpfwgd6BnDHeXVH2 { top:7.1441040039062rem;left:10.062934875488rem;width:9.9370625rem;height:2.2744125rem;z-index:15014;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmsLd6cslaAABeJIbpMaRdA3oZK4zEu { top:10.040145874024rem;left:10.062934875488rem;width:9.936rem;height:0.9746125rem;z-index:15015;font-weight:400;font-style:normal;font-size:0.75rem;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #ZCmDfs07MbTW1EcmI4bIGL0AiZmvRcp9 { top:13.26823425293rem;left:10.062934875488rem;width:9.936rem;height:2.2744125rem;z-index:15015;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aveg7CMbuU3N4t9yy1aAOZMVFI1PkbTu { top:16.260848999024rem;left:10.062934875488rem;width:9.936rem;height:0.9746125rem;z-index:15016;font-weight:400;font-style:normal;font-size:0.75rem;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #abOzTh8tSX1lCpqBkB0UdDWB08cbET7T { top:19.20246887207rem;left:10.062934875488rem;width:9.625rem;height:3.16699375rem;z-index:15016;font-weight:700;font-style:normal;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmCncoJrVeBsJgTlJmMnuN8XTXgLGo3 { top:22.546661376953rem;left:10.062934875488rem;width:9.936rem;height:0.8125rem;z-index:15017;font-weight:400;font-style:normal;font-size:0.625rem;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #wNx1l3hvTvkNA9BR7azCywsCiUVnF8I3 { top:25.451385498047rem;left:10.062934875488rem;width:9.5625rem;height:2.2744125rem;z-index:15017;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5lZtP6e2S7tuGS4MwToFUxmJRkBFNu { top:28.223739624024rem;left:10.062934875488rem;width:9.936rem;height:0.9746125rem;z-index:15018;font-weight:400;font-style:normal;font-size:0.75rem;color:#a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #L9OIiZypsJFl72AuuF7n9W9tTbezhc9d { top:6.0807342529297rem;left:0rem;width:20rem;height:5.6875rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy1gnh065ag4rkoouTowOGm4T382KKIH { top:12.361114501953rem;left:0rem;width:20rem;height:5.68685rem;z-index:15005;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRUfopOVTcoiQRRpvtRUk1GIIdMsofXQ { top:18.484161376953rem;left:0rem;width:20rem;height:5.68685rem;z-index:15006;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyCgEMGdGT1B3UMJd40MlMiX75NAcdi6 { top:24.607208251953rem;left:0rem;width:20rem;height:5.68685rem;z-index:15007;background-color:#ffffff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ91OSLz6cmW5QTG5EZ1aDCZ4K4xTztg { width:17.1875rem;height:20.4375rem;top:9.1875rem;left:1.375rem;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:none; }
 }@media only screen and (max-width: 763px) { #EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ { background-color:#ffffff;background-image:none;display:none; }#EnAnMw8CGuVue3RgOKZQTIGORLI8mJfJ > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #McnbKST6tCizwbWgmsdCc6Gf4fnm611E { width:20rem;height:6.29883125rem;top:2.0126953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4I6qiArkxq29mUcbUH0Ohni5vQ4n7I0 { width:19.6875rem;height:8.398425rem;top:8.0707454681394rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpfkQVQWmtovCH1gt0KeaTkzitycNEdT { width:0.3125rem;height:2.5rem;top:34.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSeTWNzDwZMANnf6tH3qeF3zHkkkcMgZ { width:6.311875rem;height:2.84375rem;top:34rem;left:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq1M9A6635fEipK79SNmRDFyEZlf6NxB { width:7.999125rem;height:2.2744125rem;top:34.25rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkTVffzZcNN9H333dAXyKChrbZdBQ6c { width:20rem;height:1.75rem;top:31.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNA5bQbPI6Zz3QsniDI96XRzKFfxAxgZ { width:0.3125rem;height:2.5rem;top:38.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5eUfyc70OMd5pq7NW3Itex6U3Ru3KdO { width:0.3125rem;height:2.5rem;top:42.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ZhTto68QssVLkV8vPPPivENTxmcXvd { width:6.311875rem;height:2.84375rem;top:37.9375rem;left:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa3ZCmUnCmJUQ04ywKCMgmIL9ylPssiV { width:6.311875rem;height:2.84375rem;top:42.0625rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTlxwX1HaKag8rBTRiLBv7CpufbQDz3 { width:8.6230625rem;height:2.2744125rem;top:38.4375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3iPQKhReAmKyQ7rPlx0Swm70bOIWNx { width:8.6230625rem;height:1.13720625rem;top:42.375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFhcIQvqUktFsbUgndEUXBNMtVhORk3I { width:20rem;height:8.396475rem;top:21.4375rem;left:0rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvA8XWibVAlsCi1Ad3DWSEr8tlb6XyeJ { height:11.2578125rem;width:20rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #225bdb, #00091e);background-image: -moz-linear-gradient(180deg, #225bdb, #00091e);background-image: -ms-linear-gradient(180deg, #225bdb, #00091e);background-image: -o-linear-gradient(180deg, #225bdb, #00091e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#225bdb', endColorstr='#00091e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#225bdb', endColorstr='#00091e' );";background-image: linear-gradient(180deg, #225bdb, #00091e);background-size:cover !important;display:none; }#nFIyQTOSXE2i1M1ck5kSZFPHom6Xz4Uc > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dyPSQ6QAO4VsMbQXIxtaW7ETVr4rvRrx { width:20rem;height:13.8125rem;top:3.687068939209rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrAyF9sTZlfnlEzHH2driOyS4UVfnuME { width:20rem;height:5.8463625rem;top:3.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SnuQknxb6Cd1FE4i4azQuHkv5I8N6iyN { width:0.1875rem;height:4.0625rem;top:16.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wldDVTXaDdME4ho89bg5AlBzwDVrTT6T { width:7rem;height:2.5996125rem;top:11.124134063721rem;left:2.6866321563721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraBeyqlQz2pcnO3TlmVn8TvMuMahTFM { width:7rem;height:1.625rem;top:13.998481750488rem;left:2.6866321563721rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #wTDN4yANQKTciNyFkg08rWneJTHnuxbQ { width:7rem;height:2.5996125rem;top:11.124134063721rem;left:11.436632156372rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8izKD5waOUN1xIgJkxxQDpNQMluMoo { width:7rem;height:1.625rem;top:13.998481750488rem;left:11.436632156372rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #XkzyruwxnXnI1ElETlIcuFVHZmXVZec4 { width:7rem;height:0;top:23.1875rem;left:3.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRizU75gPQP2FqoxkPvzT6OaPN77dQ0U { width:7rem;height:0;top:20.3125rem;left:3.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNo8oKMnOduebS9IUeLCiwWG1hx3y4K4 { width:0.1875rem;height:4.0625rem;top:11.436634063721rem;left:10.562066078186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvr1hqVkQ0iuQbPtk7WNbuToqObuOvkC { width:0.186631875rem;height:4.0625rem;top:11.442058563233rem;left:1.6861979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JqlK0W3GBOTv1lzHkfOBu2DJbBfhrW { height:11.2586875rem;width:20rem;top:19.249134063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncymNbTJwr3TPHy8hNSv0CX9G2kp9RR5 { width:20rem;height:3.8994125rem;top:5.60546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp { background-color:#f1f6ff;background-image:none;display:block; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { background-color: transparent; background-image: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container > .video-iframe-container { display: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row > .video-iframe-container { display: none; }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .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); }#nBcvzHT12TellpnWJmFcTbvOzBJ0DKfp > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPMwsucHbMmmzT2207ASFPS1e90yVTGw { width:19.1873125rem;height:2.11263125rem;top:2.6193580627441rem;left:0.40581607818604rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JRoDo4OvcwOMBgbGuvG4Cs3TXnMTIX2F { height:11.209875rem;width:20rem;top:6.0590209960938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doHvkLq6TAFxtsdFkphS8XCw6GxcQJJW { height:11.209875rem;width:20rem;top:22.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXSHuvJEWpxJ431m246HIP6TKQXd3Al7 { height:11.209875rem;width:20rem;top:38.998260498047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxpWPiHQIZTDrUHEAReb05TPQkt4K9e { width:16.936875rem;height:2.599825rem;top:18.121307373047rem;left:1.531033039093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SxnUkP5oGnTghzv24UNQfz8M6T9i1oIW { width:18.186875rem;height:2.599825rem;top:34.560546875rem;left:0.906033039093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kzWrRedQRBMTuFLvRQER1SCxXNzAVI7J { width:17.874375rem;height:3.89941875rem;top:51.185546875rem;left:1.062283039093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 { background-color:#f1f6ff;background-image:none;display:block; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { background-color: transparent; background-image: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container > .video-iframe-container { display: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row > .video-iframe-container { display: none; }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .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); }#tx2xuzQ2aTiDMJmQ0ESbs3qEwNTg3dr1 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT9UcQ1e3UK0XFAcu4lMI1AcvyBkfqZJ { width:20rem;height:30.9375rem;top:1.52587890625E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H { display:block; }#ITt2vUvrfM6bVrKxdU6CQ5izf8SS3A4H > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2goWRz1hzrT8rrfXfl8PIRCtzgO9zlv { width:15.9375rem;height:5.19921875rem;top:2.9991321563721rem;left:2.0312502384186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW0qOTlDnZc0M1KCgMms5AQ6F19GW8eN { width:4.6875rem;height:1.5625rem;top:9.7491455078125rem;left:13.37478351593rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IwwsCaUOMGLLuUC0sNcTrn4GqlMVm7 { width:11.5rem;height:1.5rem;top:10.0625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xiMGiueAob7wHLdRPotIuRGlZ57Zix99 { width:17.061625rem;height:2.2744125rem;top:11.686632156372rem;left:1.4680991172791rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FkHf0ugCzlPOBuNRFtEpPAVhHy21AfsJ { width:20rem;height:1.94986875rem;top:14.724609375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XOoTyShWNoMOR9lD8rBQhIoGXSWuZAaV { width:9.875rem;height:10.5rem;top:18.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0JKgLs0hNZN53OP4a4WTUmCo3iqV4pH { width:4.6875rem;height:2rem;top:19.486328125rem;left:6.8154296875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qVMNcBivH0xRLlTBnpyM8ngSAvKgEvr1 { width:1.375rem;height:1.375rem;top:26.974609375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1P8AWwSnLqAvqeW8eECiqaih2FR3S8c { width:7.0625rem;height:0;top:26.91796875rem;left:3.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrOec1Ekm36rXeS5PFqadr43QPBJbQ0C { width:7.5625rem;height:1.48730625rem;top:25.75rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1x64q4ZJpul55XvZpI92AxHkpJVWdXN { width:7.0625rem;height:3.5rem;top:25.625rem;left:11.5rem;font-size:0.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyw2z7VmHFT2OAWErUsEBg6PvokpF4d { display:block; }
 }@media only screen and (max-width: 763px) { #ZqPQMiFVSlvInGhLEHaFMLhpaot4xTra { width:10.3125rem;height:1.3808625rem;top:42.375rem;left:3.375rem;font-size:1.0625rem;line-height:1.3;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #WrqoKOqthv4IOTtqEnHnBbFQVP0S2Ccx { display:flex;width:1.375rem;height:1.375rem;top:40.25rem;left:1.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DpiA3XEecis6MT8ZuBsdc5yoV1wgDnri { display:flex;width:1.25rem;height:1.25rem;top:42.375rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #iEQiWzgFkFe7ywTfiGzUsEotTA95AAld { width:17.5625rem;height:18.683625rem;top:91.4375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIsbBdh9exdrzZNX77glUxSexNhbZkkA { width:12.8125rem;height:5.5625rem;top:79.875249023438rem;left:4.1247863769531rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #laq9T6UFt9qxkSCiqEme7bHprZdHfPIE { width:11rem;height:1.48730625rem;top:40.375rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #sCNH51MPQHVGKmSMfwbfy0o2Wo5FCxsL { display:flex;width:1.375rem;height:1.375rem;top:25.8125rem;left:1.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #mElqUKooEvA3a7suEiZQKth11iHGBvDh { display:flex;width:1.25rem;height:1.25rem;top:27.9375rem;left:1.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yWXsJG9rTRAr7bM19E2Vz9bWa5gTUSf8 { width:10.3125rem;height:1.3808625rem;top:27.8056640625rem;left:3.375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgeQU6MIQk54xXMe588V9hh05TLxFT3 { width:7.0625rem;height:3.5rem;top:40.3125rem;left:11.5rem;font-size:0.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHGwdAn3y3V1174TMk6heWRMvRFn4JR4 { display:block; }
 }@media only screen and (max-width: 763px) { #GoSARMevXTePPW3eMN9o3oy2z9zdfU1J { width:11.9375rem;height:2.8125rem;top:66rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKDukvsUZ8a7cAmTyr8WmTT1mpt262VN { display:block; }
 }@media only screen and (max-width: 763px) { #ODeySwINuLTg8hOwhUPUnqaR3M2XDkD9 { width:11.9375rem;height:2.8125rem;top:69.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrJaqbhpS8PccvBR1uTw7vBd57betqf { display:block; }
 }@media only screen and (max-width: 763px) { #bSUnlDVz2drQh7CGP9Evie6t1BonWIUD { width:18.625rem;height:7.4453125rem;top:75.125rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.3;display:block; }#bSUnlDVz2drQh7CGP9Evie6t1BonWIUD li:before{  }
 }@media only screen and (max-width: 763px) { #gISJoTlwF6X0q7R4vfzRsv2OkTwvWmWh { width:20rem;height:22.5rem;top:94.406476974488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bc4PrtFa9Zhp1oFTp0cMpezWvcN547gu { width:13.3125rem;height:3.5996125rem;top:48.2939453125rem;left:3.34375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hXKQWCzJRXhNTgoGuLaaxrEF7GTftcQx { width:14.874rem;height:2.798825rem;top:52.45703125rem;left:2.5625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #urw5qW8cnhCG52uZ1ANU4aDoPEonyWJD { width:1.6875rem;height:1.6875rem;top:118.15647888184rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyL9w6CyxqFfEU6lC0BqLgbVHpT485wT { width:11rem;height:0;top:121.09397888184rem;left:4.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xEalpq1i6oCt6a0FHHwZzuPc69bD0tK4 { width:3.1875rem;height:2.75rem;top:57.1875rem;left:1.6875rem;font-size:1.375rem;color:#ff0042;display:block; }
 }@media only screen and (max-width: 763px) { #romTwlIM8frr5qmCoF7HQqOOVktRvdq0 { width:11.875rem;height:3.8999rem;top:56.6875rem;left:5.25rem;font-size:3.25rem;color:#ff0042;display:block; }
 }@media only screen and (max-width: 763px) { #sBMl4rc0pvHG0iBrQ3EhcGntueFL2T8s { width:14.5rem;height:1.1875rem;top:61.25rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Dw2MZv0IfZL7wkTqtbemqhJlHGN4Op { width:4.375rem;height:0.25rem;top:61.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI3RC8wo0pMqk02DEGTEa9gKvBB2cPGL { top:18.8203125rem;left:0rem;width:20rem;height:12.4375rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C2r6JVNEuHpROHIcW47MqJMLtSCLx8Dl { top:20.8125rem;left:1.4375rem;width:16.625rem;height:3.75rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F8B73RIA4py6rI0Qnv67JTNTQynp6lCF { top:33.3115234375rem;left:0rem;width:20rem;height:12.4375rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SBy6ucc5CRGDDvAN87wnbZGyJPd6i0eZ { top:35.25rem;left:1.6875rem;width:16.625rem;height:3.4375rem;z-index:15068;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #htIUZVhSxbdvJZlmcsCQATM2guRDdQ7T { width:14.875rem;height:1.3999rem;top:63.0703125rem;left:2.5625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19a3902d-4f63-4c8d-bc2a-f4b8a5174af6/ContactUsc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.adaptive-delivery-prevent-bg, #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.lazyload, #k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4.lazyloading { background-image: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { background-color: transparent; background-image: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container > .video-iframe-container { display: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row > .video-iframe-container { display: none; }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .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); }#k9TsLLVxPdQ7rWpSss9zKR2xUL1rHeV4 > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .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;display:block;font-size:0.75rem;overflow:hidden; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container:first-of-type{padding-top:0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-container:last-of-type{padding-bottom:0;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0  { width:17.5rem;height:auto;top:22.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 {display:block;}#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 { width:17.5rem;height:auto;top:22.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #brHRuCPZoNZTd9tLBAOrsvitvrT7cSil {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #JW84eciqfRnosBRtgQ4RReuvaKQ68dcx { display:none; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #nTa2JrSqxFnHhK6touzTJzEtpxvCfJg5 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #helTmFrh9INVhBaimXZ1udse97qfLsTw {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #mPxIWWuVyxMkQRoPgiVKvhcycQ9aKnmS { display:none; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wuPhzZRuFmlHCB8K6bVSv9XavPqo3u2M {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GFFTw55DpyeTL8U5T09Tepo132DpcIM0 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #rWSE6JJOtvZamQhN5d2e7MFDzqeCmIpJ { display:none; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #o4SwAff9RuqTwpb3lp3VoueXk4DoXM7P {  }
 }@media only screen and (max-width: 763px) { #rCR78XWN5shIBNrrrHwV4HXVXxAsoi7x { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv {  }
#qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #xlP6TzCWE6mCxUke6J5U1qvWi07qRyVv .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #GKdq4NMBUEtTqNFQGqC2mx58sDhiTSyX { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #BvTKJNfC8ev3eI6caFTs1hxBTZe83aZK {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #cZ0ZTfHUsMnHoP5mGRQDohyOAT2lbxC7 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #wiAsTnZ6h12VWO5UUHKgGUXmbGVo1F9V {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #fIhT9PeLCu9LT9bPcvqBWRxXXK7aKNrv {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #LRMDuE5XO8JZrq2tJVpRx6CzPgTN57P6 {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #Rv551W0bTQNktsOvHu3UTQyN7XTTDw6F {  }
 }@media only screen and (max-width: 763px) { #Mx1f3SloPlsOXDFpTCdi7Mf5OBVLDku8 { display:block; }
 }@media only screen and (max-width: 763px) { #oWJrf8gXR5VVLlZW3pcQ68XBtmm2QFAk { display:block; }
 }@media only screen and (max-width: 763px) { #TgFzm6nhaVs2ducZEByRebUnsg3kDX7d { display:block; }
 }@media only screen and (max-width: 763px) { #EIboEVwhZ4ZfdgSIoOVUFsWHP9yUolBG { display:block; }
 }@media only screen and (max-width: 763px) { #veVd3Vcnbl2TI2084wOslRyURMlmH4o7 { display:block; }
 }@media only screen and (max-width: 763px) { #SqWATJzTS1zLpPyB2S0WXBCEyVXfXowD { display:block; }
 }@media only screen and (max-width: 763px) { #kikQ4tJkHL8Z2dxT9lxsL1F7KIlTTc3C { display:block; }
 }@media only screen and (max-width: 763px) { #QddnORhidlzFJimIPEeTcLRJE3Bb69IN { display:block; }
 }@media only screen and (max-width: 763px) { #TAT08PaccH1i0J1QLPvSsoK2On2XTukQ { display:block; }
 }@media only screen and (max-width: 763px) { #TaWOPIxo18PsAcllZ5liXL242bihz39X { display:block; }
 }@media only screen and (max-width: 763px) { #oatQ58XuCKyPxUMNh5fPxJdP35bJBSZk { display:block; }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #oKrp2A64Hl3Wdzx0gzu71MncpVD8LI0o {  }
 }@media only screen and (max-width: 763px) { #qcQzObzSIEwVD9rZCSQJWXDSJFmaPNi0 #tmKrepanZqslKZIBeLMfVLJO7FT0VXSX {  }
 }@media only screen and (max-width: 763px) { #IgzivTnvEP2yhIJBey52oJ9zZFWoHtSi { width:15.374375rem;height:1.94970625rem;top:5.6857643127441rem;left:2.312283039093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEGzlf53WUq9UrTwAtSxTEPl9QVmq9er { width:19.3125rem;height:2.5996125rem;top:8.2734375rem;left:0.34375rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4ZF3mFmsDMARUWwr6D4H4uthr5CcFH7 { width:6.875rem;height:1.21875rem;top:14.312067031861rem;left:10.811632156372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGg9TSkW9gQLedET9AsSQyHkD96dsPk { width:7.1875rem;height:1.21875rem;top:16.187067031861rem;left:10.811632156372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvLmRIznwvX5dsqvyZTieOvTTIVILWz { width:1.5625rem;height:1.5625rem;top:14.123264312744rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yqT3NGS2euDoEl1sm3eMr9zT7yvTLb { width:1.5625rem;height:1.5625rem;top:15.874567031861rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7dMI29nnoh4CcO63S8vRpTsmRWoee10 { width:5.125rem;height:1.5rem;top:12.248264312744rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGMW4EOzW542TtFPm5klJToaHrksRd14 { width:5.4375rem;height:6.75rem;top:11.187067031861rem;left:2.0616321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbd9UIcQP63TQ6dWgOpCPHO5ZqcRedw3 { width:20rem;height:16.25rem;top:3.935546875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL1u60gCfEz8AKNe0ioLIMayR1FuqgtX { width:20rem;height:18.8125rem;top:54.625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9A4sCFVuvKnmqHUTA40Z8aSy4b9gWgt { width:20rem;height:1.625rem;top:57rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeSt6AaZ40MVKs9iOQ9bXU7RJiwtZg { width:18.1875rem;height:5.199225rem;top:59.625rem;left:0.9375rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upiI3kmscN8yBbTGv2zCsWd77DbdaTqf { width:1.875rem;height:1.875rem;top:65.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZVxJmelMF8QkudD89AheU9sRNALPgh { width:7.375rem;height:1.21875rem;top:65.6875rem;left:7.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekWqBiFoLiab9Gb1DHXiNtOLq77UyN7L { width:15.3125rem;height:3.125rem;top:68.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0867TkLSuRpVRD5N9wxTNvc9SZAE3e4 { display:block; }
 }@media only screen and (max-width: 763px) { #yKoK1zT9SfPeAT9d0ThpVLEXAZiVw4UL { width:20rem;height:31.8125rem;top:21.625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF { display:block; }#a0CGSnK5Funw5LIc9DF30QBDyAaUl0uF > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv4XOEieKey26zHN0lH3EcH4HDXgCDvT { width:10rem;height:0.97485625rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pALhrr0DpeRC1guBgFKWARLPBFoLzxph { width:6.375rem;height:0.97485625rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sN2NcN9ErgXWOPxef30b45AL1RlCIPqt { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTvafMDdeq4If7lmeMp5w1VJT4Sx50Iu { width:6.5rem;height:0.97485625rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2yt45l7EosuCRqsNQwy8DNTWyUvCT4T { width:12.75rem;height:1.2999125rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pey77LgO5qTWXHrbfaw3bcsFyryNFpou { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fol8QG3I7WIM6IuTObBlp19rdRCqb71d { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4b3vQhTxHT33uBb4lIb8UuOfdWXiq8b { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaM1ZuxBTo0TrJawBvTCBiGEGoEivUpa { width:1.5rem;height:1.5rem;top:8.4375rem;left:10.875rem;overflow:hidden;display:block; }
 }