.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: 959px) {
    html {
        width: 960px;
    }
}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); }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ { 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;z-index:auto;display:block; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container { background-color: transparent; background-image: none; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container > .video-iframe-container { display: none; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row > .video-iframe-container { display: none; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .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); }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container { border-width: 0; border-radius: 0; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#iGGxMQoWyUCUKObTtXUOcyAxbaGU7RfH { 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:2.3125rem;width:14.3125rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#zhrLL9wXPOldwhbtKqxTFDBrvNNlbR4l { background-color:#ff3c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #fb5a4c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:47.6875rem;display:block; }
#pgatzhfHEOzaXFO8WMfT50VZgAOKbpgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(357deg, #610a0a, #000000);background-image: -moz-linear-gradient(357deg, #610a0a, #000000);background-image: -ms-linear-gradient(357deg, #610a0a, #000000);background-image: -o-linear-gradient(357deg, #610a0a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );";background-image: linear-gradient(357deg, #610a0a, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container { background-color: transparent; background-image: none; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container > .video-iframe-container { display: none; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row > .video-iframe-container { display: none; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .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); }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container { border-width: 0; border-radius: 0; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;position:relative;display:block; }#UQQrFO76azrsOpiHTdcJ8CAKPwOHMLB5 { box-sizing:content-box;height:1.875rem;width:27.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #d71f1f;border-left:0.0625rem solid #d71f1f;border-right:0.0625rem solid #d71f1f;border-bottom:0.0625rem solid #d71f1f;top:1.4375rem;left:17.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#Uhw8up6IOqACeW4oyulbyfn5ts2iuxyO { color:#ff2e30;display:block;width:25.375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:18rem;height:1.13769375rem;font-style:normal;display:block; }
#MfRU2STT1OubBItBcr5AyJWTSZsA4TV5 { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:kanit;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.53125rem;height:12.9184375rem;text-align:center;text-align-last:center;display:block; }
#otnkz46pwG0dVkOoubf9HT4FTTc0vAWB { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:kanit;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:3.1875rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huKdfkVZfkR0K91EGs7ZfdCum5M8zRwH { color:#ff2a2a;display:block;width:24.1875rem;position:absolute;font-family:kanit;font-size:4.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.35498046875rem;left:17.0625rem;height:6.337375rem;text-align:center;text-align-last:center;display:block; }
#htMenSkrxO97ooU1e3EER4ZtDIncXE1B { 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:5.6875rem;width:5.6875rem;top:20.35498046875rem;left:41.25rem;overflow:hidden;display:block; }
#TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:9.6875rem;height:6.9604375rem;display:block; }#TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
#kUHor6IhNVyUpfnyMT43d3V16TnPZGRB { background-color:#ff3c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #fb5a4c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49rem;left:17.96875rem;display:block; }
#VeioeiIO5oJoc37wyFLsBdUnTHD9aUKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aupTiaebNCSihLktRU5S9kDnTH2i22Sd { color:#ff2e30;display:block;width:25.375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:18rem;height:1.13720625rem;font-style:normal;display:none; }
#QNemcXOlgI01tAbWZF1KTntwxS7uFECf { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.6875rem;left:9.6875rem;height:;display:none; }#QNemcXOlgI01tAbWZF1KTntwxS7uFECf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QNemcXOlgI01tAbWZF1KTntwxS7uFECf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
#TSLQTu3AbVf6sXomq4hyElye17rsuw12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;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; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container { background-color: transparent; background-image: none; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container > .video-iframe-container { display: none; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row > .video-iframe-container { display: none; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .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); }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container { border-width: 0; border-radius: 0; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#VDSvCBnF2ugT10Lisc0VCHTWsfqHyHyD { color:#d71f1f;display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:3.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.25rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#tWS1gZqzqn5k5ZH9MghAeu6IX4mO34gB { color:#d71f1f;display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:19.1875rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#gzbcUlLd0RgOdyblMK9Hpb7zNevJfxap { color:#d71f1f;display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:3.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.8125rem;left:34.375rem;height:5.03723125rem;text-align:center;text-align-last:center;display:block; }
#FyQQbL3ezD0ODd144WVrWazSxsCkwB1E { color:#d71f1f;display:block;width:3.6875rem;position:absolute;font-family:kanit;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:50.875rem;height:4.95544375rem;text-align:center;text-align-last:center;display:block; }
#dg4CSo63nddqSTQ4OTVsA6Gk8SvfSsLR { color:#686868;display:block;width:12.3125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:3.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3Cx6IlduVgAMIuXeLOccnFuFWT2PDpP { color:#686868;display:block;width:17.75rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:14.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuriSMhylU7I9N43rZkpkEzABQOEUONy { color:#686868;display:block;width:17.75rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:31.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOWFBM2XW1teZ9WPk5bLKbdATz4fz3eG { color:#686868;display:block;width:9.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5rem;left:50.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMoI6lvZluZbXVuB0CMtL2eQ8oBv8ZKO { color:#000000;display:block;width:1.625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:9.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeuFIBCG6lO1UVlXl28y1bIzSPlhnA1z { color:#000000;display:block;width:7.375rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4ZyASyEo4e24MkPbUnJzIdrLiBgtQIW { color:#000000;display:block;width:9.25rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfX54LZgsG80xUn55VdOmWqZzJ79wyTa { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:54rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BaZuowlVRR7NeD0Ezsf79gCx5NxATEBN { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:0rem;display:none; }
#gSIED2wuzksa49SKsBSpQ4xnRM8Dnfbd { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:0rem;display:none; }
#tArkaxg6SwVTVhexw17rdAZTnTKT6vRI { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:0rem;display:none; }
#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container { background-color: transparent; background-image: none; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container > .video-iframe-container { display: none; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row > .video-iframe-container { display: none; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .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); }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container { border-width: 0; border-radius: 0; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#s2msoxPI6xIAgbmktnMN8tZLWqUrtoJo { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:7.6875rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#zXSeclVCW5TTmX4tJaxkbuGBo8yGsh0w { box-sizing:content-box;height:4.25rem;width:52.5625rem;position:absolute;display:block;z-index:15005;background-color:#191717;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #ff3c3e;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:11.875rem;left:3.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#QaoW2rmHpDBM9pxyERZtMumkvpeJb8uo { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:5.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUwsqUW86b5vobrTT29vpqBQrqahISGm { box-sizing:content-box;height:4.25rem;width:52.8125rem;position:absolute;display:block;z-index:15007;background-color:#191717;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #ff3c3e;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:17.125rem;left:3.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#DrUN0ZelItmJyIIla7Ai4AEO5RcV2L7k { color:#fcf8f0;display:block;width:38.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5rem;left:5.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbgUO4K3ICrMLqZGwBrvpTJ6927irCsM { box-sizing:content-box;height:4.25rem;width:53.0625rem;position:absolute;display:block;z-index:15009;background-color:#191717;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #ff3c3e;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:22.5625rem;left:3.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#RA7ibEbL6wz3MVtGhSpE3yNiBZfFr0Ts { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.9375rem;left:8.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiRUBkT6L0npNmKvKMSmLkzgVP2cSOWO { box-sizing:content-box;height:4.25rem;width:53.625rem;position:absolute;display:block;z-index:15013;background-color:#191717;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #ff3c3e;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:33.3125rem;left:3.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#QcaRCJy92JpbM7vr6bmR5bBHL9TkAVnG { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.6875rem;left:8.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odg1Hc2ObDlLifHkcRKaQwm1GlcI9MqC { box-sizing:content-box;height:4.25rem;width:53.375rem;position:absolute;display:block;z-index:15011;background-color:#191717;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #ff3c3e;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:27.875rem;left:3.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#EMxiuAhEk0TIdN12brhscHDN1uEytIVy { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.25rem;left:8.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbseeIPFSAz3b2e5KXdCbldn5enyNEm2 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:5.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntLTl0SXLvWT87X4wuwDPCmCT28JKJm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:5.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhbmMQBt5UUFBGRz88EdP0v0QHTHOBbi { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVta92hVn5pdGoXhnNnzMeEO5r8nfUb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29rem;left:5.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVx00PeMq9DdvDc2a1ob4JdltGyp0g25 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.4375rem;left:5.25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6cb3lFlWsdcICCUpINQgRAXSd3ey51H { box-sizing:content-box;height:2.875rem;width:27.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #d71f1f;border-left:0.0625rem solid #d71f1f;border-right:0.0625rem solid #d71f1f;border-bottom:0.0625rem solid #d71f1f;top:1.8125rem;left:17.5625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#IVOU1MagEXWQTshLemkVs9k8SrDcVmp6 { color:#ff2e30;display:block;width:22.8125rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.318359375rem;left:20.71875rem;height:2.11230625rem;font-style:normal;display:block; }
#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3f3;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; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { background-color: transparent; background-image: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container > .video-iframe-container { display: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row > .video-iframe-container { display: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .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); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { border-width: 0; border-radius: 0; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#XFS5br0shTP589JyRDHQFiRVJPcIoD6T { 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:32rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HEVTHaeLxvloMGcW782V3Agv5FxsIZX1 { 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:16.9375rem;width:19.625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#tdBl1Q9WugsAydnRLZEofwKH5fgAwPgO { 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:8.4375rem;width:4.9375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3f3;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; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container { background-color: transparent; background-image: none; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container > .video-iframe-container { display: none; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row > .video-iframe-container { display: none; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .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); }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container { border-width: 0; border-radius: 0; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#Th0blTQ4i048PRZfNfMb0G5sKHtPX70L { 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:36.4375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#caSu7iLNPCaJdOt9Fp6hVd70xPKiM7MO { 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:14.125rem;width:26.6875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#NGinuecFgvU3k2DhZGFgDkkEuSyb0t3y { 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:11.9375rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#oxTfA85uXbyvsUyDQi47n3eAX5dwVFe7 { 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:8.4375rem;width:5.1875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl > .row .container { border-width: 0; border-radius: 0; }#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:none; }#AemUvUDavfJwvIo10UAtVTnJrysdltue { 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:48.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zq0GBBglb2Vk3Hx2EvyKAGVHTNlKeX4y { 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:17rem;width:26.6875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#JHxAudJ9pP08H65VQzk1fDo61h3JqOpQ { 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:8.4375rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#ptUDvu31NEdm7w3zacdBIe0eBkOm6xQa { 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:8.4375rem;width:6rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#XorrODSsA7pHE6Mf5AJhDSSiFJ5TvWs1 { 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:17.125rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #610a0a, #000000);background-image: -moz-linear-gradient(149deg, #610a0a, #000000);background-image: -ms-linear-gradient(149deg, #610a0a, #000000);background-image: -o-linear-gradient(149deg, #610a0a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );";background-image: linear-gradient(149deg, #610a0a, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container { background-color: transparent; background-image: none; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container > .video-iframe-container { display: none; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row > .video-iframe-container { display: none; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .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); }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container { border-width: 0; border-radius: 0; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#iW5brePw79s9H2fBR6WVCX1uATWB9LbH { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.1875rem;left:0rem;height:;font-style:normal;display:none; }
#M2xZ2aATo20RAuHy93TEAfhVH6QnBoCR { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:6.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3f3;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; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container { background-color: transparent; background-image: none; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container > .video-iframe-container { display: none; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row > .video-iframe-container { display: none; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .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); }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container { border-width: 0; border-radius: 0; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#iE4hBnKOc3J6Cqtrvw6aeGEIuqX94MnF { 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:43.125rem;width:56.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#saGNTHZdt8e9TCeAXQVgaElKS9t7gU0d { 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:43.25rem;width:20.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#UHPADAHRMrfEvl8dlmpdsc1bF3UENrkX { 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:43.25rem;width:24.0625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container { background-color: transparent; background-image: none; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container > .video-iframe-container { display: none; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row > .video-iframe-container { display: none; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .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); }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container { border-width: 0; border-radius: 0; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#mt5T1NoXtdfFLDrG9qltKhgVZ7ES080T { 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:21.9375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kgm0AvetavGUoxDrGUXa1sESkvTgnKUe { 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:21.9375rem;width:13.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3f3;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; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container { background-color: transparent; background-image: none; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container > .video-iframe-container { display: none; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row > .video-iframe-container { display: none; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .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); }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container { border-width: 0; border-radius: 0; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#KNWqOpX87oEP6MGBdIqID9VRKFkTLcaX { 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:39.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AoCnC95dTclMIvvfrm5shO49wTLXRI3e { 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:39.1875rem;width:32.3125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#Wi2OyA49EVcKaLBfb4kIrz7l6yVN4dJo { 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:39.1875rem;width:26.9375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#oxOQ5sTB5UTdO9k3PXKyfBovCxvZPIfh { 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:39rem;width:26.9375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak { 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; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container { background-color: transparent; background-image: none; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container > .video-iframe-container { display: none; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row > .video-iframe-container { display: none; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .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); }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container { border-width: 0; border-radius: 0; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#AoIqZnKTHhccMHfnHwkeM7gbmVEXzgdI { 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:40.1875rem;width:60rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#tcl03hwrxb6mdzyHTzZDh3VfxQgr6RgQ { 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:16rem;width:43.375rem;top:1.125rem;left:0rem;overflow:hidden;display:none; }
#ViQcJfdv1yCakNhfGn7mSlBNJ1QyX1Bm { 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:40.1875rem;width:22rem;top:1.125rem;left:0rem;overflow:hidden;display:none; }
#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 { 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; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container { background-color: transparent; background-image: none; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container > .video-iframe-container { display: none; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row > .video-iframe-container { display: none; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .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); }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container { border-width: 0; border-radius: 0; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#q3HdnTffiN11nK7J7GkXElFDwteBfysK { 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:32.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Kh1FD3MqIlRW78iBPe9MJ9VcJaJMlGbO { 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:32.625rem;width:16.8125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT { 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; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container { background-color: transparent; background-image: none; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container > .video-iframe-container { display: none; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row > .video-iframe-container { display: none; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .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); }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container { border-width: 0; border-radius: 0; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#mZsJmWXCxbXwnkZwBcTiDSkrTILIn5JD { 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:32.625rem;width:59.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TOikNWP0GS4FbP8Sgw80hiQThnwuxa5O { background-color:#ff3c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #fb5a4c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.625rem;left:18rem;display:block; }
#ISUZPusSTTaULfAf76TWa42EJWiPAxcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6K2MXZviOufbPckTVJmA5HFmilS68S3 { 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:32.625rem;width:17.375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container { background-color: transparent; background-image: none; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container > .video-iframe-container { display: none; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row > .video-iframe-container { display: none; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .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); }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container { border-width: 0; border-radius: 0; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#BzJ0kfWG8qCd7L1rpyVPH9pcWJzxDg6r { 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:35.3125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tWWbtEO1g735pX62IqOkH7TAXZFMFGUA { 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:35.3125rem;width:17.25rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container { background-color: transparent; background-image: none; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container > .video-iframe-container { display: none; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row > .video-iframe-container { display: none; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .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); }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container { border-width: 0; border-radius: 0; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#npK9preK20wXbk3vNDzDze5stVMqfBB3 { 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:35.3125rem;width:45.5rem;top:0rem;left:7.25rem;overflow:hidden;display:block; }
#GpWkPq3NTKfQqF8lJE6SGCAR2lZ3Fw0a { background-color:#ff3c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #fb5a4c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.9375rem;left:18.25rem;display:block; }
#vV9pMhZiLUIGNPrzUiiIZ5kST9OXmCrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZTae1ErMoMeUXTudwOEaeBLMWkR4K7b { 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:35.25rem;width:37.25rem;top:0rem;left:7.25rem;overflow:hidden;display:none; }
#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi { 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; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container { background-color: transparent; background-image: none; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container > .video-iframe-container { display: none; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row > .video-iframe-container { display: none; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .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); }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container { border-width: 0; border-radius: 0; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#af5CiOW5JAsOamuUAfasIT8dJXAFhI1k { 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:49.25rem;width:51.625rem;top:0rem;left:5rem;overflow:hidden;display:block; }
#ATV7dshzvMsE7R89W6Wkb9iesxhoJArx { 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:16.625rem;width:40.5rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#N0xEWGqrLnzyIGgGUx9VBGg3vE2xaonR { 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:49.25rem;width:41.75rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#NtiWm3WqZCGmIPOkHHqSTTm6fm5i36zT { 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:49.25rem;width:40.0625rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#Eokrqa3n6FeFQhXBCJSyVuZ58QMql0yU { 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:37.6875rem;width:40.0625rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container { background-color: transparent; background-image: none; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container > .video-iframe-container { display: none; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row > .video-iframe-container { display: none; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .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); }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container { border-width: 0; border-radius: 0; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#OMZKLgAMzeJSZ8iH8Naf1EHJvzJUPHHZ { 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:40.4375rem;width:56.4375rem;top:0rem;left:1.78125rem;overflow:hidden;display:block; }
#kpbR5JfM0LNTM76TvTkbdL8a9Vy71Zo9 { background-color:#ff3c3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #fb5a4c ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.4375rem;left:17.28125rem;display:block; }
#loppPpVcvbrUsAtHfTenJmObxi2g80hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQQwLKtzxWlXqD96VRvEWcEBRUlc6890 { 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:40.4375rem;width:22.25rem;top:0rem;left:1.78125rem;overflow:hidden;display:none; }
#bqJU1CRJguU2zQVefzitP0TaDZJE8nyV { 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:40.4375rem;width:21.1875rem;top:0rem;left:1.78125rem;overflow:hidden;display:none; }
#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0b0b;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; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container { background-color: transparent; background-image: none; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container > .video-iframe-container { display: none; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row > .video-iframe-container { display: none; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .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); }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container { border-width: 0; border-radius: 0; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#nBPdq6O9BJWGvuGT8Ex9M1mTAqTgGLTf { 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:39.5625rem;width:51.625rem;top:0rem;left:5rem;overflow:hidden;display:block; }
#TTwzMzNiZhTfcZbLm5ksSf1reinlxrXG { 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:33.5rem;width:51.625rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#bZeq32NZhgB7HmTbQKTFRpLQozhogyAP { 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:33.5rem;width:25.1875rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#gSeqIucuOXTETWmt8DuPHibBdKBiG6gP { 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:31.5rem;width:25.1875rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#sTTi1Atd6cQ2egWcyuODSpHly4kUIF6G { 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:31.5rem;width:19.8125rem;top:0rem;left:5rem;overflow:hidden;display:none; }
#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(357deg, #610a0a, #000000);background-image: -moz-linear-gradient(357deg, #610a0a, #000000);background-image: -ms-linear-gradient(357deg, #610a0a, #000000);background-image: -o-linear-gradient(357deg, #610a0a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#610a0a', endColorstr='#000000' );";background-image: linear-gradient(357deg, #610a0a, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container { background-color: transparent; background-image: none; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container > .video-iframe-container { display: none; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row > .video-iframe-container { display: none; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .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); }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container { border-width: 0; border-radius: 0; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container { font-size:0.875rem;font-family:arial;height:86.0625rem;width:60rem;position:relative;display:block; }#saoVdWdQDe4UTbhUL7G5bl9xT64ptyTH { color:#ff2e30;display:block;width:25.375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:18rem;height:1.13720625rem;font-style:normal;display:none; }
#f78XhDFV9DOdBmDpi7pkJlxf2Vh2faiT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #b91336);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #b91336);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #b91336);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #b91336);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#b91336' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#b91336' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #b91336);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4rem;left:22.8125rem;display:block; }
#sqhiMwtF42GXs8oq5gVRCJwKTvRSaihT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKqow6Lq4C7uMTm8VJUIPCLHl9vF9lMF { color:rgba(var(--color-tertiary-1),1);display:block;width:38.625rem;position:absolute;font-family:kanit;font-size:2.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:8.125rem;left:12.5625rem;height:3.57483125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2n0ziTRlrkAZdSJa43xTpgn9iHdfPdr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f17b7b;border-left:0.125rem solid #f17b7b;border-right:0.125rem solid #f17b7b;border-bottom:0.125rem solid #f17b7b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(var(--color-secondary-1),0.26) ;height:44.9375rem;width:59.625rem;top:13.1875rem;left:0rem;display:block; }
#mb09HHW0mtDuoDK5kOHvq7FROXMQ84WP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.875rem;width:30.187375rem;top:14.7802734375rem;left:1.7645263671875rem;overflow:hidden;display:block; }
#ksu2tv7bAAabg36qhP6obcK3uO6G01W3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.812375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:15.200805664062rem;left:33.4375rem;height:16.0345625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bwbc995eUhdHisEdFhDqNdRMxuv5XoGh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:32.899780273438rem;left:33.4375rem;height:1.6870125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L5QTMslIt0kvs931LxW8a8Lf7sIdV5hG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.375rem;width:30.9375rem;top:35.297241210938rem;left:0.975341796875rem;overflow:hidden;display:block; }
#itTn4g3rVEoFS4VJHXCpzhRMftOp4rwz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:38.749389648438rem;left:33.31298828125rem;height:14.99631875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZOWybFTi2iamPW6HxQBr7D4w2BiZ94r { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:54.6240234375rem;left:33.4375rem;height:1.96838125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDHLcv8p47zBX2Fw7a4bLCn9aW4C2Fav { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:kanit;font-size:2.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:60.9375rem;left:10.0625rem;height:3.57483125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7iaBmFmPhlGiFRqCPFaUubtSz8mGI8r { 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:11.8125rem;width:11.8125rem;top:65.4375rem;left:11.0625rem;overflow:hidden;display:block; }
#QRfP6DT862n85XiXDFK4RpWNO49sImvv { position:absolute;display:block;z-index:15052;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.75rem;width:12.75rem;top:64.5rem;left:38.25rem;overflow:hidden;display:block; }
#wG3VQ0gHGKB4m8LzSUBNvh8QTrVEetbg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:77.1875rem;left:9.1875rem;height:3.9367625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0bVkLLNUFefmVeU876vk9EE2r701AO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:77.1875rem;left:31.75rem;height:3.9367625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xf2N2yzmnvcNbagBVfhqlyaiEAzVsc1i { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:81.875rem;left:11.8125rem;height:1.96838125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JdxgG6xA0zT5nMoIv517UzTg0AH90ZTa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:81.875rem;left:40.0625rem;height:1.96838125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QicH6AIXPnhoWxlfxPiL2e8V8HsCbLbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:35.297241210938rem;left:33.4375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AnwTpLJvAlmXgPTo3fhPoeAyUJgFQ3OS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:38.749389648438rem;left:33.31298828125rem;height:14.99631875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f45a02, #e80e0e);background-image: -moz-linear-gradient(180deg, #f45a02, #e80e0e);background-image: -ms-linear-gradient(180deg, #f45a02, #e80e0e);background-image: -o-linear-gradient(180deg, #f45a02, #e80e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45a02', endColorstr='#e80e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45a02', endColorstr='#e80e0e' );";background-image: linear-gradient(180deg, #f45a02, #e80e0e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container { background-color: transparent; background-image: none; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container > .video-iframe-container { display: none; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row > .video-iframe-container { display: none; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .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); }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container { border-width: 0; border-radius: 0; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#DT6RhS0EEKvoJMZKZOihlPb2KeTlSW2d { box-sizing:content-box;height:9rem;width:27.6875rem;position:absolute;display:block;z-index:15008;background-color:#f8dfdb;background-image:none;box-shadow: none;border-top:0.4375rem solid #e16a00;border-left:0.0625rem solid #e16a00;border-right:0.0625rem solid #e16a00;border-bottom:0.0625rem solid #e16a00;top:24rem;left:1.625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#mX5GQL6XiIlLuL7vczJB04X6UFba6B9U { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:kanit;font-size:5.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.0625rem;left:2.4375rem;height:6.743625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MW01phe8cNOFTQAunhAX45hgeETLeESM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:26.25rem;left:2.4375rem;height:5.7244875rem;display:block; }#MW01phe8cNOFTQAunhAX45hgeETLeESM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MW01phe8cNOFTQAunhAX45hgeETLeESM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b412686f561dfc9f43b49b07a1da338b9788a4.svg); }
#q26NMR00o1cPyXeilJ7SJMKxCpsI5ouq { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15.9375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-primary-4),1);padding-top:0.35375rem;padding-right:0.313125rem;padding-bottom:0.35375rem;padding-left:0.313125rem;display:block;align-items:center;width:1.876875rem;min-width:1.876875rem;height:1.9rem;position:relative;font-family:worksans;font-size:1.414375rem;font-weight:400;line-height:30.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5025rem;height:0.75125rem;position:relative;font-family:"open sans";font-size:0.530625rem;font-weight:700;line-height:12.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.4985625rem;height:3.578125rem;padding-top:0.044375rem;padding-right:0.045rem;padding-bottom:0.044375rem;padding-left:0.045rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.06396484375rem;left:41.423828125rem;z-index:15048; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #t3N1bgvdiI9TkcmLLKV7VV2HH6rdlNpT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #mpnMiEXpqgWbMcTIeKVDeliADEpFKL4e { width:auto; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #PqvzXU1cvqETR5u6p3aG3QJgnVppW8My {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #nkXr3wwVU6Vg8WsS1uqp0iTBqslbJi1y { display:flex;position:relative;top:0rem;left:0rem; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #K5FKzJQkXDKw4GzFcquSgJTo9Q5P7v5Z {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Kt8dZq9JZ3ekfSuT7KeNCIRwwk5RAI4W {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #vXmc9qVSfcrkaBpJSMk61UPtCsmTzg3k { display:flex;position:relative;top:0rem;left:0rem; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #U4qhaHzfe3NP9XhmhEzIyGv9h7hN7Sub {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Z7vISU3oh9cEzG8hMl1Tc1pfTl9rTM6a {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #GhiuQ0IwEfKd5ThUsuzWscUxOUkB2ooT { display:flex;position:relative;top:0rem;left:0rem; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #ks9ZgBBt2q3ZN4u5Eeul2T50UL5tHdCh {  }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #hwcPG8UqtVRyknydZ2pEfywxK44fOCL9 {  }
#weRiQ1WbaMgUnkvlvgG19KWxr7zGWmCy { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.625rem;height:5.8483875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pEbPX5TT4zeQSFrgKTDt7SKDg0CDVUoe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1245rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:9.18701171875rem;left:38.15625rem;height:1.42516875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJ4CKTucFLxIB4ZT72RBm9lcqOTH4cV2 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.48779296875rem;left:33.8125rem;height:4.3872125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkqGAZL5wIrVE0l251udKdyNS5XrVGNo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19.8125rem;left:2.625rem;height:1.6626rem;text-align:center;text-align-last:center;display:block; }
#KSvK65yr91PXTrlLlGizQwV6mvpa0Trd { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.375rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#URfoHpNmNNHCuBlCSCq5II6aP01TpBd4 { box-sizing:content-box;height:12.6875rem;width:24.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-form-header {  }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:22.875rem;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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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:22.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-text {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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:22.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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:22.875rem;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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-select {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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:transparent;background-image: -webkit-linear-gradient(142deg, #ff3c3e, #000000);background-image: -moz-linear-gradient(142deg, #ff3c3e, #000000);background-image: -ms-linear-gradient(142deg, #ff3c3e, #000000);background-image: -o-linear-gradient(142deg, #ff3c3e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#000000' );";background-image: linear-gradient(142deg, #ff3c3e, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:22.875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-container:first-of-type{padding-top:0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-container:last-of-type{padding-bottom:0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.0302734375rem;top:15.73046875rem;z-index:15021;position:absolute; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom {display:block;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.0302734375rem;top:15.73046875rem;z-index:15021;position:absolute; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #u6fA3tqU3Eue5TQOxJ7R2LvmTcrN7XHc { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zLB0JBwBAbiwzVNgUa8VPnD2koEEPqbw { position:relative;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #y2Gw7tRGGgr6UCDm4ONDAk1dB2GluGhW { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #WLcos2Uw2TKVcIBEluO0wq6s8QcnFEz7 { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #hsxaKr1B2526Wiw8VfSmnzvTuFAVNwz7 { position:relative;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #qB0zhmgMyF2lqw4vHEppaVt73pC5qsuL { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #LGL8P6AnpRkND4gIJKlyUOpkHAMuHP7b { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #FPOXPyTiRwwEqVRO5mD1oWEMJZ5MOztS { position:relative;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #medGNN99NTzounOahzoC4s7OGUPmXpsf { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zvI8fM2HcuHeebl8JzlAMpFqI2VA1kvR { position:relative;display:block;z-index:15000; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #bBWI0EFRmde4oZV8I16tmEHFdVwVSlZT { position:relative;display:block;z-index:15000; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #GUkUpaikqzK5OzyWsQTCdgDx4gqhiQy5 { position:relative; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #UXsvHT5aw44zEJcx5GzIUSsQtwveuw7V { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oZ1cA5VKtmRXmRO4DirDbqpw8eqmCJSW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Nd8ZEPEut6vpyX52gpzFTMrPqgoCkE1e { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VyTMDUyLSF9JuQfzcxINVsQEIhVxk9ku { position:relative; }
#wZQcGC28pmnqFdVoQh89QHXstOR8pBcV { position:relative;display:block; }
#ivV61ZGt5WtGnsfdddc1ieTt6Ahm2Z1T { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBzFPCq0Hp3GK8qZLup3cU0bFTfQSA0L { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rDMDoAw92Ic64xXFbRf9k43hMTk11THZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldSeT7Uf5cEspsvZpAmlMbCagHKvTNwb { position:relative; }
#hlbtbeaoWBANlsRo6aqeAvuflxgGBNgT { position:relative;display:block; }
#bTV5NQF4ib774QyeaiV1gaQiH3ZfyNyZ { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OBd03AiwzL6hdyVJlhny1MbNNArRdVtC { position:relative; }
#vCmXNrTwHCekaUHpSpC5nTezAZUWgKg5 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SLpsZTgEbIIzBTKNurz8ZUJwAd21G0xX { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VrwUe4slsGrzF6BB8fTNCIlTQ9QNWTOw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BUJLT5Zl3eycqQBOGTGF6vALoPuWwpH2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ek4vT7kxE0TgAcVq6VtKz45RIhwJsVfK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u5eqHGVLA2grDpkOIiqVWarA0WoEQugO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqtqrTuG3KQSVczgR1rcfCKcJGTiL2h1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CPkPgTAdDS5urPgk04P7oGrM05Ma4TX4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c848TQKQO7gVtHnEu7rIIkeCmqqC62Zw { position:relative; }
#GoZyTn7Pn2TehpHNK7TMHFTXh9DXV7gH { position:relative;display:block; }
#SWudpoVndwsxecgFOsnOFNSbsnz6zVo3 { position:relative;display:block; }
#Bhi8LvuTOsGlwyxTWEXpmoAeZDdrePRt { position:relative;display:block; }
#LmriqxbZlem9z30yzmq3wvf9mSIEr2TP { position:relative;display:block; }
#u51leeKCdr8PwKU2SICs9lQZm47TPVMZ { position:relative;display:block; }
#y6q5FRfr23B5n027cnJ4uwQp0yzJ3IQi { position:relative;display:block; }
#v64S2UT6ROSnu0vW2xTPMuOsTTGbgOZB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NDlwJHVRpnR2aic4Brg4DOgDKPtzxDOk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ErH2kLciprTvJyoCulFh6DHwkmeK3yZA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GG4189sRGvquv4dLSzfQ7rZEB7Oc8h42 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wh2rp7vkODFLuSOrmZZKqJxPaJGtKRRh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iyO7Lgc6FVA5ogVEifTnGsppyn5m9QOZ { position:relative; }
#PtciggJ2ngfBhRTxeygiBGvbBnHuFp69 { position:relative;display:block; }
#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;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; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container { background-color: transparent; background-image: none; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container > .video-iframe-container { display: none; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row > .video-iframe-container { display: none; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .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); }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container { border-width: 0; border-radius: 0; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#zCvM5TlGXBJkdWVtsTKqOdroe1XDqDDy { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.39795rem;text-align:left;text-align-last:left;display:block; }
#OWoT5iTvZfp1JmO78XympoL2DfiRXZcs { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39795625rem;text-align:left;text-align-last:left;display:block; }
#VZiiTw2nBEWJzP97wpCP4znCP4IRX8qy { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.39795rem;text-align:left;text-align-last:left;display:block; }
#aNigfnLyU6ZHPxl5Thq0IgitcShx7BZ0 { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#kXi1MNxxmyhTua2XPZlHto4RcKwNDykh { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#OVngenrWTXunpxnV0hxlWbd4Gi9BuWMB { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PHbihOrcRrKwoWfOJVekHhA85gIMILnt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ { display:block; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGGxMQoWyUCUKObTtXUOcyAxbaGU7RfH { top:0.9375rem;left:0rem;width:14.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrLL9wXPOldwhbtKqxTFDBrvNNlbR4l { width:11.625rem;height:2.875rem;top:0.6875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgatzhfHEOzaXFO8WMfT50VZgAOKbpgi { display:block; }
 }@media only screen and (max-width: 763px) { #tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC { display:block; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQQrFO76azrsOpiHTdcJ8CAKPwOHMLB5 { top:1.4375rem;left:10.9375rem;width:27.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhw8up6IOqACeW4oyulbyfn5ts2iuxyO { top:1.875rem;left:11.875rem;width:25.375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRU2STT1OubBItBcr5AyJWTSZsA4TV5 { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otnkz46pwG0dVkOoubf9HT4FTTc0vAWB { top:28.375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huKdfkVZfkR0K91EGs7ZfdCum5M8zRwH { top:20.3125rem;left:10.9375rem;width:24.1875rem;height:6.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htMenSkrxO97ooU1e3EER4ZtDIncXE1B { top:20.3125rem;left:35.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV { top:38.6875rem;left:0.25rem;width:47.5rem;height:;font-size:1rem;display:block; }#TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
 }@media only screen and (max-width: 763px) { #kUHor6IhNVyUpfnyMT43d3V16TnPZGRB { width:25.4375rem;height:2.875rem;top:49rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeioeiIO5oJoc37wyFLsBdUnTHD9aUKI { display:block; }
 }@media only screen and (max-width: 763px) { #aupTiaebNCSihLktRU5S9kDnTH2i22Sd { top:8.1875rem;left:0rem;width:14.6875rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNemcXOlgI01tAbWZF1KTntwxS7uFECf { top:30.4375rem;left:0rem;width:18.8125rem;height:;font-size:1rem;display:none; }#QNemcXOlgI01tAbWZF1KTntwxS7uFECf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
 }@media only screen and (max-width: 763px) { #TSLQTu3AbVf6sXomq4hyElye17rsuw12 { display:block; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDSvCBnF2ugT10Lisc0VCHTWsfqHyHyD { top:0.8125rem;left:0.125rem;width:3.6875rem;height:4.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWS1gZqzqn5k5ZH9MghAeu6IX4mO34gB { top:0.8125rem;left:13.0625rem;width:3.6875rem;height:4.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbcUlLd0RgOdyblMK9Hpb7zNevJfxap { top:0.8125rem;left:28.25rem;width:3.6875rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyQQbL3ezD0ODd144WVrWazSxsCkwB1E { top:0.8125rem;left:44.0625rem;width:3.6875rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg4CSo63nddqSTQ4OTVsA6Gk8SvfSsLR { top:5rem;left:0rem;width:12.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Cx6IlduVgAMIuXeLOccnFuFWT2PDpP { top:5.5rem;left:8.6875rem;width:17.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuriSMhylU7I9N43rZkpkEzABQOEUONy { top:5.5rem;left:25rem;width:17.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOWFBM2XW1teZ9WPk5bLKbdATz4fz3eG { top:5.5rem;left:38.5625rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMoI6lvZluZbXVuB0CMtL2eQ8oBv8ZKO { top:2.5625rem;left:3.1875rem;width:1.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeuFIBCG6lO1UVlXl28y1bIzSPlhnA1z { top:2.625rem;left:16.125rem;width:7.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ZyASyEo4e24MkPbUnJzIdrLiBgtQIW { top:2.6875rem;left:31.125rem;width:9.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfX54LZgsG80xUn55VdOmWqZzJ79wyTa { top:2.625rem;left:44.8125rem;width:2.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaZuowlVRR7NeD0Ezsf79gCx5NxATEBN { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSIED2wuzksa49SKsBSpQ4xnRM8Dnfbd { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tArkaxg6SwVTVhexw17rdAZTnTKT6vRI { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc { display:block; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2msoxPI6xIAgbmktnMN8tZLWqUrtoJo { top:6.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSeclVCW5TTmX4tJaxkbuGBo8yGsh0w { top:11.875rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaoW2rmHpDBM9pxyERZtMumkvpeJb8uo { top:13.25rem;left:0rem;width:38.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwsqUW86b5vobrTT29vpqBQrqahISGm { top:17.125rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrUN0ZelItmJyIIla7Ai4AEO5RcV2L7k { top:18.5rem;left:0rem;width:38.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgUO4K3ICrMLqZGwBrvpTJ6927irCsM { top:22.5625rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7ibEbL6wz3MVtGhSpE3yNiBZfFr0Ts { top:23.9375rem;left:2.0625rem;width:35.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRUBkT6L0npNmKvKMSmLkzgVP2cSOWO { top:33.3125rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaRCJy92JpbM7vr6bmR5bBHL9TkAVnG { top:34.6875rem;left:2.5625rem;width:38rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odg1Hc2ObDlLifHkcRKaQwm1GlcI9MqC { top:27.875rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxiuAhEk0TIdN12brhscHDN1uEytIVy { top:29.25rem;left:2.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbseeIPFSAz3b2e5KXdCbldn5enyNEm2 { top:13rem;left:0rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntLTl0SXLvWT87X4wuwDPCmCT28JKJm3 { top:18.25rem;left:0rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmMQBt5UUFBGRz88EdP0v0QHTHOBbi { top:23.6875rem;left:0rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVta92hVn5pdGoXhnNnzMeEO5r8nfUb6 { top:29rem;left:0rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVx00PeMq9DdvDc2a1ob4JdltGyp0g25 { top:34.4375rem;left:0rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6cb3lFlWsdcICCUpINQgRAXSd3ey51H { top:1.8125rem;left:11.4375rem;width:27.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOU1MagEXWQTshLemkVs9k8SrDcVmp6 { top:2.3125rem;left:14.59375rem;width:22.8125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POKeLfa8hqknuB0KhfXotxXIsNe4W9nt { display:block; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFS5br0shTP589JyRDHQFiRVJPcIoD6T { top:0rem;left:0rem;width:47.75rem;height:25.466666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEVTHaeLxvloMGcW782V3Agv5FxsIZX1 { top:0rem;left:0rem;width:19.625rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdBl1Q9WugsAydnRLZEofwKH5fgAwPgO { top:0rem;left:0rem;width:4.9375rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ex3OELzsX0CywshbICDkr2X6kAV4dJO4 { display:block; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th0blTQ4i048PRZfNfMb0G5sKHtPX70L { top:0rem;left:0rem;width:47.75rem;height:28.998177083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #caSu7iLNPCaJdOt9Fp6hVd70xPKiM7MO { top:0rem;left:0rem;width:26.6875rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGinuecFgvU3k2DhZGFgDkkEuSyb0t3y { top:0rem;left:0rem;width:8.5625rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxTfA85uXbyvsUyDQi47n3eAX5dwVFe7 { top:0rem;left:0rem;width:5.1875rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl { display:block; }#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AemUvUDavfJwvIo10UAtVTnJrysdltue { top:0rem;left:0rem;width:47.75rem;height:38.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq0GBBglb2Vk3Hx2EvyKAGVHTNlKeX4y { top:0rem;left:0rem;width:26.6875rem;height:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHxAudJ9pP08H65VQzk1fDo61h3JqOpQ { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptUDvu31NEdm7w3zacdBIe0eBkOm6xQa { top:0rem;left:0rem;width:6rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XorrODSsA7pHE6Mf5AJhDSSiFJ5TvWs1 { top:0rem;left:0rem;width:8.5625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en { display:block; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW5brePw79s9H2fBR6WVCX1uATWB9LbH { top:42.1875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2xZ2aATo20RAuHy93TEAfhVH6QnBoCR { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp { display:block; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE4hBnKOc3J6Cqtrvw6aeGEIuqX94MnF { top:0rem;left:0rem;width:47.75rem;height:36.486710963455rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGNTHZdt8e9TCeAXQVgaElKS9t7gU0d { top:0rem;left:0rem;width:20.125rem;height:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHPADAHRMrfEvl8dlmpdsc1bF3UENrkX { top:0rem;left:0rem;width:24.0625rem;height:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK { display:block; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt5T1NoXtdfFLDrG9qltKhgVZ7ES080T { top:0rem;left:0rem;width:47.75rem;height:17.45859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgm0AvetavGUoxDrGUXa1sESkvTgnKUe { top:0rem;left:0rem;width:13.125rem;height:21.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpKblGAKZSD9BHg6b0cqICKMoPhRliTO { display:block; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNWqOpX87oEP6MGBdIqID9VRKFkTLcaX { top:0rem;left:0rem;width:47.75rem;height:31.18671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoCnC95dTclMIvvfrm5shO49wTLXRI3e { top:0rem;left:0rem;width:32.3125rem;height:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wi2OyA49EVcKaLBfb4kIrz7l6yVN4dJo { top:0rem;left:0rem;width:26.9375rem;height:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxOQ5sTB5UTdO9k3PXKyfBovCxvZPIfh { top:0rem;left:0rem;width:26.9375rem;height:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak { display:block; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoIqZnKTHhccMHfnHwkeM7gbmVEXzgdI { top:1.125rem;left:0rem;width:47.75rem;height:31.982552083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcl03hwrxb6mdzyHTzZDh3VfxQgr6RgQ { top:1.125rem;left:0rem;width:43.375rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViQcJfdv1yCakNhfGn7mSlBNJ1QyX1Bm { top:1.125rem;left:0rem;width:22rem;height:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 { display:block; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3HdnTffiN11nK7J7GkXElFDwteBfysK { top:0rem;left:0rem;width:47.75rem;height:25.9640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh1FD3MqIlRW78iBPe9MJ9VcJaJMlGbO { top:0rem;left:0rem;width:16.8125rem;height:32.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT { display:block; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZsJmWXCxbXwnkZwBcTiDSkrTILIn5JD { top:0rem;left:0rem;width:47.75rem;height:26.018267223382rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOikNWP0GS4FbP8Sgw80hiQThnwuxa5O { width:25.4375rem;height:2.875rem;top:33.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISUZPusSTTaULfAf76TWa42EJWiPAxcJ { display:block; }
 }@media only screen and (max-width: 763px) { #J6K2MXZviOufbPckTVJmA5HFmilS68S3 { top:0rem;left:0rem;width:17.375rem;height:32.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm { display:block; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzJ0kfWG8qCd7L1rpyVPH9pcWJzxDg6r { top:0rem;left:0rem;width:47.75rem;height:28.102864583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWWbtEO1g735pX62IqOkH7TAXZFMFGUA { top:0rem;left:0rem;width:17.25rem;height:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y { display:block; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npK9preK20wXbk3vNDzDze5stVMqfBB3 { top:0rem;left:1.125rem;width:45.5rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpWkPq3NTKfQqF8lJE6SGCAR2lZ3Fw0a { width:25.4375rem;height:2.875rem;top:35.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV9pMhZiLUIGNPrzUiiIZ5kST9OXmCrh { display:block; }
 }@media only screen and (max-width: 763px) { #QZTae1ErMoMeUXTudwOEaeBLMWkR4K7b { top:0rem;left:1.125rem;width:37.25rem;height:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi { display:block; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af5CiOW5JAsOamuUAfasIT8dJXAFhI1k { top:0rem;left:0rem;width:47.75rem;height:45.553268765133rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATV7dshzvMsE7R89W6Wkb9iesxhoJArx { top:0rem;left:0rem;width:40.5rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0xEWGqrLnzyIGgGUx9VBGg3vE2xaonR { top:0rem;left:0rem;width:41.75rem;height:49.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtiWm3WqZCGmIPOkHHqSTTm6fm5i36zT { top:0rem;left:0rem;width:40.0625rem;height:49.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eokrqa3n6FeFQhXBCJSyVuZ58QMql0yU { top:0rem;left:0rem;width:40.0625rem;height:37.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T { display:block; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMZKLgAMzeJSZ8iH8Naf1EHJvzJUPHHZ { top:0rem;left:0rem;width:47.75rem;height:34.212901439646rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpbR5JfM0LNTM76TvTkbdL8a9Vy71Zo9 { width:25.4375rem;height:2.875rem;top:40.4375rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loppPpVcvbrUsAtHfTenJmObxi2g80hy { display:block; }
 }@media only screen and (max-width: 763px) { #AQQwLKtzxWlXqD96VRvEWcEBRUlc6890 { top:0rem;left:0rem;width:22.25rem;height:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqJU1CRJguU2zQVefzitP0TaDZJE8nyV { top:0rem;left:0rem;width:21.1875rem;height:40.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTV56L0L6GPgJChNSo1Ev9tusGoVtZht { display:block; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBPdq6O9BJWGvuGT8Ex9M1mTAqTgGLTf { top:0rem;left:0rem;width:47.75rem;height:36.592917675545rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwzMzNiZhTfcZbLm5ksSf1reinlxrXG { top:0rem;left:0rem;width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZeq32NZhgB7HmTbQKTFRpLQozhogyAP { top:0rem;left:0rem;width:23.3125rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSeqIucuOXTETWmt8DuPHibBdKBiG6gP { top:0rem;left:0rem;width:23.3125rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTTi1Atd6cQ2egWcyuODSpHly4kUIF6G { top:0rem;left:0rem;width:18.3125rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxTKJK5riyiswezVlhRFMw7hOXo8BeCc { display:block; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saoVdWdQDe4UTbhUL7G5bl9xT64ptyTH { top:8.1875rem;left:0rem;width:14.6875rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f78XhDFV9DOdBmDpi7pkJlxf2Vh2faiT { width:16.875rem;height:2.75rem;top:4rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqhiMwtF42GXs8oq5gVRCJwKTvRSaihT { display:block; }
 }@media only screen and (max-width: 763px) { #uKqow6Lq4C7uMTm8VJUIPCLHl9vF9lMF { width:38.625rem;height:3.5625rem;top:8.125rem;left:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2n0ziTRlrkAZdSJa43xTpgn9iHdfPdr { top:13.1875rem;left:0rem;width:47.5rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb09HHW0mtDuoDK5kOHvq7FROXMQ84WP { top:14.75rem;left:0rem;width:30.125rem;height:16.840131843196rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksu2tv7bAAabg36qhP6obcK3uO6G01W3 { width:25.75rem;height:16rem;top:15.1875rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwbc995eUhdHisEdFhDqNdRMxuv5XoGh { width:26.5625rem;height:1.625rem;top:32.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5QTMslIt0kvs931LxW8a8Lf7sIdV5hG { top:35.25rem;left:0rem;width:30.9375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTn4g3rVEoFS4VJHXCpzhRMftOp4rwz { width:26.6875rem;height:14.9375rem;top:38.6875rem;left:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZOWybFTi2iamPW6HxQBr7D4w2BiZ94r { width:9.5625rem;height:1.9375rem;top:54.5625rem;left:27.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHLcv8p47zBX2Fw7a4bLCn9aW4C2Fav { width:42.75rem;height:3.5625rem;top:60.9375rem;left:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iaBmFmPhlGiFRqCPFaUubtSz8mGI8r { top:65.4375rem;left:4.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfP6DT862n85XiXDFK4RpWNO49sImvv { top:64.5rem;left:32.125rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG3VQ0gHGKB4m8LzSUBNvh8QTrVEetbg { width:15.5rem;height:3.875rem;top:77.1875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0bVkLLNUFefmVeU876vk9EE2r701AO5 { width:26.1875rem;height:3.875rem;top:77.1875rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2N2yzmnvcNbagBVfhqlyaiEAzVsc1i { width:9.125rem;height:1.9375rem;top:81.875rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdxgG6xA0zT5nMoIv517UzTg0AH90ZTa { width:9.0625rem;height:1.9375rem;top:81.875rem;left:33.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QicH6AIXPnhoWxlfxPiL2e8V8HsCbLbQ { width:26.5625rem;height:2.8125rem;top:35.25rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnwTpLJvAlmXgPTo3fhPoeAyUJgFQ3OS { width:18rem;height:14.5625rem;top:56.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 { display:block; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT6RhS0EEKvoJMZKZOihlPb2KeTlSW2d { top:24rem;left:0rem;width:27.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX5GQL6XiIlLuL7vczJB04X6UFba6B9U { width:13.5625rem;height:6.6875rem;top:13.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW01phe8cNOFTQAunhAX45hgeETLeESM { top:26.25rem;left:0rem;width:30.625rem;height:5.6875rem;font-size:1.0625rem;display:block; }#MW01phe8cNOFTQAunhAX45hgeETLeESM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b412686f561dfc9f43b49b07a1da338b9788a4.svg); }
 }@media only screen and (max-width: 763px) { #q26NMR00o1cPyXeilJ7SJMKxCpsI5ouq { width:6.0625rem;height:3.875rem;top:15.3125rem;left:9.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #t3N1bgvdiI9TkcmLLKV7VV2HH6rdlNpT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #mpnMiEXpqgWbMcTIeKVDeliADEpFKL4e {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #PqvzXU1cvqETR5u6p3aG3QJgnVppW8My {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #nkXr3wwVU6Vg8WsS1uqp0iTBqslbJi1y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #K5FKzJQkXDKw4GzFcquSgJTo9Q5P7v5Z {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Kt8dZq9JZ3ekfSuT7KeNCIRwwk5RAI4W {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #vXmc9qVSfcrkaBpJSMk61UPtCsmTzg3k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #U4qhaHzfe3NP9XhmhEzIyGv9h7hN7Sub {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Z7vISU3oh9cEzG8hMl1Tc1pfTl9rTM6a {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #GhiuQ0IwEfKd5ThUsuzWscUxOUkB2ooT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #ks9ZgBBt2q3ZN4u5Eeul2T50UL5tHdCh {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #hwcPG8UqtVRyknydZ2pEfywxK44fOCL9 {  }
 }@media only screen and (max-width: 763px) { #weRiQ1WbaMgUnkvlvgG19KWxr7zGWmCy { width:32.25rem;height:5.8125rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEbPX5TT4zeQSFrgKTDt7SKDg0CDVUoe { width:17.0625rem;height:1.375rem;top:9.125rem;left:30.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ4CKTucFLxIB4ZT72RBm9lcqOTH4cV2 { top:3.4375rem;left:21.5625rem;width:26.1875rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqGAZL5wIrVE0l251udKdyNS5XrVGNo { top:19.8125rem;left:0rem;width:13.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvK65yr91PXTrlLlGizQwV6mvpa0Trd { width:10.9375rem;height:3.0625rem;top:10.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URfoHpNmNNHCuBlCSCq5II6aP01TpBd4 { top:10.1875rem;left:0rem;width:24.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-regular-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-text { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-text {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-textarea { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-select { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-select {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-button { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-checkbox-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom  { width:22.875rem;height:auto;top:15.6875rem;left:22.375rem; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .radio-container { width:22.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom {display:block;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom { width:22.875rem;height:auto;top:15.6875rem;left:22.375rem; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #u6fA3tqU3Eue5TQOxJ7R2LvmTcrN7XHc {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zLB0JBwBAbiwzVNgUa8VPnD2koEEPqbw { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #y2Gw7tRGGgr6UCDm4ONDAk1dB2GluGhW {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #WLcos2Uw2TKVcIBEluO0wq6s8QcnFEz7 {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #hsxaKr1B2526Wiw8VfSmnzvTuFAVNwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #qB0zhmgMyF2lqw4vHEppaVt73pC5qsuL {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #LGL8P6AnpRkND4gIJKlyUOpkHAMuHP7b {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #FPOXPyTiRwwEqVRO5mD1oWEMJZ5MOztS { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #medGNN99NTzounOahzoC4s7OGUPmXpsf {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zvI8fM2HcuHeebl8JzlAMpFqI2VA1kvR {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #bBWI0EFRmde4oZV8I16tmEHFdVwVSlZT {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #GUkUpaikqzK5OzyWsQTCdgDx4gqhiQy5 {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #UXsvHT5aw44zEJcx5GzIUSsQtwveuw7V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oZ1cA5VKtmRXmRO4DirDbqpw8eqmCJSW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Nd8ZEPEut6vpyX52gpzFTMrPqgoCkE1e {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VyTMDUyLSF9JuQfzcxINVsQEIhVxk9ku {  }
 }@media only screen and (max-width: 763px) { #wZQcGC28pmnqFdVoQh89QHXstOR8pBcV { display:block; }
 }@media only screen and (max-width: 763px) { #ivV61ZGt5WtGnsfdddc1ieTt6Ahm2Z1T { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBzFPCq0Hp3GK8qZLup3cU0bFTfQSA0L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rDMDoAw92Ic64xXFbRf9k43hMTk11THZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldSeT7Uf5cEspsvZpAmlMbCagHKvTNwb {  }
 }@media only screen and (max-width: 763px) { #hlbtbeaoWBANlsRo6aqeAvuflxgGBNgT { display:block; }
 }@media only screen and (max-width: 763px) { #bTV5NQF4ib774QyeaiV1gaQiH3ZfyNyZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OBd03AiwzL6hdyVJlhny1MbNNArRdVtC {  }
 }@media only screen and (max-width: 763px) { #vCmXNrTwHCekaUHpSpC5nTezAZUWgKg5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SLpsZTgEbIIzBTKNurz8ZUJwAd21G0xX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VrwUe4slsGrzF6BB8fTNCIlTQ9QNWTOw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BUJLT5Zl3eycqQBOGTGF6vALoPuWwpH2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ek4vT7kxE0TgAcVq6VtKz45RIhwJsVfK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u5eqHGVLA2grDpkOIiqVWarA0WoEQugO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqtqrTuG3KQSVczgR1rcfCKcJGTiL2h1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CPkPgTAdDS5urPgk04P7oGrM05Ma4TX4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c848TQKQO7gVtHnEu7rIIkeCmqqC62Zw {  }
 }@media only screen and (max-width: 763px) { #GoZyTn7Pn2TehpHNK7TMHFTXh9DXV7gH { display:block; }
 }@media only screen and (max-width: 763px) { #SWudpoVndwsxecgFOsnOFNSbsnz6zVo3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bhi8LvuTOsGlwyxTWEXpmoAeZDdrePRt { display:block; }
 }@media only screen and (max-width: 763px) { #LmriqxbZlem9z30yzmq3wvf9mSIEr2TP { display:block; }
 }@media only screen and (max-width: 763px) { #u51leeKCdr8PwKU2SICs9lQZm47TPVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #y6q5FRfr23B5n027cnJ4uwQp0yzJ3IQi { display:block; }
 }@media only screen and (max-width: 763px) { #v64S2UT6ROSnu0vW2xTPMuOsTTGbgOZB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NDlwJHVRpnR2aic4Brg4DOgDKPtzxDOk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ErH2kLciprTvJyoCulFh6DHwkmeK3yZA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GG4189sRGvquv4dLSzfQ7rZEB7Oc8h42 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wh2rp7vkODFLuSOrmZZKqJxPaJGtKRRh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iyO7Lgc6FVA5ogVEifTnGsppyn5m9QOZ {  }
 }@media only screen and (max-width: 763px) { #PtciggJ2ngfBhRTxeygiBGvbBnHuFp69 { display:block; }
 }@media only screen and (max-width: 763px) { #Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk { display:none; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zCvM5TlGXBJkdWVtsTKqOdroe1XDqDDy { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWoT5iTvZfp1JmO78XympoL2DfiRXZcs { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZiiTw2nBEWJzP97wpCP4znCP4IRX8qy { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNigfnLyU6ZHPxl5Thq0IgitcShx7BZ0 { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXi1MNxxmyhTua2XPZlHto4RcKwNDykh { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVngenrWTXunpxnV0hxlWbd4Gi9BuWMB { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHbihOrcRrKwoWfOJVekHhA85gIMILnt { top:9.5625rem;left:0rem;width:8.875rem;height:1.3649768868188rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ { position:relative;z-index:auto;display:block; }#vCFPE7sJmuZUdLakSl1Abd6f1qJpqPDQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGGxMQoWyUCUKObTtXUOcyAxbaGU7RfH { width:14.3125rem;height:2.3125rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhrLL9wXPOldwhbtKqxTFDBrvNNlbR4l { width:11.625rem;height:2.875rem;top:4.8125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgatzhfHEOzaXFO8WMfT50VZgAOKbpgi { display:block; }
 }@media only screen and (max-width: 763px) { #tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC { display:block; }#tkCcJdvyBlHV1vsMDH4vPRGoP49lOxvC > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQQrFO76azrsOpiHTdcJ8CAKPwOHMLB5 { width:16.9375rem;height:3.375rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhw8up6IOqACeW4oyulbyfn5ts2iuxyO { width:14.6875rem;height:0;top:4.3935546875rem;left:2.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MfRU2STT1OubBItBcr5AyJWTSZsA4TV5 { width:20rem;height:6.5808125rem;top:6.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otnkz46pwG0dVkOoubf9HT4FTTc0vAWB { width:20rem;height:3.57421875rem;top:24.7119140625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huKdfkVZfkR0K91EGs7ZfdCum5M8zRwH { width:20rem;height:3.65625rem;top:14.3623046875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htMenSkrxO97ooU1e3EER4ZtDIncXE1B { width:5.6875rem;height:5.6875rem;top:18.0185546875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV { width:18.8125rem;height:0;top:29.6728515625rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#TXB1J3fUDQIA7J2XDBihl3DPcskfF5yV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
 }@media only screen and (max-width: 763px) { #kUHor6IhNVyUpfnyMT43d3V16TnPZGRB { width:19rem;height:2.875rem;top:39.0712890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeioeiIO5oJoc37wyFLsBdUnTHD9aUKI { display:block; }
 }@media only screen and (max-width: 763px) { #aupTiaebNCSihLktRU5S9kDnTH2i22Sd { width:18.125rem;height:2.436525rem;top:1.78125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QNemcXOlgI01tAbWZF1KTntwxS7uFECf { width:18.8125rem;height:8.421625rem;top:29.2978515625rem;left:0.59375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#QNemcXOlgI01tAbWZF1KTntwxS7uFECf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b5cd01bf8f8f9b66689e1ac56b65d17191c216bd.svg); }
 }@media only screen and (max-width: 763px) { #TSLQTu3AbVf6sXomq4hyElye17rsuw12 { display:block; }#TSLQTu3AbVf6sXomq4hyElye17rsuw12 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDSvCBnF2ugT10Lisc0VCHTWsfqHyHyD { width:3.6875rem;height:3.0874rem;top:1rem;left:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWS1gZqzqn5k5ZH9MghAeu6IX4mO34gB { width:3.6875rem;height:3.0874rem;top:7.125rem;left:5.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzbcUlLd0RgOdyblMK9Hpb7zNevJfxap { width:3.6875rem;height:3.0874rem;top:13.6875rem;left:6.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyQQbL3ezD0ODd144WVrWazSxsCkwB1E { width:3.6875rem;height:3.0874rem;top:19.9375rem;left:6.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg4CSo63nddqSTQ4OTVsA6Gk8SvfSsLR { width:17.75rem;height:2.436525rem;top:3.974609375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Cx6IlduVgAMIuXeLOccnFuFWT2PDpP { width:17.75rem;height:1.21875rem;top:10.21142578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuriSMhylU7I9N43rZkpkEzABQOEUONy { width:17.75rem;height:1.21875rem;top:16.77392578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOWFBM2XW1teZ9WPk5bLKbdATz4fz3eG { width:17.75rem;height:1.21875rem;top:23.02392578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMoI6lvZluZbXVuB0CMtL2eQ8oBv8ZKO { width:1.625rem;height:2.4375rem;top:1.4375rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeuFIBCG6lO1UVlXl28y1bIzSPlhnA1z { width:7.625rem;height:2.4375rem;top:7.4375rem;left:8.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ZyASyEo4e24MkPbUnJzIdrLiBgtQIW { width:4.1875rem;height:2.4375rem;top:14rem;left:9.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfX54LZgsG80xUn55VdOmWqZzJ79wyTa { width:2.875rem;height:2.4375rem;top:20.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaZuowlVRR7NeD0Ezsf79gCx5NxATEBN { width:15.625rem;height:0.0625rem;top:6.375rem;left:2.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gSIED2wuzksa49SKsBSpQ4xnRM8Dnfbd { width:15.625rem;height:0.0625rem;top:12.9375rem;left:2.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tArkaxg6SwVTVhexw17rdAZTnTKT6vRI { width:15.625rem;height:0.0625rem;top:19.25rem;left:2.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc { display:block; }#Dr3mB9LKdAgMa3IpCRzx6QCguMfwnHhc > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2msoxPI6xIAgbmktnMN8tZLWqUrtoJo { width:20rem;height:2.11230625rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSeclVCW5TTmX4tJaxkbuGBo8yGsh0w { width:19.6875rem;height:4.25rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaoW2rmHpDBM9pxyERZtMumkvpeJb8uo { width:16.1875rem;height:2.92358125rem;top:9.287109375rem;left:3.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUwsqUW86b5vobrTT29vpqBQrqahISGm { width:19.6875rem;height:4.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrUN0ZelItmJyIIla7Ai4AEO5RcV2L7k { width:16.625rem;height:2.92358125rem;top:14.6875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbgUO4K3ICrMLqZGwBrvpTJ6927irCsM { width:19.6875rem;height:5.1875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7ibEbL6wz3MVtGhSpE3yNiBZfFr0Ts { width:16.625rem;height:2.92358125rem;top:20.56884765625rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiRUBkT6L0npNmKvKMSmLkzgVP2cSOWO { width:19.6875rem;height:5.25rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcaRCJy92JpbM7vr6bmR5bBHL9TkAVnG { width:16.3125rem;height:4.385375rem;top:33.875rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odg1Hc2ObDlLifHkcRKaQwm1GlcI9MqC { width:19.6875rem;height:6.25rem;top:25.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxiuAhEk0TIdN12brhscHDN1uEytIVy { width:16.375rem;height:4.385375rem;top:26.6240234375rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wbseeIPFSAz3b2e5KXdCbldn5enyNEm2 { width:1.8125rem;height:2.11230625rem;top:9.6875rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntLTl0SXLvWT87X4wuwDPCmCT28JKJm3 { width:1.8125rem;height:2.11230625rem;top:15.0625rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmMQBt5UUFBGRz88EdP0v0QHTHOBbi { width:1.8125rem;height:2.11230625rem;top:21rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVta92hVn5pdGoXhnNnzMeEO5r8nfUb6 { width:1.8125rem;height:2.11230625rem;top:28.01806640625rem;left:1.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVx00PeMq9DdvDc2a1ob4JdltGyp0g25 { width:1.8125rem;height:2.11230625rem;top:35rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6cb3lFlWsdcICCUpINQgRAXSd3ey51H { width:19.875rem;height:2.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOU1MagEXWQTshLemkVs9k8SrDcVmp6 { width:17.625rem;height:1.625rem;top:2rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POKeLfa8hqknuB0KhfXotxXIsNe4W9nt { background-color:#fffdfd;background-image:none;display:block; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { background-color: transparent; background-image: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container > .video-iframe-container { display: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row > .video-iframe-container { display: none; }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .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); }#POKeLfa8hqknuB0KhfXotxXIsNe4W9nt > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFS5br0shTP589JyRDHQFiRVJPcIoD6T { width:20rem;height:10.666666666667rem;top:62.92480625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEVTHaeLxvloMGcW782V3Agv5FxsIZX1 { width:20rem;height:17.25rem;top:0rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tdBl1Q9WugsAydnRLZEofwKH5fgAwPgO { width:20rem;height:34.3125rem;top:17.25rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ex3OELzsX0CywshbICDkr2X6kAV4dJO4 { display:block; }#ex3OELzsX0CywshbICDkr2X6kAV4dJO4 > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th0blTQ4i048PRZfNfMb0G5sKHtPX70L { width:19.75rem;height:12rem;top:62.92480625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #caSu7iLNPCaJdOt9Fp6hVd70xPKiM7MO { width:20rem;height:10.5625rem;top:0rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NGinuecFgvU3k2DhZGFgDkkEuSyb0t3y { width:19.9375rem;height:27.8125rem;top:10.5625rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxTfA85uXbyvsUyDQi47n3eAX5dwVFe7 { width:20rem;height:32.75rem;top:35.34375rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl { display:none; }#X1IBXuGeLy8TNy1x51LkP22eE5FuIIHl > .row .container { width:20rem;height:101.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AemUvUDavfJwvIo10UAtVTnJrysdltue { width:20rem;height:16.25rem;top:62.92480625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zq0GBBglb2Vk3Hx2EvyKAGVHTNlKeX4y { width:20rem;height:12.6875rem;top:0rem;left:0rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JHxAudJ9pP08H65VQzk1fDo61h3JqOpQ { width:20rem;height:19.875rem;top:53.25rem;left:0rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ptUDvu31NEdm7w3zacdBIe0eBkOm6xQa { width:20rem;height:28.125rem;top:73.125rem;left:0rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XorrODSsA7pHE6Mf5AJhDSSiFJ5TvWs1 { width:20rem;height:40.5625rem;top:12.6875rem;left:0rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en { display:block; }#yxUbmIpK3ZQpTJH46WGbnL1vVNROz6en > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW5brePw79s9H2fBR6WVCX1uATWB9LbH { width:20rem;height:0;top:58.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #M2xZ2aATo20RAuHy93TEAfhVH6QnBoCR { width:17.5625rem;height:9.099625rem;top:0.7998046875rem;left:1.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp { display:block; }#CJB9mLP9XMRtyiyCZ31ySIMdbTOtTbVp > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE4hBnKOc3J6Cqtrvw6aeGEIuqX94MnF { width:18.8125rem;height:14.375rem;top:2.7998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #saGNTHZdt8e9TCeAXQVgaElKS9t7gU0d { width:20rem;height:43.25rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UHPADAHRMrfEvl8dlmpdsc1bF3UENrkX { width:19.3125rem;height:34.75rem;top:41.171002929688rem;left:0.066699396173719rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK { display:block; }#X20l8qKsNTZdGfTvf9r9o4agZ79P9fFK > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt5T1NoXtdfFLDrG9qltKhgVZ7ES080T { width:20rem;height:7.3125rem;top:1.2373046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgm0AvetavGUoxDrGUXa1sESkvTgnKUe { width:20rem;height:33.8125rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mpKblGAKZSD9BHg6b0cqICKMoPhRliTO { display:block; }#mpKblGAKZSD9BHg6b0cqICKMoPhRliTO > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNWqOpX87oEP6MGBdIqID9VRKFkTLcaX { width:20rem;height:13.0625rem;top:0.6123046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoCnC95dTclMIvvfrm5shO49wTLXRI3e { width:20rem;height:24.375rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wi2OyA49EVcKaLBfb4kIrz7l6yVN4dJo { width:20rem;height:29.1875rem;top:24.375rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxOQ5sTB5UTdO9k3PXKyfBovCxvZPIfh { width:20rem;height:29rem;top:53.5625rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak { display:block; }#VzZrHhT2AqfQxzPWQIC7hdCet8u7wwak > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoIqZnKTHhccMHfnHwkeM7gbmVEXzgdI { width:20rem;height:13.3955rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcl03hwrxb6mdzyHTzZDh3VfxQgr6RgQ { width:20rem;height:7.375rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ViQcJfdv1yCakNhfGn7mSlBNJ1QyX1Bm { width:20rem;height:37rem;top:7.375rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 { display:block; }#r95fGROOw7tJ5zoID9t3q8DCDoimRMJ7 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3HdnTffiN11nK7J7GkXElFDwteBfysK { width:20rem;height:10.875rem;top:1.6123046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kh1FD3MqIlRW78iBPe9MJ9VcJaJMlGbO { width:19.1875rem;height:38.3125rem;top:0rem;left:0.34485176282049rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT { display:block; }#oBJv9ivsTPDeRXxob3MIIw3HcRAzwUsT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZsJmWXCxbXwnkZwBcTiDSkrTILIn5JD { width:20rem;height:10.8974375rem;top:3.5498046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOikNWP0GS4FbP8Sgw80hiQThnwuxa5O { width:19rem;height:2.875rem;top:38.75927734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISUZPusSTTaULfAf76TWa42EJWiPAxcJ { display:block; }
 }@media only screen and (max-width: 763px) { #J6K2MXZviOufbPckTVJmA5HFmilS68S3 { width:19.375rem;height:37.1875rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm { display:block; }#Faaf8KoTMwwTtbbKOMOFnaToTq8CqqPm > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzJ0kfWG8qCd7L1rpyVPH9pcWJzxDg6r { width:20rem;height:11.75rem;top:1.2998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWWbtEO1g735pX62IqOkH7TAXZFMFGUA { width:20rem;height:41.0625rem;top:0.6243896484375rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y { display:block; }#PxaIzFlnR4ApdFPy4XuTT3rKi1ufkz0y > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npK9preK20wXbk3vNDzDze5stVMqfBB3 { width:20rem;height:15.522rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpWkPq3NTKfQqF8lJE6SGCAR2lZ3Fw0a { width:19rem;height:2.875rem;top:19.82177734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV9pMhZiLUIGNPrzUiiIZ5kST9OXmCrh { display:block; }
 }@media only screen and (max-width: 763px) { #QZTae1ErMoMeUXTudwOEaeBLMWkR4K7b { width:20rem;height:18.9375rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi { display:block; }#b9BdEz4RExrU6SZx3wRm8zyDQ9otaGGi > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #af5CiOW5JAsOamuUAfasIT8dJXAFhI1k { width:20rem;height:19.0795625rem;top:3.7998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATV7dshzvMsE7R89W6Wkb9iesxhoJArx { width:20rem;height:8.1875rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N0xEWGqrLnzyIGgGUx9VBGg3vE2xaonR { width:20rem;height:23.6875rem;top:7.1875rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NtiWm3WqZCGmIPOkHHqSTTm6fm5i36zT { width:20rem;height:24.625rem;top:30.0498046875rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eokrqa3n6FeFQhXBCJSyVuZ58QMql0yU { width:20rem;height:18.8125rem;top:54.6748046875rem;left:0rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T { display:block; }#x9dP42cZgQwAVDMHsSw9hH1ZVyHgLW2T > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMZKLgAMzeJSZ8iH8Naf1EHJvzJUPHHZ { width:20rem;height:14.3295625rem;top:1.1123046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpbR5JfM0LNTM76TvTkbdL8a9Vy71Zo9 { width:19rem;height:2.875rem;top:75.8623046875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loppPpVcvbrUsAtHfTenJmObxi2g80hy { display:block; }
 }@media only screen and (max-width: 763px) { #AQQwLKtzxWlXqD96VRvEWcEBRUlc6890 { width:20rem;height:36.75rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bqJU1CRJguU2zQVefzitP0TaDZJE8nyV { width:20rem;height:38.5rem;top:36.75rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTV56L0L6GPgJChNSo1Ev9tusGoVtZht { display:block; }#cTV56L0L6GPgJChNSo1Ev9tusGoVtZht > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBPdq6O9BJWGvuGT8Ex9M1mTAqTgGLTf { width:20rem;height:15.3261875rem;top:1.7373046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTwzMzNiZhTfcZbLm5ksSf1reinlxrXG { width:20rem;height:12.9375rem;top:0rem;left:0rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bZeq32NZhgB7HmTbQKTFRpLQozhogyAP { width:20rem;height:26.8125rem;top:12rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gSeqIucuOXTETWmt8DuPHibBdKBiG6gP { width:20rem;height:25rem;top:38.8125rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sTTi1Atd6cQ2egWcyuODSpHly4kUIF6G { width:19.8125rem;height:31.75rem;top:63.8125rem;left:0.039047151277018rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TxTKJK5riyiswezVlhRFMw7hOXo8BeCc { display:block; }#TxTKJK5riyiswezVlhRFMw7hOXo8BeCc > .row .container { width:20rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saoVdWdQDe4UTbhUL7G5bl9xT64ptyTH { width:18.125rem;height:2.436525rem;top:1.25rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #f78XhDFV9DOdBmDpi7pkJlxf2Vh2faiT { width:16.875rem;height:2.74963125rem;top:4.936525rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqhiMwtF42GXs8oq5gVRCJwKTvRSaihT { display:block; }
 }@media only screen and (max-width: 763px) { #uKqow6Lq4C7uMTm8VJUIPCLHl9vF9lMF { width:20rem;height:1.8682875rem;top:8.93555rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l2n0ziTRlrkAZdSJa43xTpgn9iHdfPdr { width:19.875rem;height:60.8125rem;top:12.053833007812rem;left:0.062255859375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mb09HHW0mtDuoDK5kOHvq7FROXMQ84WP { width:16.187125rem;height:9.0625rem;top:13.6466109375rem;left:1.8270263671875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ksu2tv7bAAabg36qhP6obcK3uO6G01W3 { width:20rem;height:11.159675rem;top:24.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bwbc995eUhdHisEdFhDqNdRMxuv5XoGh { width:20rem;height:1.46179375rem;top:47.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L5QTMslIt0kvs931LxW8a8Lf7sIdV5hG { width:18.125rem;height:10.187375rem;top:36.0625rem;left:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #itTn4g3rVEoFS4VJHXCpzhRMftOp4rwz { width:18.0625rem;height:0;top:55.468139648438rem;left:0.6878662109375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZZOWybFTi2iamPW6HxQBr7D4w2BiZ94r { width:9.562375rem;height:1.257325rem;top:54.25rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GDHLcv8p47zBX2Fw7a4bLCn9aW4C2Fav { width:16.3745rem;height:3.736575rem;top:74.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R7iaBmFmPhlGiFRqCPFaUubtSz8mGI8r { width:13.186625rem;height:13.186625rem;top:87.061767578125rem;left:3.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfP6DT862n85XiXDFK4RpWNO49sImvv { width:12.749rem;height:12.749rem;top:110.18676757812rem;left:3.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG3VQ0gHGKB4m8LzSUBNvh8QTrVEetbg { width:15.499875rem;height:3.2495125rem;top:79.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S0bVkLLNUFefmVeU876vk9EE2r701AO5 { width:20rem;height:2.51465rem;top:103.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2N2yzmnvcNbagBVfhqlyaiEAzVsc1i { width:9.124125rem;height:1.50085625rem;top:84.437255859375rem;left:5.4376220703125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JdxgG6xA0zT5nMoIv517UzTg0AH90ZTa { width:9.124125rem;height:1.74499375rem;top:107.33215332031rem;left:5.43701171875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QicH6AIXPnhoWxlfxPiL2e8V8HsCbLbQ { width:17.749625rem;height:3.771975rem;top:49.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AnwTpLJvAlmXgPTo3fhPoeAyUJgFQ3OS { width:18.062125rem;height:14.61915rem;top:56.9677734375rem;left:0.9674072265625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 { display:block; }#iE4XPgitHXLWUTOc5oDJWtUXG3QTgbx3 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT6RhS0EEKvoJMZKZOihlPb2KeTlSW2d { width:18.625rem;height:10.375rem;top:15.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX5GQL6XiIlLuL7vczJB04X6UFba6B9U { width:6.5rem;height:3.65625rem;top:8.693359375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2.8125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MW01phe8cNOFTQAunhAX45hgeETLeESM { width:16.75rem;height:7.4243125rem;top:17.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }#MW01phe8cNOFTQAunhAX45hgeETLeESM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13b412686f561dfc9f43b49b07a1da338b9788a4.svg); }
 }@media only screen and (max-width: 763px) { #q26NMR00o1cPyXeilJ7SJMKxCpsI5ouq { width:6.0625rem;height:2.6001rem;top:9.81201171875rem;left:9.125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-number { padding-top:0.319375rem;padding-right:0.295625rem;padding-bottom:0.319375rem;padding-left:0.295625rem;width:1.770625rem;min-width:1.770625rem;height:1.715625rem;font-size:1.278125rem;line-height:27.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.36125rem;height:0.678125rem;font-size:0.47875rem;line-height:10.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-tertiary-0),1); }
#L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN { width:10.061875rem;height:3.232425rem;display:flex;top:35.25rem;left:4.9375rem;z-index:15000;padding-top:0.028125rem;padding-right:0.030625rem;padding-bottom:0.028125rem;padding-left:0.030625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #t3N1bgvdiI9TkcmLLKV7VV2HH6rdlNpT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #mpnMiEXpqgWbMcTIeKVDeliADEpFKL4e {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #PqvzXU1cvqETR5u6p3aG3QJgnVppW8My {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #nkXr3wwVU6Vg8WsS1uqp0iTBqslbJi1y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #K5FKzJQkXDKw4GzFcquSgJTo9Q5P7v5Z {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Kt8dZq9JZ3ekfSuT7KeNCIRwwk5RAI4W {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #vXmc9qVSfcrkaBpJSMk61UPtCsmTzg3k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #U4qhaHzfe3NP9XhmhEzIyGv9h7hN7Sub {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #Z7vISU3oh9cEzG8hMl1Tc1pfTl9rTM6a {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #GhiuQ0IwEfKd5ThUsuzWscUxOUkB2ooT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #ks9ZgBBt2q3ZN4u5Eeul2T50UL5tHdCh {  }
 }@media only screen and (max-width: 763px) { #L4EpyMIX0546ZalUhT7ScDH2TNcBNNwN #hwcPG8UqtVRyknydZ2pEfywxK44fOCL9 {  }
 }@media only screen and (max-width: 763px) { #weRiQ1WbaMgUnkvlvgG19KWxr7zGWmCy { width:15rem;height:3.90015rem;top:1.25rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pEbPX5TT4zeQSFrgKTDt7SKDg0CDVUoe { width:17.0625rem;height:1.3999rem;top:32.5625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #NJ4CKTucFLxIB4ZT72RBm9lcqOTH4cV2 { width:20rem;height:4.2236375rem;top:27.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkqGAZL5wIrVE0l251udKdyNS5XrVGNo { width:16.75rem;height:1.57470625rem;top:12.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvK65yr91PXTrlLlGizQwV6mvpa0Trd { width:10.9375rem;height:2.6001rem;top:6.27490234375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #URfoHpNmNNHCuBlCSCq5II6aP01TpBd4 { width:18.5rem;height:8.4375rem;top:6.27490234375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-text {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-select {padding-top: 0; padding-bottom: 0;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom  { width:17.5rem;height:auto;top:39.4990234375rem;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; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom {display:block;}#geoX5ncRHgHneTyy51oOL5NXJ2ehFvom { width:17.5rem;height:auto;top:39.4990234375rem;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) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #u6fA3tqU3Eue5TQOxJ7R2LvmTcrN7XHc {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zLB0JBwBAbiwzVNgUa8VPnD2koEEPqbw { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #y2Gw7tRGGgr6UCDm4ONDAk1dB2GluGhW {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #WLcos2Uw2TKVcIBEluO0wq6s8QcnFEz7 {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #hsxaKr1B2526Wiw8VfSmnzvTuFAVNwz7 { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #qB0zhmgMyF2lqw4vHEppaVt73pC5qsuL {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #LGL8P6AnpRkND4gIJKlyUOpkHAMuHP7b {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #FPOXPyTiRwwEqVRO5mD1oWEMJZ5MOztS { display:block; }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #medGNN99NTzounOahzoC4s7OGUPmXpsf {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #zvI8fM2HcuHeebl8JzlAMpFqI2VA1kvR {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #bBWI0EFRmde4oZV8I16tmEHFdVwVSlZT {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #GUkUpaikqzK5OzyWsQTCdgDx4gqhiQy5 {  }
 }@media only screen and (max-width: 763px) { #geoX5ncRHgHneTyy51oOL5NXJ2ehFvom #UXsvHT5aw44zEJcx5GzIUSsQtwveuw7V {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oZ1cA5VKtmRXmRO4DirDbqpw8eqmCJSW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Nd8ZEPEut6vpyX52gpzFTMrPqgoCkE1e {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VyTMDUyLSF9JuQfzcxINVsQEIhVxk9ku {  }
 }@media only screen and (max-width: 763px) { #wZQcGC28pmnqFdVoQh89QHXstOR8pBcV { display:block; }
 }@media only screen and (max-width: 763px) { #ivV61ZGt5WtGnsfdddc1ieTt6Ahm2Z1T { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBzFPCq0Hp3GK8qZLup3cU0bFTfQSA0L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rDMDoAw92Ic64xXFbRf9k43hMTk11THZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldSeT7Uf5cEspsvZpAmlMbCagHKvTNwb {  }
 }@media only screen and (max-width: 763px) { #hlbtbeaoWBANlsRo6aqeAvuflxgGBNgT { display:block; }
 }@media only screen and (max-width: 763px) { #bTV5NQF4ib774QyeaiV1gaQiH3ZfyNyZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OBd03AiwzL6hdyVJlhny1MbNNArRdVtC {  }
 }@media only screen and (max-width: 763px) { #vCmXNrTwHCekaUHpSpC5nTezAZUWgKg5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SLpsZTgEbIIzBTKNurz8ZUJwAd21G0xX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VrwUe4slsGrzF6BB8fTNCIlTQ9QNWTOw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BUJLT5Zl3eycqQBOGTGF6vALoPuWwpH2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ek4vT7kxE0TgAcVq6VtKz45RIhwJsVfK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #u5eqHGVLA2grDpkOIiqVWarA0WoEQugO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqtqrTuG3KQSVczgR1rcfCKcJGTiL2h1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CPkPgTAdDS5urPgk04P7oGrM05Ma4TX4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c848TQKQO7gVtHnEu7rIIkeCmqqC62Zw {  }
 }@media only screen and (max-width: 763px) { #GoZyTn7Pn2TehpHNK7TMHFTXh9DXV7gH { display:block; }
 }@media only screen and (max-width: 763px) { #SWudpoVndwsxecgFOsnOFNSbsnz6zVo3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bhi8LvuTOsGlwyxTWEXpmoAeZDdrePRt { display:block; }
 }@media only screen and (max-width: 763px) { #LmriqxbZlem9z30yzmq3wvf9mSIEr2TP { display:block; }
 }@media only screen and (max-width: 763px) { #u51leeKCdr8PwKU2SICs9lQZm47TPVMZ { display:block; }
 }@media only screen and (max-width: 763px) { #y6q5FRfr23B5n027cnJ4uwQp0yzJ3IQi { display:block; }
 }@media only screen and (max-width: 763px) { #v64S2UT6ROSnu0vW2xTPMuOsTTGbgOZB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NDlwJHVRpnR2aic4Brg4DOgDKPtzxDOk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ErH2kLciprTvJyoCulFh6DHwkmeK3yZA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GG4189sRGvquv4dLSzfQ7rZEB7Oc8h42 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wh2rp7vkODFLuSOrmZZKqJxPaJGtKRRh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iyO7Lgc6FVA5ogVEifTnGsppyn5m9QOZ {  }
 }@media only screen and (max-width: 763px) { #PtciggJ2ngfBhRTxeygiBGvbBnHuFp69 { display:block; }
 }@media only screen and (max-width: 763px) { #Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk { display:block; }#Hf8DkKG3u7RkV4ApPJUIXpkMnKTHI8mk > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCvM5TlGXBJkdWVtsTKqOdroe1XDqDDy { width:18.125rem;height:5.39795rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWoT5iTvZfp1JmO78XympoL2DfiRXZcs { width:18.125rem;height:5.39795625rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZiiTw2nBEWJzP97wpCP4znCP4IRX8qy { width:18.125rem;height:5.39795rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNigfnLyU6ZHPxl5Thq0IgitcShx7BZ0 { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXi1MNxxmyhTua2XPZlHto4RcKwNDykh { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVngenrWTXunpxnV0hxlWbd4Gi9BuWMB { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHbihOrcRrKwoWfOJVekHhA85gIMILnt { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }