.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:66,139,205;--color-primary-1:0,60,255;--color-primary-2:0,111,171;--color-primary-3:0,24,135;--color-primary-4:11,33,49;--color-secondary-0:254,168,88;--color-secondary-1:255,204,77;--color-secondary-2:255,212,77;--color-secondary-3:241,203,70;--color-secondary-4:255,200,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:162,162,162;--color-tertiary-3:97,97,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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-primary-4),1);background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container { background-color: transparent; background-image: none; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container > .video-iframe-container { display: none; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row > .video-iframe-container { display: none; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .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); }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container { border-width: 0; border-radius: 0; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#cRWEoHtIIqP8Q7OMeQsb0w1ZW8Sx0uFV { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#y01znvfPp5bTfGAOlMopT7LZUXf0tQoH { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c961deb-714b-4b7b-8cd4-c21d09b451e9/Logo_color_Horizontal_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:15.625rem;top:1.3125rem;left:0rem;display:block; }#y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.adaptive-delivery-prevent-bg, #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.lazyload, #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.lazyloading { background-image: none; }
#qSsBzSRK87zv5shOBq7yRIO7mIZOOtW1 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.59375rem;left:48.75rem;display:none; }
#hrg21z1p7GS9STnDvWIcK3Tkyq7mPTZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { background-color: transparent; background-image: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container > .video-iframe-container { display: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row > .video-iframe-container { display: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .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); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { border-width: 0; border-radius: 0; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#MV7nudBV2ICzFPygaZGT3Cdn1WC4Mk1B { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DQaQPRNiRrZlaUrl0peTFkbbA8X0UOdn { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.1875rem;left:12.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiGnqsKS7ZFT5TW1uzhJl8nQ2sx1P49N { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.5rem;width:40.4375rem;display:none; }
#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { border-width: 0; border-radius: 0; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:none; }#JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.0620125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:26.3125rem;left:18.5625rem;display:block; }
#I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:25.875rem;width:54.125rem;top:1.81201171875rem;left:2.93603515625rem;display:block; }
#w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.4658203125rem;left:10.67333984375rem;height:1.875rem;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; }
#HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.2724609375rem;left:8.46728515625rem;height:2.5498rem;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; }
#IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.875rem;left:11.3125rem;height:2.32470625rem;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; }
#cN2IMAC39xDROQviOT9aGe0RndFHLLtI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:6.2724609375rem;left:34.1875rem;height:2.5498rem;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; }
#t7UHUsVADt2pxuWcECX34yhVh9Vl0i6q { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:8.625rem;width:17.25rem;top:10.375rem;left:8.59228515625rem;overflow:hidden;display:block; }
#u3u7RzZCcGG65gQqz003evTOr3ebQf8t { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:6.1875rem;width:12rem;top:10.375rem;left:30.73583984375rem;overflow:hidden;display:block; }
#VvAplOb7AZy6qBxgKmR5wVf7Sog2PGXk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:6.4375rem;width:12.625rem;top:10.25rem;left:43.36083984375rem;overflow:hidden;display:block; }
#WJw8nRwz7l2UrHtAwhNHhUaMK1Bvkxyl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:6.1875rem;width:11.875rem;top:13.59326171875rem;left:36.9375rem;overflow:hidden;display:block; }
#gy9EwUyJrZot6DBol19p8UvJrZzL220h { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.4658203125rem;left:10.67333984375rem;height:1.875rem;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:none; }
#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { background-color: transparent; background-image: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .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); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { border-width: 0; border-radius: 0; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:60rem;height:34.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.0620125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:21.58837890625rem;display:block; }
#KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { color:rgba(var(--color-tertiary-0),1);display:block;width:25.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.12353515625rem;left:34.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { color:rgba(var(--color-secondary-2),1);display:block;width:17.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9248046875rem;left:42.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.625rem;left:3.375rem;height:4.875rem;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; }
#iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:0.125rem;top:12.6875rem;left:2.4375rem;display:block; }
#goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:20.0625rem;left:3.0625rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9365rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.375rem;height:1.625rem;font-style:normal;display:block; }
#CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { color:#45c7ff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:2.685546875rem;left:6.36962890625rem;height:7.1496875rem;font-style:italic;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; }
#Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:14.125rem;width:25.375rem;top:12.3125rem;left:32.8251953125rem;overflow:hidden;display:block; }
#JqhZg4SkLy7lqfmzUBw0RAKMW4MkPO5O { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:37.311767578125rem;left:22.376220703125rem;height:0;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:none; }
#UHf5vkh8Xc0FLbF5huGE20lkEX2w2lgU { color:#45c7ff;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:2.685546875rem;left:6.36962890625rem;height:7.1494125rem;font-style:italic;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:none; }
#qSCK9Thu9d6XtdOBgrn5NAzsLMuMTf8c { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:20.0625rem;left:3.0625rem;height:3.59911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { background-color: transparent; background-image: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container > .video-iframe-container { display: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container { display: none; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .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); }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { border-width: 0; border-radius: 0; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { color:rgba(var(--color-secondary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:5.0625rem;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; }
#cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:1.29980625rem;display:none; }
#DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:5.625rem;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:none; }
#QboyAMrxnwmAOET66VCqDheuik2RFcW3 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:6.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:174.46875rem;left:15rem;display:none; }
#a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlW7nuDh8ELpDPR7Qc80aMltaAkrksXw { color:rgba(var(--color-secondary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:5.0625rem;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:none; }
#JStblQLcJHMK14gMnQxO8chBSDzEAIDh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { border-width: 0; border-radius: 0; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:none; }#okJTv9790S8eVTKK5OPskksENXdoS7Uu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.25rem;width:60rem;top:2.03125rem;left:0rem;display:block; }
#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { background-color: transparent; background-image: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container > .video-iframe-container { display: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container { display: none; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .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); }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { border-width: 0; border-radius: 0; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.25rem;top:2.96875rem;left:19.8125rem;display:block; }
#dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0.0625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:10.3125rem;top:1.25rem;left:44.875rem;overflow:hidden;display:block; }
#vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.375rem;left:40.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.25rem;top:2.90625rem;left:40rem;display:block; }
#iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.9375rem;height:3.25rem;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; }
#mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:none; }
#BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:0.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.87451171875rem;left:19.99951171875rem;height:3.73730625rem;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; }
#keLkBBkGHruyaVCFLNGQewVvXlFToma8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.201416015625rem;left:23.934814453125rem;height:1.62524375rem;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; }
#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { position:relative;display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { background-color: transparent; background-image: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container > .video-iframe-container { display: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row > .video-iframe-container { display: none; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .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); }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { border-width: 0; border-radius: 0; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEMahTQhAxGv85crSrLXZKTHiFobktlg { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:17.5625rem;left:0rem;display:none; }
#TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:17.5625rem;left:0rem;display:none; }
#odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),0.08) ;height:8.625rem;width:27.125rem;top:8.4375rem;left:1.625rem;display:block; }
#IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { color:rgba(var(--color-primary-1),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.517578125rem;left:1.625rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(207,164,255,0.17) ;height:29.9375rem;width:20rem;top:5.5625rem;left:0rem;display:none; }
#ZbwdGf8mIdEPKBMAWcDNxyb8wfMJA2HV { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5625rem;left:2.875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G1AxzyayaryVFqME6pObKShldiN1OMVz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),0.08) ;height:8.625rem;width:27.125rem;top:8.4375rem;left:31.5rem;display:block; }
#kzb4TUaCJTdMsoDxgNDDMbdAkUieqcRu { color:rgba(var(--color-primary-1),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5rem;left:31.5rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IUOfTfOga6VWbTGVSxgH60FU8wQibTyx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.2119140625rem;left:32.75rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#utmqM3kXJ33KgNcF4Od83x0knQqpEEIQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),0.08) ;height:8.625rem;width:27.125rem;top:18.0625rem;left:1.5rem;display:block; }
#a7AOw6HoM6Mq3erviCQXsm6PD6XRscSh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),0.08) ;height:8.625rem;width:27.125rem;top:18.0625rem;left:31.375rem;display:block; }
#p7FKOv7IfvTp04lr5CmRFDsDVAt6g6o8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t7MTsyEBWvUwTXoGuI8kPRq3BdmvHz71 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.18701171875rem;left:32.75rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rB0EgMDhIKTfWuWmZhm958VVVtZrbqaz { color:rgba(var(--color-primary-1),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.125rem;left:32.75rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#seAaleP9ghVDnqD7AxSzMSJSQE6Ii5FF { color:rgba(var(--color-primary-1),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.5rem;height:1.54358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SgJVn5Gt3i664cQHr27M9r2TzZMi5btR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.2119140625rem;left:32.75rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hAkIi6yBz9ncJ6oTrmOMvmrh2VGf9sXa { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.0620125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:21.58837890625rem;display:none; }
#eBxLaAiIpdozplQTZWITQi108BEUm4k3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container { background-color: transparent; background-image: none; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container > .video-iframe-container { display: none; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row > .video-iframe-container { display: none; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .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); }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container { border-width: 0; border-radius: 0; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#oZPVf8wWPl0BbVM0pqcW78hqFODXyTgD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#b4iMXMMu3Kwhi44b1sJB3bnxRHvm64iy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.7);top:4.03125rem;left:24.98291015625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVhFaraKPesVSEfD8QkagTRe85RVSEiX { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5620125rem;width:19.062rem;top:7.1220703125rem;left:22.874267578125rem;display:block; }
#T3NAUKh5Fpr6O4sKpZpiPGN46NFC4WaM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:11.5rem;left:4.3125rem;display:block; }
#xKSiTWqXeeywCRE8snQFUshFXm8BFkvE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:11.5rem;left:30rem;display:block; }
#lcFGlQQn1lMh0BSIWEvXU3X6J6HbBGR6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:18.75rem;left:4.3125rem;display:block; }
#ynEkeh0zt4u4roWbyZOyMWo9TBN12Idu { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:18.8125rem;left:30rem;display:block; }
#qERbpeA415ChQSCIAEP3pwsEoXRTQscg { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:26rem;left:4.3125rem;display:block; }
#QCynNcDGTau7TVIDQKP2Tqzg3SDezv68 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:6.5625rem;width:25.6875rem;top:26.0625rem;left:30rem;display:block; }
#AnZvcRfQNDQhD7oQe86nJL7T8f8VCKZC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#OJTNT4RuoXza0hSW2NXD9iKTFhtsW14x { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:31.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DdQGirtF9IEuBrODyaGMz5Xw5uOf3lmB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#RurDVOOOGE0UFXtiO9fUIfTKspbnNiV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T5Luq0IrifRN5F5zimGz8gBQVPQEnT1p { color:#c6c0ff;display:block;width:9.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.68);top:1.25537109375rem;left:17.296142578125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6qh5wmpRJgDKWi9DLcS1MB2zPhankTW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#RT3kzXzRqnBQfUxoz9oJH72mFUV0dc6T { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#wTVk0uRT2vBMwm2gB3h1bUsf4lvrKPbx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#BuM0ff8n8kyCeubxuLRTlgvtsQTkQ8kv { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8310546875rem;left:5.15625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6TySgKn0Jc2zR67exWeiD8UgWCz7tai { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.8310546875rem;left:30.81298828125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XevOM0fNKe5omc8lNaTSmyOH9mShy1kx { color:#000000;display:block;width:24.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.0810546875rem;left:5.12548828125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rANTxQJckdg56wtK0zbg37I5RlKBrFhc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.0810546875rem;left:30.81298828125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kz4VRqngwqrsyXJ6y05lO42XBcqEOSZI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.3310546875rem;left:30.81298828125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlL5L8VRtltfzNPhOZQ80f67QFz4TdhK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.3310546875rem;left:5.12548828125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gpzw5tp92OGpgnapW0ETUKy3l0uSrNRB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.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.625rem rgba(var(--color-tertiary-4),0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.375rem;display:none; }
#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { position:relative;display:block; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { background-color: transparent; background-image: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container > .video-iframe-container { display: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row > .video-iframe-container { display: none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .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); }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { border-width: 0; border-radius: 0; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.37475rem;height:3.8745125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.843505859375rem;left:18.810791015625rem;display:block; }
#rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zlfy4fS3EqXkg0gXKZAmG2hS9fbx4uts { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.0620125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:21.58837890625rem;display:none; }
#DhDwtyuPHUTgnEzzhGiMv0FF3ZRX6W71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { position:relative;display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { background-color: transparent; background-image: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .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); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { border-width: 0; border-radius: 0; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:78rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.061767578125rem;left:9.375rem;height:2.59765625rem;font-style:normal;display:none; }
#rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.99853515625rem;left:3.438720703125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:18.9375rem;left:9.0625rem;height:6.13671875rem;font-style:normal;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
#omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:16.4375rem;left:9.0625rem;height:1.625rem;font-style:normal;display:block; }
#Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:11.6875rem;left:9.0625rem;height:4.2246125rem;font-style:normal;display:block; }
#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:58.375rem;left:8.5625rem;height:6.13671875rem;font-style:normal;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
#VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:51.4375rem;left:9.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.25rem;width:50.4375rem;top:30.125rem;left:6.25rem;display:block; }
#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:38.875rem;left:9.3125rem;height:6.13671875rem;font-style:normal;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
#wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:36.5rem;left:9.3125rem;height:1.625rem;font-style:normal;display:block; }
#ufMVry9MQUv34haLXeprpqCgJZfTbCZm { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:31.625rem;left:9.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.3125rem;width:50.5rem;top:49.625rem;left:6.25rem;display:block; }
#G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:50.25rem;top:9.375rem;left:5.9375rem;display:block; }
#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:59.125rem;left:5.5rem;height:;font-style:normal;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
#F3mCmznUghf4saTI8gv2ZXozICOJebyd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.625rem;top:112.5625rem;left:0rem;display:none; }
#GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfc36f37-d9ad-4ddb-bfce-8fcf6ef683dd/zocialeyeFeature.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.5rem;width:16.125rem;top:130.375rem;left:0rem;display:none; }#GbIip7dhSxHoX1kgEKKVsKECfudTkc44.adaptive-delivery-prevent-bg, #GbIip7dhSxHoX1kgEKKVsKECfudTkc44.lazyload, #GbIip7dhSxHoX1kgEKKVsKECfudTkc44.lazyloading { background-image: none; }
#TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:76.0625rem;left:11.6875rem;height:1.625rem;font-style:normal;display:none; }
#cDcNQXmTboavOULD6z3Kkg6Be9431apI { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:56.1875rem;left:9.4375rem;height:1.625rem;font-style:normal;display:block; }
#Ews27ZtF0WMT0roh99X3B2QM7KIQWTSO { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.8745125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:70.080078125rem;left:20.46875rem;display:block; }
#GTgeJm3tdynqCMbJmPLEsfbqNTMP39CB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyvokkaXGQT12dwrygLzJ9T1ru5Pecz2 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.0620125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:21.58837890625rem;display:none; }
#Lw8wsTbW1Mq7mhzx3htakt6LcVHE7foZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { position:relative;display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { background-color: transparent; background-image: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container > .video-iframe-container { display: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row > .video-iframe-container { display: none; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .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); }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { border-width: 0; border-radius: 0; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:44rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.9375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.71) ;height:2.4375rem;width:9.1875rem;top:4.0625rem;left:1.875rem;display:block; }
#nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { color:#facc6c;display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),1);top:7.24951171875rem;left:1.874267578125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:10.8125rem;left:1.875rem;height:4.0498rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
#BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:28.375rem;display:none; }
#my0e3UDUe16734o9WGxwRgih5SbJb9AS { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:1.875rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.31201171875rem;left:1.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:32.5rem;width:21.625rem;top:4.4482421875rem;left:35.24658203125rem;overflow:hidden;display:block; }
#FcPMc3PVeh5K4eWSTCMZqDA8NKUROtnP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RubAatxOc0niKBLbSAUdioxMxmamCwt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.9375rem;left:1.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8moO3TsSlaKT32tEl0CtNGFva3bNtNK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.875rem;height:2.5869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#P8moO3TsSlaKT32tEl0CtNGFva3bNtNK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P8moO3TsSlaKT32tEl0CtNGFva3bNtNK li:before{  }
#uaho7I3TsMG5k2aiSVMH0snTVpw70iRH { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:1.875rem;height:3.41161875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zZsUmD6TA2qgvzxIy14cW3ehWXAF5Kb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.9375rem;left:1.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#omTkcrEQzKQOkrTVCB1AmNGkWuzqOwEA { 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:3.75rem;width:3.75rem;top:19.59814453125rem;left:1.875rem;overflow:hidden;display:block; }
#meRpD7UVpv7uNnQJbM70GwI4U17dvGSn { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:19.59814453125rem;left:6.31103515625rem;overflow:hidden;display:block; }
#ENTl9LZFUtelLsTFpTiLquAGu2uIAENs { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.59912109375rem;left:1.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ENTl9LZFUtelLsTFpTiLquAGu2uIAENs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ENTl9LZFUtelLsTFpTiLquAGu2uIAENs li:before{  }
#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { position:relative;display:block; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { background-color: transparent; background-image: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container > .video-iframe-container { display: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row > .video-iframe-container { display: none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .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); }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { border-width: 0; border-radius: 0; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggkHAaeKy6Tg5pcX0bkFMX5aVDXaA6zm { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#213e4b;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.8745125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.843505859375rem;left:18.75rem;display:block; }
#HVTiKlnh2vTs566lzRXgvtsFdHm0pyoS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { position:relative;display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { background-color: transparent; background-image: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container > .video-iframe-container { display: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row > .video-iframe-container { display: none; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .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); }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { border-width: 0; border-radius: 0; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.125rem;left:0.75rem; }
#OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.4375rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:23.3125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.25rem;left:20rem; }
#SC00zNyWVMg7Ukq245DKawBMaZZPESAp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.35546875rem;left:20.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zond3QypWrfzETArsNIa4886nPPLTkkc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.8125rem;left:2.8125rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.125rem;left:43.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.4375rem;left:40.8125rem; }
#fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.6875rem;left:41.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { position:absolute;display:block;z-index:15014;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:13rem;width:20rem;top:14.1533203125rem;left:0.84228515625rem;overflow:hidden;display:block; }
#msBtFHJL4tLZ6bHLoxzum8BX9PPGVEpr { 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:12.6875rem;width:19.25rem;top:14.7158203125rem;left:20.27978515625rem;overflow:hidden;display:block; }
#AcXv330FDoRoTcrQERueJSLB6FDskfC6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18rem;top:15.21435546875rem;left:41.37451171875rem;overflow:hidden;display:block; }
#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu { position:relative;display:block; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu { background-color: transparent; background-image: none; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container > .video-iframe-container { display: none; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row > .video-iframe-container { display: none; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .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); }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu { border-width: 0; border-radius: 0; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mc91IFu7nX9Aaz6CeVHwpTqUabR7CKGa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.82470703125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ai7bRvkI8pM8XsZvTTCKG5DqHxdGMR3U { color:rgba(var(--color-tertiary-0),1);display:block;width:18.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9383544921875rem;left:33.905029296875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NR3hEVEHO1fnV8hLbU3SUUZlvHDeLrku { color:rgba(var(--color-tertiary-0),1);display:block;width:22.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.73193359375rem;left:32.247924804688rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q0nr6C8S96MsnJUM9Q8TvdN3PeKaRHkA { color:#ffd300;display:block;width:21.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:17.442016601562rem;left:32.341918945312rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3mchTzlF7RTqdk3evNdFRe2q2G860WW { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8a66a9, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #8a66a9, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #8a66a9, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #8a66a9, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a66a9', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a66a9', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #8a66a9, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:14.6875rem;width:27.75rem;top:8.91162109375rem;left:30rem;display:block; }
#V6udeU4nXNGySDzUHoSfSyI58aF9E3Dv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.317749023438rem;left:32.341918945312rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpnJvakNQqbUsWNGMMt3aGGhy3sTJ9qa { color:rgba(var(--color-tertiary-0),1);display:block;width:21.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:20.812377929688rem;left:32.904663085938rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pePVXAyNIRn4pyVJl0QFsuMOz5DpxuUS { z-index:15009;top:24.310302734375rem;left:33.568725585938rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-0),1), #ed765e);background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-0),1), #ed765e);background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-0),1), #ed765e);background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-0),1), #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-0),1), #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4365rem;height:3.061525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XZ7au6PaAmgL2U6soAwhGetOZkDxFRNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKvCAJbkAuF2dk8BhQM3MsUTDZLnu7Sy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:21.3745rem;width:21.3745rem;top:7.061767578125rem;left:9.91455078125rem;overflow:hidden;display:block; }
#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { position:relative;display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { background-color: transparent; background-image: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container > .video-iframe-container { display: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row > .video-iframe-container { display: none; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .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); }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { border-width: 0; border-radius: 0; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { color:#cfa4ff;display:block;width:19.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.412841796875rem;left:40.00048828125rem;height:5.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:20rem;left:0.375rem;height:8.911125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
#NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { color:#b56ff6;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:10.25rem;left:0.5rem;height:6.743625rem;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;font-style:normal;display:block; }
#oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:2.0625rem;left:20.5625rem;height:2.32470625rem;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;font-style:normal;display:block; }
#PyKvCFIX5KFTZXdEnpQ1NUPCu3nhKHbT { position:absolute;display:block;z-index:15038;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:6.2495125rem;top:17.8125rem;left:11.625rem;display:block; }
#ZUO0WTTwlFadCNGpypn2uddRucNC1zXT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87158125rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17rem;left:11.8125rem;height:1.70605625rem;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;font-style:normal;display:block; }
#A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { color:#7e49d7;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.8999rem;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;font-style:normal;display:block; }
#RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:2.6123rem;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;font-style:normal;display:block; }
#Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),0.08) ;height:31.5rem;width:19.75rem;top:0.625rem;left:0rem;display:block; }
#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { color:rgba(var(--color-tertiary-0),1);display:block;width:19.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.125rem;left:21.0625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-form-header {  }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.625rem;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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:17.625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:17.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:17.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container:first-of-type{padding-top:0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-container:last-of-type{padding-bottom:0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { 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:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.87353515625rem;top:10.62353515625rem;z-index:15021;position:absolute; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.625rem;display:block;vertical-align:top; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { 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:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.87353515625rem;top:10.62353515625rem;z-index:15021;position:absolute; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { position:relative;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 { position:relative;z-index:2; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP { position:relative;display:block;z-index:15000; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI { position:relative;display:block;z-index:15000; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA { position:relative; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC { position:relative; }
#evQ2MQVzmP8WuxXifdZspEguPeIAKves { position:relative;display:block; }
#qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 { position:relative; }
#lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { position:relative;display:block; }
#p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { position:relative;display:block; }
#mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { position:relative;display:block; }
#PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { position:relative;display:block; }
#VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { position:relative;display:block; }
#HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { position:relative;display:block; }
#SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { position:relative;display:block; }
#NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { position:relative;display:block; }
#VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { position:relative;display:block; }
#M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { position:relative;display:block; }
#k4EqWdSybMIONGwr4KG9T6mqsSzS5Scn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:10.62451171875rem;left:0rem;height:2.6118125rem;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;font-style:normal;display:none; }
#xtr8b0ta8EtGt83yNnvdydrovXJ6Ao39 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:8.9375rem;top:7.9375rem;left:25.625rem;overflow:hidden;display:block; }
#QI5T367Cqq1ZTqaUER7twoM5STvFT3Z3 { color:#e4ec00;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.125rem;left:20.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 { 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.5rem;height:3.5786125rem;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:27.6875rem;left:24.7041015625rem;z-index:15045; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Rl0nCs7DZl79NQxx0IA4H6U0Ht12hoJM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #u5HOs0tJG9o6zpoNH1iyUOfdUJhGUM5O { width:auto; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #VpTWWoZPyXzWctv24FUy9HCTqeBmmUIo {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Br3DoMk2GB8kzZMZfdNHuRopmTTWDTUU { display:flex;position:relative;top:0rem;left:0rem; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #EnCGBEbSbpIxm046VLzTMllb8Fru4Xcn {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #S0JU7kT71nPfTTIRr7eT7azwpGmfhJwB {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #AG77xRbg7iWDkoGJrzBC7RhT7DJQGqWU { display:flex;position:relative;top:0rem;left:0rem; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #ItohfrDRczDAnwoFH280hExlK8c4vHIe {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #zfK6yLSmmSNxZTp5ubQaICOFoVmIm016 {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #BqE3m06dtEnR7XPHKCbVclua6oinIaNx { display:flex;position:relative;top:0rem;left:0rem; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #OZHh5ossXvIdFwqWNiJQ08Q4ZeMW4aCs {  }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #he6AXBcNcEWEWAf3EIoOPHepJzTwdKIf {  }
#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { background-color: transparent; background-image: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container > .video-iframe-container { display: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container { display: none; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .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); }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { border-width: 0; border-radius: 0; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:60rem;position:relative;display:block; }#JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.9375rem;width:60rem;top:8.0625rem;left:0rem;display:block; }
#Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:8.076171875rem;left:17rem;height:2.5996125rem;font-style:normal;display:block; }
#FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:9.06201171875rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:1.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15061;line-height:1.8;letter-spacing:0;top:11.2744140625rem;left:0.90625rem;height:3.5996125rem;font-style:normal;display:block; }
#N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:17.3125rem;left:0rem;display:block; }
#TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:18.28759765625rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15064;line-height:2.1;letter-spacing:0;top:20.5615234375rem;left:1.125rem;height:2.0996125rem;font-style:normal;display:block; }
#uqxMATmmI0E2QArfV3giNKTMm86mOwWX { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.0625rem;width:60rem;top:24.875rem;left:0rem;display:block; }
#yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:2.1;letter-spacing:0;top:28.0625rem;left:1.25rem;height:2.0996125rem;font-style:normal;display:block; }
#TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:25.8505859375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:8.125rem;width:60rem;top:43.375rem;left:0rem;display:block; }
#yw4wEbVfva14gnWndrHywIEnV7dKzbis { color:rgba(var(--color-tertiary-4),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:2.1;letter-spacing:0;top:46.5625rem;left:1.375rem;height:4.19921875rem;font-style:normal;display:block; }
#f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:44.35009765625rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:52.8125rem;left:0rem;display:block; }
#osgQnyXB16hpMWeGdT72XhKOe9Euot5r { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:56rem;left:1.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:53.7880859375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:60.75rem;left:0rem;display:block; }
#uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:64.0625rem;left:1.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6875rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:61.6875rem;left:1.3125rem;height:2.2749rem;font-style:normal;display:block; }
#vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:69.6875rem;left:4.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { 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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:76.4375rem;left:10.8125rem;display:block; }
#r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { 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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:76.4375rem;left:31.6875rem;display:block; }
#eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:8.1875rem;width:60rem;top:33.5rem;left:0rem;display:block; }
#wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:34.4755859375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:36.75rem;left:1rem;height:4.19921875rem;font-style:normal;display:block; }
#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { position:relative;display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { background-color: transparent; background-image: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container > .video-iframe-container { display: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row > .video-iframe-container { display: none; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .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); }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { border-width: 0; border-radius: 0; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DGp4TxF55QFpyGHsmAx219X64GVN1IZh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5605625rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:11.1875rem;left:21.21923828125rem;display:block; }
#TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.125rem;height:2.11230625rem;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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-tertiary-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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { 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.5rem;height:3.58rem;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:4.5625rem;left:31.3125rem;z-index:15004; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF { width:auto; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
#pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ { display:none; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cRWEoHtIIqP8Q7OMeQsb0w1ZW8Sx0uFV { width:20rem;height:;top:1.9375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH { top:1.3125rem;left:0rem;width:15.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSsBzSRK87zv5shOBq7yRIO7mIZOOtW1 { width:11.25rem;height:2.9375rem;top:2.5625rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrg21z1p7GS9STnDvWIcK3Tkyq7mPTZq { display:block; }
 }@media only screen and (max-width: 763px) { #vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD { display:block; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV7nudBV2ICzFPygaZGT3Cdn1WC4Mk1B { top:0rem;left:0rem;width:47.75rem;height:20.244010416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQaQPRNiRrZlaUrl0peTFkbbA8X0UOdn { top:24.1875rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGnqsKS7ZFT5TW1uzhJl8nQ2sx1P49N { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { display:block; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { width:22.875rem;height:3rem;top:26.3125rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block; }
 }@media only screen and (max-width: 763px) { #UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { top:1.75rem;left:0rem;width:47.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { width:41.375rem;height:1.875rem;top:22.4375rem;left:4.54833984375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { width:17.5rem;height:2.5rem;top:6.25rem;left:2.34228515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { width:37.375rem;height:2.3125rem;top:2.875rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN2IMAC39xDROQviOT9aGe0RndFHLLtI { width:17.5rem;height:2.5rem;top:6.25rem;left:28.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7UHUsVADt2pxuWcECX34yhVh9Vl0i6q { top:10.375rem;left:2.46728515625rem;width:17.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3u7RzZCcGG65gQqz003evTOr3ebQf8t { top:10.375rem;left:24.61083984375rem;width:12rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvAplOb7AZy6qBxgKmR5wVf7Sog2PGXk { top:10.25rem;left:35.125rem;width:12.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJw8nRwz7l2UrHtAwhNHhUaMK1Bvkxyl { top:13.5625rem;left:30.8125rem;width:11.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy9EwUyJrZot6DBol19p8UvJrZzL220h { width:16.125rem;height:2.25rem;top:41.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { display:block; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { width:19.5rem;height:3rem;top:28.5rem;left:15.46337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block; }
 }@media only screen and (max-width: 763px) { #bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { width:20rem;height:8.5rem;top:24.0625rem;left:27.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { width:17.25rem;height:;top:38.875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { width:20.9375rem;height:4.875rem;top:14.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { top:12.6875rem;left:0rem;width:0.125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { top:20.0625rem;left:0rem;width:26.3125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { top:12.3125rem;left:0rem;width:7.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { width:47.75rem;height:7.125rem;top:2.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { top:12.3125rem;left:22.375rem;width:25.375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqhZg4SkLy7lqfmzUBw0RAKMW4MkPO5O { width:37.5625rem;height:1.75rem;top:37.25rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHf5vkh8Xc0FLbF5huGE20lkEX2w2lgU { width:20rem;height:5.3125rem;top:2.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSCK9Thu9d6XtdOBgrn5NAzsLMuMTf8c { top:25.375rem;left:0rem;width:16.75rem;height:6.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { display:block; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { width:47.75rem;height:5.0625rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { top:20.5rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { width:18.5rem;height:2.875rem;top:2.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QboyAMrxnwmAOET66VCqDheuik2RFcW3 { width:31.1875rem;height:6.5625rem;top:174.4375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block; }
 }@media only screen and (max-width: 763px) { #MlW7nuDh8ELpDPR7Qc80aMltaAkrksXw { width:20rem;height:8.0625rem;top:1.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JStblQLcJHMK14gMnQxO8chBSDzEAIDh { display:block; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okJTv9790S8eVTKK5OPskksENXdoS7Uu { top:2rem;left:0rem;width:47.75rem;height:28.848958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { display:block; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { top:2.9375rem;left:15.625rem;width:0.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { width:18.75rem;height:2.25rem;top:4.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { top:1.25rem;left:34.5625rem;width:10.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { width:18.4375rem;height:3rem;top:9.375rem;left:29.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { top:2.875rem;left:31.75rem;width:0.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { width:10.9375rem;height:3.25rem;top:7.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { width:18.75rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { top:6.1875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { width:19.9375rem;height:3.6875rem;top:3.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLkBBkGHruyaVCFLNGQewVvXlFToma8 { width:10.9375rem;height:1.625rem;top:9.1875rem;left:17.747314453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEMahTQhAxGv85crSrLXZKTHiFobktlg { width:21.375rem;height:9.75rem;top:19.375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { top:17.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { top:17.5625rem;left:0rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { top:8.4375rem;left:0rem;width:27.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { width:13.3125rem;height:1.5rem;top:9.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { top:5.5625rem;left:0rem;width:34.4375rem;height:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbwdGf8mIdEPKBMAWcDNxyb8wfMJA2HV { width:25.9375rem;height:3.875rem;top:11.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1AxzyayaryVFqME6pObKShldiN1OMVz { top:8.4375rem;left:4.625rem;width:27.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzb4TUaCJTdMsoDxgNDDMbdAkUieqcRu { width:17.1875rem;height:1.5625rem;top:9.5rem;left:18.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOfTfOga6VWbTGVSxgH60FU8wQibTyx { width:25.9375rem;height:2.5625rem;top:12.1875rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utmqM3kXJ33KgNcF4Od83x0knQqpEEIQ { top:18.0625rem;left:0rem;width:27.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7AOw6HoM6Mq3erviCQXsm6PD6XRscSh { top:18.0625rem;left:4.625rem;width:27.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FKOv7IfvTp04lr5CmRFDsDVAt6g6o8 { width:23.8125rem;height:3.875rem;top:21.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7MTsyEBWvUwTXoGuI8kPRq3BdmvHz71 { width:23.9375rem;height:3.875rem;top:21.125rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB0EgMDhIKTfWuWmZhm958VVVtZrbqaz { width:13.9375rem;height:1.5rem;top:19.125rem;left:17.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seAaleP9ghVDnqD7AxSzMSJSQE6Ii5FF { width:17.875rem;height:1.5625rem;top:19.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgJVn5Gt3i664cQHr27M9r2TzZMi5btR { width:14.1875rem;height:3.125rem;top:19rem;left:0.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAkIi6yBz9ncJ6oTrmOMvmrh2VGf9sXa { width:19.5rem;height:3rem;top:28.5rem;left:15.46337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBxLaAiIpdozplQTZWITQi108BEUm4k3 { display:block; }
 }@media only screen and (max-width: 763px) { #GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr { display:block; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZPVf8wWPl0BbVM0pqcW78hqFODXyTgD { top:38.625rem;left:23.875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4iMXMMu3Kwhi44b1sJB3bnxRHvm64iy { width:17.4375rem;height:5.6875rem;top:4rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhFaraKPesVSEfD8QkagTRe85RVSEiX { top:7.0625rem;left:4.875rem;width:19rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NAUKh5Fpr6O4sKpZpiPGN46NFC4WaM { top:11.4375rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKSiTWqXeeywCRE8snQFUshFXm8BFkvE { top:11.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcFGlQQn1lMh0BSIWEvXU3X6J6HbBGR6 { top:18.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynEkeh0zt4u4roWbyZOyMWo9TBN12Idu { top:18.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERbpeA415ChQSCIAEP3pwsEoXRTQscg { top:25.9375rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCynNcDGTau7TVIDQKP2Tqzg3SDezv68 { top:26.0625rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnZvcRfQNDQhD7oQe86nJL7T8f8VCKZC { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJTNT4RuoXza0hSW2NXD9iKTFhtsW14x { width:20rem;height:2.25rem;top:12.4375rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdQGirtF9IEuBrODyaGMz5Xw5uOf3lmB { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RurDVOOOGE0UFXtiO9fUIfTKspbnNiV7 { width:20rem;height:2.25rem;top:19.0625rem;left:23.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Luq0IrifRN5F5zimGz8gBQVPQEnT1p { width:9.375rem;height:11.25rem;top:1.25rem;left:14.233642578125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6qh5wmpRJgDKWi9DLcS1MB2zPhankTW { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT3kzXzRqnBQfUxoz9oJH72mFUV0dc6T { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTVk0uRT2vBMwm2gB3h1bUsf4lvrKPbx { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuM0ff8n8kyCeubxuLRTlgvtsQTkQ8kv { width:24rem;height:3.875rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TySgKn0Jc2zR67exWeiD8UgWCz7tai { width:24rem;height:3.875rem;top:12.8125rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XevOM0fNKe5omc8lNaTSmyOH9mShy1kx { width:24rem;height:3.875rem;top:20.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rANTxQJckdg56wtK0zbg37I5RlKBrFhc { width:24rem;height:3.875rem;top:20.0625rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4VRqngwqrsyXJ6y05lO42XBcqEOSZI { width:24rem;height:3.875rem;top:27.3125rem;left:23.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlL5L8VRtltfzNPhOZQ80f67QFz4TdhK { width:24rem;height:3.875rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpzw5tp92OGpgnapW0ETUKy3l0uSrNRB { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { display:none; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { width:22.3125rem;height:3.8125rem;top:1.8125rem;left:12.685791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zlfy4fS3EqXkg0gXKZAmG2hS9fbx4uts { width:19.5rem;height:3rem;top:28.5rem;left:15.46337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhDwtyuPHUTgnEzzhGiMv0FF3ZRX6W71 { display:block; }
 }@media only screen and (max-width: 763px) { #Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { top:42rem;left:3.25rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { top:2.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { top:18.9375rem;left:2.9375rem;width:44.8125rem;height:6.125rem;font-size:0.6875rem;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
 }@media only screen and (max-width: 763px) { #omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { top:16.4375rem;left:2.9375rem;width:34.3125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { top:11.6875rem;left:0.9375rem;width:46.8125rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { top:58.375rem;left:2.4375rem;width:39.25rem;height:6.125rem;font-size:0.6875rem;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
 }@media only screen and (max-width: 763px) { #VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { top:51.4375rem;left:3.1875rem;width:37.875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { top:30.125rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { top:38.875rem;left:3.1875rem;width:40.6875rem;height:6.125rem;font-size:0.6875rem;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
 }@media only screen and (max-width: 763px) { #wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { top:36.5rem;left:3.1875rem;width:40.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufMVry9MQUv34haLXeprpqCgJZfTbCZm { top:31.625rem;left:3.1875rem;width:35.1875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { top:49.625rem;left:0rem;width:47.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { top:9.375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { top:59.125rem;left:0rem;width:36.625rem;height:7.6875rem;font-size:0.875rem;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
 }@media only screen and (max-width: 763px) { #F3mCmznUghf4saTI8gv2ZXozICOJebyd { top:112.5625rem;left:0rem;width:16.125rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { top:130.375rem;left:0rem;width:16.125rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { top:76.0625rem;left:5.5625rem;width:37.9375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDcNQXmTboavOULD6z3Kkg6Be9431apI { top:56.1875rem;left:2.4375rem;width:45.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ews27ZtF0WMT0roh99X3B2QM7KIQWTSO { width:22.5rem;height:3.8125rem;top:70.0625rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgeJm3tdynqCMbJmPLEsfbqNTMP39CB { display:block; }
 }@media only screen and (max-width: 763px) { #TyvokkaXGQT12dwrygLzJ9T1ru5Pecz2 { width:19.5rem;height:3rem;top:28.5rem;left:15.46337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lw8wsTbW1Mq7mhzx3htakt6LcVHE7foZ { display:block; }
 }@media only screen and (max-width: 763px) { #MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { top:4.25rem;left:0rem;width:7rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { top:4.0625rem;left:0rem;width:9.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { top:7.1875rem;left:0rem;width:40.6875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { top:10.8125rem;left:0rem;width:36.25rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { top:25.25rem;left:0rem;width:30.5rem;height:;font-size:0.875rem;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
 }@media only screen and (max-width: 763px) { #BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { width:22.5625rem;height:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #my0e3UDUe16734o9WGxwRgih5SbJb9AS { top:16.1875rem;left:0rem;width:24.125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { top:23.25rem;left:0rem;width:34.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { top:4.4375rem;left:26.125rem;width:21.625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcPMc3PVeh5K4eWSTCMZqDA8NKUROtnP { display:none; }
 }@media only screen and (max-width: 763px) { #RubAatxOc0niKBLbSAUdioxMxmamCwt6 { top:36.9375rem;left:0rem;width:34.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8moO3TsSlaKT32tEl0CtNGFva3bNtNK { top:39.25rem;left:0rem;width:34.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }#P8moO3TsSlaKT32tEl0CtNGFva3bNtNK li:before{  }
 }@media only screen and (max-width: 763px) { #uaho7I3TsMG5k2aiSVMH0snTVpw70iRH { top:24.875rem;left:0rem;width:19.3125rem;height:0;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZsUmD6TA2qgvzxIy14cW3ehWXAF5Kb6 { top:31.9375rem;left:0rem;width:34.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTkcrEQzKQOkrTVCB1AmNGkWuzqOwEA { top:19.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meRpD7UVpv7uNnQJbM70GwI4U17dvGSn { top:19.5625rem;left:0.18603515625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTl9LZFUtelLsTFpTiLquAGu2uIAENs { top:33.5625rem;left:0rem;width:30.5rem;height:;font-size:0.875rem;display:block; }#ENTl9LZFUtelLsTFpTiLquAGu2uIAENs li:before{  }
 }@media only screen and (max-width: 763px) { #bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { display:none; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ggkHAaeKy6Tg5pcX0bkFMX5aVDXaA6zm { width:22.5rem;height:3.8125rem;top:1.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTiKlnh2vTs566lzRXgvtsFdHm0pyoS { display:block; }
 }@media only screen and (max-width: 763px) { #QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { top:10.125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { top:30.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { top:10.1875rem;left:15.0625rem;width:16.6875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC00zNyWVMg7Ukq245DKawBMaZZPESAp { top:30.3125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zond3QypWrfzETArsNIa4886nPPLTkkc { top:1.8125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { top:10.125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { top:29.6875rem;left:29.3125rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { top:14.125rem;left:0rem;width:20rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBtFHJL4tLZ6bHLoxzum8BX9PPGVEpr { top:14.6875rem;left:15.875rem;width:19.25rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXv330FDoRoTcrQERueJSLB6FDskfC6 { top:15.1875rem;left:29.75rem;width:18rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu { display:block; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc91IFu7nX9Aaz6CeVHwpTqUabR7CKGa { top:1.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai7bRvkI8pM8XsZvTTCKG5DqHxdGMR3U { width:18.75rem;height:1.75rem;top:9.9375rem;left:24.717529296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3hEVEHO1fnV8hLbU3SUUZlvHDeLrku { width:22.0625rem;height:2.9375rem;top:12.6875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0nr6C8S96MsnJUM9Q8TvdN3PeKaRHkA { width:21.875rem;height:2.6875rem;top:17.4375rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3mchTzlF7RTqdk3evNdFRe2q2G860WW { top:8.875rem;left:20rem;width:27.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6udeU4nXNGySDzUHoSfSyI58aF9E3Dv { width:21.875rem;height:1.0625rem;top:16.3125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpnJvakNQqbUsWNGMMt3aGGhy3sTJ9qa { width:21.875rem;height:1.0625rem;top:20.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePVXAyNIRn4pyVJl0QFsuMOz5DpxuUS { top:24.25rem;left:24.381225585938rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7au6PaAmgL2U6soAwhGetOZkDxFRNk { display:block; }
 }@media only screen and (max-width: 763px) { #xKvCAJbkAuF2dk8BhQM3MsUTDZLnu7Sy { top:7rem;left:2.5625rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { top:4.375rem;left:27.625rem;width:19.9375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { width:19.3125rem;height:8.875rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
 }@media only screen and (max-width: 763px) { #NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { width:19.0625rem;height:6.6875rem;top:10.25rem;left:0rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { width:17.875rem;height:2.3125rem;top:2.0625rem;left:13.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKvCFIX5KFTZXdEnpQ1NUPCu3nhKHbT { top:17.8125rem;left:9.5625rem;width:6.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUO0WTTwlFadCNGpypn2uddRucNC1zXT { width:5.8125rem;height:1.6875rem;top:17rem;left:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { width:19.9375rem;height:3.875rem;top:2.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { width:19.6875rem;height:2.5625rem;top:6.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { top:0.625rem;left:0rem;width:19.75rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { width:19rem;height:1rem;top:5.125rem;left:12.75rem;font-size:0.875rem;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-checkbox-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { width:17.625rem;height:auto;top:10.5625rem;left:11.625rem; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { width:17.625rem;height:auto;top:10.5625rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC {  }
 }@media only screen and (max-width: 763px) { #evQ2MQVzmP8WuxXifdZspEguPeIAKves { display:block; }
 }@media only screen and (max-width: 763px) { #qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 {  }
 }@media only screen and (max-width: 763px) { #lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { display:block; }
 }@media only screen and (max-width: 763px) { #p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { display:block; }
 }@media only screen and (max-width: 763px) { #mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { display:block; }
 }@media only screen and (max-width: 763px) { #PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { display:block; }
 }@media only screen and (max-width: 763px) { #VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { display:block; }
 }@media only screen and (max-width: 763px) { #HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { display:block; }
 }@media only screen and (max-width: 763px) { #SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { display:block; }
 }@media only screen and (max-width: 763px) { #NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { display:block; }
 }@media only screen and (max-width: 763px) { #VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { display:block; }
 }@media only screen and (max-width: 763px) { #M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { display:block; }
 }@media only screen and (max-width: 763px) { #k4EqWdSybMIONGwr4KG9T6mqsSzS5Scn { width:19.6875rem;height:2.5625rem;top:10.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtr8b0ta8EtGt83yNnvdydrovXJ6Ao39 { top:7.9375rem;left:19.4375rem;width:8.9375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5T367Cqq1ZTqaUER7twoM5STvFT3Z3 { top:22.125rem;left:11.75rem;width:20rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Rl0nCs7DZl79NQxx0IA4H6U0Ht12hoJM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #u5HOs0tJG9o6zpoNH1iyUOfdUJhGUM5O {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #VpTWWoZPyXzWctv24FUy9HCTqeBmmUIo {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Br3DoMk2GB8kzZMZfdNHuRopmTTWDTUU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #EnCGBEbSbpIxm046VLzTMllb8Fru4Xcn {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #S0JU7kT71nPfTTIRr7eT7azwpGmfhJwB {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #AG77xRbg7iWDkoGJrzBC7RhT7DJQGqWU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #ItohfrDRczDAnwoFH280hExlK8c4vHIe {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #zfK6yLSmmSNxZTp5ubQaICOFoVmIm016 {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #BqE3m06dtEnR7XPHKCbVclua6oinIaNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #OZHh5ossXvIdFwqWNiJQ08Q4ZeMW4aCs {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #he6AXBcNcEWEWAf3EIoOPHepJzTwdKIf {  }
 }@media only screen and (max-width: 763px) { #lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { display:block; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { top:8.0625rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { top:8.0625rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { top:9rem;left:0rem;width:15.9375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { top:2.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { top:11.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { top:17.3125rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { top:18.25rem;left:0rem;width:28.125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { top:20.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxMATmmI0E2QArfV3giNKTMm86mOwWX { top:24.875rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { top:28.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { top:25.8125rem;left:0rem;width:20.3125rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { top:43.375rem;left:0rem;width:47.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4wEbVfva14gnWndrHywIEnV7dKzbis { top:46.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { top:44.3125rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { top:52.8125rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osgQnyXB16hpMWeGdT72XhKOe9Euot5r { top:56rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { top:53.75rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { top:60.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { top:64.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { top:61.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { top:69.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { width:17.5rem;height:3.4375rem;top:76.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block; }
 }@media only screen and (max-width: 763px) { #VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { width:17.5rem;height:3.4375rem;top:76.4375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block; }
 }@media only screen and (max-width: 763px) { #Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { top:33.5rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { top:34.4375rem;left:0rem;width:23.625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { top:36.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGp4TxF55QFpyGHsmAx219X64GVN1IZh { top:0.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { width:17.5rem;height:4.0625rem;top:11.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block; }
 }@media only screen and (max-width: 763px) { #hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { width:12.5rem;height:2.0625rem;top:5.3125rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
 }@media only screen and (max-width: 763px) { #pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { top:1.9375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ { position:relative;z-index:auto;display:block; }#v5MEm2Lp0f4U2qPihAS3K8Pa46ihkgOZ > .row .container { width:20rem;height:4.03125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRWEoHtIIqP8Q7OMeQsb0w1ZW8Sx0uFV { width:20rem;height:;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH { width:4.125rem;height:3.1875rem;top:0.84375rem;left:0.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a226a3d-27c7-4d4c-b67c-628d4a6b2c07/Logo_color_Vertical_02.crop_2080x1547_0,408.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.adaptive-delivery-prevent-bg, #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.lazyload, #y01znvfPp5bTfGAOlMopT7LZUXf0tQoH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qSsBzSRK87zv5shOBq7yRIO7mIZOOtW1 { width:5.125rem;height:1.5625rem;top:1.6875rem;left:14.25rem;font-size:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #hrg21z1p7GS9STnDvWIcK3Tkyq7mPTZq { display:block; }
 }@media only screen and (max-width: 763px) { #vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD { background-color:#11002c;background-image:none;display:block; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { background-color: transparent; background-image: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container > .video-iframe-container { display: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row > .video-iframe-container { display: none; }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .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); }#vG3Toa0MEP9Op3U3nqEyJxsbh5vQwVWD > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV7nudBV2ICzFPygaZGT3Cdn1WC4Mk1B { width:20rem;height:8.4791666666667rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQaQPRNiRrZlaUrl0peTFkbbA8X0UOdn { width:20rem;height:0.73095625rem;top:40.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiGnqsKS7ZFT5TW1uzhJl8nQ2sx1P49N { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR { display:none; }#g2i1LEAlgd3UqU9dTFpJx72m3CTEbMAR > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JolzVsMCJB4Lxa22kt2aDWIrSdOBIyxQ { width:18rem;height:2.6870125rem;top:45.34765625rem;left:1rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3x5MLnhFaFsSRWcwgNutT8FNV4UyF0g { display:block; }
 }@media only screen and (max-width: 763px) { #UdVEtVoEDbcTr6z6BQ1pn05aw5BdK1wt { width:20rem;height:46.0625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0S53Swcl9apzEsfAA6yDyJ9tKLaTH2I { width:10.5625rem;height:0;top:41.72265625rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HOBUbOR4a4pfCJm3LhMB3Sh8pAGErrq5 { width:17.25rem;height:2.1123rem;top:6.20947265625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPfXMbmceG4fx7dGMePJy0fk2K7zidBo { width:14.875rem;height:2.92480625rem;top:1.93603515625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cN2IMAC39xDROQviOT9aGe0RndFHLLtI { width:17.5rem;height:2.1123rem;top:20.56884765625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t7UHUsVADt2pxuWcECX34yhVh9Vl0i6q { width:17.25rem;height:8.625rem;top:10.146484375rem;left:1.375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3u7RzZCcGG65gQqz003evTOr3ebQf8t { width:12rem;height:6.1875rem;top:28.896484375rem;left:5.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #VvAplOb7AZy6qBxgKmR5wVf7Sog2PGXk { width:12.625rem;height:6.4375rem;top:33.708984375rem;left:2.5625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WJw8nRwz7l2UrHtAwhNHhUaMK1Bvkxyl { width:11.875rem;height:6.1875rem;top:24.271484375rem;left:2.5625rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy9EwUyJrZot6DBol19p8UvJrZzL220h { width:16.125rem;height:2.2744125rem;top:41.84765625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #eJkQ4TPqBly16K5F5ddJV60NVEGit5TA { background-color:#0b2131;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { background-color: transparent; background-image: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { display: none; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .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); }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { border-width: 0; border-radius: 0; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJkQ4TPqBly16K5F5ddJV60NVEGit5TA > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtWscIMX4NIeR2CeKNhr2wkZaVeFA9JX { width:18rem;height:2.87475625rem;top:32.999267578125rem;left:0.9990234375rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #KzSnWmxIgzUGr7A6bif69xHQKVZoXTCV { display:block; }
 }@media only screen and (max-width: 763px) { #bAmQz9nXVkO1Ev8VomCGrKrN9L005uTg { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oinTKEeV3GwCqfDOPxgOx30A3nvfUL1W { width:20rem;height:0;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.8;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #pRTZVITGVbHbFON0FwHSA9p2JEQ7UDRR { width:17.25rem;height:;top:29.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #S6ED2WnwbgTENIFH03B8pvL1ZysIWNeu { width:15.9375rem;height:4.94921875rem;top:19.3251953125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iZgW3L2Zso4DWJSTqU1ihCXIcN7eO1aG { width:0.125rem;height:13.75rem;top:17.7001953125rem;left:0.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goOtZGGPIJHWmTMWe6SyIfMc1PzGSqwh { width:16.8110625rem;height:0;top:24.81201171875rem;left:1.59423828125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #a2oLEtNuRnBZW3dtkxs1mERehLATfXnV { width:10.7495rem;height:1.625rem;top:17.7001953125rem;left:2.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqiBlCXblkqLv0ip2omV5upAiXtd1fm8 { width:16.375rem;height:0;top:2.6240234375rem;left:0.9990234375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Mc0yliM5JmsNJnHTrW8iEICGy0rZuHub { width:15.75rem;height:8.8125rem;top:6.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqhZg4SkLy7lqfmzUBw0RAKMW4MkPO5O { width:19.9995rem;height:1.38135rem;top:37.124023828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UHf5vkh8Xc0FLbF5huGE20lkEX2w2lgU { width:20rem;height:3.25rem;top:2.1357421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qSCK9Thu9d6XtdOBgrn5NAzsLMuMTf8c { width:16.8110625rem;height:6.75rem;top:24.81201171875rem;left:1.59423828125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 { display:block; }#stNpvTV0gZyxb9TtnhLw5pJdfKxpK5l4 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtPNmwMpk0vaZFw0qAISfKT2FGCMgCpP { width:20rem;height:0;top:1.36376953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #cyrTgr6ETawUyLOFd5dI11rrtrEOTQxH { width:12.4995rem;height:0;top:5.600830078125rem;left:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEbtVqdaKOaGkF8AcRVEOv5x29kCXh1T { width:18.4995rem;height:0;top:7.62451171875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;z-index:15008;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QboyAMrxnwmAOET66VCqDheuik2RFcW3 { width:11.6875rem;height:2.75rem;top:17.15625rem;left:4.15625rem;font-size:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #a7AP0myxFqkuVgBW2JPPrZO7PBmAfbAO { display:block; }
 }@media only screen and (max-width: 763px) { #MlW7nuDh8ELpDPR7Qc80aMltaAkrksXw { width:20rem;height:8.0996rem;top:1.3876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.8;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JStblQLcJHMK14gMnQxO8chBSDzEAIDh { display:none; }#JStblQLcJHMK14gMnQxO8chBSDzEAIDh > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okJTv9790S8eVTKK5OPskksENXdoS7Uu { height:11.229rem;width:20rem;top:0.66552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O { display:block; }#RbMdoaSQ8N06qhMZmiHu34vvTKmHki4O > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM2szeXM6p8yMF8zo9iiuJX2wU0SPCWT { width:14.375rem;height:0.125rem;top:15.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNM2TD34N4UNhCUL1kfVLQpWhKEIleQ8 { width:18.75rem;height:1.54375rem;top:2.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXI7wQgApDTb6P6sM2ytLmBQWVWfyAeF { width:7.8125rem;height:5.1875rem;top:16.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKoLkOWLPk9EtbqxXzOM0L1HroanttV { width:18.6875rem;height:1.9494625rem;top:22.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Olnx3ebAah3cumZJHEwTLsy6sTn4kM { width:0.25rem;height:7.8125rem;top:2.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWeJP4FRLTbMdi8K3z184iSFpRXsNgZk { width:10.9995rem;height:2.11230625rem;top:4.874267578125rem;left:4.49853515625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ2QReimpPDMhJ9DuU6fsJscetc1Z5iF { width:18.75rem;height:1.3rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC0vfMGTp8V0POmbl9hhCzM9AE7gOBwe { width:14.375rem;height:0.125rem;top:7.25rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BNg121fWp76z2E9t9mCyxaqvhG1ONfzm { width:18.75rem;height:0;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #c25D55GnJOfQWZbwypDWtDPvdFWWJBxv { width:19.9375rem;height:3.0872375rem;top:9.6748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keLkBBkGHruyaVCFLNGQewVvXlFToma8 { width:10.93725rem;height:1.05615rem;top:25.32324375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c { display:block; }#cKC2C2wrUgkbMtGlPcHT6p55TEk3Ah4c > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4cxs5lEdJQrpeyrAN4l7bD8wHFCWWC { width:20rem;height:2.0996125rem;top:2.07470703125rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEMahTQhAxGv85crSrLXZKTHiFobktlg { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbRhxXK7VxyDarBnnyFchfn70TTOSmkR { width:17.5rem;height:0.0625rem;top:21.375rem;left:1.25rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #TUKJJtkcKPFOHSTlVJwC5R7yzW2TuqIU { width:17.5rem;height:0.0625rem;top:35.3125rem;left:1.25rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #odItr062LnyhgTdzVEWrwVSTi3JJuNs2 { width:17.4995rem;height:7.624rem;top:15.5625rem;left:1.2490234375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UOGZspkGhZiQRaSvTROx9QSdcQHkL4KT { width:17.49975rem;height:7.3125rem;top:22.625rem;left:1.25rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #IvxS3rHpKXkWW0g9lxUC98nCFfCBOslK { width:17.5rem;height:8.125rem;top:6.16064453125rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UibGAPKMbN6gAcTXKFTltN9DPLs9V173 { width:17.4995rem;height:7.6875rem;top:24.375rem;left:1.2490234375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RAKRDVAJBmNed9kvlM14ABeIgcpw3TwG { width:17.5rem;height:7.125rem;top:33.3125rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #i2oaa1BCGnRyix6XTh37XzrKth1ZUNSu { width:16.8125rem;height:12.3125rem;top:136.75rem;left:1.5625rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #IXecNTlkDCLVIhGhrib86FSyqWFSvkl4 { width:15rem;height:1.4624rem;top:6.919921875rem;left:2.4990234375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #QqNc6WTZFI2hCQNnTrGrPnihJbO47AuD { width:17.499rem;height:6.375rem;top:47.186279296875rem;left:1.24951171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ZbwdGf8mIdEPKBMAWcDNxyb8wfMJA2HV { width:15.5rem;height:4.2246125rem;top:9rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #G1AxzyayaryVFqME6pObKShldiN1OMVz { width:20rem;height:8.625rem;top:8.4375rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #kzb4TUaCJTdMsoDxgNDDMbdAkUieqcRu { width:17.1875rem;height:1.4624rem;top:16.375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #IUOfTfOga6VWbTGVSxgH60FU8wQibTyx { width:14.1875rem;height:0;top:18.4375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #utmqM3kXJ33KgNcF4Od83x0knQqpEEIQ { width:20rem;height:8.625rem;top:18.0625rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #a7AOw6HoM6Mq3erviCQXsm6PD6XRscSh { width:20rem;height:8.625rem;top:18.0625rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #p7FKOv7IfvTp04lr5CmRFDsDVAt6g6o8 { width:12.9375rem;height:4.2246125rem;top:27.16357421875rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #t7MTsyEBWvUwTXoGuI8kPRq3BdmvHz71 { width:17.0625rem;height:3.16845625rem;top:36.1494140625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rB0EgMDhIKTfWuWmZhm958VVVtZrbqaz { width:13.9375rem;height:1.4624rem;top:34rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #seAaleP9ghVDnqD7AxSzMSJSQE6Ii5FF { width:17.875rem;height:1.4624rem;top:25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #SgJVn5Gt3i664cQHr27M9r2TzZMi5btR { width:14.1875rem;height:3.16845625rem;top:18.6484375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#000000;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hAkIi6yBz9ncJ6oTrmOMvmrh2VGf9sXa { width:18rem;height:2.8745125rem;top:41.96875rem;left:1rem;font-family:kanit;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eBxLaAiIpdozplQTZWITQi108BEUm4k3 { display:block; }
 }@media only screen and (max-width: 763px) { #GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr { display:block; }#GwzPLRlp8ee8fCcxOD54pcNt8yKRSJrr > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZPVf8wWPl0BbVM0pqcW78hqFODXyTgD { width:17.49975rem;height:0;top:49.4736328125rem;left:1.248046875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #b4iMXMMu3Kwhi44b1sJB3bnxRHvm64iy { width:11.625rem;height:3.4375rem;top:1.5625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aVhFaraKPesVSEfD8QkagTRe85RVSEiX { width:12.5rem;height:1.5rem;top:3.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3NAUKh5Fpr6O4sKpZpiPGN46NFC4WaM { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKSiTWqXeeywCRE8snQFUshFXm8BFkvE { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcFGlQQn1lMh0BSIWEvXU3X6J6HbBGR6 { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynEkeh0zt4u4roWbyZOyMWo9TBN12Idu { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qERbpeA415ChQSCIAEP3pwsEoXRTQscg { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCynNcDGTau7TVIDQKP2Tqzg3SDezv68 { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnZvcRfQNDQhD7oQe86nJL7T8f8VCKZC { width:20rem;height:4.6875rem;top:6.25rem;left:0rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OJTNT4RuoXza0hSW2NXD9iKTFhtsW14x { width:20rem;height:0;top:6.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DdQGirtF9IEuBrODyaGMz5Xw5uOf3lmB { width:20rem;height:4.125rem;top:11.25rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RurDVOOOGE0UFXtiO9fUIfTKspbnNiV7 { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #T5Luq0IrifRN5F5zimGz8gBQVPQEnT1p { width:5.625rem;height:5.625rem;top:0.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6qh5wmpRJgDKWi9DLcS1MB2zPhankTW { width:20rem;height:4.125rem;top:15.75rem;left:0rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3kzXzRqnBQfUxoz9oJH72mFUV0dc6T { width:20rem;height:4.4375rem;top:20.1875rem;left:0rem;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVk0uRT2vBMwm2gB3h1bUsf4lvrKPbx { width:20rem;height:4.5625rem;top:24.9375rem;left:0rem;z-index:15011;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuM0ff8n8kyCeubxuLRTlgvtsQTkQ8kv { width:17.1875rem;height:3.41161875rem;top:6.8125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E6TySgKn0Jc2zR67exWeiD8UgWCz7tai { width:19.9985625rem;height:3.41161875rem;top:11.6064453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XevOM0fNKe5omc8lNaTSmyOH9mShy1kx { width:18.375rem;height:3.41161875rem;top:16.1064453125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rANTxQJckdg56wtK0zbg37I5RlKBrFhc { width:19.9985625rem;height:3.41161875rem;top:25.5126953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4VRqngwqrsyXJ6y05lO42XBcqEOSZI { width:19.9985625rem;height:3.41161875rem;top:30.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XlL5L8VRtltfzNPhOZQ80f67QFz4TdhK { width:19.9985625rem;height:3.41161875rem;top:20.7001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gpzw5tp92OGpgnapW0ETUKy3l0uSrNRB { width:20rem;height:4.5625rem;top:29.7998046875rem;left:0rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW { display:block; }#Q5GRDfT7EZ9OfwV5dETqhHFqsC01xhcW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXBXXVO7zJbCfc1X0ls3xnf7KcK8Hruq { width:14.25rem;height:3rem;top:1.0625rem;left:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcTOONeLaXH22GAbB4HcVqMgX9L40dP8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zlfy4fS3EqXkg0gXKZAmG2hS9fbx4uts { width:18rem;height:2.8745125rem;top:1.375rem;left:1rem;font-family:kanit;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DhDwtyuPHUTgnEzzhGiMv0FF3ZRX6W71 { display:block; }
 }@media only screen and (max-width: 763px) { #Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { display:block; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV { background-color: transparent; background-image: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row > .video-iframe-container { display: none; }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .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); }#Vo3Ki7ovScN4EGNUsyC6eymC8V9qMnhV > .row .container { width:20rem;height:61.25rem;background-color:#0b2131;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u13s4yvDwwe0CFoSCNWcDkVrKkohSTFP { width:20rem;height:0;top:11.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rC4Tzc2fzQJeUnC2TVK6wkbanBxxNEMT { width:16.99875rem;height:4.38720625rem;top:1.3125rem;left:1.499267578125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 { width:18.5625rem;height:7.192375rem;top:13.8125rem;left:0.71875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#nMe2wexBUcSWHc1rAMf9kWPVtbpGHB65 li:before{  }
 }@media only screen and (max-width: 763px) { #omb7MvSJiDSXLMxH9vKaTDliaoJ50QXT { width:19.1865rem;height:1.21875rem;top:11.6875rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gfs6eEG9aoyoAZEWFoG96zIHmCpBBRdZ { width:19.125rem;height:2.9248rem;top:8.1875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb { width:18.4355625rem;height:8.0859375rem;top:45.9375rem;left:0.78173828125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#D656ZuB5Tfxv25VQuuJPAcMf6r1T0Nzb li:before{  }
 }@media only screen and (max-width: 763px) { #VDTTuHuIXzxfgQhGR9HKyOnkgOMn4Za2 { width:18.87375rem;height:2.9248rem;top:40.375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhC8oPKVZlzt76rNwl8iv9LsuLGKpkU9 { width:20rem;height:15.6875rem;top:23.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J { width:18.9375rem;height:7.192375rem;top:29.6875rem;left:0.53125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#fHDLTQbJTM2aMk81Nt7dQyIQWpWmWo5J li:before{  }
 }@media only screen and (max-width: 763px) { #wrqi30GbsSxGMfmDMrkDhcSgdHbdSRkk { width:18.6855625rem;height:1.29980625rem;top:27.6875rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufMVry9MQUv34haLXeprpqCgJZfTbCZm { width:19.062rem;height:2.9248rem;top:23.9375rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJ6lLfU8e1GSuDaUzS5qSmCIoxrufEIs { width:20rem;height:15.75rem;top:39.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G8wxcb2yw9NZAE1lf1sXToE8Jy5LRU0u { width:20rem;height:15.5rem;top:6.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 { width:18.9375rem;height:0;top:56.625rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15043;display:none; }#G0xPTxENCgpm3SO4dWK63rvrRH2iedm7 li:before{  }
 }@media only screen and (max-width: 763px) { #F3mCmznUghf4saTI8gv2ZXozICOJebyd { top:112rem;left:2.0625rem;width:16.125rem;height:0;z-index:15108;font-family:kanit;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbIip7dhSxHoX1kgEKKVsKECfudTkc44 { width:16.375rem;height:19.375rem;top:117.25rem;left:1.8125rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #TUlAPHlyxTPPZg5M4B6Piv8ULZHQPU1X { width:18.1245rem;height:0;top:63.82470703125rem;left:0.936767578125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #cDcNQXmTboavOULD6z3Kkg6Be9431apI { width:17.625rem;height:1.29980625rem;top:43.875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ews27ZtF0WMT0roh99X3B2QM7KIQWTSO { width:19rem;height:3.8125rem;top:92.396484375rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTgeJm3tdynqCMbJmPLEsfbqNTMP39CB { display:block; }
 }@media only screen and (max-width: 763px) { #TyvokkaXGQT12dwrygLzJ9T1ru5Pecz2 { width:18rem;height:2.8745125rem;top:56.46875rem;left:1rem;font-family:kanit;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Lw8wsTbW1Mq7mhzx3htakt6LcVHE7foZ { display:block; }
 }@media only screen and (max-width: 763px) { #MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT { display:block; }#MU1LogKJCcaPTmNIrT49f2XFcVJHB5HT > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhCzT8V9EEFEKo7RImaIxIx85TrdeAn0 { width:5.625rem;height:1.21875rem;top:1.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETIwlsUJxzCI0zRTJiIR017gFXTKm5NS { width:7.1875rem;height:1.875rem;top:1.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhh0gbyecMgVfT9SQWC9qgPOB5CF06MA { width:20rem;height:2.0996125rem;top:18.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#facc6c;display:block; }
 }@media only screen and (max-width: 763px) { #PdidZzJwgK3lURLMR0mDoTrDuGblozt8 { width:19.999rem;height:2.699225rem;top:21.57666015625rem;left:0.0009765625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f { width:18.4375rem;height:8.3305625rem;top:35.25rem;left:0.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#O5uZwTH5dh6eG628A4XcRTLkdVXkWo3f li:before{  }
 }@media only screen and (max-width: 763px) { #BL2lAPNZzfOeuTiTFrx6RTUCWkzIzwTJ { top:11.662109375rem;left:3.21875rem;width:13.5625rem;height:16.125rem;z-index:15006;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #my0e3UDUe16734o9WGxwRgih5SbJb9AS { width:17.1245rem;height:0;top:26.40087890625rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #E7P1kCRv5xXneDPMx6uPAvbXDwuDaHve { width:12.5625rem;height:1.29980625rem;top:32.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZCgCOMX5HcgG7rA3SRUlDkhqNbPXkyzE { width:9.0625rem;height:13.625rem;top:4.28125rem;left:4.435546875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FcPMc3PVeh5K4eWSTCMZqDA8NKUROtnP { top:5rem;left:3.3125rem;width:8.8745rem;height:12.1875rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -moz-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -ms-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -o-linear-gradient(180deg, #2e00b9, #1a74ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );";background-image: linear-gradient(180deg, #2e00b9, #1a74ff);background-size:auto !important;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RubAatxOc0niKBLbSAUdioxMxmamCwt6 { width:7.562rem;height:1.29980625rem;top:53.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P8moO3TsSlaKT32tEl0CtNGFva3bNtNK { width:17.625rem;height:4.5371125rem;top:56.25rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#P8moO3TsSlaKT32tEl0CtNGFva3bNtNK li:before{  }
 }@media only screen and (max-width: 763px) { #uaho7I3TsMG5k2aiSVMH0snTVpw70iRH { width:19.3125rem;height:3.16845rem;top:24.8935546875rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zZsUmD6TA2qgvzxIy14cW3ehWXAF5Kb6 { width:20rem;height:1.29980625rem;top:45.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #omTkcrEQzKQOkrTVCB1AmNGkWuzqOwEA { width:3.75rem;height:3.75rem;top:28.0615234375rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meRpD7UVpv7uNnQJbM70GwI4U17dvGSn { width:3rem;height:3rem;top:28.4365234375rem;left:10.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTl9LZFUtelLsTFpTiLquAGu2uIAENs { width:19.0625rem;height:3.16845625rem;top:47.5625rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#ENTl9LZFUtelLsTFpTiLquAGu2uIAENs li:before{  }
 }@media only screen and (max-width: 763px) { #bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP { display:block; }#bH0lgM8iCOwXeFhzP1kJ3tkOfWDBDfdP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggkHAaeKy6Tg5pcX0bkFMX5aVDXaA6zm { width:17.4375rem;height:3.8125rem;top:1.25rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTiKlnh2vTs566lzRXgvtsFdHm0pyoS { display:block; }
 }@media only screen and (max-width: 763px) { #QMC72gDuB0oBfDPax38ibNrJZNtZdwdC { display:block; }#QMC72gDuB0oBfDPax38ibNrJZNtZdwdC > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZVuIxmS68bwzOhpTvNGxBeeHiv3vDyC { width:17.8125rem;height:3.1497375rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS66qZ9FHxGQGzFKuo1mLAxnk51eCCX0 { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSaVTNSaXNh3vCA3mmzGCUHoP1ve9Vb { width:19.9995rem;height:2.1123rem;top:24.021240234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2Tr1Qt4gklgRDv0uzloXKzWLJMf3k7 { width:20rem;height:3.1497375rem;top:31.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRqT7dXg6m1rwuDqCg6AoXf7oXDTzd3f { width:3.125rem;height:3.125rem;top:27.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC00zNyWVMg7Ukq245DKawBMaZZPESAp { width:18.312rem;height:2.11230625rem;top:48.15673828125rem;left:0.84228515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zond3QypWrfzETArsNIa4886nPPLTkkc { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSlepXGlHxTgPOdglHbh9TZXPPCC9rC { width:20rem;height:3.1497375rem;top:55.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4FDQdxxEudQNaZDaKol8FTXTdVBJhu { width:3.125rem;height:3.125rem;top:51.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiHPHSADT3rx50L8QrqXTsxKHh4wtqRa { width:17.49975rem;height:3.16845rem;top:70.773193359375rem;left:1.24951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAk5QtLspTVxdhH3g8nQQ7FIiJkaxPm { width:14.75rem;height:9.5625rem;top:13.77392578125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msBtFHJL4tLZ6bHLoxzum8BX9PPGVEpr { width:18.0625rem;height:11.8125rem;top:34.96142578125rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXv330FDoRoTcrQERueJSLB6FDskfC6 { width:16rem;height:10.4375rem;top:59.2734375rem;left:1.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu { display:block; }#ibVlrB86guHAOxAgcm0TGUItJFD6Ztqu > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mc91IFu7nX9Aaz6CeVHwpTqUabR7CKGa { width:17.0625rem;height:3.44970625rem;top:2.1244525909424rem;left:1.4683947563171rem;font-size:1.4375rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai7bRvkI8pM8XsZvTTCKG5DqHxdGMR3U { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #NR3hEVEHO1fnV8hLbU3SUUZlvHDeLrku { width:17.06175rem;height:2.3994125rem;top:20.1171875rem;left:1.4677734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #q0nr6C8S96MsnJUM9Q8TvdN3PeKaRHkA { width:20rem;height:2.80005rem;top:24.559936523438rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N3mchTzlF7RTqdk3evNdFRe2q2G860WW { width:18.875rem;height:12.0625rem;top:18.09326171875rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6udeU4nXNGySDzUHoSfSyI58aF9E3Dv { width:20rem;height:1.3125rem;top:23.590698242188rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DpnJvakNQqbUsWNGMMt3aGGhy3sTJ9qa { width:20rem;height:1.3125rem;top:27.85888671875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pePVXAyNIRn4pyVJl0QFsuMOz5DpxuUS { top:31.02880859375rem;left:3.3125rem;width:13.374625rem;height:2.24975625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7au6PaAmgL2U6soAwhGetOZkDxFRNk { display:block; }
 }@media only screen and (max-width: 763px) { #xKvCAJbkAuF2dk8BhQM3MsUTDZLnu7Sy { width:12rem;height:12rem;top:6.9296875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 { display:block; }#CVqaZ3GiXrpb3oo1ocSXJ8LA5DgaqfD6 > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhGnNFngX8Ufu13TR540HtqJyLsm4lyW { width:20rem;height:5.199225rem;top:58.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #za1RUEOZLRv4y1MvnmCMT1DrQDywABfk { width:18.625rem;height:8.911125rem;top:46.85546875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;line-height:1.2;display:block; }#za1RUEOZLRv4y1MvnmCMT1DrQDywABfk li:before{  }
 }@media only screen and (max-width: 763px) { #NLcnvwGMmu0dca6Igz209ZR33tfMuUL4 { width:17.1875rem;height:6.662125rem;top:38.8125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:5.125rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #oxeemroXPn9WoWIZAkrGfMqGo3etn9PV { width:20rem;height:2.00024375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PyKvCFIX5KFTZXdEnpQ1NUPCu3nhKHbT { width:3.75rem;height:0.1875rem;top:46.0712890625rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUO0WTTwlFadCNGpypn2uddRucNC1zXT { width:4.875rem;height:1.381225rem;top:45.474609375rem;left:14.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #A4a77bDz5viBQSu4QFFlWMZ6cLLhOWM8 { width:18.4365rem;height:3.65625rem;top:30.249755859375rem;left:0.78076171875rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #RNIUCTyv7TX9Lceez88QdfDmlGLkcUkJ { width:16.74975rem;height:3rem;top:34.99951171875rem;left:1.623046875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wqo57DWaMfPuDKyyMIt1AiFp0ETONQLD { width:19.9995rem;height:27.43725rem;top:29.7099609375rem;left:0.000732421875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa { width:18.625rem;height:0.962525rem;top:5rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PBPcmd6T19rdp5ge4OPWBrfv6irNVNoa li:before{  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su  { width:17.5rem;height:auto;top:63.8125rem;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; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su {display:block;}#aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su { width:17.5rem;height:auto;top:63.8125rem;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) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #bAucHwvEQxkucqTGSOMz8CSvoAzMkx7J {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #uSof4ZtUO33M7UUoz1ihlR6a0zZ1mQhf { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #GcbTe4FBmqThzXZdgTrnHBNDtGv8Wnct {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #HUNuiPTWFTV4HTSCg9ehxsNlkdV9zoAz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #Lwd7qNFWNTE9vLB5Nd6n9An0Lmr9MIwe { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #F5p8nzNIvFHq9liyBs0Va2qiu5lgeXaz {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #hmstMPRyFTdPkw2ieU3xD6vbwMErBBbm {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #gqvwbDZUhAreZmMq4k9P5aBGf5BlIIZk { display:block; }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #us51nf2y5yrThZSKzTtn3QwHME5NrbUg {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #T8ZLJeI1fnT3thBU2Z3yHnIU3mx2a88y {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #kWzwCf1cntWuAqnncT8dobGn9fbAfQC1 {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #xbBBeBiNxoTQdO7BlqI8U6nMNZzMWoqQ {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #SF5ewZ2TmCwCSDkTGnn9Ubshl4EoBMCP {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #To0Vka3okRmBApAAdbAn9CirHX5BiJkI {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #VLnoGG6WU5qNQk7nhTxhrT3e0X7BlMOA {  }
 }@media only screen and (max-width: 763px) { #aP7rc0aEZP4B3zzqxN4DiHqTu711Z3su #NX2y5kXeL7QNGtx1PFX4TC9sHZkbGSxC {  }
 }@media only screen and (max-width: 763px) { #evQ2MQVzmP8WuxXifdZspEguPeIAKves { display:block; }
 }@media only screen and (max-width: 763px) { #qCJTSdgAoPGiqqHC57Q3N5TvKqvGK5nu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RdkgVueaRUmDBTTEOEkZIKgmRIiHdSb7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfCCSBmFRgxkJpkvZeZnARDE2v8aVISc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VVWlwP3ZaVh0xPrVuvE7a7VISa7CTRL4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pUXO1e85S4QmN1Xw11QzlJNzxRiLlTH4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xTfaUXhOIDyDrDLK73TEclCWx5JetwQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KvTfpileptDx6SWHe1VyKQyFHrGV1cIm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FfKhhgAOtIxT8n7KuprHrvWQPJGAKcnU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Q9G9b99ybR44PI5S0ocXQP4eaPr27PGQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PLHt4np2lXO0aBiRnLNAzNHwmDzMr1Ue {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #suSSLaq2qlUTRVFLsE8GaPUbT9BFqCOh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kfTFdQxlafuSONmqhF5uH74FcK1nZaXp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vu6V1MW1criTvixSePlD8618o62wcTfp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KfHzMP1SRqenlmfcL0nCBABRmP5LDMuN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Df4Nte2ndPlTsemKKN0DwdimNGQXsOMy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pOqTRqArSgRwQoPUA9elzFrPZV6PE7qi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kv1TJLT7vgxKTwXX8izWrIaKwGpuS07O {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRhQxCAELpyJRA0zwtlZoPQatwqOSEun {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V1fPotTIA4siH5VWhowUlhTgaOxTKEtU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TNJLrnr736zaTZBwiDn2ph4MfpxBM9Bp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #im6n2p0EpphIFzFMO38aOxt7SrspIp94 {  }
 }@media only screen and (max-width: 763px) { #lTRGpLo2VSI6rsTwn3yU6RPUAOSEkJlH { display:block; }
 }@media only screen and (max-width: 763px) { #p0d3bCOTH3RSFlmwZIgp7zfIDWt2tifP { display:block; }
 }@media only screen and (max-width: 763px) { #mUEcnh0m6F4FQeqbDU2nuHOCVT5IGinz { display:block; }
 }@media only screen and (max-width: 763px) { #PM4r0NFfqQe51WO1cRmlNdcBBmZLFVPi { display:block; }
 }@media only screen and (max-width: 763px) { #VR46KUOsngCDQFdzLMF9rAKP4Z9kwy1D { display:block; }
 }@media only screen and (max-width: 763px) { #HBfwcSR9FWSdIRbAgB7XpTaJn5QedKI9 { display:block; }
 }@media only screen and (max-width: 763px) { #SGyte356nTQ3xlBI1qwaNaoPemTrz3NJ { display:block; }
 }@media only screen and (max-width: 763px) { #NNGIBM94UsVBnOrJIFUJQvTT8HsJqd9P { display:block; }
 }@media only screen and (max-width: 763px) { #VRfdmfTkJ6ZxW5d45JAUwE6635Hps3P4 { display:block; }
 }@media only screen and (max-width: 763px) { #M8xlT6uKPdtpNlW3P6ZzA5XU3NDz1xgH { display:block; }
 }@media only screen and (max-width: 763px) { #k4EqWdSybMIONGwr4KG9T6mqsSzS5Scn { width:19.3125rem;height:0;top:40.06201171875rem;left:0.3427734375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xtr8b0ta8EtGt83yNnvdydrovXJ6Ao39 { width:8.4375rem;height:11.9375rem;top:6.77685546875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5T367Cqq1ZTqaUER7twoM5STvFT3Z3 { width:20rem;height:3.574225rem;top:19.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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; }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 .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); }
#QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 { width:10.0625rem;height:3.232425rem;display:flex;top:24.75rem;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) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Rl0nCs7DZl79NQxx0IA4H6U0Ht12hoJM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #u5HOs0tJG9o6zpoNH1iyUOfdUJhGUM5O {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #VpTWWoZPyXzWctv24FUy9HCTqeBmmUIo {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #Br3DoMk2GB8kzZMZfdNHuRopmTTWDTUU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #EnCGBEbSbpIxm046VLzTMllb8Fru4Xcn {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #S0JU7kT71nPfTTIRr7eT7azwpGmfhJwB {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #AG77xRbg7iWDkoGJrzBC7RhT7DJQGqWU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #ItohfrDRczDAnwoFH280hExlK8c4vHIe {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #zfK6yLSmmSNxZTp5ubQaICOFoVmIm016 {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #BqE3m06dtEnR7XPHKCbVclua6oinIaNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #OZHh5ossXvIdFwqWNiJQ08Q4ZeMW4aCs {  }
 }@media only screen and (max-width: 763px) { #QZf8fgffqRTRspeTayNdUCS7iuDrrkC5 #he6AXBcNcEWEWAf3EIoOPHepJzTwdKIf {  }
 }@media only screen and (max-width: 763px) { #lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw { display:block; }#lo6fcsBk4sZ7E6Zw2ETuX8ZVUu1C2ncw > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqLJMB6991CmNAO4Pa0aLztMhzGEpkQ { width:20rem;height:10.3125rem;top:5.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9iwbo5braRFxHtmlbyUZ7lNxFM7y2G { width:20rem;height:4.875rem;top:5.1127496826172rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPM9fEC5sRpq3kxoPo9iJqp8r5OV1flG { width:15.9375rem;height:1.3rem;top:6.8974609375rem;left:0.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeLZ8qv9zmui87i4XoiTtamJbJ4LGI83 { width:20rem;height:2.5996125rem;top:1.8125rem;left:0rem;font-size:2rem;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDnp78NPD6TmFSJv61EFeOpbD2S0QcWK { width:18rem;height:5.3984375rem;top:8.91157399292rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42k1iGsI8n9l3nqCCdoKCRarNNZDxxL { width:20rem;height:7.9375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNUfC7x7CJ68frZhp6DowSaQGt1Pg9O { width:18.625rem;height:1.3rem;top:17.625rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hetAdlKz39iBT9lSCxsRUcGG8n91ccVn { width:18rem;height:4.72411875rem;top:18.9375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqxMATmmI0E2QArfV3giNKTMm86mOwWX { width:20rem;height:7.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuoTtV2Piyy8F66PIsvCGfaLPioFTTJu { width:18.5rem;height:4.72411875rem;top:28.1875rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTUE6mAbuDxAhvcTZSdrC9qOrevRoPg { width:18.75rem;height:1.3rem;top:26.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baTXVz1wxyh6glETabboVw9Z3Ga0nic7 { width:20rem;height:8rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4wEbVfva14gnWndrHywIEnV7dKzbis { width:18.375rem;height:4.72411875rem;top:37.625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52Fm2cWJMT3f1o2ZhIbayNtKXCpvADC { width:19.375rem;height:1.3rem;top:35.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sPfgPVrio2JuF7FMn87HxAD5O0M8JC1F { width:20rem;height:6.375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osgQnyXB16hpMWeGdT72XhKOe9Euot5r { width:18.4375rem;height:3.1497375rem;top:46.875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh17iyXTU1foyhksEx70gzSCfDXt9v8x { width:18.8125rem;height:1.3rem;top:45.0625rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seusNKEcSUoenIq1nEw5OOraZLfFNoD0 { width:20rem;height:7.25rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXff5PHSOHH6SXVaIhBbDGGTPG1J2lDx { width:18.375rem;height:2.3999rem;top:55.6875rem;left:0.8125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #M2nJUhZxI6cyUJV0mV5fkmG4aG5TtLI9 { width:18.25rem;height:2.5996125rem;top:52.75rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vvnJ7v1q1VHukQbzsgezCcWcnpSGmA1X { width:20rem;height:5.84960625rem;top:71.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTCCFFCpL0JOSmxnSOZMNXvSdrEmvg8c { width:17.5rem;height:3.4375rem;top:79.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NEM70QnCnZyyABsbRW9R7Wpm5rOHPD { display:block; }
 }@media only screen and (max-width: 763px) { #VzWxHoerLOh3Uh6OGv9Tu4TsB7QtDPb1 { width:17.5rem;height:3.4375rem;top:83.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLPtHgBW5TGAZTLUORM2NbkyZRPMtpPM { display:block; }
 }@media only screen and (max-width: 763px) { #Dd1CyRxlRLfP1k7ucpoWccvigL21Spq6 { width:20rem;height:9.125rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO5FMLNpkHfkuo92a1MmO2Kf3U5f2id8 { width:18.375rem;height:1.3rem;top:61.25rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHSrQtzxk3uIHWNw3PmbpLWNMxwfWprX { width:18rem;height:6.2988125rem;top:62.5625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH { display:block; }#k78OQKmvXTyWlTuVP7ZeC6AapThkEZoH > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGp4TxF55QFpyGHsmAx219X64GVN1IZh { width:17.75rem;height:0;top:1.3115234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SgbmvOiBtmBmEue86wO2fCieiWV5Vq6F { width:12.124rem;height:2.8125rem;top:14.8125rem;left:4rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIwViDLaVgPbdZHlqKWc866van0fNz6 { display:block; }
 }@media only screen and (max-width: 763px) { #hB6lE1m1Ver1orGU8ZKvT193nETNGdsM { width:10.999625rem;height:1.62524375rem;top:7.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa .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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.2425rem;padding-bottom:0.2775rem;padding-left:0.2425rem;width:1.45375rem;min-width:1.45375rem;height:1.493125rem;font-size:1.11125rem;line-height:23.89px;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; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.938125rem;height:0.59rem;font-size:0.416875rem;line-height:9.44px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r44hccLwXAVpn40i78AJBnmqhlUB9OZa { width:8.8125rem;height:2.811875rem;display:flex;top:10.1875rem;left:5.625rem;z-index:15000;padding-top:0.024375rem;padding-right:0.025rem;padding-bottom:0.024375rem;padding-left:0.025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #Lpx5Sf4EuH82R3CMbJGFMfSudzWRIAFh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #A9ddPzhZP3hBOH9J7L5LHqxae0UG04UF {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #kiz1oWDXZOqu1qStFqy7BwRHfSl5y8g4 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #tTFxDTedsoaGxkK43DUfmB5TTvcRtWaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #HeokH8vnKGESRIAIMClRqi4RxOaftRe2 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #QECZWxSoEchhK2FXZh2xAhOOTOhCAn0k {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #cAMKBhpClc4AnTIANvDuKL2bKCJwIQJk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #My2fGMW40XVGK1l9mi6CiRgrDK69UdEy {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #g9BKA2zl0aXwncqnCkkuKnI4VveQoa37 {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IAQTEeeiAdlWKDRb3LsElFVHdyzoS5SV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #IzL50dA8aSbznnVKxiFSlyX3bkqQSekb {  }
 }@media only screen and (max-width: 763px) { #r44hccLwXAVpn40i78AJBnmqhlUB9OZa #i5eJIvcOCATZuKgLW1keKIGnTwtzRTyO {  }
 }@media only screen and (max-width: 763px) { #pPppfM2fKdWKzQwRUbRfvKDB3VSpk7Cw { width:20rem;height:3.25rem;top:2.9765625rem;left:0rem;font-size:1.25rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }