.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8b109306-4112-47eb-84af-0063946f4c8b/BG_BlackPink.png");background-position:center !important;background-repeat:repeat-x !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;overflow:visible;position:relative;display:block; }#HJk82yMdxPQiP4uT4bZbQFodIIaQUJLp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.2495125rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:14.82292175293rem;left:55.686197280884rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OozhippLrK97iHPGLAfbq0lB0uxEO9lV { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:23.62109375rem;left:7.3111972808837rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngEKsyGb5VskGVu5FdwGGeC0Xgz3A1GO { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:34.43359375rem;left:7.3111972808837rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErtyTwZOJWoN1zKpZyNDxJUvKMSB4C2y { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50.125rem;top:29.24739074707rem;left:12.436197280884rem;overflow:hidden;display:block; }
#f7vDeKxWMAqplhB7it7WQLmwyQrWS2bQ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3743095625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.296642303467rem;left:12.3828125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prBfJTo7QNmGOQ0z4gJCgsmH9iITXer7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:40.93229675293rem;left:7.3111972808837rem;height:3.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4HpD6ng42fJW0vuRSwX7I6VdmGg757M { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bc2649, #f33283);background-image: -moz-linear-gradient(90deg, #bc2649, #f33283);background-image: -ms-linear-gradient(90deg, #bc2649, #f33283);background-image: -o-linear-gradient(90deg, #bc2649, #f33283);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2649', endColorstr='#f33283' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2649', endColorstr='#f33283' );";background-image: linear-gradient(90deg, #bc2649, #f33283);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.62475rem;height:3.93676875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.43359375rem;left:16.684896469116rem;display:block; }
#TCo98Q718TEBsZ7554ZEq1VIbV7uykrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o12mIQ55MeqOfaeLmhQ6nuPOGJypuT3G { color:#ffffff;display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:52.18359375rem;left:7.3111972808837rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZCOFNp4KXDuylaweFo8lsJ8bNZT2BbxL { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:14.00910949707rem;left:14.873697280884rem;height:5.5833335rem;text-align:center;text-align-last:center;display:block; }
#q2vkF75WNIi0uEnlIyXcTKDQDRX1cN7e { color:#f33283;display:block;width:65.375rem;position:absolute;font-family:cochin;font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:18.50910949707rem;left:4.8098964691162rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cc0cCzxLu9vs14aEK6BzVyfuMNAECnHb { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#f33283;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.32160949707rem;left:55.122400283814rem;display:block; }
#dhWaefmTNS7TuolhCaoZdPD4eD0zTqKC { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:49.1875rem;top:1.15625rem;left:12.90625rem;overflow:hidden;display:block; }
#T5QRAZWK8cRsSUupDsWGNuXSaJT0ex68 { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;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;height:2.6875rem;width:8.5rem;top:37.16015625rem;left:46.192710876465rem;overflow:hidden;display:block; }
#l4JdrV1SwftcK2QTsCM2DyHSVan7BWs4 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3743095625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.296642303467rem;left:12.3828125rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:center !important;background-repeat:repeat-x !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; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z.adaptive-delivery-prevent-bg, #e7WB9gbRNMIS25vTFypblETvHLmRmo8Z.lazyload, #e7WB9gbRNMIS25vTFypblETvHLmRmo8Z.lazyloading { background-image: none; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container { background-color: transparent; background-image: none; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container > .video-iframe-container { display: none; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row > .video-iframe-container { display: none; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .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); }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container { border-width: 0; border-radius: 0; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:75rem;position:relative;display:block; }#h9wZalV3mbArQTxec98h9tGxGO13d73v { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.555908203125rem;left:7.31201171875rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bsqWraUwOO2b0hdmnp0F8mVlO1cfiPuT { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.492919921875rem;left:7.31201171875rem;height:3.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6gbMq8UMegHGQChsSCFaBlh1CraXCHV { color:#f33283;display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.85205078125rem;left:7.31201171875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACWcRk7PdEn3Wa8bXPkUsisLzepJcPTt { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.226318359375rem;left:7.31201171875rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RS49u3H4EOpAGuK5SZ85SDNWVRrWqmBM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3745rem;top:13.565673828125rem;left:24.3115234375rem;overflow:hidden;display:block; }
#TT7SEXGhfgbt9HLsGoaVsTRQrJKUq5ZP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:37.123697936535rem;left:12.498699188233rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4Hr6PssH6GcZTnoWSKSL2aRZGNnooMB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.373697936535rem;left:8.3111972808837rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G6w0Bvbgc0otUIVoehlvoyrrMtAmWmqh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:35.248697936535rem;left:13.375rem;overflow:hidden;display:block; }
#SiPyROiOnkg1M9nRA6V5mGce0E9aI4l0 { box-sizing:content-box;height:17.5rem;width:27.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.061197936535rem;left:8.4361972808837rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WLxyoPPOLwxHrUETIb4awNJo4cwHxnil { box-sizing:content-box;height:17.5rem;width:27.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.061197936535rem;left:39rem;display:block; }
#oL4yHHngrnzTERqIT7aBV8iVwsavHLzm { color:rgba(var(--color-tertiary-0),1);display:block;width:20.437rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:37.123697936535rem;left:42.561199188233rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGHsqPRPGFfHx0X32KvhfkNkTyddotlt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:35.248697936535rem;left:43.936199188233rem;overflow:hidden;display:block; }
#tlMJ2fR5CGl84W7UtAlBR9ULp8hVyn1U { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.373697936535rem;left:38.811199188233rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGUsuxiXSrEWbeNd0T0ZdnG4zGTumgOu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:62.061767578125rem;left:12.4375rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMc9aU2rocHhX2T24J0V8CRIvtNP9JkF { box-sizing:content-box;height:19.25rem;width:27.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.99951171875rem;left:8.375rem;display:block; }
#sMwJThdD3K1B6dwNRn0J15cSdcXcRcZe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:58.311767578125rem;left:8.0625rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDEy50G5ylrwT8SnekETaTcZfWwoTWH5 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:60.186767578125rem;left:13.3115234375rem;overflow:hidden;display:block; }
#gCbP1lWfrM82x5vPOCuJw8JSziWh6ufh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:62.061767578125rem;left:42.9990234375rem;height:6.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEGogGdt9VgGsVZ4LBfSwqguKLSd6TCM { box-sizing:content-box;height:19.25rem;width:27.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.99951171875rem;left:38.9365234375rem;display:block; }
#RxIhw4BJWFS0AMk8Z5kyOqDyGfT9moBd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:58.311767578125rem;left:38.6240234375rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aXcaw7bP7zLr75O6TrmaXXB1ZNq5RMwX { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:60.186767578125rem;left:43.874267578125rem;overflow:hidden;display:block; }
#b5m348S3Ekd1PKxOeVEE322npuewmLlh { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.1875rem;top:19.8046875rem;left:14.713542938233rem;overflow:hidden;display:block; }
#JGDgU5t8o59UbgPkeN9TU1SNy6xLDfBb { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.1875rem;top:20.2421875rem;left:45.156253814698rem;overflow:hidden;display:block; }
#vq6RgbvbD8d3fJZ9Uo7By0n7tGVu9Oy9 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.1875rem;top:44.559892654419rem;left:14.279949188233rem;overflow:hidden;display:block; }
#xSPioEJG4nWDMc863gR3gpo2wsQy1ONo { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.1875rem;top:44.559892654419rem;left:45.156253814698rem;overflow:hidden;display:block; }
#FADbRhAVb7JvxIEugblTM5vdA4uadsOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66701e8e-0d35-4fb3-91b2-eb09fc5599f4/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs.adaptive-delivery-prevent-bg, #FADbRhAVb7JvxIEugblTM5vdA4uadsOs.lazyload, #FADbRhAVb7JvxIEugblTM5vdA4uadsOs.lazyloading { background-image: none; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs > .row .container { border-width: 0; border-radius: 0; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:75rem;position:relative;display:none; }#UsJOQctTOgigwZ5C3N9ZLHieTLvU6XIo { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.555908203125rem;left:7.31201171875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uh3frkAHqGVTH502baNAGRcAFCd4Qba7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.492919921875rem;left:7.31201171875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxhOJfDdEveRKSNbEyJ6xc3XiTuDKFb7 { color:#f33283;display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.85205078125rem;left:7.31201171875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6QuopeTqI751q8fBCBVCDsg8HgNFhc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.226318359375rem;left:7.31201171875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O19eCnQ65Re9MGNL8wRZ9v6afTwS9oHt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3745rem;top:13.565673828125rem;left:24.3115234375rem;overflow:hidden;display:block; }
#Xu7lIlHU5QxDMz907himtvwiTXwemTin { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:37.123697936535rem;left:12.498699188233rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bkw8Av0Gh3lu1LxO5sJtMIAKa1hPIkeb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.373697936535rem;left:8.3111972808837rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbqrHBQabTsQuSGrPO1pGr9DGsT3NcQT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:35.248697936535rem;left:13.375rem;overflow:hidden;display:block; }
#ZX3tH4m4PeV2FuUGt7c17xpekluHenIU { box-sizing:content-box;height:17.5rem;width:27.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.061197936535rem;left:8.4361972808837rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#B4KwwoIR3PlIhbn4mpyap28srRkutosK { box-sizing:content-box;height:17.5rem;width:27.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.061197936535rem;left:39rem;display:block; }
#iwlG3U71VfsKq8AvSf9FO38s0C9pxZva { color:rgba(var(--color-tertiary-0),1);display:block;width:20.437rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:37.123697936535rem;left:42.561199188233rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1pwWeh5E7U9HSFTfGMAALdH0DOgX4Vw { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:35.248697936535rem;left:43.936199188233rem;overflow:hidden;display:block; }
#zCacThnES87kSGcHVQ9u2xOPGrtgHMkg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.373697936535rem;left:38.811199188233rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItfgVU4t5ahN6FSBwiKziiZQZCkcEdpl { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:62.061767578125rem;left:12.4375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbC5Qcf0My0x2f9nNZLD3IAUkHfRnkWs { box-sizing:content-box;height:19.25rem;width:27.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.99951171875rem;left:8.375rem;display:block; }
#Kw3kL7o41ufQhhBcEH1i3GlRLgT4cZNA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:58.311767578125rem;left:8.0625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FToXLwSST1s560yemQ3DVRGJhgUuTKeR { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:60.186767578125rem;left:13.3115234375rem;overflow:hidden;display:block; }
#hpZw5fOIayBDmRc7JGVLxNzeBIIGLI56 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:62.061767578125rem;left:42.9990234375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOMe4yyzNHE6eKdCmLbF4E04pSRyl8ER { box-sizing:content-box;height:19.25rem;width:27.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.99951171875rem;left:38.9365234375rem;display:block; }
#g7bLv5K7sUzLDOC7xkS0nfifr7ax3KtS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:58.311767578125rem;left:38.6240234375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTZvCCFtsDHkGH62kQ2TwtDLf50agUIm { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;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.186525rem;width:17.37425rem;top:60.186767578125rem;left:43.874267578125rem;overflow:hidden;display:block; }
#eUauthJq6TK8EqT77Da8TyTTDPHfmAl7 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.1875rem;top:19.492188155651rem;left:10.342449188233rem;overflow:hidden;display:block; }
#FrIa3putX9v8e2Dy7gA3rVkNTS3WzcTO { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.1875rem;top:19.769531905651rem;left:40.65625rem;overflow:hidden;display:block; }
#O7NAOJwGDlKiAHDAtBsqXFR4O2zIKz3f { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.1875rem;top:44.561197936535rem;left:10.21484375rem;overflow:hidden;display:block; }
#b1baTqUbCDnCdQdnBnBWdo1EgfCUTkql { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:24.1875rem;top:44.561197936535rem;left:40.52734375rem;overflow:hidden;display:block; }
#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:center !important;background-repeat:repeat-x !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; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc.adaptive-delivery-prevent-bg, #X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc.lazyload, #X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc.lazyloading { background-image: none; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container { background-color: transparent; background-image: none; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container > .video-iframe-container { display: none; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row > .video-iframe-container { display: none; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .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); }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container { border-width: 0; border-radius: 0; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container { font-size:0.875rem;font-family:arial;height:65.5rem;width:75rem;position:relative;display:block; }#N4QCPh3NZDB658KTsGx7gUEL9JRlxazT { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.3125rem;height:3.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zt6T7fsBslsAmDUIUOtCDqdEufqNqkld { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#uSrevAgQu7Ubpg6cQzbCEuvxHhz6PNpE { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:7.3125rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7Ar77xJiUqkblTu5sT7llxxoUZNgLQ5 { color:#f33283;display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3271484375rem;left:7.31201171875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzfLoq1hcDOgvbbpJQ11xAD2I5tU6uSx { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.686279296875rem;left:6.436767578125rem;display:block; }
#QUTlnDSIW0LdLTgNDa0T8WRrNy6co3dP { color:rgba(var(--color-tertiary-0),1);display:block;width:38.18725rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.3125rem;left:29.1875rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TO4RO7dBVTXPQpXMi1z5kHnaSAB54W42 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:29.1875rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VSlpuU6av4lVM2dM1t5KBtZpJT5BN2Ux { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:6.4375rem;display:block; }
#RcfAxd5SVycb5F5MAMtU1gTLWX2m0Qyk { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.66015625rem;left:13.82421875rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OsHR0NwL5iAkva5NgcbTJyTVpkio8dSd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.837249755859rem;left:13.686199188233rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6BwvdpR2ts7xsqXmJ6shdIiZwAIl2NZ { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.9375rem;left:6.4375rem;display:block; }
#pPSJz1hMyJ4bquVVx1nskNKvpIsMxIOT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:51.5rem;left:17rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bzfbVeVcUKRh3xiNsH5h4rHDPl71GeMs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.625rem;left:16.8125rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w4F6Z5iXwDzQcLnhAua2Fc90JZxIOfdE { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:6.4375rem;display:block; }
#TrASSGscNvr28wpxV34vsTkTxRTl8xm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.18725rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:42.125rem;left:29.8125rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RzEGuDoCTzXQnXGGPhtXWEwfOev0yRs0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.0625rem;left:29.8125rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8KtcMiQ3hhANhyrKsT0L8nBomFoKvtt { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.12353515625rem;left:7.31201171875rem;height:2.08333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUiHPAQQ5UL0R9G48vMWz5F1MTDAq5i1 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.062rem;width:11.1865rem;top:4.57763671875rem;left:6.436767578125rem;overflow:hidden;display:block; }
#BJo1NLEX863c2Q2g3zZWq6HlogHZADhg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13.5625rem;top:15.70703125rem;left:14.45703125rem;overflow:hidden;display:block; }
#cGH3ITmDGF874PDw6BiaafBsmKD2mlEh { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13.5625rem;top:26.74870300293rem;left:47.582035064698rem;overflow:hidden;display:block; }
#mqoulVkfnxA7DPLaKW25WpPxCx0UlSTh { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:14.0625rem;top:36.03515625rem;left:14.44921875rem;overflow:hidden;display:block; }
#fBlZGhVWpvJSPPduEKyB5BLThOdQuwyZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:12.75rem;top:46.40625rem;left:45.654949188233rem;overflow:hidden;display:block; }
#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66701e8e-0d35-4fb3-91b2-eb09fc5599f4/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen.adaptive-delivery-prevent-bg, #TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen.lazyload, #TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen.lazyloading { background-image: none; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen > .row .container { border-width: 0; border-radius: 0; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen > .row .container { font-size:0.875rem;font-family:arial;height:65.5rem;width:75rem;position:relative;display:none; }#x2S2T8SlThhkmICZlgbHTUkMeCniVTXw { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.3125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9A7G7orTesXpEMKZIgm1Ju4i6l78368 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#FuE64PVzJCh0ovTG732ELq4AvM2RG1eF { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:7.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJfoIRw9DN3KdMZ6ch1dBqLcB8dl2UZV { color:#f33283;display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3271484375rem;left:7.31201171875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qf1AgG8iwtTxQxHXJ62l5T7DJHuK91TW { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.686279296875rem;left:6.436767578125rem;display:block; }
#lbQv0E31Ld8OstaVyeL8aFJZ8IaPkRF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.18725rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.3125rem;left:30.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RgHMU4Dq2e3CFQcT1ZxdrITVUZgPfsS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:30.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxESgqfnkIcGm1UspHMVSez2GMAMLeTs { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:6.4375rem;display:block; }
#SOiO8QyzH7Bz2e0lIdzmd1yMxy1UeZR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.66015625rem;left:10.700519561767rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSNAItwvUl7I7NLAVQEIZJZTQtaJ57vV { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.837238311767rem;left:10.561199188233rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sme9s4cAgAGn11zftCKKRNkwrvqMM6Gz { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.9375rem;left:6.4375rem;display:block; }
#EPtbfgsxPPHEhV8yl44PqtQIiyidxouy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:51.500003814698rem;left:10.75rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mwpd6RDkMXONZWs0HLZKeBW9uyVm7BXR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.625003814698rem;left:10.5625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AX761l4ZnVCvi8TVKVDs8iUAITU1GvUA { box-sizing:content-box;height:8.375rem;width:62.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:6.4375rem;display:block; }
#dO0wmA0x30uoG6wVg1QqIJNTKIdufPfc { color:rgba(var(--color-tertiary-0),1);display:block;width:38.18725rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:42.125rem;left:30.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHxIL9Tw8kXmcKO97Q6MGx3eWkwvpqyu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9980625rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.0625rem;left:30.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uM52tgVELsnowgelmud5KPGfAalTp3E3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.12353515625rem;left:7.31201171875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmACagWi8zIuzzdCdTq9LT2xqAlNat0k { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.062rem;width:11.1865rem;top:4.57763671875rem;left:6.436767578125rem;overflow:hidden;display:block; }
#FKg8AQSVKr2LWfxqL6uIh4x8CwGTIZpe { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:21.6875rem;top:16.95703125rem;left:8.83203125rem;overflow:hidden;display:block; }
#A9yk00Q4mITBy0XOhim6rGhoTZl9zFf1 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:21.6875rem;top:26.748699188233rem;left:45.707035064698rem;overflow:hidden;display:block; }
#m2XRQc4WTkg7XFOF42ZDhp7QWH16PTGs { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;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.6875rem;width:27.9375rem;top:36.47265625rem;left:5.6875rem;overflow:hidden;display:block; }
#J5WcGJeTSp469nP2bz1IihFeFgf8T02N { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:26.3125rem;top:45.34375rem;left:39.873699188233rem;overflow:hidden;display:block; }
#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/182390aa-9dd0-455a-b85a-3922f8d4da8a/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.adaptive-delivery-prevent-bg, #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.lazyload, #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.lazyloading { background-image: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { background-color: transparent; background-image: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container > .video-iframe-container { display: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container { display: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .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); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { border-width: 0; border-radius: 0; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#u5QSFKleKEoKl0FW7PFQTg58VTnUawZs { color:rgba(var(--color-tertiary-0),1);display:block;width:60.372375rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.811199188233rem;left:7.3125rem;height:3.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBlocqkM92Cv0mSHcThuEuc8fwTxwuWV { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#q5He3vRlz9IDPsbvLEASH0RvDlcG4oAc { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.060791015625rem;left:7.31201171875rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVR4A53DIu6i6Uq9axb8fzgCd9UbJ8hi { color:#f33283;display:block;width:60.3735625rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.2646484375rem;left:7.31201171875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZRwOheGqSAirbhQKDsHndNdsxPOhXhmb { box-sizing:content-box;height:25.4375rem;width:17.4375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.748699188233rem;left:2.1848964691162rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#KgT5MndaZKHfRlFhTPJ39oFb9TWyGDRn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.709636688233rem;left:4.2161464691162rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6CohEIcaUwoKyxSzE3NRlB36GRTXXqt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:29.62109375rem;left:3.65234375rem;height:8.333333rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIxVrFETQv8TxA3kTkLZKtteml6Vay4e { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:26.998699188233rem;left:9.9973964691163rem;overflow:hidden;display:block; }
#uXnTB6heFLwDx5BU6T4ioqfOgfDzXWL1 { box-sizing:content-box;height:25.4375rem;width:17.4375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:20.000001907349rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#JdMDLT3xDDPrzqhehVDxAzSqsnqEPP7E { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:35.9375rem;left:21.436197280884rem;height:8.333333rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZ9fNAh3u5Dp9abRpfllQylxLPV48JnJ { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:33.1875rem;left:27.811197280884rem;overflow:hidden;display:block; }
#oHXzOMVxT9PlZvD7C0oAfcWaekZsAKM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.061199188233rem;left:21.998697280884rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTgE9zl6OTR39woPiG4RFdzQbyLNdZpT { box-sizing:content-box;height:25.4375rem;width:17.4375rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.498699188233rem;left:37.873697280884rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#OUarXnTvWND6JykfZiw4SZt7oUPIAiRd { box-sizing:content-box;height:25.4375rem;width:17.4375rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f33283e5' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),0), rgba(243,50,131,0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.9375rem;left:55.686197280884rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#Cflma6MgiDKB94x01wwlamia3T72tDnv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:37.8125rem;left:57.123697280884rem;height:8.333333rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAbziIvnv27LgRRIlh8uHAEQ1n4tU1Sw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:43.373699188233rem;left:39.311197280884rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOUCDhq2DPZLrpzC7MefTBx7e4X6lrO1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:31.365886688233rem;left:57.717447280884rem;height:3.83333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plm6aFcKMEBzS4fVRGUtlCJPd60n5EDZ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:35.186199188233rem;left:63.498697280881rem;overflow:hidden;display:block; }
#eLnku502TTTX29KGefJXW7B4nJ6KgERE { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:40.748699188233rem;left:45.686197280884rem;overflow:hidden;display:block; }
#hKqIRcoz6zwgSFFr8MSWWNLqpWFxGxU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:36.588542938233rem;left:39.904947280884rem;height:3.83333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQDqJ5ainTWCAXyLMfsgPXo7Jv5b8ANh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:44.397136688233rem;left:4.2161464691162rem;height:1.916666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3W0azf2cN9T7gTdyPlxyHX7IOQHRF6R { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50.584636688233rem;left:22.031251907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dE7lrlomANR9rVLbRNtn2WU7HILCHhbR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:58.147136688233rem;left:39.904947280884rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1gI4kvIHW9sTcKKDlkwKAHs6IwllwR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3728125rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:52.459636688233rem;left:57.717447280884rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sxw1BWNOv11bLpniWbDnv4AaqvAXe6yM { color:#f33283;display:block;width:15.874rem;position:absolute;font-family:cochin;font-size:10rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0390625rem;left:2.9661464691162rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgcsHKtbRg24XVA4vi4JTVPphDupNv37 { color:#f33283;display:block;width:15.8728125rem;position:absolute;font-family:cochin;font-size:10rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:19.375rem;left:20.781251907349rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyTmqT124KLzZdP7lglunKI0vi7aXbEp { color:#f33283;display:block;width:15.8728125rem;position:absolute;font-family:cochin;font-size:10rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:25.5390625rem;left:38.654947280884rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roPNFwMIqd0viS27AvT4VO3Mt40L7yl8 { color:#f33283;display:block;width:15.8728125rem;position:absolute;font-family:cochin;font-size:10rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:19.375rem;left:56.467447280884rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dgeI7MquHG3ZRUnh4oDW6pBxHiGS4UgB { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:11.0625rem;top:6.8932290077213rem;left:58.404947280884rem;overflow:hidden;display:block; }
#xETFmX8C9360eSopBTkC6e4JaiFCQO9S { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.125rem;top:4.4583358764649rem;left:6.1223945617676rem;overflow:hidden;display:block; }
#eJFIXZGkMh7RLeXXMTFTyscyaiR380dE { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.9375rem;top:48.367189884186rem;left:9.5807285308837rem;overflow:hidden;display:block; }
#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/352b4739-86cb-4389-b679-f2faaf51bd72/BGLightLine.png");background-position:center !important;background-repeat:repeat-x !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; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd.adaptive-delivery-prevent-bg, #EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd.lazyload, #EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd.lazyloading { background-image: none; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container { background-color: transparent; background-image: none; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container > .video-iframe-container { display: none; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row > .video-iframe-container { display: none; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .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); }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container { border-width: 0; border-radius: 0; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container { font-size:0.875rem;font-family:arial;height:94.3125rem;width:75rem;position:relative;display:block; }#yw1Ta73b4ERbQHytNNGgmQ6n9UNLF7a1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:58.75rem;top:2.70703125rem;left:8.125rem;overflow:hidden;display:block; }
#OKxIu93CJ78KZDgSgmSTHy3ZZHMyLysI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.25rem;width:46.5rem;top:7.4335947036744rem;left:0rem;overflow:hidden;display:block; }
#g3UTMNPnn8xPzE68UaeMmzfb74aW8HaH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:31.625rem;top:12.270833015442rem;left:32.938804626465rem;overflow:hidden;display:block; }
#EnXUCTWdZxC2KuZWUlNnZ6NIsszFDzDv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:56.9375rem;top:58.2890625rem;left:9.03125rem;overflow:hidden;display:block; }
#wbu1awz5lIJHcQtARdZGAn5GkTeJDwBf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:73.5rem;top:69.279949188231rem;left:0.75rem;overflow:hidden;display:block; }
#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4ec0ec41-1294-456a-89d7-986badb283dd/IMG_5022.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J.adaptive-delivery-prevent-bg, #nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J.lazyload, #nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J.lazyloading { background-image: none; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J > .row .container { border-width: 0; border-radius: 0; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J > .row .container { font-size:0.875rem;font-family:arial;height:94.3125rem;width:75rem;position:relative;display:none; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66701e8e-0d35-4fb3-91b2-eb09fc5599f4/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk.adaptive-delivery-prevent-bg, #vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk.lazyload, #vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk.lazyloading { background-image: none; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk > .row .container { border-width: 0; border-radius: 0; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk > .row .container { font-size:0.875rem;font-family:arial;height:89.1875rem;width:75rem;position:relative;display:none; }#CdTOBEutw0gBe3vTCFcn5ZETBUpLTazK { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.3125rem;height:3.6764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7hNccF0trpVI0axR5okTa1ftMCHzmzn { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#lsJrGigL1VtyQMibwFwiqxm7CXD9uAfs { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:25.5rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZgIOgJaWt62gK0mrWhJLmScwKfcD2k5 { color:#f33283;display:block;width:16.12425rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3125rem;left:33.375rem;height:4.8529410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTucRynXXzTiZlNIp21Cr1oWyvWWAqUP { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.873046875rem;left:20.811767578125rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2FIGWDK0yJV9axh3I0TRcptlMa7TsOR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:12rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6nGUuf6IsnPwoX7FRg4pwqnulzm8wX5 { color:#f33283;display:block;width:17.5625rem;position:absolute;font-family:"noto sans thai";font-size:4.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:11.59375rem;height:5.9558820625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DcJZZM1ReJnBLBIav19It2haOT7iITMO { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.9375rem;left:11.75rem;height:5.9558820625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O2PzLZik68pwTgKsIzZoI1qPoTJmL1Rd { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.4375rem;left:16.091144561767rem;height:5.9558820625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXqct8Ns7r78EasP27TAM11EJpz7yKcC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.3125rem;left:11.75rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8Ut2cZi09tnaicGt3mscEbxRH6KPN6m { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:32.8125rem;left:11.75rem;height:3.235294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMGolACXNm55vRO8iWHWG504wP7rvqyu { color:rgba(var(--color-tertiary-0),1);display:block;width:40.49925rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:48.6875rem;left:13.125rem;height:4.411764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JX4Z3VmfBodt6pqcbxwtEFi6UMHLbPLq { box-sizing:content-box;height:4.0625rem;width:0.3125rem;position:absolute;display:block;z-index:15015;background-color:#f33283;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.875rem;left:11.75rem;display:block; }
#TZs4TTznHlctoZWX3ZvSBUsmc1oPpTxK { color:#f33283;display:block;width:11.125rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:72rem;left:8.625rem;height:1.4705881875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQhcUd7NK3mTTZhhn1yLk69Wbc0Pv8vc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:73.5rem;left:8.5rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TL6yf2zQ9lyBhaqXuw283cV0oE060864 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4980625rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:75.9375rem;left:8.5rem;height:1.4705881875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpNW2Pb5VymdEn0TBtX7MAkRnG1h84TF { box-sizing:content-box;height:7.25rem;width:14.5625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:8.375rem;display:block; }
#KEOMIt0T7P9dHvBqafPbveWmTCSWq7GW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:82.6875rem;left:10.1875rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t9Llq5LPXQW0PyuB9ONcyVaNKN2i0fU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.374025rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:79.75rem;left:14.0625rem;height:2.8676469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4u8bQA46aRILwkK8Kgr0nN67CLKKI9y { box-sizing:content-box;height:7.3125rem;width:14.5625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:22.875rem;display:block; }
#a6g49TOK2CkVZm9l1fAmSzxeSOQh0V2a { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:82.6875rem;left:24.875rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4H5TUUSTtt8ls7hILK9EF7xyID0ohRd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0615rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:79.75rem;left:26.125rem;height:2.8676469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVyJmyiALme7BPkdyuEG34JTNSqPM3b0 { box-sizing:content-box;height:7.25rem;width:14.5625rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:37.5625rem;display:block; }
#ypDCa1GdxMKbh2PQKRda34eTSNJiKO43 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:82.6875rem;left:39.375rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shwzpigRQefcZlZ3RI8zm9FNSIEHhfgJ { box-sizing:content-box;height:7.3125rem;width:14.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:52.0625rem;display:block; }
#O9iB86hNQoQ0tsoU4WbR7OpCu7BrKrLN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:82.6875rem;left:54rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BlW3CTu7prETy1UbcGXz2IE30GDGJdva { color:rgba(var(--color-tertiary-0),1);display:block;width:3.374025rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:79.75rem;left:43.25rem;height:2.8676469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ww4iooeacgHxznJzQShVTgVOi4QbgQLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.437rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:79.6875rem;left:54.125rem;height:2.8676469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxRTBaLqG7dIQDvRRuxOQxfS0N3SUhFt { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0608125rem;width:11.1853125rem;top:5.12451171875rem;left:56.5771484375rem;overflow:hidden;display:block; }
#vGwhuAmVueik9ZugbJ8gOwPDIlddzXTA { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.3125rem;width:68.8125rem;top:13.5625rem;left:3.09375rem;overflow:hidden;display:block; }
#aIg2yaPn8pHMKxl5yiePpAO9sVoDLz0e { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:54.90625rem;left:12.5625rem;overflow:hidden;display:block; }
#LV8VtS0Tx5VBeDZ1K0QVpwKI0GMxtUt8 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.5rem;top:55.3125rem;left:18.25rem;overflow:hidden;display:block; }
#mZit4Gcc8pwD2J7ZQ033LhrX0Mutq8Ri { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:3.625rem;width:10.8125rem;top:55.5625rem;left:31.579429626465rem;overflow:hidden;display:block; }
#HkKbfTXF5e3D4EfVU2dearoBv3o6sSin { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:3.6875rem;width:9.5rem;top:55.625rem;left:43.251304626465rem;overflow:hidden;display:block; }
#IWsHrQdBDC4dF0llQWEhW7OCfkJpQbTV { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:10.375rem;top:55.625rem;left:53.713539123535rem;overflow:hidden;display:block; }
#ywmI5uom4zvSL0yL5nJMLruKHFOUddQH { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:5.75rem;top:60.25rem;left:25.1875rem;overflow:hidden;display:block; }
#LOkDkVZrZLuszufq9Z5uPFdSfCHvDFbe { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:3.4375rem;width:11.0625rem;top:66.958335876462rem;left:27.5rem;overflow:hidden;display:block; }
#ixSmb6LM3lcIF9gxQytO5gLOa5ATrc9n { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;width:8.75rem;top:60.8125rem;left:31.75rem;overflow:hidden;display:block; }
#lMCZObsZ7XzrzqJWCt2B4Hv1W88W45vZ { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;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:8.875rem;top:60.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#APzqMJI6XVPsHPcB5Fk9c69S6wHxw58g { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:3.5625rem;width:7rem;top:66.895835876462rem;left:19.958332061767rem;overflow:hidden;display:block; }
#V45KZuL2NqrNpdChTNt1IyPA6SCHQ4Hg { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:12.5625rem;top:60.8125rem;left:50.75rem;overflow:hidden;display:block; }
#td4DofR2UgKdxtQetldEaAlbiCfyiebc { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:3.4375rem;width:9.5rem;top:66.958335876462rem;left:48.247398376465rem;overflow:hidden;display:block; }
#bIgNeVChdEZBiUWL1CiSFugGeB08DEnW { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:3.5625rem;width:8.3125rem;top:66.958335876462rem;left:39.181042366508rem;overflow:hidden;display:block; }
#ruSRPTJXQZNp7LLgkDTPdSvOUyogyTTr { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;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;height:3.125rem;width:12.4375rem;top:61.770835876465rem;left:12rem;overflow:hidden;display:block; }
#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT.adaptive-delivery-prevent-bg, #wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT.lazyload, #wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT.lazyloading { background-image: none; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container { background-color: transparent; background-image: none; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container > .video-iframe-container { display: none; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row > .video-iframe-container { display: none; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .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); }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container { border-width: 0; border-radius: 0; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:block; }#mJB5yrSwqKJ7x4T1SQ3PcfFhc59ZJtku { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.3125rem;height:3.66666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xEP4npTdqwSkih8QePnE2T6xicHfpMV9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#cRdDLvrBBPSBykGrSttOBlAbD4A6xRxs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:23.0625rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvVtTNqMaISkNSGQblFeFIPVegmSTLhA { color:#f33283;display:block;width:16.12425rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:35.875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Si1yxtI7bTu5yTLuUT9crwzUNAEHQx60 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.873046875rem;left:20.811767578125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8tluEfpUWikVBcd52nu8DFN6LMRRzCS { box-sizing:content-box;height:15.874rem;width:15.49925rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.18505859375rem;left:4.058837890625rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#hX8wIKLR9ySA8EgRDLAyLlSn5JFc09hQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:31.124267578125rem;left:4.561767578125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyKkHILB66mlsZnHhp1EyzVF1BM6WR1k { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:5.12451171875rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BatwqdSmgPBU4w0gLiwZo6QX13oJ2IxV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:31.124267578125rem;left:21.68701171875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6Pu6WypouTLaQV69sLGe4w0ZmDCCfTT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:22.249755859375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwAkXTU2cOzyGUy5xBm2KLGtk8uL5yJF { box-sizing:content-box;height:15.8728125rem;width:15.4980625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.18505859375rem;left:21.185302734375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#uHiKlgylbKuDJLwturTrlBDGnPT7n7oP { box-sizing:content-box;height:15.874rem;width:15.49925rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:38.24951171875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#GSMUIcMT0OWSN1KoTOeUtHhLgq3wuLZd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:31.124267578125rem;left:38.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNTF3OcElwl0Kl9SGZ8tt4Ly5C3JTddt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:31.124267578125rem;left:55.8740234375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWoaGcUSvfdkct9mlNusAPgrJvP1sc9y { box-sizing:content-box;height:15.8728125rem;width:15.4980625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:55.374755859375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#G0JdRScJ4TFn0DD1pT5G8KuEoMtRayub { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:39.3115234375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmB0qS9dvmpwuKLe7MZ0XbkqnEfzxNiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:56.436767578125rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhW4fMxh3Wz3I0Whyg6mqmCTs8A7WviU { box-sizing:content-box;height:15.874rem;width:15.49925rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.625rem;left:12.6875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#yIRJx8KnPt03rVRQRKKoaVhVoCXcB8FJ { box-sizing:content-box;height:15.8728125rem;width:15.4980625rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.625rem;left:29.8125rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#TkmCwkhuvwI14zW2kdnBkOLCIRi6WvxL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:50.1875rem;left:13.1875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxBWnXn8QrrfcQtgbyQkTD2vNTvbAxpe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:50.1875rem;left:30.3125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoE3QbSkI6ThheWsU5N29y82geSOlB3z { box-sizing:content-box;height:15.874rem;width:15.49925rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(120deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.625rem;left:46.875003814698rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#TythgOIoy6E0o8GXkOq7h4MZvVkuT64q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:46.5rem;left:13.75rem;height:3.16666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERaWNEBzvNOZak8GOu7LfDtddTXTF2wc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:46.5rem;left:30.875rem;height:3.16666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gELgeapiWhkxnyKcmvvtgku49aIGPTV3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:49.5625rem;left:47.375003814698rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LS9edNUrdZNcdVPwaDT5rfaerKMXF7lT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:47.75rem;left:47.937503814698rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKz8T107MwQoNAtXswz7wp7OazhTlmyQ { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;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:12.8125rem;top:21.997395515442rem;left:22.27734375rem;overflow:hidden;display:block; }
#vMfngHMxTKgxWJxw1DPvHORpAntfRi6t { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:14.25rem;top:21.434895515442rem;left:39.30859375rem;overflow:hidden;display:block; }
#Nu7R07Pwi2vZnFedhqv58AQsg5k3nGmd { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.6875rem;top:22.184895515442rem;left:56.778644561767rem;overflow:hidden;display:block; }
#VbTReCrff8fPBTwhIB5BJ17t1C9amL8A { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;width:14rem;top:38.645833015442rem;left:13.311199188233rem;overflow:hidden;display:block; }
#T4hB7LD008NmflOsgvPVITka9Qb2U1Jv { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;width:14rem;top:38.520833015442rem;left:30.5rem;overflow:hidden;display:block; }
#AJVAesALrhLezK2VLTLIC3Qs0XvbGAug { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:15.6875rem;top:38.458333015442rem;left:47.375003814698rem;overflow:hidden;display:block; }
#WwsIcUn7TFz5yMQib7ZnA9BzmWUoEpML { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:13.5625rem;top:21.747395515442rem;left:5.2122383117676rem;overflow:hidden;display:block; }
#xs2UcECqumU802XXcR4pu8JdBsln4NK4 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.059875rem;width:11.184875rem;top:5.0611877441406rem;left:4.05859375rem;overflow:hidden;display:block; }
#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw.adaptive-delivery-prevent-bg, #R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw.lazyload, #R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw.lazyloading { background-image: none; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container { background-color: transparent; background-image: none; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container > .video-iframe-container { display: none; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row > .video-iframe-container { display: none; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .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); }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container { border-width: 0; border-radius: 0; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#JaaqN4K2IIomHntdcErvTvUU5Hrw1x2c { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3735625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:7.3125rem;height:1.833333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHlKLTaImd6NXozkxpRFSrvvof54d21W { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:11.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#wUdMsQNVSQlQnEZ0xQaZu18TCtDs5bsr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.062255859375rem;left:21.1865234375rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZoplq0P0tnXXLTKA6rf329bVariWWPN { color:#f33283;display:block;width:20.3125rem;position:absolute;font-family:"noto sans thai";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.137451171875rem;left:33.12255859375rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rneNMJKBibreBAJwIg4tCBNKLMTw2riU { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.873046875rem;left:20.811767578125rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S01rqD4z5VcfEHy4ZoisJu6Dz0yoKXXU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:50.1875rem;left:24rem;height:1.833333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkcXowEbrenOrlFvaWuyv7zDLo7DLg3E { color:rgba(var(--color-tertiary-0),1);display:block;width:28.81225rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:53.1875rem;left:24.1875rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sDUhFlDENng5SwkXmRJ7ccREZJtWaOrC { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;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.4375rem;width:1.5rem;top:53.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#P7GXELoSADBcfT9X0iDPo0hEGGniqW3B { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:55.375rem;left:22.0625rem;overflow:hidden;display:block; }
#AKmy87xLoyd2g518LUWnAG3MDGnhqhxi { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:59.3125rem;left:22.125rem;overflow:hidden;display:block; }
#qH6C7M7mEkllpDZZ3ucwXWU3SDNbyC8H { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;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.4375rem;width:1.5rem;top:57.375rem;left:22.125rem;overflow:hidden;display:block; }
#ibPNlGGUsVw4E5Z0n40aTL1gmGd5BA72 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.059875rem;width:11.184875rem;top:3.5598983764649rem;left:58.223957061767rem;overflow:hidden;display:block; }
#VQOfqhyvArkugg3AaZIAtmg5MoC3C4Uo { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.875rem;left:6.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#NH7wyC8PHIg8q5nT1bEi8sgGE6LVCOuW { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.74975rem;width:16.3745rem;top:18.4375rem;left:8.4375rem;overflow:hidden;display:block; }
#AR8CnWpe6lm4GWVe05TxTf67TvlyEWTw { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:27.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#rZKo4anJPL94GcE3ik6ZaoBqBynRPKEb { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:16.3125rem;top:18.1875rem;left:29.5625rem;overflow:hidden;display:block; }
#fEamZAzxOwhCX79wtJktU2EoMsoRipNJ { box-sizing:content-box;height:15.625rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ffffff7f' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(255,255,255,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:48.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#tbEoMUNKUcXxGE41Raa29dp1UASoeJpe { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:16.3125rem;top:18.1875rem;left:50.5625rem;overflow:hidden;display:block; }
#fvwPuTbSOstHwAzPRzlrqtlHZCnm0TVu { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:#f33283;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.375rem;left:27.1875rem;display:block; }
#vGbVR3TS8dHeyHf15l0mAV6Qzsmr1T25 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:34.4375rem;left:28.4375rem;height:1.833333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRvh3iHsWd9yFLJS2OTG0yBDuE5B79oq { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#00a99d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4375rem;left:37.6875rem;display:block; }
#gQiaagmzQpRo4AsquZI8yMJGDI4rTsHV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:34.375rem;left:39.25rem;height:1.833333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBe08RBCTlH7QhEC2Ro5Kcl7L6Qmls3h { color:rgba(var(--color-tertiary-0),1);display:block;width:11.93725rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:38.890625953674rem;left:10.433595657349rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MRfUqAWASvpFp3Ppr32OOnsLZAK15PRe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:38.890625953674rem;left:31.562501907349rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#agl5QgD4XQuJcFTRqGdz99rs2XfXeh37 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.062rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:38.890625953674rem;left:52.996095657349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCkAVgvuwSKGGo9F67twfNB2V8JSCd5Q { box-sizing:content-box;height:2.68676875rem;width:27.37425rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.625rem;left:22.4375rem;display:block; }
#TXu6n82vk17xhPa3wBrTRJlNg0SkSebg { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:37.080078125rem;left:15.498046875rem;overflow:hidden;display:block; }
#By9n0pqAOftHzQkhnN6sLO8uMVrRqepD { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:37.080078125rem;left:36.59423828125rem;overflow:hidden;display:block; }
#uey6olQHmuGh35tfiaT0L2ORTdbHbdZE { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:1.811525rem;top:37.080078125rem;left:57.623291015625rem;overflow:hidden;display:block; }
#vOdxRr7BCXZ3DvvOKLql1I3W8TQkURDF { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.75rem;top:47.645833969116rem;left:3.640625rem;overflow:hidden;display:block; }
#WXRL4dTKidJu4pnMREbfvAWeBJBK5MAd { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;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.7487rem;width:26.372375rem;top:46.687500953674rem;left:24.312501907349rem;overflow:hidden;display:block; }
#aID8GxVG4naul0X8EVsNTPW5baf4onTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB.adaptive-delivery-prevent-bg, #aID8GxVG4naul0X8EVsNTPW5baf4onTB.lazyload, #aID8GxVG4naul0X8EVsNTPW5baf4onTB.lazyloading { background-image: none; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB > .row .container { border-width: 0; border-radius: 0; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:none; }#x6nK0StKT2aCC9ZlQSr4d1JN92mcbRn8 { box-sizing:content-box;height:27.1875rem;width:30.18675rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:6.1875rem;display:block; }
#hUVIPKh9B43tDPFTbTq1wGDM7HAf9qRO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8730625rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.75rem;left:13.875rem;height:2.91666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vv9cmsyzceJIpck9HvqHNpGGpmMDxOEx { box-sizing:content-box;height:16.3125rem;width:23.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:9.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QfTvbB6DVL7IWUPTaVku5wrA25U5gRuR { color:#ffffff;display:block;width:20.49925rem;position:absolute;font-family:"noto sans thai";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.375rem;left:11.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMhTHJt7P8lyddCIhZ2lgSWeppvFgirD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.06225rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.3125rem;left:12.4375rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmbAzCtONGUKMhGhiNLmr6FpTl4PsgkK { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:32.3125rem;left:10.5rem;overflow:hidden;display:block; }
#Hh6u6L0UcmUgFTynMH0UCWRlLNosaEPS { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:35.25rem;left:10.5rem;overflow:hidden;display:block; }
#EFP1Z1XnsI6r90ElTmgToylprtmTab9P { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:39.6875rem;left:10.5rem;overflow:hidden;display:block; }
#u8GGRuPQDx48H941915AOb5r9mFeCuhm { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:42.75rem;left:10.5625rem;overflow:hidden;display:block; }
#OICo7R7PhvkzG5IXcKTuwNe011wgrRZE { box-sizing:content-box;height:16.31225rem;width:23.49975rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.3125rem;left:42.187503814698rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qDTQuXbQL0QzalPllUEtE3TkIatMMafK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:39.75rem;left:46.687503814698rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sTILfeVkJtdLk6E2wPyNuchm3HaEGKqr { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:48.75rem;left:44.812503814698rem;overflow:hidden;display:block; }
#Ahekk2R3JBnlT1AxrQT7R0TmIHTdS61w { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:42.6875rem;left:44.812503814698rem;overflow:hidden;display:block; }
#aEZWzi4OPNpAqo7WC8rwKWE2gbyusGUW { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:39.75rem;left:44.812503814698rem;overflow:hidden;display:block; }
#RfaIWH4G7T2tDV2db8ghmEZLTsmGcntb { color:#ffffff;display:block;width:20.4980625rem;position:absolute;font-family:"noto sans thai";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:35.875rem;left:43.687503814698rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckRuRrJinLT9ALHRmRuPnCwF9HtolxSH { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"noto sans thai";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.125rem;left:43.187503814698rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XQ5Su7XyBLQuKK7nufiHkM8GpL8b3JIp { box-sizing:content-box;height:27.1875rem;width:30.1855625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f33283, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #f33283, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #f33283, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #f33283, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f33283', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f33283', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #f33283, rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.1875rem;left:38.6875rem;display:block; }
#Q3495GpcSrhTi6cw43RBdaRguHzTkgBV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:47.8125rem;left:13.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUzMwqcf8cquXi1tMVMSOz253WROsyp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:55.3125rem;left:46.250003814698rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swvFVNA9J5qKuvO8W7MoZ6vFxJfIdXa9 { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.1875rem;left:54.125003814698rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl0wXFPFqMAbbmpddrRUnzCx0LUyTNzt { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.5625rem;top:2.69921875rem;left:64.0625038147rem;overflow:hidden;display:block; }
#eVQ3aCfBZrKdAM6i64r8SSS7XnwkTnp9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:32.4375rem;top:10.208332061767rem;left:37.55859375rem;overflow:hidden;display:block; }
#iA42wH3PnNx6rKsprGXI6TQfgpWPWcL3 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.75rem;top:48.75rem;left:5.37109375rem;overflow:hidden;display:block; }
#x00r2ZNusS9S0JVMK91C8SND1PeTTbdi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:32.125rem;top:3.32421875rem;left:5.37109375rem;overflow:hidden;display:block; }
#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH.adaptive-delivery-prevent-bg, #sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH.lazyload, #sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH.lazyloading { background-image: none; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH > .row .container { border-width: 0; border-radius: 0; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#DvycWXyynT9OAyPuEuQrk94mcSh4kMO3 { color:#ffc828;display:block;width:29.4375rem;position:absolute;font-family:"noto sans thai";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.2916870117188rem;left:20.967449188233rem;height:4.1666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnsi6v42QymS8ZkTJuf0iHLh6zWWuEwD { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:32.125rem;top:5.75rem;left:0.875rem;overflow:hidden;display:block; }
#IH6QH6JNT5LQeJX2dBNtaNIkcKTKEKpT { box-sizing:content-box;height:27.1875rem;width:30.18675rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:37.3125rem;display:block; }
#h0eTZbtqCfoAvfk4PzLpMpPMTeLT0klV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:"noto sans thai";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:42.46875rem;height:3.58333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aM7949kqJ125dZ1pfqdlqS2c9fIC1JQI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.895874023438rem;left:42.40625rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7XmchszbucigBXMccl7JEbwqGEEi2J3 { box-sizing:content-box;height:16.3125rem;width:23.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:40.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o601RqtwlRxCCoalTCFecd3lxZQBSvFU { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:15.8125rem;left:41.625rem;overflow:hidden;display:block; }
#acLM2tTSx7RGiweCfDd8hZiJOyOSX0kc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.06225rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.8125rem;left:43.5625rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLOMnv1xa6JR3ubDMAbgTt63qEzIMn1X { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:18.75rem;left:41.625rem;overflow:hidden;display:block; }
#y8eBVFEiyfvvhT3GPV7rvhx4bMbTTvVk { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:23.1875rem;left:41.625rem;overflow:hidden;display:block; }
#Z3LdQ9GWcI7gGqEbek55pM2QqwoPskrP { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43676875rem;width:1.499025rem;top:26.25rem;left:41.6875rem;overflow:hidden;display:block; }
#udavK4oBgDrsbxuFtENbrvAgqvMl27zX { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:31.8125rem;left:44.75rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7a61f076-13a4-4829-b5f3-6a561be0fbbd/BG_Black.png");background-position:top center !important;background-repeat:repeat-x !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; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6.adaptive-delivery-prevent-bg, #Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6.lazyload, #Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6.lazyloading { background-image: none; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container { background-color: transparent; background-image: none; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container > .video-iframe-container { display: none; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row > .video-iframe-container { display: none; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .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); }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container { border-width: 0; border-radius: 0; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#lMvN7Kmw5b6BclQOefZ7wPU0nc74cKsx { box-sizing:content-box;height:24.4375rem;width:30.1875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff7f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:37.5rem;display:block; }
#vberu1LWpM2LWLxFXSnSLwZ59Ns7kHuG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:"noto sans thai";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8541870117188rem;left:43.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMz699GDhKirRPWNLW8rICgIghSrTHoT { box-sizing:content-box;height:16.3125rem;width:23.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.248718261719rem;left:40.84375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W8Xk6cHczJrxGTqHzpoRHcnbPAK0wZwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.06119725rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.696655273438rem;left:43.3125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NZF3doMoeT1rGElXtBQFyEdTX6VlhKvt { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;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.436197875rem;width:1.498697875rem;top:14.738342285156rem;left:41.89714050293rem;overflow:hidden;display:block; }
#H5JCqRFkVBXpn898LODiJztQ5LuSAKE8 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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.436197875rem;width:1.498697875rem;top:18.062561035156rem;left:41.89714050293rem;overflow:hidden;display:block; }
#AMTree2VUEdcqqeLH31S6nNJ674bmsRf { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;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.436197875rem;width:1.498697875rem;top:22.666687011719rem;left:41.89714050293rem;overflow:hidden;display:block; }
#A9M66y6JG8KLvlz6k8aREl64N6gT2Qsp { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;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.436197875rem;width:1.498697875rem;top:25.416687011719rem;left:41.89714050293rem;overflow:hidden;display:block; }
#VtEZZ1OsPAQUHlD14IEDe0CMoJkl5Ch4 { color:#ffad00;display:block;width:31.5625rem;position:absolute;font-family:cochin;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.5416870117188rem;left:4.4583339691162rem;height:4.6666665rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwC6WiUZi5QMKM4DAU4AbPWFTB4kBXQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:14.6875rem;left:5.625rem;height:3.33333325rem;text-align:center;text-align-last:center;display:block; }
#DJdEOOss1aWGQtfbSy9r5oLLDQhBxdBW { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#f33283;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:1.1875rem;display:block; }
#JtUsD3vzZ31psukgMuGSL4A2HBdbFmVV { color:rgba(var(--color-tertiary-0),1);display:block;width:3.248698rem;position:absolute;font-family:"noto sans thai";font-size:2rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.9375rem;left:1.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acEvR6ukvcRibLgew2WhQv29Dgc5ftai { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:19.25rem;left:5.625rem;height:6.6666665rem;text-align:center;text-align-last:center;display:block; }
#yEUPAHH0dJLtkFmKU5xiUNtLiwssMRJh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:"noto sans thai";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:30.147155761719rem;left:37.34375rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKLso1nlqoWhR32zg5B3mlpPPgKIPzEy { color:#ffad00;display:block;width:46.4375rem;position:absolute;font-family:"noto sans thai";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.1041870117188rem;left:14.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#dCw37RDTJbOB9XN8290eCHsnfSsUnBrw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:"noto sans thai";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.479187011719rem;left:41.89714050293rem;height:1.583333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8b109306-4112-47eb-84af-0063946f4c8b/BG_BlackPink.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB.adaptive-delivery-prevent-bg, #cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB.lazyload, #cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB.lazyloading { background-image: none; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container { background-color: transparent; background-image: none; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container > .video-iframe-container { display: none; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row > .video-iframe-container { display: none; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .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); }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container { border-width: 0; border-radius: 0; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#GXg8M2zrVvS9LRhkrrHOyhwFSTJHugTt { box-sizing:content-box;height:43.1875rem;width:33.4375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.6875rem;left:34rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-form-header {  }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-regular-label { height:auto;display:block;font-family:"noto sans thai";font-size:1rem;font-weight:400;color:#ffffff;width:26.9375rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.4; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .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.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:26.9375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .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.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:26.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .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:26.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#f33283;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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:bold;color:#ffffff;width:26.9375rem;height:4.3125rem;font-family:"noto sans thai";overflow:hidden;line-height:1.5; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.9375rem;font-weight:400;color:#ffffff;vertical-align:top;width:25.9375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container:first-of-type{padding-top:0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container:last-of-type{padding-bottom:0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.996091842651rem;top:5.29296875rem;z-index:15021;position:absolute; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.9375rem;display:block;vertical-align:top; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#262626;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf {display:block;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.996091842651rem;top:5.29296875rem;z-index:15021;position:absolute; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yIxMuBogwzzixgt6num0ID5TeNXVPSsS { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #TxbVfwJxg99Xif1pDBOH4NZMMUsqLd33 { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #hMDgQ5UesovmI0qJqVsvAVQoNFHseW1A { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Rt5pLxny8N42ICgu7K94PVGlSDcTk2gQ { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #MfOr97oa9K0bfQmawubRSNrWZPBQbTud { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #uEOio83J9Wt4F4FmdkpVfoBDI7RG25c9 { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #HTnUP7hoAXOPscNoMmym0nHJLRWrkhzS { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #olaPkMBoiT39mnNhGhrUG8c6VuMlTLVk { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #JV0DOqQeGmKDsLNMKN3K82UZO4SKn60I { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJ5HR8RLw18gL4moBZX6uGa3wGeTxuD0 { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #dOAubB6fQre4B53Xi0DkuyDQG7sO47h3 { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #OG8cFqDyTPy6R8lsHk11Mkk4BhJfSMVC { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yTKKTgAlelJzlCiC9DOIZVT3rZb6ER1t { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #llxJpPTySwTSu7UiBEWXrmM3oNtWTroh { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Mqw5N6u2THWDxNigAFHmwGdJuZ75w3Gn { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #qy6vRzSKn7ogwQp1Kfh7Hak7sUAhtpzN { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #SER2cp7vmGoO6R8hET7kBf8sGQqEyzHX { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FznFqpgAVr6oiywRfmQ18EL69yRF4EOd { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FFQ2tSbRFFrszWNZKtTbXb8RxPwguV5M { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Z42QmvXK2J9wnUO3hSiMoAxcfcwwZXEi { position:relative;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #k0FULsxRXfifmTnnJWWfAkOiefP3CD9q { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #CTAX1nVTudOhWVthmmLOPTEbcdyoyyGU { position:relative; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJWO82AGXmE9MRdlnQ1GLcCAiQRNFhp1 { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #mWTKHmFx8w6L2hTeDuaGqDLZ0Zl6CE2T { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #wtW5ow5wi7i7l7odylCdJQVIsMht5Go0 { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #rp7M9HAKyOReVLCuKWfLGmbzRnrXVMaD { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #GhRZZHEKFgiiRADTbf7R2U2eAqhbsAND { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #oQonF23bFhhr054uQwa3cgS9LL4vJypL { position:relative; }
#J59efd9f06c688f8d44205d5e3f75337 #QLbfkgSnUloHGTLCvITLb7xg6ygwnP8G { position:relative; }
#DlOFBB4GtHKFpBZxLUU2uMx2S8XOlBq6 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:31.4375rem;top:5.2721557617188rem;left:0.90494918823244rem;overflow:hidden;display:block; }
#t6dUzEBJBT8HWcut8UXshICTvNLb2r4S { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#f33283;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:2.0625rem;display:block; }
#sEtU8J51xDlFiUuW9h1NWlwTF9uQ6hUN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6865806875rem;position:absolute;font-family:"noto sans thai";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:18.1875rem;left:4.5rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#KdkGgA7FQQnuPSnRVHlVpaznEbKe61TF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.249080875rem;position:absolute;font-family:"noto sans thai";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.25rem;left:2.625rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTqcUZdrbsHH7q4GEXIWbAgraTULuVNx { color:#ffffff;display:block;width:25.3745403125rem;position:absolute;font-family:cochin;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.5rem;left:3.9375rem;height:5.3333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kd6kmZMy1m4dFs4GAyo9qqdQl0D9MJne { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74862125rem;width:26.3729305rem;top:31.125rem;left:3.4375rem;overflow:hidden;display:block; }
#LvkF9V1g99XTEc1T1HKKtqTTUVqDOy0q { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6865806875rem;position:absolute;font-family:"noto sans thai";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.0625rem;left:3.25rem;height:;text-align:center;text-align-last:center;display:block; }
#LoRWSNwioWydW7ZLpbVf1gWaevk45EuP { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8747691875rem;position:absolute;font-family:"noto sans thai";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39rem;left:4.1875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uiESI6VEz2aq9iTlIaks9uJy1B7hlEtm { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5611190625rem;position:absolute;font-family:"noto sans thai";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:48.223754882812rem;left:25.438879013061rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTgglf4sdefEG04iINVJOiQPLXICc6gP { 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; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container { background-color: transparent; background-image: none; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container > .video-iframe-container { display: none; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row > .video-iframe-container { display: none; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .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); }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container { border-width: 0; border-radius: 0; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#wT9slIpTmTDCVXoPWCwIagV4QLxX2h59 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.87425rem;position:absolute;font-family:"noto sans thai";font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.97119140625rem;left:30.062255859375rem;height:2.41666675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKT3UkXXKbScd1kfTvM6F4U2rTdIE0Wa { box-sizing:content-box;height:11.625rem;width:61.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.374267578125rem;left:6.436767578125rem;display:block; }
#I2nzW7ZW5n2U4qUrfNBCmUyHa7z42G0e { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:14.4365234375rem;left:24.37255859375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omrdrXlk1TFF9K3KrNIacG1k5TzDkZl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.315185546875rem;left:18.248291015625rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqL5Dwt4avzmduNKd8HfkX8il5EJ72IL { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.874755859375rem;left:12.1240234375rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XCRXqs0HlvtTTrymTeXomJc2CKMwH6OB { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.90673828125rem;left:18.248291015625rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPwTb0rO56CBpgH6kM9695eQtCutpqVJ { box-sizing:content-box;height:10.125rem;width:61.3125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f332837f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(90deg, rgba(243,50,131,0.5), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9365234375rem;left:6.436767578125rem;display:block; }
#TZsW7dVOLvfan8LpqMwPwtQQuFKg7GsH { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:27rem;left:24.375rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bC0FH9UPV2eSM6Aope0OaQ1NUF18cmG9 { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:26.437255859375rem;left:18.24951171875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsZZIxzE9szy26gy8v7Ru0SMTAdlnksU { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:22.43701171875rem;left:12.1240234375rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dm0zSJ1tmf6XvSscEagyGzsIHhwZbuzI { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.875rem;left:18.24951171875rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPa6bFMeqBR4eZKt990Ze1CPKkt2JENS { box-sizing:content-box;height:11.5rem;width:61.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#f332837f' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(243,50,131,0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.9375rem;left:6.436767578125rem;display:block; }
#RZDayM7rhGxRKTow4RHOQ7n95X2fn1qT { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:37.43701171875rem;left:18.24951171875rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVyesT5e1TLmWL15HMWVG2FQ0vnoRHMz { color:#f33283;display:block;width:6.12426875rem;position:absolute;font-family:cochin;font-size:3.75rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:33.436767578125rem;left:12.1240234375rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCMhP1Z9tKx4R7OJhBlaswGB11OeNRPB { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:"noto sans thai";font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.874755859375rem;left:18.24951171875rem;height:1.916666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFmaXURzHvN6fbL2U3M63xQcBu1PVLPI { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1860625rem;position:absolute;font-family:"noto sans thai";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:37.999755859375rem;left:24.375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MV5g3C1J750kRi9Knx3bXk61sKqwCDCP { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74926875rem;width:26.3733125rem;top:6.03271484375rem;left:23.905029296875rem;overflow:hidden;display:block; }
#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ { 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; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { background-color: transparent; background-image: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container > .video-iframe-container { display: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row > .video-iframe-container { display: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .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); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { border-width: 0; border-radius: 0; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#xa5L6XyNndsJBNtkGn0ZpLUdBNX7Pn8h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18619775rem;width:11.5625rem;top:30.774780273438rem;left:32.776042938233rem;overflow:hidden;display:block; }
#SmB6tOpTCSa5DGEouvwzfeHwXzGWQyTS { color:#f33283;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:30.816833496094rem;left:32.589612960816rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8yk5hfPkcKfTuqTJkfb70UTyJySKSKK { position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.625rem;width:23.5rem;top:30.0625rem;left:26.8125rem;display:block; }
#RPMFSmkygTzHcxvJ5nqbP30CDWOxHyO9 { color:#f33283;display:block;width:49.4990806875rem;position:absolute;font-family:"noto sans thai";font-size:3.4375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.9990234375rem;left:13.806295394898rem;height:4.4166665rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvZkxI0k8N86Wvmd5OXhRI999GZRP1QO { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:4.93713125rem;width:28.125rem;top:7.875rem;left:24.5rem;display:block; }
#rPfFJfWrDybUbPGMyOnDWQCON6P5X67w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:8.5625rem;left:26.5625rem; }
#d1p6CJTnu3IKHGmmvQAbiphbk6id2igb { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:4.93713125rem;width:28.125rem;top:13.4375rem;left:24.5rem;display:block; }
#bSJSV1pd4U8uH6JpglJzqnJ6uIoObc8p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.125rem;left:26.5625rem; }
#QHWh7ptWHuvQ205kWiDekRGlrGb65U4u { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:4.93713125rem;width:28.125rem;top:18.875rem;left:24.5rem;display:block; }
#n4ti4Wq91tFyVmWIGaTcKJWckGsh3Tcf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:19.5625rem;left:26.5625rem; }
#r0DgbOwDQSWLQtz5JkOs4vmJwIxMUnwO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:4.93713125rem;width:28.125rem;top:24.4375rem;left:24.5rem;display:block; }
#RZ8giz3xwliGTP5khahpATT4W6nc4atZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:25.125rem;left:26.5625rem; }
#Haw4fDRoGrzEcEcR4tBKCve0sHP4zlbq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.375rem;left:31.6875rem;height:1.916666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hd9NI7BknT5p2q9uqOZvx6qld48BaES5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:14.9375rem;left:31.6875rem;height:1.916666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQAuAiPrTQrvH1lMwwsE8oSHqye3n1yo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6865806875rem;position:absolute;font-family:"noto sans thai";font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:20.3125rem;left:31.1875rem;height:2.83333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cBu0alhdXupOQR3EHRoEE4BJRZnXP9DL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:25.9375rem;left:31.125rem;height:1.916666625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJk82yMdxPQiP4uT4bZbQFodIIaQUJLp { top:14.8125rem;left:42.061197280884rem;width:3.1875rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OozhippLrK97iHPGLAfbq0lB0uxEO9lV { top:23.5625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEKsyGb5VskGVu5FdwGGeC0Xgz3A1GO { top:34.375rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErtyTwZOJWoN1zKpZyNDxJUvKMSB4C2y { top:29.1875rem;left:0rem;width:47.75rem;height:3.6913965087282rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vDeKxWMAqplhB7it7WQLmwyQrWS2bQ { top:37.25rem;left:0rem;width:43.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prBfJTo7QNmGOQ0z4gJCgsmH9iITXer7 { top:40.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HpD6ng42fJW0vuRSwX7I6VdmGg757M { width:41.5625rem;height:3.875rem;top:47.375rem;left:3.0598964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo98Q718TEBsZ7554ZEq1VIbV7uykrD { display:block; }
 }@media only screen and (max-width: 763px) { #o12mIQ55MeqOfaeLmhQ6nuPOGJypuT3G { top:52.125rem;left:0rem;width:47.75rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOFNp4KXDuylaweFo8lsJ8bNZT2BbxL { top:14rem;left:1.2486972808838rem;width:40.75rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2vkF75WNIi0uEnlIyXcTKDQDRX1cN7e { top:18.5rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0cCzxLu9vs14aEK6BzVyfuMNAECnHb { top:14.3125rem;left:41.497400283814rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhWaefmTNS7TuolhCaoZdPD4eD0zTqKC { top:1.125rem;left:0rem;width:47.75rem;height:13.348157560356rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QRAZWK8cRsSUupDsWGNuXSaJT0ex68 { top:37.125rem;left:32.567710876465rem;width:8.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4JdrV1SwftcK2QTsCM2DyHSVan7BWs4 { top:32.75rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7WB9gbRNMIS25vTFypblETvHLmRmo8Z { display:block; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9wZalV3mbArQTxec98h9tGxGO13d73v { top:3.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqWraUwOO2b0hdmnp0F8mVlO1cfiPuT { top:16.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6gbMq8UMegHGQChsSCFaBlh1CraXCHV { top:5.8125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWcRk7PdEn3Wa8bXPkUsisLzepJcPTt { top:10.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS49u3H4EOpAGuK5SZ85SDNWVRrWqmBM { top:13.5625rem;left:10.6865234375rem;width:26.3125rem;height:1.745156646927rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7SEXGhfgbt9HLsGoaVsTRQrJKUq5ZP { top:37.0625rem;left:0rem;width:18.75rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Hr6PssH6GcZTnoWSKSL2aRZGNnooMB { top:33.3125rem;left:0rem;width:27.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6w0Bvbgc0otUIVoehlvoyrrMtAmWmqh { top:35.1875rem;left:0rem;width:17.3125rem;height:1.1820223829858rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPyROiOnkg1M9nRA6V5mGce0E9aI4l0 { top:27rem;left:0rem;width:27.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxyoPPOLwxHrUETIb4awNJo4cwHxnil { top:27rem;left:20.25rem;width:27.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4yHHngrnzTERqIT7aBV8iVwsavHLzm { top:37.0625rem;left:27.375rem;width:20.375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHsqPRPGFfHx0X32KvhfkNkTyddotlt { top:35.1875rem;left:30.311199188233rem;width:17.3125rem;height:1.1820223829858rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlMJ2fR5CGl84W7UtAlBR9ULp8hVyn1U { top:33.3125rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUsuxiXSrEWbeNd0T0ZdnG4zGTumgOu { top:62rem;left:0rem;width:20.5rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMc9aU2rocHhX2T24J0V8CRIvtNP9JkF { top:51.9375rem;left:0rem;width:27.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwJThdD3K1B6dwNRn0J15cSdcXcRcZe { top:58.25rem;left:0rem;width:27.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEy50G5ylrwT8SnekETaTcZfWwoTWH5 { top:60.125rem;left:0rem;width:17.3125rem;height:1.1823887735683rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCbP1lWfrM82x5vPOCuJw8JSziWh6ufh { top:62rem;left:27.25rem;width:20.5rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGogGdt9VgGsVZ4LBfSwqguKLSd6TCM { top:51.9375rem;left:20.25rem;width:27.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxIhw4BJWFS0AMk8Z5kyOqDyGfT9moBd { top:58.25rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXcaw7bP7zLr75O6TrmaXXB1ZNq5RMwX { top:60.125rem;left:30.249267578125rem;width:17.3125rem;height:1.1823887735683rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5m348S3Ekd1PKxOeVEE322npuewmLlh { top:19.75rem;left:1.0885429382324rem;width:15.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgU5t8o59UbgPkeN9TU1SNy6xLDfBb { top:20.1875rem;left:31.531253814698rem;width:15.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6RgbvbD8d3fJZ9Uo7By0n7tGVu9Oy9 { top:44.5rem;left:0.65494918823244rem;width:15.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSPioEJG4nWDMc863gR3gpo2wsQy1ONo { top:44.5rem;left:31.531253814698rem;width:15.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FADbRhAVb7JvxIEugblTM5vdA4uadsOs { display:block; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsJOQctTOgigwZ5C3N9ZLHieTLvU6XIo { top:3.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh3frkAHqGVTH502baNAGRcAFCd4Qba7 { top:16.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhOJfDdEveRKSNbEyJ6xc3XiTuDKFb7 { top:5.8125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QuopeTqI751q8fBCBVCDsg8HgNFhc3 { top:10.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O19eCnQ65Re9MGNL8wRZ9v6afTwS9oHt { top:13.5625rem;left:10.6865234375rem;width:26.3125rem;height:1.745156646927rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu7lIlHU5QxDMz907himtvwiTXwemTin { top:37.0625rem;left:0rem;width:18.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw8Av0Gh3lu1LxO5sJtMIAKa1hPIkeb { top:33.3125rem;left:0rem;width:27.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbqrHBQabTsQuSGrPO1pGr9DGsT3NcQT { top:35.1875rem;left:0rem;width:17.3125rem;height:1.1820223829858rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3tH4m4PeV2FuUGt7c17xpekluHenIU { top:27rem;left:0rem;width:27.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4KwwoIR3PlIhbn4mpyap28srRkutosK { top:27rem;left:20.25rem;width:27.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwlG3U71VfsKq8AvSf9FO38s0C9pxZva { top:37.0625rem;left:27.375rem;width:20.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1pwWeh5E7U9HSFTfGMAALdH0DOgX4Vw { top:35.1875rem;left:30.311199188233rem;width:17.3125rem;height:1.1820223829858rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCacThnES87kSGcHVQ9u2xOPGrtgHMkg { top:33.3125rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItfgVU4t5ahN6FSBwiKziiZQZCkcEdpl { top:62rem;left:0rem;width:20.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbC5Qcf0My0x2f9nNZLD3IAUkHfRnkWs { top:51.9375rem;left:0rem;width:27.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3kL7o41ufQhhBcEH1i3GlRLgT4cZNA { top:58.25rem;left:0rem;width:27.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FToXLwSST1s560yemQ3DVRGJhgUuTKeR { top:60.125rem;left:0rem;width:17.3125rem;height:1.1823887735683rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpZw5fOIayBDmRc7JGVLxNzeBIIGLI56 { top:62rem;left:27.25rem;width:20.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMe4yyzNHE6eKdCmLbF4E04pSRyl8ER { top:51.9375rem;left:20.25rem;width:27.5rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bLv5K7sUzLDOC7xkS0nfifr7ax3KtS { top:58.25rem;left:19.8125rem;width:27.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZvCCFtsDHkGH62kQ2TwtDLf50agUIm { top:60.125rem;left:30.249267578125rem;width:17.3125rem;height:1.1823887735683rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUauthJq6TK8EqT77Da8TyTTDPHfmAl7 { top:19.4375rem;left:0rem;width:24.1875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrIa3putX9v8e2Dy7gA3rVkNTS3WzcTO { top:19.75rem;left:23.5625rem;width:24.1875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7NAOJwGDlKiAHDAtBsqXFR4O2zIKz3f { top:44.5rem;left:0rem;width:24.1875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1baTqUbCDnCdQdnBnBWdo1EgfCUTkql { top:44.5rem;left:23.5625rem;width:24.1875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc { display:block; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4QCPh3NZDB658KTsGx7gUEL9JRlxazT { top:13.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6T7fsBslsAmDUIUOtCDqdEufqNqkld { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrevAgQu7Ubpg6cQzbCEuvxHhz6PNpE { top:8rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Ar77xJiUqkblTu5sT7llxxoUZNgLQ5 { top:3.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzfLoq1hcDOgvbbpJQ11xAD2I5tU6uSx { top:19.625rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUTlnDSIW0LdLTgNDa0T8WRrNy6co3dP { top:23.3125rem;left:9.625rem;width:38.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO4RO7dBVTXPQpXMi1z5kHnaSAB54W42 { top:21.375rem;left:15.5625rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSlpuU6av4lVM2dM1t5KBtZpJT5BN2Ux { top:29.125rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfAxd5SVycb5F5MAMtU1gTLWX2m0Qyk { top:32.625rem;left:0.19921875rem;width:38.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsHR0NwL5iAkva5NgcbTJyTVpkio8dSd { top:30.8125rem;left:0.061199188232422rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6BwvdpR2ts7xsqXmJ6shdIiZwAIl2NZ { top:47.9375rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSJz1hMyJ4bquVVx1nskNKvpIsMxIOT { top:51.5rem;left:3.375rem;width:38.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfbVeVcUKRh3xiNsH5h4rHDPl71GeMs { top:49.625rem;left:3.1875rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4F6Z5iXwDzQcLnhAua2Fc90JZxIOfdE { top:38.5rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrASSGscNvr28wpxV34vsTkTxRTl8xm3 { top:42.125rem;left:9.625rem;width:38.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzEGuDoCTzXQnXGGPhtXWEwfOev0yRs0 { top:40.0625rem;left:16.1875rem;width:27.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8KtcMiQ3hhANhyrKsT0L8nBomFoKvtt { top:59.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUiHPAQQ5UL0R9G48vMWz5F1MTDAq5i1 { top:4.5625rem;left:0rem;width:11.125rem;height:11.001184463416rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo1NLEX863c2Q2g3zZWq6HlogHZADhg { top:15.6875rem;left:0.83203125rem;width:13.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGH3ITmDGF874PDw6BiaafBsmKD2mlEh { top:26.6875rem;left:33.957035064698rem;width:13.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoulVkfnxA7DPLaKW25WpPxCx0UlSTh { top:36rem;left:0.82421875rem;width:14.0625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlZGhVWpvJSPPduEKyB5BLThOdQuwyZ { top:46.375rem;left:32.029949188233rem;width:12.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen { display:block; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2S2T8SlThhkmICZlgbHTUkMeCniVTXw { top:13.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9A7G7orTesXpEMKZIgm1Ju4i6l78368 { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuE64PVzJCh0ovTG732ELq4AvM2RG1eF { top:8rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfoIRw9DN3KdMZ6ch1dBqLcB8dl2UZV { top:3.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1AgG8iwtTxQxHXJ62l5T7DJHuK91TW { top:19.625rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQv0E31Ld8OstaVyeL8aFJZ8IaPkRF8 { top:23.3125rem;left:9.625rem;width:38.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgHMU4Dq2e3CFQcT1ZxdrITVUZgPfsS6 { top:21.375rem;left:16.8125rem;width:27.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxESgqfnkIcGm1UspHMVSez2GMAMLeTs { top:29.125rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOiO8QyzH7Bz2e0lIdzmd1yMxy1UeZR4 { top:32.625rem;left:0rem;width:38.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSNAItwvUl7I7NLAVQEIZJZTQtaJ57vV { top:30.8125rem;left:0rem;width:27.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sme9s4cAgAGn11zftCKKRNkwrvqMM6Gz { top:47.9375rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPtbfgsxPPHEhV8yl44PqtQIiyidxouy { top:51.5rem;left:0rem;width:38.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwpd6RDkMXONZWs0HLZKeBW9uyVm7BXR { top:49.625rem;left:0rem;width:27.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX761l4ZnVCvi8TVKVDs8iUAITU1GvUA { top:38.5rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0wmA0x30uoG6wVg1QqIJNTKIdufPfc { top:42.125rem;left:9.625rem;width:38.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxIL9Tw8kXmcKO97Q6MGx3eWkwvpqyu { top:40.0625rem;left:16.8125rem;width:27.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM52tgVELsnowgelmud5KPGfAalTp3E3 { top:59.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmACagWi8zIuzzdCdTq9LT2xqAlNat0k { top:4.5625rem;left:0rem;width:11.125rem;height:11.001184463416rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKg8AQSVKr2LWfxqL6uIh4x8CwGTIZpe { top:16.9375rem;left:0rem;width:21.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9yk00Q4mITBy0XOhim6rGhoTZl9zFf1 { top:26.6875rem;left:26.0625rem;width:21.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2XRQc4WTkg7XFOF42ZDhp7QWH16PTGs { top:36.4375rem;left:0rem;width:27.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5WcGJeTSp469nP2bz1IihFeFgf8T02N { top:45.3125rem;left:21.4375rem;width:26.3125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG { display:block; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5QSFKleKEoKl0FW7PFQTg58VTnUawZs { top:12.75rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBlocqkM92Cv0mSHcThuEuc8fwTxwuWV { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5He3vRlz9IDPsbvLEASH0RvDlcG4oAc { top:4rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVR4A53DIu6i6Uq9axb8fzgCd9UbJ8hi { top:6.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwOheGqSAirbhQKDsHndNdsxPOhXhmb { top:17.6875rem;left:0rem;width:17.4375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgT5MndaZKHfRlFhTPJ39oFb9TWyGDRn { top:24.6875rem;left:0rem;width:13.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6CohEIcaUwoKyxSzE3NRlB36GRTXXqt { top:29.5625rem;left:0rem;width:14.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxVrFETQv8TxA3kTkLZKtteml6Vay4e { top:26.9375rem;left:0rem;width:1.75rem;height:1.6896118595406rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXnTB6heFLwDx5BU6T4ioqfOgfDzXWL1 { top:24.0625rem;left:6.3750019073488rem;width:17.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdMDLT3xDDPrzqhehVDxAzSqsnqEPP7E { top:35.9375rem;left:7.8111972808837rem;width:14.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ9fNAh3u5Dp9abRpfllQylxLPV48JnJ { top:33.1875rem;left:14.186197280884rem;width:1.75rem;height:1.6896118595406rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXzOMVxT9PlZvD7C0oAfcWaekZsAKM2 { top:31rem;left:8.3736972808837rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgE9zl6OTR39woPiG4RFdzQbyLNdZpT { top:31.4375rem;left:24.248697280884rem;width:17.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUarXnTvWND6JykfZiw4SZt7oUPIAiRd { top:25.9375rem;left:30.375rem;width:17.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cflma6MgiDKB94x01wwlamia3T72tDnv { top:37.8125rem;left:33.3125rem;width:14.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAbziIvnv27LgRRIlh8uHAEQ1n4tU1Sw { top:43.3125rem;left:25.686197280884rem;width:14.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOUCDhq2DPZLrpzC7MefTBx7e4X6lrO1 { top:31.3125rem;left:34.4375rem;width:13.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plm6aFcKMEBzS4fVRGUtlCJPd60n5EDZ { top:35.125rem;left:46rem;width:1.75rem;height:1.6896118595406rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLnku502TTTX29KGefJXW7B4nJ6KgERE { top:40.6875rem;left:32.061197280884rem;width:1.75rem;height:1.6896118595406rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqIRcoz6zwgSFFr8MSWWNLqpWFxGxU8 { top:36.5625rem;left:26.279947280884rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQDqJ5ainTWCAXyLMfsgPXo7Jv5b8ANh { top:44.375rem;left:0rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3W0azf2cN9T7gTdyPlxyHX7IOQHRF6R { top:50.5625rem;left:8.4062480926512rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE7lrlomANR9rVLbRNtn2WU7HILCHhbR { top:58.125rem;left:26.279638290405rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1gI4kvIHW9sTcKKDlkwKAHs6IwllwR0 { top:52.4375rem;left:34.4375rem;width:13.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw1BWNOv11bLpniWbDnv4AaqvAXe6yM { top:13rem;left:0rem;width:15.8125rem;height:12.9375rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgcsHKtbRg24XVA4vi4JTVPphDupNv37 { top:19.375rem;left:7.1562519073488rem;width:15.8125rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTmqT124KLzZdP7lglunKI0vi7aXbEp { top:25.5rem;left:25.029947280884rem;width:15.8125rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roPNFwMIqd0viS27AvT4VO3Mt40L7yl8 { top:19.375rem;left:31.9375rem;width:15.8125rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgeI7MquHG3ZRUnh4oDW6pBxHiGS4UgB { top:6.875rem;left:36.6875rem;width:11.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETFmX8C9360eSopBTkC6e4JaiFCQO9S { top:4.4375rem;left:0rem;width:8.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFIXZGkMh7RLeXXMTFTyscyaiR380dE { top:48.3125rem;left:0rem;width:11.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd { display:block; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw1Ta73b4ERbQHytNNGgmQ6n9UNLF7a1 { top:2.6875rem;left:0rem;width:47.75rem;height:5.6893617021277rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxIu93CJ78KZDgSgmSTHy3ZZHMyLysI { top:7.375rem;left:0rem;width:46.5rem;height:67.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3UTMNPnn8xPzE68UaeMmzfb74aW8HaH { top:12.25rem;left:10.25rem;width:31.625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnXUCTWdZxC2KuZWUlNnZ6NIsszFDzDv { top:58.25rem;left:0rem;width:47.75rem;height:12.894072447859rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbu1awz5lIJHcQtARdZGAn5GkTeJDwBf { top:69.25rem;left:0rem;width:47.75rem;height:14.414328231293rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J { display:block; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk { display:block; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdTOBEutw0gBe3vTCFcn5ZETBUpLTazK { top:13.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hNccF0trpVI0axR5okTa1ftMCHzmzn { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJrGigL1VtyQMibwFwiqxm7CXD9uAfs { top:5.125rem;left:11.875rem;width:10rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgIOgJaWt62gK0mrWhJLmScwKfcD2k5 { top:3.3125rem;left:19.75rem;width:16.0625rem;height:4.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTucRynXXzTiZlNIp21Cr1oWyvWWAqUP { top:7.8125rem;left:7.186767578125rem;width:33.3125rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2FIGWDK0yJV9axh3I0TRcptlMa7TsOR { top:26.6875rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nGUuf6IsnPwoX7FRg4pwqnulzm8wX5 { top:21.25rem;left:0rem;width:17.5625rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJZZM1ReJnBLBIav19It2haOT7iITMO { top:36.9375rem;left:0rem;width:25.3125rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2PzLZik68pwTgKsIzZoI1qPoTJmL1Rd { top:41.4375rem;left:2.4661445617676rem;width:25.3125rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXqct8Ns7r78EasP27TAM11EJpz7yKcC { top:30.3125rem;left:0rem;width:16.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Ut2cZi09tnaicGt3mscEbxRH6KPN6m { top:32.8125rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGolACXNm55vRO8iWHWG504wP7rvqyu { top:48.6875rem;left:0rem;width:40.4375rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX4Z3VmfBodt6pqcbxwtEFi6UMHLbPLq { top:48.875rem;left:0rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZs4TTznHlctoZWX3ZvSBUsmc1oPpTxK { top:72rem;left:0rem;width:11.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhcUd7NK3mTTZhhn1yLk69Wbc0Pv8vc { top:73.5rem;left:0rem;width:20.3125rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6yf2zQ9lyBhaqXuw283cV0oE060864 { top:75.9375rem;left:0rem;width:40.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpNW2Pb5VymdEn0TBtX7MAkRnG1h84TF { top:78.375rem;left:0rem;width:14.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOMIt0T7P9dHvBqafPbveWmTCSWq7GW { top:82.6875rem;left:0rem;width:10.9375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Llq5LPXQW0PyuB9ONcyVaNKN2i0fU8 { top:79.75rem;left:0.4375rem;width:3.3125rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4u8bQA46aRILwkK8Kgr0nN67CLKKI9y { top:78.375rem;left:9.25rem;width:14.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6g49TOK2CkVZm9l1fAmSzxeSOQh0V2a { top:82.6875rem;left:11.25rem;width:10.625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4H5TUUSTtt8ls7hILK9EF7xyID0ohRd { top:79.75rem;left:12.5rem;width:8rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVyJmyiALme7BPkdyuEG34JTNSqPM3b0 { top:78.375rem;left:23.9375rem;width:14.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDCa1GdxMKbh2PQKRda34eTSNJiKO43 { top:82.6875rem;left:25.75rem;width:10.9375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shwzpigRQefcZlZ3RI8zm9FNSIEHhfgJ { top:78.375rem;left:33.25rem;width:14.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9iB86hNQoQ0tsoU4WbR7OpCu7BrKrLN { top:82.6875rem;left:37.125rem;width:10.625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlW3CTu7prETy1UbcGXz2IE30GDGJdva { top:79.75rem;left:29.625rem;width:3.3125rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4iooeacgHxznJzQShVTgVOi4QbgQLJ { top:79.6875rem;left:37.375rem;width:10.375rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxRTBaLqG7dIQDvRRuxOQxfS0N3SUhFt { top:5.0625rem;left:36.625rem;width:11.125rem;height:11.001171318414rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwhuAmVueik9ZugbJ8gOwPDIlddzXTA { top:13.5625rem;left:0rem;width:47.75rem;height:32.830835603996rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIg2yaPn8pHMKxl5yiePpAO9sVoDLz0e { top:54.875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV8VtS0Tx5VBeDZ1K0QVpwKI0GMxtUt8 { top:55.3125rem;left:4.625rem;width:12.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZit4Gcc8pwD2J7ZQ033LhrX0Mutq8Ri { top:55.5625rem;left:17.954429626465rem;width:10.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKbfTXF5e3D4EfVU2dearoBv3o6sSin { top:55.625rem;left:29.626304626465rem;width:9.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsHrQdBDC4dF0llQWEhW7OCfkJpQbTV { top:55.625rem;left:37.375rem;width:10.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywmI5uom4zvSL0yL5nJMLruKHFOUddQH { top:60.25rem;left:11.5625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkDkVZrZLuszufq9Z5uPFdSfCHvDFbe { top:66.9375rem;left:13.875rem;width:11.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixSmb6LM3lcIF9gxQytO5gLOa5ATrc9n { top:60.8125rem;left:18.125rem;width:8.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMCZObsZ7XzrzqJWCt2B4Hv1W88W45vZ { top:60.8125rem;left:27.5625rem;width:8.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APzqMJI6XVPsHPcB5Fk9c69S6wHxw58g { top:66.875rem;left:6.3333320617675rem;width:7rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45KZuL2NqrNpdChTNt1IyPA6SCHQ4Hg { top:60.8125rem;left:35.1875rem;width:12.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #td4DofR2UgKdxtQetldEaAlbiCfyiebc { top:66.9375rem;left:34.622398376465rem;width:9.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIgNeVChdEZBiUWL1CiSFugGeB08DEnW { top:66.9375rem;left:25.556042366508rem;width:8.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSRPTJXQZNp7LLgkDTPdSvOUyogyTTr { top:61.75rem;left:0rem;width:12.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT { display:block; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJB5yrSwqKJ7x4T1SQ3PcfFhc59ZJtku { top:13.5rem;left:0rem;width:47.75rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEP4npTdqwSkih8QePnE2T6xicHfpMV9 { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdDLvrBBPSBykGrSttOBlAbD4A6xRxs { top:5.0625rem;left:9.4375rem;width:14.8125rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvVtTNqMaISkNSGQblFeFIPVegmSTLhA { top:3.25rem;left:22.25rem;width:16.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1yxtI7bTu5yTLuUT9crwzUNAEHQx60 { top:7.8125rem;left:7.186767578125rem;width:33.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tluEfpUWikVBcd52nu8DFN6LMRRzCS { top:22.125rem;left:0rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8wIKLR9ySA8EgRDLAyLlSn5JFc09hQ { top:31.0625rem;left:0rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKkHILB66mlsZnHhp1EyzVF1BM6WR1k { top:29.25rem;left:0rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BatwqdSmgPBU4w0gLiwZo6QX13oJ2IxV { top:31.0625rem;left:8.06201171875rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Pu6WypouTLaQV69sLGe4w0ZmDCCfTT { top:29.25rem;left:8.624755859375rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAkXTU2cOzyGUy5xBm2KLGtk8uL5yJF { top:22.125rem;left:7.560302734375rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiKlgylbKuDJLwturTrlBDGnPT7n7oP { top:22.1875rem;left:24.62451171875rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMUIcMT0OWSN1KoTOeUtHhLgq3wuLZd { top:31.0625rem;left:25.125rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTF3OcElwl0Kl9SGZ8tt4Ly5C3JTddt { top:31.0625rem;left:33.3125rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWoaGcUSvfdkct9mlNusAPgrJvP1sc9y { top:22.1875rem;left:32.3125rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0JdRScJ4TFn0DD1pT5G8KuEoMtRayub { top:29.25rem;left:25.6865234375rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmB0qS9dvmpwuKLe7MZ0XbkqnEfzxNiZ { top:29.25rem;left:34.4375rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhW4fMxh3Wz3I0Whyg6mqmCTs8A7WviU { top:40.625rem;left:0rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIRJx8KnPt03rVRQRKKoaVhVoCXcB8FJ { top:40.625rem;left:16.1875rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmCwkhuvwI14zW2kdnBkOLCIRi6WvxL { top:50.1875rem;left:0rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBWnXn8QrrfcQtgbyQkTD2vNTvbAxpe { top:50.1875rem;left:16.6875rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoE3QbSkI6ThheWsU5N29y82geSOlB3z { top:40.625rem;left:32.3125rem;width:15.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TythgOIoy6E0o8GXkOq7h4MZvVkuT64q { top:46.5rem;left:0.125rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERaWNEBzvNOZak8GOu7LfDtddTXTF2wc { top:46.5rem;left:17.25rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gELgeapiWhkxnyKcmvvtgku49aIGPTV3 { top:49.5625rem;left:33.3125rem;width:14.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9edNUrdZNcdVPwaDT5rfaerKMXF7lT { top:47.75rem;left:34.312503814698rem;width:13.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKz8T107MwQoNAtXswz7wp7OazhTlmyQ { top:21.9375rem;left:8.65234375rem;width:12.8125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMfngHMxTKgxWJxw1DPvHORpAntfRi6t { top:21.375rem;left:25.68359375rem;width:14.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7R07Pwi2vZnFedhqv58AQsg5k3nGmd { top:22.125rem;left:35.0625rem;width:12.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbTReCrff8fPBTwhIB5BJ17t1C9amL8A { top:38.625rem;left:0rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hB7LD008NmflOsgvPVITka9Qb2U1Jv { top:38.5rem;left:16.875rem;width:14rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVAesALrhLezK2VLTLIC3Qs0XvbGAug { top:38.4375rem;left:32.0625rem;width:15.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwsIcUn7TFz5yMQib7ZnA9BzmWUoEpML { top:21.6875rem;left:0rem;width:13.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs2UcECqumU802XXcR4pu8JdBsln4NK4 { top:5rem;left:0rem;width:11.125rem;height:11.000669151421rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw { display:block; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaaqN4K2IIomHntdcErvTvUU5Hrw1x2c { top:13.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlKLTaImd6NXozkxpRFSrvvof54d21W { top:11.0625rem;left:10.6875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdMsQNVSQlQnEZ0xQaZu18TCtDs5bsr { top:5rem;left:7.5615234375rem;width:14.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZoplq0P0tnXXLTKA6rf329bVariWWPN { top:3.125rem;left:19.49755859375rem;width:20.3125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rneNMJKBibreBAJwIg4tCBNKLMTw2riU { top:7.8125rem;left:7.186767578125rem;width:33.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S01rqD4z5VcfEHy4ZoisJu6Dz0yoKXXU { top:50.1875rem;left:10.375rem;width:24.3125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcXowEbrenOrlFvaWuyv7zDLo7DLg3E { top:53.1875rem;left:10.5625rem;width:28.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUhFlDENng5SwkXmRJ7ccREZJtWaOrC { top:53.4375rem;left:8.4375rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GXELoSADBcfT9X0iDPo0hEGGniqW3B { top:55.375rem;left:8.4375rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKmy87xLoyd2g518LUWnAG3MDGnhqhxi { top:59.3125rem;left:8.5rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH6C7M7mEkllpDZZ3ucwXWU3SDNbyC8H { top:57.375rem;left:8.5rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibPNlGGUsVw4E5Z0n40aTL1gmGd5BA72 { top:3.5rem;left:36.625rem;width:11.125rem;height:11.000669151421rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQOfqhyvArkugg3AaZIAtmg5MoC3C4Uo { top:17.875rem;left:0rem;width:19.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH7wyC8PHIg8q5nT1bEi8sgGE6LVCOuW { top:18.4375rem;left:0rem;width:16.3125rem;height:14.693901913036rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR8CnWpe6lm4GWVe05TxTf67TvlyEWTw { top:17.625rem;left:14.25rem;width:19.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKo4anJPL94GcE3ik6ZaoBqBynRPKEb { top:18.1875rem;left:15.9375rem;width:16.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEamZAzxOwhCX79wtJktU2EoMsoRipNJ { top:17.625rem;left:28.5rem;width:19.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbEoMUNKUcXxGE41Raa29dp1UASoeJpe { top:18.1875rem;left:31.4375rem;width:16.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwPuTbSOstHwAzPRzlrqtlHZCnm0TVu { top:34.375rem;left:13.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGbVR3TS8dHeyHf15l0mAV6Qzsmr1T25 { top:34.4375rem;left:14.8125rem;width:7.875rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvh3iHsWd9yFLJS2OTG0yBDuE5B79oq { top:34.4375rem;left:24.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQiaagmzQpRo4AsquZI8yMJGDI4rTsHV { top:34.375rem;left:25.625rem;width:13.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBe08RBCTlH7QhEC2Ro5Kcl7L6Qmls3h { top:38.875rem;left:0rem;width:11.875rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRfUqAWASvpFp3Ppr32OOnsLZAK15PRe { top:38.875rem;left:17.937501907349rem;width:11.875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agl5QgD4XQuJcFTRqGdz99rs2XfXeh37 { top:38.875rem;left:36.75rem;width:11rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCkAVgvuwSKGGo9F67twfNB2V8JSCd5Q { top:49.625rem;left:8.8125rem;width:27.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXu6n82vk17xhPa3wBrTRJlNg0SkSebg { top:37.0625rem;left:1.873046875rem;width:1.75rem;height:1.6898581650819rem;display:block; }
 }@media only screen and (max-width: 763px) { #By9n0pqAOftHzQkhnN6sLO8uMVrRqepD { top:37.0625rem;left:22.96923828125rem;width:1.75rem;height:1.6898581650819rem;display:block; }
 }@media only screen and (max-width: 763px) { #uey6olQHmuGh35tfiaT0L2ORTdbHbdZE { top:37.0625rem;left:43.998291015625rem;width:1.75rem;height:1.6898581650819rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOdxRr7BCXZ3DvvOKLql1I3W8TQkURDF { top:47.625rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRL4dTKidJu4pnMREbfvAWeBJBK5MAd { top:46.6875rem;left:10.687501907349rem;width:26.3125rem;height:1.744729807232rem;display:block; }
 }@media only screen and (max-width: 763px) { #aID8GxVG4naul0X8EVsNTPW5baf4onTB { display:block; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6nK0StKT2aCC9ZlQSr4d1JN92mcbRn8 { top:23.6875rem;left:0rem;width:30.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVIPKh9B43tDPFTbTq1wGDM7HAf9qRO { top:25.75rem;left:0.25rem;width:14.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9cmsyzceJIpck9HvqHNpGGpmMDxOEx { top:30.875rem;left:0rem;width:23.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfTvbB6DVL7IWUPTaVku5wrA25U5gRuR { top:28.375rem;left:0rem;width:20.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMhTHJt7P8lyddCIhZ2lgSWeppvFgirD { top:32.3125rem;left:0rem;width:20rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmbAzCtONGUKMhGhiNLmr6FpTl4PsgkK { top:32.3125rem;left:0rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh6u6L0UcmUgFTynMH0UCWRlLNosaEPS { top:35.25rem;left:0rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFP1Z1XnsI6r90ElTmgToylprtmTab9P { top:39.6875rem;left:0rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GGRuPQDx48H941915AOb5r9mFeCuhm { top:42.75rem;left:0rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #OICo7R7PhvkzG5IXcKTuwNe011wgrRZE { top:38.3125rem;left:24.3125rem;width:23.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTQuXbQL0QzalPllUEtE3TkIatMMafK { top:39.75rem;left:30.375rem;width:17.375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTILfeVkJtdLk6E2wPyNuchm3HaEGKqr { top:48.75rem;left:31.187503814698rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahekk2R3JBnlT1AxrQT7R0TmIHTdS61w { top:42.6875rem;left:31.187503814698rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEZWzi4OPNpAqo7WC8rwKWE2gbyusGUW { top:39.75rem;left:31.187503814698rem;width:1.4375rem;height:1.377552211917rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfaIWH4G7T2tDV2db8ghmEZLTsmGcntb { top:35.875rem;left:27.3125rem;width:20.4375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRuRrJinLT9ALHRmRuPnCwF9HtolxSH { top:33.125rem;left:29.562503814698rem;width:17.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ5Su7XyBLQuKK7nufiHkM8GpL8b3JIp { top:31.1875rem;left:17.625rem;width:30.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3495GpcSrhTi6cw43RBdaRguHzTkgBV { top:47.8125rem;left:0rem;width:15.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUzMwqcf8cquXi1tMVMSOz253WROsyp3 { top:55.3125rem;left:32.4375rem;width:15.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swvFVNA9J5qKuvO8W7MoZ6vFxJfIdXa9 { top:34.1875rem;left:33.5rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl0wXFPFqMAbbmpddrRUnzCx0LUyTNzt { top:2.6875rem;left:39.1875rem;width:8.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQ3aCfBZrKdAM6i64r8SSS7XnwkTnp9 { top:10.1875rem;left:15.3125rem;width:32.4375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA42wH3PnNx6rKsprGXI6TQfgpWPWcL3 { top:48.75rem;left:0rem;width:11.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00r2ZNusS9S0JVMK91C8SND1PeTTbdi { top:3.3125rem;left:0rem;width:32.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH { display:block; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvycWXyynT9OAyPuEuQrk94mcSh4kMO3 { top:2.25rem;left:7.3424491882325rem;width:29.4375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnsi6v42QymS8ZkTJuf0iHLh6zWWuEwD { top:5.75rem;left:0rem;width:32.125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH6QH6JNT5LQeJX2dBNtaNIkcKTKEKpT { top:7.1875rem;left:17.625rem;width:30.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0eTZbtqCfoAvfk4PzLpMpPMTeLT0klV { top:8.375rem;left:28.84375rem;width:18.5625rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM7949kqJ125dZ1pfqdlqS2c9fIC1JQI { top:11.875rem;left:28.78125rem;width:18.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XmchszbucigBXMccl7JEbwqGEEi2J3 { top:14.375rem;left:24.25rem;width:23.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o601RqtwlRxCCoalTCFecd3lxZQBSvFU { top:15.8125rem;left:28rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #acLM2tTSx7RGiweCfDd8hZiJOyOSX0kc { top:15.8125rem;left:27.75rem;width:20rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLOMnv1xa6JR3ubDMAbgTt63qEzIMn1X { top:18.75rem;left:28rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8eBVFEiyfvvhT3GPV7rvhx4bMbTTvVk { top:23.1875rem;left:28rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LdQ9GWcI7gGqEbek55pM2QqwoPskrP { top:26.25rem;left:28.0625rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #udavK4oBgDrsbxuFtENbrvAgqvMl27zX { top:31.8125rem;left:29.75rem;width:18rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 { display:block; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMvN7Kmw5b6BclQOefZ7wPU0nc74cKsx { top:7.8125rem;left:17.5625rem;width:30.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vberu1LWpM2LWLxFXSnSLwZ59Ns7kHuG { top:7.8125rem;left:29.1875rem;width:18.5625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMz699GDhKirRPWNLW8rICgIghSrTHoT { top:13.1875rem;left:24.25rem;width:23.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Xk6cHczJrxGTqHzpoRHcnbPAK0wZwJ { top:14.6875rem;left:27.75rem;width:20rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZF3doMoeT1rGElXtBQFyEdTX6VlhKvt { top:14.6875rem;left:28.27214050293rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5JCqRFkVBXpn898LODiJztQ5LuSAKE8 { top:18.0625rem;left:28.27214050293rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMTree2VUEdcqqeLH31S6nNJ674bmsRf { top:22.625rem;left:28.27214050293rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9M66y6JG8KLvlz6k8aREl64N6gT2Qsp { top:25.375rem;left:28.27214050293rem;width:1.4375rem;height:1.3775521269172rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtEZZ1OsPAQUHlD14IEDe0CMoJkl5Ch4 { top:8.5rem;left:0rem;width:31.5625rem;height:4.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwC6WiUZi5QMKM4DAU4AbPWFTB4kBXQ5 { top:14.6875rem;left:0rem;width:30.5rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJdEOOss1aWGQtfbSy9r5oLLDQhBxdBW { top:14.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtUsD3vzZ31psukgMuGSL4A2HBdbFmVV { top:14.9375rem;left:0rem;width:3.1875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acEvR6ukvcRibLgew2WhQv29Dgc5ftai { top:19.25rem;left:0rem;width:30.5rem;height:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEUPAHH0dJLtkFmKU5xiUNtLiwssMRJh { top:30.125rem;left:17.25rem;width:30.5rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLso1nlqoWhR32zg5B3mlpPPgKIPzEy { top:2.0625rem;left:0.65625rem;width:46.4375rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCw37RDTJbOB9XN8290eCHsnfSsUnBrw { top:11.4375rem;left:28.27214050293rem;width:18.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB { display:block; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXg8M2zrVvS9LRhkrrHOyhwFSTJHugTt { top:3.6875rem;left:14.3125rem;width:33.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-regular-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-text { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-textarea { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-select { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-button { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-checkbox-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf  { width:26.9375rem;height:auto;top:5.25rem;left:18.3125rem; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .radio-container { width:26.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf {display:block;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf { width:26.9375rem;height:auto;top:5.25rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yIxMuBogwzzixgt6num0ID5TeNXVPSsS {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #TxbVfwJxg99Xif1pDBOH4NZMMUsqLd33 { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #hMDgQ5UesovmI0qJqVsvAVQoNFHseW1A {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Rt5pLxny8N42ICgu7K94PVGlSDcTk2gQ {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #MfOr97oa9K0bfQmawubRSNrWZPBQbTud { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #uEOio83J9Wt4F4FmdkpVfoBDI7RG25c9 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #HTnUP7hoAXOPscNoMmym0nHJLRWrkhzS {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #olaPkMBoiT39mnNhGhrUG8c6VuMlTLVk { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #JV0DOqQeGmKDsLNMKN3K82UZO4SKn60I {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJ5HR8RLw18gL4moBZX6uGa3wGeTxuD0 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #dOAubB6fQre4B53Xi0DkuyDQG7sO47h3 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #OG8cFqDyTPy6R8lsHk11Mkk4BhJfSMVC {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yTKKTgAlelJzlCiC9DOIZVT3rZb6ER1t {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #llxJpPTySwTSu7UiBEWXrmM3oNtWTroh {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Mqw5N6u2THWDxNigAFHmwGdJuZ75w3Gn {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #qy6vRzSKn7ogwQp1Kfh7Hak7sUAhtpzN {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #SER2cp7vmGoO6R8hET7kBf8sGQqEyzHX {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FznFqpgAVr6oiywRfmQ18EL69yRF4EOd {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FFQ2tSbRFFrszWNZKtTbXb8RxPwguV5M {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Z42QmvXK2J9wnUO3hSiMoAxcfcwwZXEi {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #k0FULsxRXfifmTnnJWWfAkOiefP3CD9q {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #CTAX1nVTudOhWVthmmLOPTEbcdyoyyGU {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJWO82AGXmE9MRdlnQ1GLcCAiQRNFhp1 {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #mWTKHmFx8w6L2hTeDuaGqDLZ0Zl6CE2T {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #wtW5ow5wi7i7l7odylCdJQVIsMht5Go0 {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #rp7M9HAKyOReVLCuKWfLGmbzRnrXVMaD {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #GhRZZHEKFgiiRADTbf7R2U2eAqhbsAND {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #oQonF23bFhhr054uQwa3cgS9LL4vJypL {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #QLbfkgSnUloHGTLCvITLb7xg6ygwnP8G {  }
 }@media only screen and (max-width: 763px) { #DlOFBB4GtHKFpBZxLUU2uMx2S8XOlBq6 { top:5.25rem;left:0rem;width:31.4375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dUzEBJBT8HWcut8UXshICTvNLb2r4S { top:17.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEtU8J51xDlFiUuW9h1NWlwTF9uQ6hUN { top:18.1875rem;left:0rem;width:26.625rem;height:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdkGgA7FQQnuPSnRVHlVpaznEbKe61TF { top:18.25rem;left:0rem;width:3.1875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqcUZdrbsHH7q4GEXIWbAgraTULuVNx { top:24.5rem;left:0rem;width:25.3125rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd6kmZMy1m4dFs4GAyo9qqdQl0D9MJne { top:31.125rem;left:0rem;width:26.3125rem;height:1.7446144879738rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvkF9V1g99XTEc1T1HKKtqTTUVqDOy0q { top:34.0625rem;left:0rem;width:26.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoRWSNwioWydW7ZLpbVf1gWaevk45EuP { top:39rem;left:0rem;width:24.8125rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiESI6VEz2aq9iTlIaks9uJy1B7hlEtm { top:48.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgglf4sdefEG04iINVJOiQPLXICc6gP { display:block; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT9slIpTmTDCVXoPWCwIagV4QLxX2h59 { top:2.9375rem;left:16.437255859375rem;width:14.8125rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKT3UkXXKbScd1kfTvM6F4U2rTdIE0Wa { top:9.3125rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2nzW7ZW5n2U4qUrfNBCmUyHa7z42G0e { top:14.375rem;left:9.625rem;width:38.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrdrXlk1TFF9K3KrNIacG1k5TzDkZl7 { top:11.3125rem;left:4.623291015625rem;width:36.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqL5Dwt4avzmduNKd8HfkX8il5EJ72IL { top:9.8125rem;left:0rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRXqs0HlvtTTrymTeXomJc2CKMwH6OB { top:13.875rem;left:4.623291015625rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPwTb0rO56CBpgH6kM9695eQtCutpqVJ { top:21.875rem;left:0rem;width:47.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsW7dVOLvfan8LpqMwPwtQQuFKg7GsH { top:27rem;left:9.625rem;width:38.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC0FH9UPV2eSM6Aope0OaQ1NUF18cmG9 { top:26.375rem;left:4.62451171875rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsZZIxzE9szy26gy8v7Ru0SMTAdlnksU { top:22.375rem;left:0rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm0zSJ1tmf6XvSscEagyGzsIHhwZbuzI { top:23.875rem;left:4.62451171875rem;width:36.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPa6bFMeqBR4eZKt990Ze1CPKkt2JENS { top:32.9375rem;left:0rem;width:47.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDayM7rhGxRKTow4RHOQ7n95X2fn1qT { top:37.375rem;left:4.62451171875rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVyesT5e1TLmWL15HMWVG2FQ0vnoRHMz { top:33.375rem;left:0rem;width:6.0625rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMhP1Z9tKx4R7OJhBlaswGB11OeNRPB { top:34.8125rem;left:4.62451171875rem;width:36.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmaXURzHvN6fbL2U3M63xQcBu1PVLPI { top:37.9375rem;left:9.625rem;width:38.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5g3C1J750kRi9Knx3bXk61sKqwCDCP { top:6rem;left:10.280029296875rem;width:26.3125rem;height:1.745235225358rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ { display:block; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5L6XyNndsJBNtkGn0ZpLUdBNX7Pn8h { top:30.75rem;left:19.151042938233rem;width:11.5625rem;height:6.18619775rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmB6tOpTCSa5DGEouvwzfeHwXzGWQyTS { top:30.8125rem;left:18.964612960816rem;width:11.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yk5hfPkcKfTuqTJkfb70UTyJySKSKK { top:30.0625rem;left:13.1875rem;width:23.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPMFSmkygTzHcxvJ5nqbP30CDWOxHyO9 { top:1.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZkxI0k8N86Wvmd5OXhRI999GZRP1QO { top:7.875rem;left:10.875rem;width:28.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPfFJfWrDybUbPGMyOnDWQCON6P5X67w { top:8.5625rem;left:12.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1p6CJTnu3IKHGmmvQAbiphbk6id2igb { top:13.4375rem;left:10.875rem;width:28.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJSV1pd4U8uH6JpglJzqnJ6uIoObc8p { top:14.125rem;left:12.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHWh7ptWHuvQ205kWiDekRGlrGb65U4u { top:18.875rem;left:10.875rem;width:28.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ti4Wq91tFyVmWIGaTcKJWckGsh3Tcf { top:19.5625rem;left:12.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0DgbOwDQSWLQtz5JkOs4vmJwIxMUnwO { top:24.4375rem;left:10.875rem;width:28.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ8giz3xwliGTP5khahpATT4W6nc4atZ { top:25.125rem;left:12.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haw4fDRoGrzEcEcR4tBKCve0sHP4zlbq { top:9.375rem;left:18.061578750611rem;width:17.8125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9NI7BknT5p2q9uqOZvx6qld48BaES5 { top:14.9375rem;left:18.0625rem;width:17.8125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQAuAiPrTQrvH1lMwwsE8oSHqye3n1yo { top:20.3125rem;left:17.5625rem;width:21.625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBu0alhdXupOQR3EHRoEE4BJRZnXP9DL { top:25.9375rem;left:17.5rem;width:20.125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJk82yMdxPQiP4uT4bZbQFodIIaQUJLp { width:3.1875rem;height:2.33333325rem;top:7.8125rem;left:16.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OozhippLrK97iHPGLAfbq0lB0uxEO9lV { width:17.4368095625rem;height:3rem;top:15rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ngEKsyGb5VskGVu5FdwGGeC0Xgz3A1GO { width:17.99869725rem;height:1rem;top:21.71875rem;left:0.9986979961395rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErtyTwZOJWoN1zKpZyNDxJUvKMSB4C2y { width:20rem;height:1.5452665rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vDeKxWMAqplhB7it7WQLmwyQrWS2bQ { width:20rem;height:3.9705881875rem;top:32.624080181122rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #prBfJTo7QNmGOQ0z4gJCgsmH9iITXer7 { width:12.3747701875rem;height:4.6666665rem;top:28rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HpD6ng42fJW0vuRSwX7I6VdmGg757M { width:18.9993095625rem;height:3.8740806875rem;top:33.9375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo98Q718TEBsZ7554ZEq1VIbV7uykrD { display:block; }
 }@media only screen and (max-width: 763px) { #o12mIQ55MeqOfaeLmhQ6nuPOGJypuT3G { width:18.75rem;height:0.5833333125rem;top:38.9375rem;left:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOFNp4KXDuylaweFo8lsJ8bNZT2BbxL { width:17.5rem;height:1.75rem;top:8.140625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q2vkF75WNIi0uEnlIyXcTKDQDRX1cN7e { width:20rem;height:2.66666675rem;top:11.1875rem;left:0rem;font-size:1.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0cCzxLu9vs14aEK6BzVyfuMNAECnHb { width:3.25rem;height:3.25rem;top:7.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhWaefmTNS7TuolhCaoZdPD4eD0zTqKC { width:20rem;height:5.0625rem;top:2.4765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QRAZWK8cRsSUupDsWGNuXSaJT0ex68 { width:4.75rem;height:1.4375rem;top:25.875rem;left:7.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l4JdrV1SwftcK2QTsCM2DyHSVan7BWs4 { width:20rem;height:1.666666625rem;top:23.6875rem;left:0rem;font-size:1.125rem;z-index:15004;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e7WB9gbRNMIS25vTFypblETvHLmRmo8Z { display:block; }#e7WB9gbRNMIS25vTFypblETvHLmRmo8Z > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9wZalV3mbArQTxec98h9tGxGO13d73v { width:20rem;height:1.583333375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqWraUwOO2b0hdmnp0F8mVlO1cfiPuT { width:15.0625rem;height:4.5rem;top:11.421875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6gbMq8UMegHGQChsSCFaBlh1CraXCHV { width:20rem;height:2.41666675rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWcRk7PdEn3Wa8bXPkUsisLzepJcPTt { width:20rem;height:1.583333375rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS49u3H4EOpAGuK5SZ85SDNWVRrWqmBM { width:20rem;height:1.3260944264999rem;top:8.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7SEXGhfgbt9HLsGoaVsTRQrJKUq5ZP { width:20rem;height:4rem;top:27.9375rem;left:-0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Hr6PssH6GcZTnoWSKSL2aRZGNnooMB { width:20rem;height:1.583333375rem;top:23.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6w0Bvbgc0otUIVoehlvoyrrMtAmWmqh { width:17.3125rem;height:1.1820223829858rem;top:26rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiPyROiOnkg1M9nRA6V5mGce0E9aI4l0 { width:20rem;height:17.5rem;top:16.575138092041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxyoPPOLwxHrUETIb4awNJo4cwHxnil { width:20rem;height:15.75rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4yHHngrnzTERqIT7aBV8iVwsavHLzm { width:20rem;height:4rem;top:46.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGHsqPRPGFfHx0X32KvhfkNkTyddotlt { width:17.3125rem;height:1.1820223829858rem;top:44.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlMJ2fR5CGl84W7UtAlBR9ULp8hVyn1U { width:20rem;height:1.583333375rem;top:41.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUsuxiXSrEWbeNd0T0ZdnG4zGTumgOu { width:20rem;height:5rem;top:63.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMc9aU2rocHhX2T24J0V8CRIvtNP9JkF { width:20rem;height:16.1875rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwJThdD3K1B6dwNRn0J15cSdcXcRcZe { width:17.6872691875rem;height:1.583333375rem;top:58.6875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDEy50G5ylrwT8SnekETaTcZfWwoTWH5 { width:17.3125rem;height:1.1820223829858rem;top:61.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCbP1lWfrM82x5vPOCuJw8JSziWh6ufh { width:20rem;height:5.3333335rem;top:81.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGogGdt9VgGsVZ4LBfSwqguKLSd6TCM { width:20rem;height:15.9995403125rem;top:71.565944671631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxIhw4BJWFS0AMk8Z5kyOqDyGfT9moBd { width:19.4370403125rem;height:1.583333375rem;top:76.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXcaw7bP7zLr75O6TrmaXXB1ZNq5RMwX { width:17.3115806875rem;height:1.181066125rem;top:79rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5m348S3Ekd1PKxOeVEE322npuewmLlh { width:6.5625rem;height:5.8743105rem;top:16.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgU5t8o59UbgPkeN9TU1SNy6xLDfBb { width:6.7497701875rem;height:5.9995403125rem;top:35.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6RgbvbD8d3fJZ9Uo7By0n7tGVu9Oy9 { width:5.9375rem;height:5.3125rem;top:52.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSPioEJG4nWDMc863gR3gpo2wsQy1ONo { width:5.4365806875rem;height:4.7495403125rem;top:70.359600067138rem;left:6.9990807771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #FADbRhAVb7JvxIEugblTM5vdA4uadsOs { display:none; }#FADbRhAVb7JvxIEugblTM5vdA4uadsOs > .row .container { width:20rem;height:125.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UsJOQctTOgigwZ5C3N9ZLHieTLvU6XIo { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh3frkAHqGVTH502baNAGRcAFCd4Qba7 { width:15.0625rem;height:4.5rem;top:11.421875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhOJfDdEveRKSNbEyJ6xc3XiTuDKFb7 { width:20rem;height:2.5996125rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6QuopeTqI751q8fBCBVCDsg8HgNFhc3 { width:20rem;height:1.625rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O19eCnQ65Re9MGNL8wRZ9v6afTwS9oHt { width:20rem;height:1.3260944264999rem;top:8.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu7lIlHU5QxDMz907himtvwiTXwemTin { width:18.75rem;height:5.0625rem;top:34.423175rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw8Av0Gh3lu1LxO5sJtMIAKa1hPIkeb { width:20rem;height:1.94970625rem;top:29.677082061767rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbqrHBQabTsQuSGrPO1pGr9DGsT3NcQT { width:17.3125rem;height:1.1820223829858rem;top:32.516927719116rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3tH4m4PeV2FuUGt7c17xpekluHenIU { width:20rem;height:17.5rem;top:24.360675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4KwwoIR3PlIhbn4mpyap28srRkutosK { width:20rem;height:17.5rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwlG3U71VfsKq8AvSf9FO38s0C9pxZva { width:20rem;height:5.0625rem;top:59.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1pwWeh5E7U9HSFTfGMAALdH0DOgX4Vw { width:17.3125rem;height:1.1820223829858rem;top:57.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCacThnES87kSGcHVQ9u2xOPGrtgHMkg { width:20rem;height:1.94970625rem;top:55.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItfgVU4t5ahN6FSBwiKziiZQZCkcEdpl { width:20rem;height:6.75rem;top:85.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbC5Qcf0My0x2f9nNZLD3IAUkHfRnkWs { width:20rem;height:19.1875rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw3kL7o41ufQhhBcEH1i3GlRLgT4cZNA { width:17.6875rem;height:3.8994125rem;top:78.75rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FToXLwSST1s560yemQ3DVRGJhgUuTKeR { width:17.3125rem;height:1.1820223829858rem;top:83.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpZw5fOIayBDmRc7JGVLxNzeBIIGLI56 { width:20rem;height:6.75rem;top:112.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMe4yyzNHE6eKdCmLbF4E04pSRyl8ER { width:20rem;height:19.1875rem;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bLv5K7sUzLDOC7xkS0nfifr7ax3KtS { width:12rem;height:3.8994125rem;top:106.5625rem;left:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZvCCFtsDHkGH62kQ2TwtDLf50agUIm { width:17.3125rem;height:1.1820223829858rem;top:110.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUauthJq6TK8EqT77Da8TyTTDPHfmAl7 { width:20rem;height:11.317829457364rem;top:18.442708015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrIa3putX9v8e2Dy7gA3rVkNTS3WzcTO { width:20rem;height:11.317829457364rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7NAOJwGDlKiAHDAtBsqXFR4O2zIKz3f { width:20rem;height:11.317829457364rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1baTqUbCDnCdQdnBnBWdo1EgfCUTkql { width:20rem;height:11.317829457364rem;top:95.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc { display:block; }#X0PhEWLyg7SBN4CEVJNEV7SK3Xsw0TGc > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4QCPh3NZDB658KTsGx7gUEL9JRlxazT { width:20rem;height:2.66666675rem;top:9.859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6T7fsBslsAmDUIUOtCDqdEufqNqkld { width:20rem;height:1.3261604235493rem;top:7.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrevAgQu7Ubpg6cQzbCEuvxHhz6PNpE { width:20rem;height:1.583333375rem;top:4.8606777191162rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Ar77xJiUqkblTu5sT7llxxoUZNgLQ5 { width:20rem;height:2.58333325rem;top:2.2630214691162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzfLoq1hcDOgvbbpJQ11xAD2I5tU6uSx { width:20rem;height:9.0625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUTlnDSIW0LdLTgNDa0T8WRrNy6co3dP { width:16.9990806875rem;height:4rem;top:25.181762695312rem;left:1.4993106126785rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO4RO7dBVTXPQpXMi1z5kHnaSAB54W42 { width:19.0625rem;height:3.16666675rem;top:20.999542236328rem;left:0.93749988079069rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VSlpuU6av4lVM2dM1t5KBtZpJT5BN2Ux { width:20rem;height:9.0625rem;top:36.886474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfAxd5SVycb5F5MAMtU1gTLWX2m0Qyk { width:20rem;height:4rem;top:41.020202636719rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsHR0NwL5iAkva5NgcbTJyTVpkio8dSd { width:20rem;height:1.583333375rem;top:37.952667236328rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6BwvdpR2ts7xsqXmJ6shdIiZwAIl2NZ { width:20rem;height:10rem;top:68.790435791012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSJz1hMyJ4bquVVx1nskNKvpIsMxIOT { width:17.4368095625rem;height:5.3333335rem;top:72.40234375rem;left:1.2787224054336rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzfbVeVcUKRh3xiNsH5h4rHDPl71GeMs { width:20rem;height:1.583333375rem;top:69.778259277344rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4F6Z5iXwDzQcLnhAua2Fc90JZxIOfdE { width:20rem;height:9.0625rem;top:53.531707763672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrASSGscNvr28wpxV34vsTkTxRTl8xm3 { width:16.1868095625rem;height:4rem;top:57.232299804688rem;left:1.9037224054336rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzEGuDoCTzXQnXGGPhtXWEwfOev0yRs0 { width:20rem;height:1.583333375rem;top:54.733459472656rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i8KtcMiQ3hhANhyrKsT0L8nBomFoKvtt { width:20rem;height:2.5rem;top:81.954956054688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUiHPAQQ5UL0R9G48vMWz5F1MTDAq5i1 { width:5.9375rem;height:5.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo1NLEX863c2Q2g3zZWq6HlogHZADhg { width:6.8118105rem;height:6.1247701875rem;top:13.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGH3ITmDGF874PDw6BiaafBsmKD2mlEh { width:6.6865806875rem;height:5.9995403125rem;top:30.921417236328rem;left:6.6233912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoulVkfnxA7DPLaKW25WpPxCx0UlSTh { width:6.3740806875rem;height:5.6870403125rem;top:47.165679931641rem;left:6.8118106126787rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlZGhVWpvJSPPduEKyB5BLThOdQuwyZ { width:5.4365806875rem;height:4.8747701875rem;top:63.360504150387rem;left:7.2805606126787rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen { display:none; }#TXv5Z9XUDVGQrbtmyX7JLTsTDPeT6Wen > .row .container { width:20rem;height:115rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x2S2T8SlThhkmICZlgbHTUkMeCniVTXw { width:20rem;height:3rem;top:9.859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9A7G7orTesXpEMKZIgm1Ju4i6l78368 { width:20rem;height:1.3261604235493rem;top:7.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuE64PVzJCh0ovTG732ELq4AvM2RG1eF { width:20rem;height:1.625rem;top:4.8606777191162rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfoIRw9DN3KdMZ6ch1dBqLcB8dl2UZV { width:20rem;height:2.5996125rem;top:2.2630214691162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1AgG8iwtTxQxHXJ62l5T7DJHuK91TW { width:20rem;height:15.25rem;top:21.610675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQv0E31Ld8OstaVyeL8aFJZ8IaPkRF8 { width:20rem;height:5.0625rem;top:29.93359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgHMU4Dq2e3CFQcT1ZxdrITVUZgPfsS6 { width:20rem;height:3.8994125rem;top:26.03515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxESgqfnkIcGm1UspHMVSez2GMAMLeTs { width:20rem;height:14.5rem;top:42.424476765442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOiO8QyzH7Bz2e0lIdzmd1yMxy1UeZR4 { width:20rem;height:5.0625rem;top:49.772135496139rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSNAItwvUl7I7NLAVQEIZJZTQtaJ57vV { width:20rem;height:1.94970625rem;top:47.386721372604rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sme9s4cAgAGn11zftCKKRNkwrvqMM6Gz { width:20rem;height:16.5625rem;top:85.029945515444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPtbfgsxPPHEhV8yl44PqtQIiyidxouy { width:20rem;height:6.75rem;top:93.154953002931rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mwpd6RDkMXONZWs0HLZKeBW9uyVm7BXR { width:20rem;height:1.94970625rem;top:90.592453002931rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX761l4ZnVCvi8TVKVDs8iUAITU1GvUA { width:20rem;height:15.1875rem;top:63.296883015444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0wmA0x30uoG6wVg1QqIJNTKIdufPfc { width:20rem;height:5.0625rem;top:71.359383015444rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHxIL9Tw8kXmcKO97Q6MGx3eWkwvpqyu { width:20rem;height:1.94970625rem;top:68.671883015444rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uM52tgVELsnowgelmud5KPGfAalTp3E3 { width:20rem;height:8.44925rem;top:103.77994918823rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmACagWi8zIuzzdCdTq9LT2xqAlNat0k { width:5.9375rem;height:5.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKg8AQSVKr2LWfxqL6uIh4x8CwGTIZpe { width:20rem;height:11.296829971182rem;top:14.822911739349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9yk00Q4mITBy0XOhim6rGhoTZl9zFf1 { width:20rem;height:11.296829971182rem;top:36.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2XRQc4WTkg7XFOF42ZDhp7QWH16PTGs { width:20rem;height:11.230425055928rem;top:57.755195515442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5WcGJeTSp469nP2bz1IihFeFgf8T02N { width:20rem;height:11.163895486936rem;top:79.513029098513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41c5edaa-120a-427a-bce3-20210e94ebc2/BGLightLine.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.adaptive-delivery-prevent-bg, #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.lazyload, #HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG.lazyloading { background-image: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { background-color: transparent; background-image: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container > .video-iframe-container { display: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container { display: none; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .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); }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { border-width: 0; border-radius: 0; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEMTrlc9NpTF0uU6DhkHbWwUZ3qeB3xG > .row .container { width:20rem;height:136.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5QSFKleKEoKl0FW7PFQTg58VTnUawZs { width:16.1868095625rem;height:3.5rem;top:13.498382568359rem;left:1.9037224054336rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBlocqkM92Cv0mSHcThuEuc8fwTxwuWV { width:20rem;height:1.3261604235493rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5He3vRlz9IDPsbvLEASH0RvDlcG4oAc { width:14.6875rem;height:4.8333335rem;top:2.4712829589844rem;left:3.3111211061478rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVR4A53DIu6i6Uq9axb8fzgCd9UbJ8hi { width:20rem;height:2.58333325rem;top:7.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRwOheGqSAirbhQKDsHndNdsxPOhXhmb { width:13.3743105rem;height:19.6243095625rem;top:23.561584472656rem;left:3.3111211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgT5MndaZKHfRlFhTPJ39oFb9TWyGDRn { width:13.3122701875rem;height:1.583333375rem;top:28.147521972656rem;left:3.3409925699234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6CohEIcaUwoKyxSzE3NRlB36GRTXXqt { width:11.4993105rem;height:6.6666665rem;top:32.806762695312rem;left:4.2486211061478rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxVrFETQv8TxA3kTkLZKtteml6Vay4e { width:1.7497701875rem;height:1.688878625rem;top:30.497467041016rem;left:9.1233912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXnTB6heFLwDx5BU6T4ioqfOgfDzXWL1 { width:14.1245403125rem;height:20.6870403125rem;top:51.873840332031rem;left:2.9365807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdMDLT3xDDPrzqhehVDxAzSqsnqEPP7E { width:11.5625rem;height:6.6666665rem;top:62.686096191406rem;left:4.217600941658rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ9fNAh3u5Dp9abRpfllQylxLPV48JnJ { width:1.7497701875rem;height:1.688878625rem;top:58.774169921875rem;left:9.1233912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXzOMVxT9PlZvD7C0oAfcWaekZsAKM2 { width:13.3122701875rem;height:1.583333375rem;top:55.983459472656rem;left:3.3409925699234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgE9zl6OTR39woPiG4RFdzQbyLNdZpT { width:13.9993105rem;height:20.4365806875rem;top:81.278747558594rem;left:2.9986211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUarXnTvWND6JykfZiw4SZt7oUPIAiRd { width:15.5618105rem;height:22.8125rem;top:110.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cflma6MgiDKB94x01wwlamia3T72tDnv { width:11.9370403125rem;height:6.6666665rem;top:122.625rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAbziIvnv27LgRRIlh8uHAEQ1n4tU1Sw { width:11.9990806875rem;height:8rem;top:91.215515136719rem;left:4.1530328989029rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOUCDhq2DPZLrpzC7MefTBx7e4X6lrO1 { width:13.3122701875rem;height:3.16666675rem;top:115.4375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plm6aFcKMEBzS4fVRGUtlCJPd60n5EDZ { width:1.75rem;height:1.6896118595406rem;top:119.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLnku502TTTX29KGefJXW7B4nJ6KgERE { width:1.7497701875rem;height:1.688878625rem;top:89.267028808594rem;left:9.1233912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKqIRcoz6zwgSFFr8MSWWNLqpWFxGxU8 { width:13.3122701875rem;height:3.16666675rem;top:85.533081054688rem;left:3.3409925699234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQDqJ5ainTWCAXyLMfsgPXo7Jv5b8ANh { width:13.3122701875rem;height:1.583333375rem;top:43.685668945312rem;left:3.6845127344131rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3W0azf2cN9T7gTdyPlxyHX7IOQHRF6R { width:13.3122701875rem;height:1.916666625rem;top:73.400756835938rem;left:3.3409925699234rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE7lrlomANR9rVLbRNtn2WU7HILCHhbR { width:13.3122701875rem;height:1.916666625rem;top:102.81134033203rem;left:3.3409925699234rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1gI4kvIHW9sTcKKDlkwKAHs6IwllwR0 { width:13.3122701875rem;height:1.916666625rem;top:134.52478027344rem;left:3.3409925699234rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw1BWNOv11bLpniWbDnv4AaqvAXe6yM { width:14.4370403125rem;height:12.166667rem;top:16.050079345703rem;left:2.7803307771682rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgcsHKtbRg24XVA4vi4JTVPphDupNv37 { width:15.8122701875rem;height:12.166667rem;top:45.402526855469rem;left:2.7470127344131rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTmqT124KLzZdP7lglunKI0vi7aXbEp { width:15.8122701875rem;height:12.166667rem;top:74.850646972656rem;left:2.0921415090561rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roPNFwMIqd0viS27AvT4VO3Mt40L7yl8 { width:15.8122701875rem;height:12.166667rem;top:104.6875rem;left:1.875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgeI7MquHG3ZRUnh4oDW6pBxHiGS4UgB { width:4.875rem;height:4.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETFmX8C9360eSopBTkC6e4JaiFCQO9S { width:8.125rem;height:8.0618105rem;top:1.5314636230469rem;left:9.882811665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFIXZGkMh7RLeXXMTFTyscyaiR380dE { width:7.7493105rem;height:7.6872701875rem;top:39.819366455078rem;left:12.250688672066rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd { display:block; }#EqNXQbRD0tl8EQc2k08P7Xn3LmKNoTvd > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw1Ta73b4ERbQHytNNGgmQ6n9UNLF7a1 { width:20rem;height:2.3828125rem;top:1.1223959922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxIu93CJ78KZDgSgmSTHy3ZZHMyLysI { width:20rem;height:28.9245rem;top:2.2538661956787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3UTMNPnn8xPzE68UaeMmzfb74aW8HaH { width:19.9375rem;height:23.8125rem;top:23.119791507721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnXUCTWdZxC2KuZWUlNnZ6NIsszFDzDv { width:20rem;height:5.3997375rem;top:46.983072757721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbu1awz5lIJHcQtARdZGAn5GkTeJDwBf { width:20rem;height:6.03645625rem;top:52.381510257721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J { display:none; }#nsGT23VvkL5cvNbO2fFc4ie2TqJG3R1J > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk { display:none; }#vpGKRhFT3bUoecmBSTvxGzCoyZ6lTUpk > .row .container { width:20rem;height:96.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdTOBEutw0gBe3vTCFcn5ZETBUpLTazK { width:15.1875rem;height:4.411764625rem;top:10.046875rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hNccF0trpVI0axR5okTa1ftMCHzmzn { width:20rem;height:1.32551875rem;top:7.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsJrGigL1VtyQMibwFwiqxm7CXD9uAfs { width:5.9995403125rem;height:1.6176470625rem;top:2.394287109375rem;left:2.4046415090561rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgIOgJaWt62gK0mrWhJLmScwKfcD2k5 { width:8.4375rem;height:2.64705875rem;top:1.88671875rem;left:8.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTucRynXXzTiZlNIp21Cr1oWyvWWAqUP { width:16.125rem;height:3.235294125rem;top:4.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2FIGWDK0yJV9axh3I0TRcptlMa7TsOR { width:16.75rem;height:2.4264705rem;top:31.5625rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nGUuf6IsnPwoX7FRg4pwqnulzm8wX5 { width:7.8125rem;height:2.4264705rem;top:29rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcJZZM1ReJnBLBIav19It2haOT7iITMO { width:11.5rem;height:2.57352925rem;top:23.317708015442rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2PzLZik68pwTgKsIzZoI1qPoTJmL1Rd { width:11.875rem;height:2.57352925rem;top:25.207032203674rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXqct8Ns7r78EasP27TAM11EJpz7yKcC { width:16.875rem;height:2.4264705rem;top:35.375rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Ut2cZi09tnaicGt3mscEbxRH6KPN6m { width:17.25rem;height:2.7941174375rem;top:38.0625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMGolACXNm55vRO8iWHWG504wP7rvqyu { width:16.6875rem;height:5.5147056875rem;top:44.5rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX4Z3VmfBodt6pqcbxwtEFi6UMHLbPLq { width:0.3125rem;height:4.0625rem;top:44.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZs4TTznHlctoZWX3ZvSBUsmc1oPpTxK { width:11.0625rem;height:1.4705881875rem;top:51.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhcUd7NK3mTTZhhn1yLk69Wbc0Pv8vc { width:16.375rem;height:2.0588235625rem;top:52.8125rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL6yf2zQ9lyBhaqXuw283cV0oE060864 { width:16.625rem;height:2.9411764375rem;top:54.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpNW2Pb5VymdEn0TBtX7MAkRnG1h84TF { width:6.9375rem;height:5.6875rem;top:59.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOMIt0T7P9dHvBqafPbveWmTCSWq7GW { width:6.7497701875rem;height:0.8088235rem;top:63.650085449219rem;left:2.0278033018112rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Llq5LPXQW0PyuB9ONcyVaNKN2i0fU8 { width:3.3122701875rem;height:1.985294125rem;top:60.998413085938rem;left:4.0602022409439rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4u8bQA46aRILwkK8Kgr0nN67CLKKI9y { width:7.5625rem;height:5.375rem;top:59.701293945312rem;left:11.507811665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6g49TOK2CkVZm9l1fAmSzxeSOQh0V2a { width:7.4368105rem;height:0.8088235rem;top:63.601806640625rem;left:12.000688672066rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4H5TUUSTtt8ls7hILK9EF7xyID0ohRd { width:7.9997701875rem;height:1.6176470625rem;top:60.559509277344rem;left:11.437729001045rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVyJmyiALme7BPkdyuEG34JTNSqPM3b0 { width:7.8125rem;height:5.5625rem;top:67.749328613281rem;left:1.9358915090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDCa1GdxMKbh2PQKRda34eTSNJiKO43 { width:7.4368105rem;height:0.8088235rem;top:71.46484375rem;left:1.6842831373215rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shwzpigRQefcZlZ3RI8zm9FNSIEHhfgJ { width:8.4995403125rem;height:5.3125rem;top:67.825134277344rem;left:11.500458836556rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9iB86hNQoQ0tsoU4WbR7OpCu7BrKrLN { width:7.0622701875rem;height:0.8088235rem;top:71.415405273438rem;left:11.258041501045rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlW3CTu7prETy1UbcGXz2IE30GDGJdva { width:3.3122701875rem;height:1.985294125rem;top:68.624816894531rem;left:3.7454043626785rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4iooeacgHxznJzQShVTgVOi4QbgQLJ { width:7.8125rem;height:1.6176470625rem;top:68.576538085938rem;left:11.008731007576rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxRTBaLqG7dIQDvRRuxOQxfS0N3SUhFt { width:6.7497701875rem;height:6.6865806875rem;top:53.608703613281rem;left:13.250229001045rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwhuAmVueik9ZugbJ8gOwPDIlddzXTA { width:20rem;height:13.751135331517rem;top:14.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIg2yaPn8pHMKxl5yiePpAO9sVoDLz0e { width:3.75rem;height:3.75rem;top:75.573059082031rem;left:1.4981616735458rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV8VtS0Tx5VBeDZ1K0QVpwKI0GMxtUt8 { width:10.2493105rem;height:3.1870403125rem;top:75.9375rem;left:7.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZit4Gcc8pwD2J7ZQ033LhrX0Mutq8Ri { width:7.2495403125rem;height:2.3747701875rem;top:80.684753417969rem;left:0.28837311267853rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkKbfTXF5e3D4EfVU2dearoBv3o6sSin { width:5.9375rem;height:2.2495403125rem;top:80.704284667969rem;left:7.8108912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsHrQdBDC4dF0llQWEhW7OCfkJpQbTV { width:7.5620403125rem;height:2.4368105rem;top:84.379150390625rem;left:0.9133731126785rem;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) { #ywmI5uom4zvSL0yL5nJMLruKHFOUddQH { width:3.1870403125rem;height:3.1870403125rem;top:83.800354003906rem;left:9.1233912706375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkDkVZrZLuszufq9Z5uPFdSfCHvDFbe { width:9.1245403125rem;height:2.7493105rem;top:91.873840332031rem;left:0.58984363079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixSmb6LM3lcIF9gxQytO5gLOa5ATrc9n { width:6.6245403125rem;height:3.4375rem;top:83.672790527344rem;left:12.882351994514rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMCZObsZ7XzrzqJWCt2B4Hv1W88W45vZ { width:5.0620403125rem;height:2.5rem;top:88.23876953125rem;left:0.99839150905606rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APzqMJI6XVPsHPcB5Fk9c69S6wHxw58g { width:5.5618105rem;height:2.5620403125rem;top:80.535400390625rem;left:13.622471928596rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45KZuL2NqrNpdChTNt1IyPA6SCHQ4Hg { width:6.75rem;height:2rem;top:88.577697753906rem;left:12.385110020637rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #td4DofR2UgKdxtQetldEaAlbiCfyiebc { width:8.3743105rem;height:2.936580875rem;top:91.77392578125rem;left:10.696920514107rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIgNeVChdEZBiUWL1CiSFugGeB08DEnW { width:5.375rem;height:2.25rem;top:88.306762695312rem;left:6.4368106126787rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSRPTJXQZNp7LLgkDTPdSvOUyogyTTr { width:9.1865806875rem;height:2.1243105rem;top:41.395874023438rem;left:5.4055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT { display:block; }#wfFdLKlFt7i2nsMuSnmR2tFdsATAIvTT > .row .container { width:20rem;height:134.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJB5yrSwqKJ7x4T1SQ3PcfFhc59ZJtku { width:14.6875rem;height:4.3333335rem;top:9.4208984375rem;left:2.655100941658rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEP4npTdqwSkih8QePnE2T6xicHfpMV9 { width:20rem;height:1.32551875rem;top:7.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdDLvrBBPSBykGrSttOBlAbD4A6xRxs { width:9.375rem;height:1.583333375rem;top:2.875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvVtTNqMaISkNSGQblFeFIPVegmSTLhA { width:9.1875rem;height:2.58333325rem;top:2.2005214691162rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1yxtI7bTu5yTLuUT9crwzUNAEHQx60 { width:20rem;height:1.583333375rem;top:4.7981777191162rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8tluEfpUWikVBcd52nu8DFN6LMRRzCS { width:14.2497701875rem;height:14.6243105rem;top:14.811584472656rem;left:2.8722425699234rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8wIKLR9ySA8EgRDLAyLlSn5JFc09hQ { width:12.1243105rem;height:3.75rem;top:22.811340332031rem;left:3.9361211061478rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKkHILB66mlsZnHhp1EyzVF1BM6WR1k { width:13.3122701875rem;height:1.583333375rem;top:20.047119140625rem;left:3.3409925699234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BatwqdSmgPBU4w0gLiwZo6QX13oJ2IxV { width:14.4375rem;height:3.75rem;top:39.4375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Pu6WypouTLaQV69sLGe4w0ZmDCCfTT { width:13.3125rem;height:1.583333375rem;top:37.625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAkXTU2cOzyGUy5xBm2KLGtk8uL5yJF { width:15.4375rem;height:15.8125rem;top:30.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiKlgylbKuDJLwturTrlBDGnPT7n7oP { width:15.4375rem;height:15.8125rem;top:47.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMUIcMT0OWSN1KoTOeUtHhLgq3wuLZd { width:14.4375rem;height:3.75rem;top:56.75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTF3OcElwl0Kl9SGZ8tt4Ly5C3JTddt { width:14.4375rem;height:3.75rem;top:73.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWoaGcUSvfdkct9mlNusAPgrJvP1sc9y { width:15.4375rem;height:15.8125rem;top:64.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0JdRScJ4TFn0DD1pT5G8KuEoMtRayub { width:13.3125rem;height:1.583333375rem;top:54.9375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmB0qS9dvmpwuKLe7MZ0XbkqnEfzxNiZ { width:13.3125rem;height:1.583333375rem;top:71.6875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhW4fMxh3Wz3I0Whyg6mqmCTs8A7WviU { width:15.4375rem;height:15.8125rem;top:81.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIRJx8KnPt03rVRQRKKoaVhVoCXcB8FJ { width:15.4375rem;height:15.8125rem;top:100.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmCwkhuvwI14zW2kdnBkOLCIRi6WvxL { width:14.4375rem;height:3.75rem;top:91.3125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxBWnXn8QrrfcQtgbyQkTD2vNTvbAxpe { width:12.5620403125rem;height:3.75rem;top:109.81158447266rem;left:3.7178307771682rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoE3QbSkI6ThheWsU5N29y82geSOlB3z { width:15.4375rem;height:15.8125rem;top:117.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TythgOIoy6E0o8GXkOq7h4MZvVkuT64q { width:13.3125rem;height:3.16666675rem;top:87.625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERaWNEBzvNOZak8GOu7LfDtddTXTF2wc { width:13.3125rem;height:3.16666675rem;top:106.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gELgeapiWhkxnyKcmvvtgku49aIGPTV3 { width:14.4370403125rem;height:2.5rem;top:126.9375rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9edNUrdZNcdVPwaDT5rfaerKMXF7lT { width:13.3125rem;height:1.583333375rem;top:124.6875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKz8T107MwQoNAtXswz7wp7OazhTlmyQ { width:12.8125rem;height:7.0625rem;top:30.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMfngHMxTKgxWJxw1DPvHORpAntfRi6t { width:14.25rem;height:8.0625rem;top:47.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu7R07Pwi2vZnFedhqv58AQsg5k3nGmd { width:12.6875rem;height:7.125rem;top:64.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbTReCrff8fPBTwhIB5BJ17t1C9amL8A { width:14rem;height:7.875rem;top:79.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4hB7LD008NmflOsgvPVITka9Qb2U1Jv { width:14rem;height:7.875rem;top:98.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVAesALrhLezK2VLTLIC3Qs0XvbGAug { width:15.6875rem;height:8.75rem;top:116rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwsIcUn7TFz5yMQib7ZnA9BzmWUoEpML { width:10.6870403125rem;height:5.8743105rem;top:14.1865234375rem;left:5.572150349617rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs2UcECqumU802XXcR4pu8JdBsln4NK4 { width:6.6875rem;height:6.625rem;top:1rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw { display:block; }#R5hUsvGw6iMJ95n0stGLH2VUknT2MFZw > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaaqN4K2IIomHntdcErvTvUU5Hrw1x2c { width:20rem;height:3rem;top:11.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlKLTaImd6NXozkxpRFSrvvof54d21W { width:20rem;height:1.32551875rem;top:9.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdMsQNVSQlQnEZ0xQaZu18TCtDs5bsr { width:14.8125rem;height:1.583333375rem;top:1.875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZoplq0P0tnXXLTKA6rf329bVariWWPN { width:20rem;height:2.58333325rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rneNMJKBibreBAJwIg4tCBNKLMTw2riU { width:20rem;height:1.583333375rem;top:6.09765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S01rqD4z5VcfEHy4ZoisJu6Dz0yoKXXU { width:20rem;height:1.5rem;top:96.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkcXowEbrenOrlFvaWuyv7zDLo7DLg3E { width:15.375rem;height:10.5rem;top:99.8125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUhFlDENng5SwkXmRJ7ccREZJtWaOrC { width:1.5rem;height:1.4375rem;top:99.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GXELoSADBcfT9X0iDPo0hEGGniqW3B { width:1.4375rem;height:1.377552211917rem;top:101.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKmy87xLoyd2g518LUWnAG3MDGnhqhxi { width:1.4375rem;height:1.377552211917rem;top:108.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH6C7M7mEkllpDZZ3ucwXWU3SDNbyC8H { width:1.5rem;height:1.4375rem;top:105.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibPNlGGUsVw4E5Z0n40aTL1gmGd5BA72 { width:5.75rem;height:5.6875rem;top:15.796875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQOfqhyvArkugg3AaZIAtmg5MoC3C4Uo { width:19.25rem;height:15.625rem;top:16.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH7wyC8PHIg8q5nT1bEi8sgGE6LVCOuW { width:16.3125rem;height:14.693572528714rem;top:17.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR8CnWpe6lm4GWVe05TxTf67TvlyEWTw { width:19.25rem;height:15.625rem;top:39.750002384186rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKo4anJPL94GcE3ik6ZaoBqBynRPKEb { width:16.3125rem;height:14.625rem;top:40.250002384186rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEamZAzxOwhCX79wtJktU2EoMsoRipNJ { width:19.25rem;height:15.625rem;top:64.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbEoMUNKUcXxGE41Raa29dp1UASoeJpe { width:16.3125rem;height:14.625rem;top:65.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwPuTbSOstHwAzPRzlrqtlHZCnm0TVu { width:1.5625rem;height:1.5625rem;top:86.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGbVR3TS8dHeyHf15l0mAV6Qzsmr1T25 { width:7.875rem;height:1.833333375rem;top:86.375rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRvh3iHsWd9yFLJS2OTG0yBDuE5B79oq { width:1.5625rem;height:1.5625rem;top:88.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQiaagmzQpRo4AsquZI8yMJGDI4rTsHV { width:13.5625rem;height:1.833333375rem;top:88.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBe08RBCTlH7QhEC2Ro5Kcl7L6Qmls3h { width:11.875rem;height:4.5rem;top:33.299480438233rem;left:5.5833334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRfUqAWASvpFp3Ppr32OOnsLZAK15PRe { width:11.875rem;height:6rem;top:56.861979186535rem;left:4.9583334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agl5QgD4XQuJcFTRqGdz99rs2XfXeh37 { width:11rem;height:1.5rem;top:82.3437538147rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCkAVgvuwSKGGo9F67twfNB2V8JSCd5Q { width:20rem;height:2.625rem;top:96.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXu6n82vk17xhPa3wBrTRJlNg0SkSebg { width:1.75rem;height:1.6875rem;top:33.486979007721rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #By9n0pqAOftHzQkhnN6sLO8uMVrRqepD { width:1.75rem;height:1.6888rem;top:56.861980438233rem;left:2.89453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uey6olQHmuGh35tfiaT0L2ORTdbHbdZE { width:1.75rem;height:1.6888rem;top:82.247375488281rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOdxRr7BCXZ3DvvOKLql1I3W8TQkURDF { width:5.5rem;height:5.4375rem;top:92.363302230838rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRL4dTKidJu4pnMREbfvAWeBJBK5MAd { width:20rem;height:1.32551875rem;top:92.363286972044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aID8GxVG4naul0X8EVsNTPW5baf4onTB { display:none; }#aID8GxVG4naul0X8EVsNTPW5baf4onTB > .row .container { width:20rem;height:82.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x6nK0StKT2aCC9ZlQSr4d1JN92mcbRn8 { width:20rem;height:27.1875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVIPKh9B43tDPFTbTq1wGDM7HAf9qRO { width:14.8125rem;height:2.58333325rem;top:17.75rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9cmsyzceJIpck9HvqHNpGGpmMDxOEx { width:20rem;height:16.25rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfTvbB6DVL7IWUPTaVku5wrA25U5gRuR { width:20rem;height:1.75rem;top:20.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMhTHJt7P8lyddCIhZ2lgSWeppvFgirD { width:16.3125rem;height:11.25rem;top:24.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmbAzCtONGUKMhGhiNLmr6FpTl4PsgkK { width:1.4375rem;height:1.377552211917rem;top:24.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh6u6L0UcmUgFTynMH0UCWRlLNosaEPS { width:1.4375rem;height:1.377552211917rem;top:26.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFP1Z1XnsI6r90ElTmgToylprtmTab9P { width:1.4375rem;height:1.377552211917rem;top:30.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GGRuPQDx48H941915AOb5r9mFeCuhm { width:1.4375rem;height:1.377552211917rem;top:33.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OICo7R7PhvkzG5IXcKTuwNe011wgrRZE { width:20rem;height:16.25rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTQuXbQL0QzalPllUEtE3TkIatMMafK { width:17.3125rem;height:12rem;top:62.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTILfeVkJtdLk6E2wPyNuchm3HaEGKqr { width:1.4375rem;height:1.377552211917rem;top:71.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahekk2R3JBnlT1AxrQT7R0TmIHTdS61w { width:1.4375rem;height:1.377552211917rem;top:65.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEZWzi4OPNpAqo7WC8rwKWE2gbyusGUW { width:1.4375rem;height:1.377552211917rem;top:62.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfaIWH4G7T2tDV2db8ghmEZLTsmGcntb { width:20rem;height:1.75rem;top:58.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRuRrJinLT9ALHRmRuPnCwF9HtolxSH { width:14.125rem;height:2.58333325rem;top:56.4375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ5Su7XyBLQuKK7nufiHkM8GpL8b3JIp { width:20rem;height:27.1875rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3495GpcSrhTi6cw43RBdaRguHzTkgBV { width:15.3125rem;height:1.5rem;top:39.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUzMwqcf8cquXi1tMVMSOz253WROsyp3 { width:15.3125rem;height:1.5rem;top:78.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swvFVNA9J5qKuvO8W7MoZ6vFxJfIdXa9 { width:4.125rem;height:1.583333375rem;top:57rem;left:13.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl0wXFPFqMAbbmpddrRUnzCx0LUyTNzt { width:7.375rem;height:7.3125rem;top:1.296875rem;left:11.708333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQ3aCfBZrKdAM6i64r8SSS7XnwkTnp9 { width:20rem;height:13.7695rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA42wH3PnNx6rKsprGXI6TQfgpWPWcL3 { width:4.6875rem;height:4.6243105rem;top:76.778991699219rem;left:15.312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00r2ZNusS9S0JVMK91C8SND1PeTTbdi { width:20rem;height:13.8131885625rem;top:3.429443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH { display:none; }#sIhTPNWfs6uipcTlZmMh2nvTqzxhMOPH > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DvycWXyynT9OAyPuEuQrk94mcSh4kMO3 { width:20rem;height:2.75rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnsi6v42QymS8ZkTJuf0iHLh6zWWuEwD { width:20rem;height:13.8131885625rem;top:3.429443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH6QH6JNT5LQeJX2dBNtaNIkcKTKEKpT { width:20rem;height:27.1875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0eTZbtqCfoAvfk4PzLpMpPMTeLT0klV { width:14.8125rem;height:2.83333325rem;top:17.240966796875rem;left:2.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM7949kqJ125dZ1pfqdlqS2c9fIC1JQI { width:18.6875rem;height:1.166666625rem;top:20.07421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7XmchszbucigBXMccl7JEbwqGEEi2J3 { width:20rem;height:16.25rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o601RqtwlRxCCoalTCFecd3lxZQBSvFU { width:1.4375rem;height:1.377552211917rem;top:24.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acLM2tTSx7RGiweCfDd8hZiJOyOSX0kc { width:16.3125rem;height:11.25rem;top:24.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLOMnv1xa6JR3ubDMAbgTt63qEzIMn1X { width:1.4375rem;height:1.377552211917rem;top:26.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8eBVFEiyfvvhT3GPV7rvhx4bMbTTvVk { width:1.4375rem;height:1.377552211917rem;top:30.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3LdQ9GWcI7gGqEbek55pM2QqwoPskrP { width:1.4375rem;height:1.377552211917rem;top:33.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udavK4oBgDrsbxuFtENbrvAgqvMl27zX { width:15.3125rem;height:1.166666625rem;top:39.9375rem;left:2.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 { display:block; }#Cv5TH6c6TiP59TRmLW0e5r7qLpMy3Rn6 > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMvN7Kmw5b6BclQOefZ7wPU0nc74cKsx { width:20rem;height:21.9375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vberu1LWpM2LWLxFXSnSLwZ59Ns7kHuG { width:14.8125rem;height:2.83333325rem;top:16.75rem;left:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMz699GDhKirRPWNLW8rICgIghSrTHoT { width:20rem;height:15.4375rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Xk6cHczJrxGTqHzpoRHcnbPAK0wZwJ { width:16.3125rem;height:11.25rem;top:22.4375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZF3doMoeT1rGElXtBQFyEdTX6VlhKvt { width:1.4375rem;height:1.377552211917rem;top:22.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5JCqRFkVBXpn898LODiJztQ5LuSAKE8 { width:1.4375rem;height:1.377552211917rem;top:25.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMTree2VUEdcqqeLH31S6nNJ674bmsRf { width:1.4375rem;height:1.377552211917rem;top:29rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9M66y6JG8KLvlz6k8aREl64N6gT2Qsp { width:1.4375rem;height:1.377552211917rem;top:31.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtEZZ1OsPAQUHlD14IEDe0CMoJkl5Ch4 { width:16.4375rem;height:1.583333375rem;top:3.8125rem;left:0rem;font-size:1.8125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gwC6WiUZi5QMKM4DAU4AbPWFTB4kBXQ5 { width:20rem;height:1.666666625rem;top:7.1875rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DJdEOOss1aWGQtfbSy9r5oLLDQhBxdBW { width:3.25rem;height:3.25rem;top:3.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtUsD3vzZ31psukgMuGSL4A2HBdbFmVV { width:3.1875rem;height:1.833333375rem;top:3.8125rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acEvR6ukvcRibLgew2WhQv29Dgc5ftai { width:20rem;height:3.5rem;top:10.5rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yEUPAHH0dJLtkFmKU5xiUNtLiwssMRJh { width:20rem;height:0.9166666875rem;top:37.375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLso1nlqoWhR32zg5B3mlpPPgKIPzEy { width:20rem;height:2.33333325rem;top:0.7513427734375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dCw37RDTJbOB9XN8290eCHsnfSsUnBrw { width:18.6875rem;height:1.166666625rem;top:19.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB { display:block; }#cfshXRh6af7ErNJfRkZuhyRpdUyg4QBB > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXg8M2zrVvS9LRhkrrHOyhwFSTJHugTt { width:20rem;height:40.75rem;top:23.90625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-text {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-select {padding-top: 0; padding-bottom: 0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container:first-of-type{padding-top:0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-container:last-of-type{padding-bottom:0;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf  { width:17.5rem;height:auto;top:23.28125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf .widget-info-text { font-size:0.375rem;overflow:hidden;height:auto; }
#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf {display:block;}#XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf { width:17.5rem;height:auto;top:23.28125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yIxMuBogwzzixgt6num0ID5TeNXVPSsS {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #TxbVfwJxg99Xif1pDBOH4NZMMUsqLd33 { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #hMDgQ5UesovmI0qJqVsvAVQoNFHseW1A {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Rt5pLxny8N42ICgu7K94PVGlSDcTk2gQ {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #MfOr97oa9K0bfQmawubRSNrWZPBQbTud { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #uEOio83J9Wt4F4FmdkpVfoBDI7RG25c9 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #HTnUP7hoAXOPscNoMmym0nHJLRWrkhzS {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #olaPkMBoiT39mnNhGhrUG8c6VuMlTLVk { display:block; }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #JV0DOqQeGmKDsLNMKN3K82UZO4SKn60I {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJ5HR8RLw18gL4moBZX6uGa3wGeTxuD0 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #dOAubB6fQre4B53Xi0DkuyDQG7sO47h3 {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #OG8cFqDyTPy6R8lsHk11Mkk4BhJfSMVC {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #yTKKTgAlelJzlCiC9DOIZVT3rZb6ER1t {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #llxJpPTySwTSu7UiBEWXrmM3oNtWTroh {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Mqw5N6u2THWDxNigAFHmwGdJuZ75w3Gn {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #qy6vRzSKn7ogwQp1Kfh7Hak7sUAhtpzN {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #SER2cp7vmGoO6R8hET7kBf8sGQqEyzHX {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FznFqpgAVr6oiywRfmQ18EL69yRF4EOd {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #FFQ2tSbRFFrszWNZKtTbXb8RxPwguV5M {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #Z42QmvXK2J9wnUO3hSiMoAxcfcwwZXEi {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #k0FULsxRXfifmTnnJWWfAkOiefP3CD9q {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #CTAX1nVTudOhWVthmmLOPTEbcdyoyyGU {  }
 }@media only screen and (max-width: 763px) { #XEXd0f9nNQTNehTbEWCSS40aMBHXwoJf #PJWO82AGXmE9MRdlnQ1GLcCAiQRNFhp1 {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #mWTKHmFx8w6L2hTeDuaGqDLZ0Zl6CE2T {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #wtW5ow5wi7i7l7odylCdJQVIsMht5Go0 {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #rp7M9HAKyOReVLCuKWfLGmbzRnrXVMaD {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #GhRZZHEKFgiiRADTbf7R2U2eAqhbsAND {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #oQonF23bFhhr054uQwa3cgS9LL4vJypL {  }
 }@media only screen and (max-width: 763px) { #J59efd9f06c688f8d44205d5e3f75337 #QLbfkgSnUloHGTLCvITLb7xg6ygwnP8G {  }
 }@media only screen and (max-width: 763px) { #DlOFBB4GtHKFpBZxLUU2uMx2S8XOlBq6 { width:19rem;height:6.3125rem;top:0.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dUzEBJBT8HWcut8UXshICTvNLb2r4S { width:3.75rem;height:3.75rem;top:7.461181640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEtU8J51xDlFiUuW9h1NWlwTF9uQ6hUN { width:15.6875rem;height:2rem;top:8.54638671875rem;left:4.1875rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KdkGgA7FQQnuPSnRVHlVpaznEbKe61TF { width:3.1870403125rem;height:2.33333325rem;top:8.18798828125rem;left:0.84260118007662rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqcUZdrbsHH7q4GEXIWbAgraTULuVNx { width:20rem;height:2.66666675rem;top:12.19775390625rem;left:0rem;font-size:1.5625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Kd6kmZMy1m4dFs4GAyo9qqdQl0D9MJne { width:20rem;height:1.325827125rem;top:16.31982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvkF9V1g99XTEc1T1HKKtqTTUVqDOy0q { width:20rem;height:1.5rem;top:18.593139648438rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LoRWSNwioWydW7ZLpbVf1gWaevk45EuP { width:20rem;height:1.583333375rem;top:20.873168945312rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiESI6VEz2aq9iTlIaks9uJy1B7hlEtm { width:20rem;height:2.16666675rem;top:61.71875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgglf4sdefEG04iINVJOiQPLXICc6gP { display:block; }#lTgglf4sdefEG04iINVJOiQPLXICc6gP > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT9slIpTmTDCVXoPWCwIagV4QLxX2h59 { width:14.8125rem;height:2.41666675rem;top:1.5rem;left:2.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKT3UkXXKbScd1kfTvM6F4U2rTdIE0Wa { width:20rem;height:15.8125rem;top:7.9492197036744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2nzW7ZW5n2U4qUrfNBCmUyHa7z42G0e { width:15.875rem;height:6.25rem;top:15.388020515442rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrdrXlk1TFF9K3KrNIacG1k5TzDkZl7 { width:15rem;height:4.75rem;top:9.9700517654419rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqL5Dwt4avzmduNKd8HfkX8il5EJ72IL { width:4rem;height:2.58333325rem;top:9.8125009536744rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRXqs0HlvtTTrymTeXomJc2CKMwH6OB { width:3.4375rem;height:2.58333325rem;top:15.388020515442rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPwTb0rO56CBpgH6kM9695eQtCutpqVJ { width:20rem;height:13.4375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsW7dVOLvfan8LpqMwPwtQQuFKg7GsH { width:13.375rem;height:5rem;top:32.516926765442rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC0FH9UPV2eSM6Aope0OaQ1NUF18cmG9 { width:3.4375rem;height:2.58333325rem;top:32.329426765442rem;left:0.64453125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsZZIxzE9szy26gy8v7Ru0SMTAdlnksU { width:3.4375rem;height:2.58333325rem;top:27.408856391907rem;left:0.64453125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm0zSJ1tmf6XvSscEagyGzsIHhwZbuzI { width:13.75rem;height:3.16666675rem;top:27.520833015442rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPa6bFMeqBR4eZKt990Ze1CPKkt2JENS { width:20rem;height:16.0625rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDayM7rhGxRKTow4RHOQ7n95X2fn1qT { width:3.375rem;height:2.58333325rem;top:48.750003814698rem;left:0.58203125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVyesT5e1TLmWL15HMWVG2FQ0vnoRHMz { width:2.75rem;height:2.58333325rem;top:43.125001907349rem;left:1.20703125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMhP1Z9tKx4R7OJhBlaswGB11OeNRPB { width:13.8125rem;height:4.75rem;top:43.125001907349rem;left:4.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmaXURzHvN6fbL2U3M63xQcBu1PVLPI { width:14.9375rem;height:6.25rem;top:49.125003814698rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5g3C1J750kRi9Knx3bXk61sKqwCDCP { width:20rem;height:1.3261604235493rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #000000, #f33283);background-image: -moz-linear-gradient(150deg, #000000, #f33283);background-image: -ms-linear-gradient(150deg, #000000, #f33283);background-image: -o-linear-gradient(150deg, #000000, #f33283);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f33283' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f33283' );";background-image: linear-gradient(150deg, #000000, #f33283);background-size:cover !important;display:block; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { background-color: transparent; background-image: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container > .video-iframe-container { display: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row > .video-iframe-container { display: none; }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .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); }#ogKJsVCWmKtC2KHLZglRFK8dCT42lBgZ > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa5L6XyNndsJBNtkGn0ZpLUdBNX7Pn8h { width:8rem;height:4.3125rem;top:32.290405273438rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmB6tOpTCSa5DGEouvwzfeHwXzGWQyTS { width:11.875rem;height:1.083333375rem;top:31.25rem;left:4.0625rem;font-size:1rem;line-height:1.1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H8yk5hfPkcKfTuqTJkfb70UTyJySKSKK { width:15.875rem;height:1.9375rem;top:30.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPMFSmkygTzHcxvJ5nqbP30CDWOxHyO9 { width:14.1875rem;height:1.583333375rem;top:2.6875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvZkxI0k8N86Wvmd5OXhRI999GZRP1QO { width:20rem;height:4.875rem;top:6.3125rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #rPfFJfWrDybUbPGMyOnDWQCON6P5X67w { display:flex;width:3.4375rem;height:3.4375rem;top:7rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #d1p6CJTnu3IKHGmmvQAbiphbk6id2igb { width:20rem;height:4.875rem;top:12.4375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #bSJSV1pd4U8uH6JpglJzqnJ6uIoObc8p { display:flex;width:3.4375rem;height:3.4375rem;top:13.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #QHWh7ptWHuvQ205kWiDekRGlrGb65U4u { width:20rem;height:4.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ti4Wq91tFyVmWIGaTcKJWckGsh3Tcf { display:flex;width:3.4375rem;height:3.4375rem;top:19.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #r0DgbOwDQSWLQtz5JkOs4vmJwIxMUnwO { width:20rem;height:4.875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ8giz3xwliGTP5khahpATT4W6nc4atZ { display:flex;width:3.4375rem;height:3.4375rem;top:25.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Haw4fDRoGrzEcEcR4tBKCve0sHP4zlbq { width:12.9365806875rem;height:1.416666625rem;top:8.0423583984375rem;left:5.0712314844131rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd9NI7BknT5p2q9uqOZvx6qld48BaES5 { width:0.625rem;height:1.416666625rem;top:14.1875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQAuAiPrTQrvH1lMwwsE8oSHqye3n1yo { width:13.9993105rem;height:1.666666625rem;top:20.109252929688rem;left:5.0700823068619rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBu0alhdXupOQR3EHRoEE4BJRZnXP9DL { width:10.75rem;height:1.416666625rem;top:26.4375rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }