.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:241,203,70;--color-primary-1:255,226,33;--color-primary-2:255,217,32;--color-primary-3:255,210,0;--color-primary-4:255,200,0;--color-secondary-0:21,181,250;--color-secondary-1:66,139,205;--color-secondary-2:0,60,255;--color-secondary-3:0,59,244;--color-secondary-4:37,67,135;--color-tertiary-0:255,255,255;--color-tertiary-1:255,248,250;--color-tertiary-2:255,255,240;--color-tertiary-3:162,162,162;--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:#262626;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { background-color: transparent; background-image: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .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); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { border-width: 0; border-radius: 0; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.9375rem;width:10.0625rem;top:0.96875rem;left:2.375rem;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
#bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.810791015625rem;left:44.902099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.312255859375rem;left:48.12451171875rem;display:none; }
#GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:arial;font-size:0.5625rem;font-weight:700;line-height:12.74px;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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { 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:9.8745rem;height:3.62475625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:2.96630859375rem;left:46.42041015625rem;z-index:15005;display:none; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X { width:auto; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
#tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { background-color:#ff0000;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: 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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:43.8896484375rem;display:block; }
#lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.90625rem;left:13.186719894409rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jbw4qJpQwcqECJ2N8q5Jk8ESLWGyK3OL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.90625rem;left:13.186719894409rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JRfxmitBTU5tlZ9ukeEAZhQ8lfVdSThI { 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:19.0625rem;width:32.3125rem;display:none; }
#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8fad8c07-b84a-44d0-9655-3c6dc5b3cdd5/sss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.adaptive-delivery-prevent-bg, #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.lazyload, #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.lazyloading { background-image: none; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 > .row .container { border-width: 0; border-radius: 0; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:none; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/92afa63b-f3c2-473b-8d20-f92045dcacb4/wppp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.adaptive-delivery-prevent-bg, #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.lazyload, #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.lazyloading { background-image: none; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ > .row .container { border-width: 0; border-radius: 0; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #abf5f6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #abf5f6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #abf5f6);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #abf5f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#abf5f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#abf5f6' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #abf5f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh > .row .container { border-width: 0; border-radius: 0; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:none; }#PKcHx1eW0gUKC8V32KBhtpLKzBn8101s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.43725rem;width:55.3125rem;top:3.49951171875rem;left:2.875rem;overflow:hidden;display:block; }
#o6tLSHTN5rt8BHWOEqfdaSDfbpKkOHwn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.3125rem;top:2.0625rem;left:25.125rem;overflow:hidden;display:block; }
#vHHHCl0NwQQ0kITmi6Lvd2mlTeW9AygI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:11.875rem;height:7.96044375rem;display:block; }
#KBaVl4DefCTsMUuuMDJv6SorQ3WnH8Fy { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:17.375rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAnfhQaS7Pdbkkk25GWCgflyrBqac3CQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.125rem;top:29.875rem;left:35.25rem;overflow:hidden;display:block; }
#BTWnTOd1bZ4lpNSrvt5egEJwAnvig8hE { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.03125rem;left:30.5625rem;display:block; }
#W8Kmf26c6r61BCgmqW5Lvgoa1IhOGl6k { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:32.4375rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#nFHpFU77JTHwzdqNRW4k7H19NwoeaKTW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zwez01P9XzKfIDMVFwwFEAenkCm5aRoy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:13.375rem;overflow:hidden;display:block; }
#W2kEK0VEtosDq3iB41adMBnQBJPgwbrQ { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:10.75rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26f0292e-6847-4369-bb8a-a6eecb80cc92/LandingPromotionNew1584x600px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.adaptive-delivery-prevent-bg, #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.lazyload, #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.lazyloading { background-image: none; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO > .row .container { border-width: 0; border-radius: 0; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;overflow:visible;position:relative;display:none; }#gkGVySK8By7gHdrCCpIokUkKB4t1MPoT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.1875rem;width:6.25rem;top:26.4375rem;left:32.375rem;overflow:hidden;display:block; }
#UAxaivrWdXaXxyOxZsXNvQRsVZSsFckK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:30.25rem;left:25.5625rem;overflow:hidden;display:block; }
#TWaPBQfwJXOy2OrW3iydSpL2HqE5kErP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:30.3125rem;left:32.375rem;overflow:hidden;display:block; }
#fMBvBQRd3NPNPIsdyLyd5QE0wwNU7ETf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:26.375rem;left:25.5625rem;overflow:hidden;display:block; }
#L9m9kTABhqmtIOQwUaeBUEqd0xWRCObB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:26.21875rem;left:41.875rem;overflow:hidden;display:block; }
#wtdCv9c3TkJ0hQ2SNnSZDXUP2T0bPPQu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:26.1875rem;left:46.25rem;overflow:hidden;display:block; }
#Rx8ma9PxrFNKgFQgJC5HiIsrdgbf5Nyg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4rem;width:7.5rem;top:30.4375rem;left:42.5625rem;overflow:hidden;display:block; }
#pZUm7bkgmuJmzW9oiBEKEPrPmMoWgucW { 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; }
#TmK2Ew7vvWXypBqohGn9soC3NUaNuq9n { 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; }
#no5pwgFa8vPkzLb1cCNEVykAqJ2N176F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:15.4375rem;left:0.9375rem;display:none; }
#dvX1oRrCXJQOeZRtceqyAiy8NSFbUGTI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:25.5625rem;left:0.125rem;display:none; }
#dLJPpVfbN3FLMTwsttUdTBUGnRLUGuJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:38.5625rem;left:0.0625rem;display:none; }
#mKUfwNf95MSnmccgr3CHvlFZZzMnwMFH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:42.1875rem;left:0rem;display:none; }
#FzUVJFP5v3Xi0QWqvaHPIFONakq163ah { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:2.1875rem;top:44.0625rem;left:0rem;display:none; }
#gL08cNw4qKAHpMAHFOn5AJ6moFZC5VZg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:46.125rem;left:0rem;display:none; }
#XBdO1XqQugUQXHfM42TBp6hHfOBJZTk1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4rem;width:4rem;top:30.4375rem;left:42.5625rem;overflow:hidden;display:none; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .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; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ff0018;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.5rem;left:0rem;z-index:1; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #TxP4xNo88LviglIL0PL32A6cSrCSaWwf { display:flex;position:relative;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #I0OogA97QcH5I5aT8VFGkc49TsUPm6l9 { width:auto; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #Z8kLJz42g2CUhKmE2KPCSGXydbtQIRTL {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #UD96RHwrvMJNM95Quf0w7qUAOP28yXpE { display:flex;position:relative;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #fGfAQITXxLPkXEpTS9azeXNywpKr2T3T {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #nlVwTOGKCa0ErP2HN0JewfOLmA8cvsgh {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #A2V6AECLnOwM5FfEOQ0VHDe3yQcQcQcW { display:flex;position:relative;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #mmVSNAw5ScoIQTEZx0ap2xCQySkHhP6o {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #aTAqyswvaeEHNWhCddMzuZw1sooBovFl {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #xd0h7AyTnXtgcqTMWLDOWnG7gGy1bgpO { display:flex;position:relative;top:0rem;left:0rem; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #b23CcRb33Xs4FkyFlLy0UhQsUgqzQRaL {  }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #IwOUlddNBK9mGbHTW7KaxwL6A5D6RUR1 {  }
#pkbHUT3FrlpM2NQxZcXG2vHaeb7Bb19D { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92480625rem;top:51.1875rem;left:0rem;display:block; }
#EcOWWDBTgINDtInprTUmQvby1R90PEDM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:30.900390625rem;left:0rem;display:block; }
#Zpv58wCurzyMGCIviMHTHF6WQB5nAcMh { 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; }
#LUiOMkbCt8FI7Pck5u6csbwbzxnB2ugo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.625rem;left:0rem;display:none; }
#OLpsaRi5CuFPZWvqf57cc17G3MmVbxRD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:6.5625rem;top:16.6875rem;left:0.875rem;display:none; }
#oJo4b6a8lbCLy1ND2xm8XOx9iT7EoAUH { 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; }
#UxHE6InIkLBUZWsQC7Xly4E94TUQQMuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.75rem;top:28.25rem;left:1.0625rem;display:none; }
#qrVq4Uip6UQrZN8JgpJshkx7CN4Ly8GJ { 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; }
#n2ecrn5xy2P1urbRQib4mrimBTzfTw6i { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:6.25rem;top:33.75rem;left:28.875rem;overflow:hidden;display:block; }
#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);background-image:url("https://images.assets-landingi.com/uc/f69bf59b-c10e-41c5-be69-f019c7c22d57/112.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd.adaptive-delivery-prevent-bg, #LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd.lazyload, #LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd.lazyloading { background-image: none; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container { background-color: transparent; background-image: none; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container > .video-iframe-container { display: none; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row > .video-iframe-container { display: none; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .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); }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container { border-width: 0; border-radius: 0; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:#262626;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; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { border-width: 0; border-radius: 0; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:60rem;height:13.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3070297241211rem;left:0rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { background-color:#ff0000;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: 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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18725rem;height:3.37463125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.125rem;left:23.4375rem;display:block; }
#vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:4.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xU5ecUZIGIuOwDJX9d9e8LPNn2sKJ27s { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3070297241211rem;left:0rem;height:4.3875rem;text-align:center;text-align-last:center;display:none; }
#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a45f119e-ce14-43d8-8fac-32ab149352a1/Technology1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:none; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea.adaptive-delivery-prevent-bg, #Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea.lazyload, #Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea.lazyloading { background-image: none; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea > .row .container { border-width: 0; border-radius: 0; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea > .row > .video-iframe-container { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:none; }#gTxZgUQWpUdUAxavK2FQWNNVlpVGcKqi { 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:24.75rem;width:33.8125rem;top:-3.125rem;left:26.1875rem;overflow:hidden;display:none; }
#As8pPZedm507pQ7eDPIu5x3VoJrZupMG { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.0595625rem;height:3.9985375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.3125rem;left:18rem;display:block; }
#at9dbvedb0bSAusVuA1EgDiUShL5l0yJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eb5i06ta2IyHaue90MA80w6gRP0HVrra { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.6875rem;left:6.8125rem;height:3.23125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3WRfBFDMpI0iFppse8Kw8TB2vwof7Ow { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:5.6875rem;left:5.3125rem;height:2.26875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGZfDAW3cuf9GnXxLXfp9b7XGDbQ0TI2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),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:13.5rem;width:34.0625rem;top:11.0625rem;left:24.8125rem;display:block; }
#iAcr4Jb39QUCTGbDGXTy8iWy3qQxrXHX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:13.5263671875rem;left:25.5rem;height:10.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ci89Fa3mvT9zHpEolKUyzBpHcMlz0DhV { color:rgba(var(--color-tertiary-0),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:12.9375rem;left:5.4375rem;height:2.26806875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xrVWIIE8NaeCutMsWW5aXuG14OtiMazl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:22.1875rem;left:26.25rem;height:8.92455rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m4MUJnUGJwn80DuVADUmKwEJ5yvioM3T { color:#ffd300;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.25rem;left:0rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4FRwu2Pam8c4SzNZIM67LofKq6pREft { position:absolute;display:block;z-index:15010;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:11.75rem;width:22.625rem;top:11.9375rem;left:2.25rem;overflow:hidden;display:block; }
#oQkv5R8g4tMfT0Wv6GWhBDMOMbBUTS2D { color:#6dff00;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:11.6875rem;left:25.375rem;height:3.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ucXNDnNwbZP0eCofsCMai8NtTPyspRKS { color:#ff003f;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:22.2890625rem;left:25.9375rem;height:2.33764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { background-color: transparent; background-image: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .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); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { border-width: 0; border-radius: 0; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#knWSSk5211dEEZrRn5OgIkOCTzukaDsP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),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:block; }
#LRVFCConCzPOHu9dm6AUKca6K45eF4sk { color:rgba(var(--color-tertiary-2),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:5.625rem;left:0.625rem;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; }
#keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { 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:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { color:#b56ff6;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:20.625rem;height:1.625rem;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; }
#zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { 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:8.25rem;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; }
#CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { position:absolute;display:block;z-index:15020;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.8125rem;width:8.1875rem;top:1.75rem;left:45.75rem;overflow:hidden;display:block; }
#JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),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:40rem;display:block; }
#actwC7NbQITzolAvuarrSCqUZhOdHl9I { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;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:8.0625rem;left:4.5rem;height:1.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:block; }
#DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { 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:3.3125rem;left:0.625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { color:rgba(var(--color-primary-0),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; }
#R837Z4naolNN3zfvA4hGQzH94WCblD02 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),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; }
#pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:24.5rem;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:block; }
#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { background-color: transparent; background-image: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container > .video-iframe-container { display: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container { display: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .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); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { border-width: 0; border-radius: 0; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.499389648438rem;left:30rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6236991882324rem;left:30.000003814698rem;height:9.0175625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJF3VUVAktn7gn9u467AKowHeoTGrypn { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:6.011725rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.561767578125rem;left:4.6248779296875rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.937503814698rem;left:30.000001907349rem;height:6.011725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:46.687503814698rem;left:30.000001907349rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSLkU2p502m5s1HENF1EOA6P3Fkug33p { 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; }
#WbFlBcIIa8nTzy8toEAT3Cx6LuhWQ62T { position:absolute;display:block;z-index:15018;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:18.187375rem;width:25.3125rem;top:18.77224445343rem;left:32.238502502441rem;overflow:hidden;display:block; }
#QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { position:absolute;display:block;z-index:15019;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:17.3123125rem;width:26.5625rem;top:2.0610895156861rem;left:1.6134986877441rem;overflow:hidden;display:block; }
#dvwNyaITS96VafeuAhCePzQRXITdEfs8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.62475rem;width:8.8745rem;top:37.75rem;left:4.5625rem;overflow:hidden;display:block; }
#c9i8xo2m1xc6tsC9mqItazFGCokFMTd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:54.5rem;left:1.5rem;display:none; }
#uWdcnJE0cJzcH6P6l4o4nnl8kwhyD6x3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.375rem;width:13.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:39.937500953674rem;left:9.9054698944094rem; }
#gSEe4QIVQHKax7T8b5Fbu6GMfoZR9xQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:29.561767578125rem;left:4.6248779296875rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { background-color: transparent; background-image: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .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); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { border-width: 0; border-radius: 0; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#S99r80pRO09LVyiScKODXINmoJb0LqL5 { 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-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:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5621875rem;height:4.562175rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:20.218643188476rem;display:block; }
#TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { background-color: transparent; background-image: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .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); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { border-width: 0; border-radius: 0; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { 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; }
#WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;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:3.25rem;left:23.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { color:#ffd719;display:block;width:9.4375rem;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:0rem;left:16.3125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWchKB34uM9fkITFlBztoW6e4D7weA16 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),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.5625rem;width:19.0625rem;top:6.3125rem;left:22.3125rem;display:block; }
#OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { 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:10.5rem;left:3.3125rem;display:block; }
#o04Br9XuGV9IJJlP08wrViwnIusesHeG { 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:10.4375rem;left:30.8125rem;display:block; }
#Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { 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:17.75rem;left:3.3125rem;display:block; }
#qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { 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:17.75rem;left:30.8125rem;display:block; }
#hOARg3LeHT8MifokWx5DlbZFdcd58sGS { 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.687375rem;top:32.933959960938rem;left:3.3111572265625rem;display:block; }
#SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { 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.68725rem;top:32.933959960938rem;left:30.811157226562rem;display:block; }
#WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.131103515625rem;left:4.1241455078125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.237497329712rem;left:31.499219894409rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.380859375rem;left:4.1241455078125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.380859375rem;left:31.624145507812rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:35.565795898438rem;left:4.686279296875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { 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; }
#KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { 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.40625rem;display:none; }
#o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { 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; }
#O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.670288085938rem;left:31.624145507812rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { 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.68725rem;top:25.0390625rem;left:3.3111572265625rem;display:block; }
#fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.631225585938rem;left:4.1241455078125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { 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: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.68725rem;top:25.0390625rem;left:30.811157226562rem;display:block; }
#f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.915771484375rem;left:31.624145507812rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X53577tG2ENHxeXB9aAw1zMtTWpuzTn7 { 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.40625rem;display:none; }
#e4I2hR4OUvl5Sm9IRKAVhxsoXAGJ3Lxk { 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.40625rem;display:none; }
#v28XpZBUuNbXqxJEnZ5y4zzIlWA058Tu { 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.40625rem;display:none; }
#OTKEuBKdqd70EoXcSa5UJNyX72DcNNda { 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.40625rem;display:none; }
#u4KNreNdWZXzI8xJEaDR0qs7F3FeHJPM { 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.40625rem;display:none; }
#wBGrdmidPLiO52vSpTAEWqZTRmR8pNgG { 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.40625rem;display:none; }
#kLGWM3IJAIlmAqDhUpU7di8a4FW1iKW4 { 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.40625rem;display:none; }
#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { position:relative;display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { background-color: transparent; background-image: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container > .video-iframe-container { display: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row > .video-iframe-container { display: none; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .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); }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { border-width: 0; border-radius: 0; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .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; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;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; }#iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.51123046875rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { 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: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:16.4375rem;width:14.625rem;top:8.4656243324281rem;left:2.6867198944092rem;display:block; }
#tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:10.685424804688rem;left:3.15673828125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.007031679154rem;left:3.3757820129394rem;height:4.14258125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.4375rem;width:14.625rem;top:8.4648442268369rem;left:22.68593788147rem;display:block; }
#vKCEmmCMAtFdsX718R6080SE08w3KmTf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:10.091406345367rem;left:42.968751907349rem;height:4.7431625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.316407442093rem;left:43.093751907349rem;height:5.52344375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzEKnBiNst6kiKNU8sGm6EvmarDh443L { 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-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:16.4375rem;width:14.625rem;top:8.4648442268369rem;left:42.686719894409rem;display:block; }
#yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.9039096832275rem;left:22.718751907349rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.316410064698rem;left:23.531251907349rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jpsb4kqqyctmBGhFFo7NNpfXi8zH4Bgz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.248875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.316528320312rem;left:3.375244140625rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EMdhp48IxUCyo5HRALe6akTSJV3o1K3a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.316528320312rem;left:43.530883789062rem;height:6.90625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TfTZcWSp2l2gCTVExWu2bwgXNDOc4xc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.685424804688rem;left:3.15673828125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SkpzJzecdHlicamiA56tzqENgl7fkIhQ { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.4375rem;width:14.625rem;top:8.4648442268369rem;left:22.68593788147rem;display:none; }
#GprvOegvpiyrOBpu1wpr2B8606cRSzZV { 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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:16.4375rem;width:14.625rem;top:8.4648442268369rem;left:22.68593788147rem;display:none; }
#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { position:relative;display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { background-color: transparent; background-image: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container > .video-iframe-container { display: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row > .video-iframe-container { display: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { border-width: 0; border-radius: 0; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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; }#BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { 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.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { 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; }
#PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { 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.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x91lg9TWgZcgFH0DgowETLNaqlesUbSk { 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.375rem;height:2.8497875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyCRqev0GasDtAT8TulkUEVMlraSpxtB { 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; }
#T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { 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.3125rem;left:21.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:5.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { 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; }
#d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { 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; }
#AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { 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; }
#I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:19.75rem;top:15.581249952316rem;left:20.062501907349rem;overflow:hidden;display:block; }
#Dc2ac1V1DOwhQU0fyJP8OFuRtkVoNFAK { position:absolute;display:block;z-index:15013;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:14.4375rem;width:17.4375rem;top:14.550000190735rem;left:1.28125rem;overflow:hidden;display:block; }
#cSQ8ddhy2L2eTwULTIRIy6AHPuhG5XEJ { 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:13.875rem;width:19.375rem;top:15.081249952316rem;left:40.687501907349rem;overflow:hidden;display:block; }
#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { background-color: transparent; background-image: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container > .video-iframe-container { display: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container { display: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .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); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { border-width: 0; border-radius: 0; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#TMUDq4rrq7eGJKVUbo6SnWHeuCLa0NIT { 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-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:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5609375rem;height:4.56171875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.09375rem;left:20.219533920288rem;display:block; }
#sLGnqBCyAe80W6y9ebSaay4igPVg7Bqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { background-color: transparent; background-image: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .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); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { border-width: 0; border-radius: 0; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { font-size:0.875rem;font-family:arial;height:133.9375rem;width:60rem;position:relative;display:block; }#BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { position:absolute;display:block;z-index:15081;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: none;height:18.312375rem;width:47.8125rem;top:10.327758789062rem;left:6.09375rem;display:block; }
#JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:11.662841796875rem;left:8.343505859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d05OR15AgPJtmlWr6OdZCy2QfigHNymc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;top:10.327343940735rem;left:1.8695316314698rem; }
#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { color:rgba(var(--color-tertiary-4),1);display:block;width:46.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:14.949951171875rem;left:8.343505859375rem;height:10.1855625rem;font-style:normal;display:block; }#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn li:before{  }
#os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { position:absolute;display:block;z-index:15082;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: none;height:19.75rem;width:47.8125rem;top:32.538452148438rem;left:6.1328125rem;display:block; }
#OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:33.811645507812rem;left:10.2490234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:37.123413085938rem;left:8.59375rem;height:8.0859375rem;font-style:normal;display:block; }#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v li:before{  }
#VgsQxs2osJFoipF9L6aadxkQwrfATAcA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;top:68.625rem;left:3.5625rem;display:none; }
#sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:58.1875rem;left:9.124755859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ohzu6swZRUknTflroSM1PwrHi62vdTby { color:rgba(var(--color-tertiary-4),1);display:block;width:32.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:61.68701171875rem;left:8.59375rem;height:8.0859375rem;font-style:normal;display:block; }#Ohzu6swZRUknTflroSM1PwrHi62vdTby li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ohzu6swZRUknTflroSM1PwrHi62vdTby li:before{  }
#R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { position:absolute;display:block;z-index:15083;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: none;height:18.5rem;width:47.8125rem;top:56.37451171875rem;left:6.1328125rem;display:block; }
#s7SIyL0QooGtq608lAWCE6NCVai84t7e { color:rgba(var(--color-tertiary-4),1);display:block;width:38.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:84.249267578125rem;left:9.349365234375rem;height:10.1855625rem;font-style:normal;display:block; }#s7SIyL0QooGtq608lAWCE6NCVai84t7e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7SIyL0QooGtq608lAWCE6NCVai84t7e li:before{  }
#KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:81.201904296875rem;left:13.154907226562rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { position:absolute;display:block;z-index:15084;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: none;height:19.6875rem;width:47.8125rem;top:79.282836914062rem;left:6.09375rem;display:block; }
#rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { color:#b56ff6;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { position:absolute;display:block;z-index:15103;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: none;height:26.1875rem;width:47.8125rem;top:103.3203125rem;left:6.09375rem;display:block; }
#xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:104.75701141358rem;left:8.59375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:108.87341308594rem;left:9.3428955078125rem;height:12.285125rem;font-style:normal;display:block; }#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ li:before{  }
#PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:25.859367370606rem;left:15.874219894409rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { position:absolute;display:block;z-index:15092;background-color:#ffd44d;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: none;height:1.81171875rem;width:31.3109375rem;top:25.60390663147rem;left:13.999219894409rem;display:block; }
#T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:47.449224472046rem;left:12.34375rem;height:2.5996125rem;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; }
#P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { position:absolute;display:block;z-index:15093;background-color:#ffd44d;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:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.625rem;width:38.8125rem;top:46.936723709106rem;left:10.24843788147rem;display:block; }
#wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { position:absolute;display:block;z-index:15094;background-color:#ffd44d;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:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.24921875rem;width:31.3116875rem;top:71.09294986725rem;left:14.342969894409rem;display:block; }
#pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:71.56640815735rem;left:18.468751907349rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#U8Oqx4XXCllq519KynrZCwwJ3XKR949M { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:124.5406293869rem;left:13.15468788147rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { position:absolute;display:block;z-index:15132;background-color:#ffd44d;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:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.5rem;width:35.125rem;top:124.12187957764rem;left:12.09218788147rem;display:block; }
#NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { position:absolute;display:block;z-index:15095;background-color:#ffd44d;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:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.24921875rem;width:31.3109375rem;top:95.63985824585rem;left:14.344532012939rem;display:block; }
#JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:96.114076614381rem;left:17.907033920288rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RV7JkBW5ZodMVVx2H47oIwJiudZMPDWt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:11.662841796875rem;left:8.343505859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l2GWq1UKKIqvcbQDAkVq0VhhIATXqzUv { color:rgba(var(--color-tertiary-4),1);display:block;width:37.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:33.811645507812rem;left:10.2490234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XwJVDBBohlZKb0pdLmqIwz6pfwHS4by9 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:58.1875rem;left:9.124755859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TbpdQ7Gs1SQJ3s00q182rHME55QekAvs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:105.12451171875rem;left:8.8824462890625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZhVIcVli7BDs5y8NtSmWm2IexiW1NKAu { box-sizing:content-box;height:20.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.660936832428rem;left:2.4945316314698rem;display:block; }
#nsbbCwUM1HRd4vxa2psFir1kHBqrrzpJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;top:32.538281917572rem;left:1.8695316314698rem; }
#EGJOxwQVm3KRxe7nccKysDbChyvVPFTI { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15135;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.810138225556rem;left:2.4945316314698rem;display:block; }
#sNtF3ayQyRGEb0h2Tq4A3CnESEdgovpK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;top:56.374219894409rem;left:1.8695316314698rem; }
#B4JTUuTasOuyDl6z4ytTgty2AI1lP0N2 { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.811713218689rem;left:2.4945316314698rem;display:block; }
#HWEJSJE9k8XL5JhQ0qTxp7ltdqryAaNV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;top:79.282814025881rem;left:1.8695316314698rem; }
#A2rJX5Jd00AMiUaGOBpA8ZF2R3Ka5SB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:46.768920898438rem;left:17.350463867188rem;height:3.9rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JOuhtXfWIa4ky2LuqCuTa98JkuEhPTnz { color:rgba(var(--color-tertiary-4),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:71.568603515625rem;left:19.342651367188rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#kceJTDzBcxTWH5dhynoNXUnSfbQUtJ6L { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:123.89392089844rem;left:15.4677734375rem;height:3.9rem;text-align:left;text-align-last:left;display:none; }
#hmXRe2G6x37DWeT9AqkQuTmUfINyTx4d { position:absolute;display:block;z-index:15081;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: none;height:18.312375rem;width:47.8125rem;top:10.327758789062rem;left:6.09375rem;display:none; }
#aTLinosMsBTRwu8mW4GoXtbWwAnzHkig { position:absolute;display:block;z-index:15081;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: none;height:18.312375rem;width:47.8125rem;top:10.327758789062rem;left:6.09375rem;display:none; }
#VNZLgdev1K8pMDskfhltzDXVxShHFcPE { position:absolute;display:block;z-index:15081;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: none;height:18.312375rem;width:47.8125rem;top:10.327758789062rem;left:6.09375rem;display:none; }
#AmJsOE9Ut1Q94zEUTD2hlum0oOUhxLen { position:absolute;display:block;z-index:15081;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: none;height:18.312375rem;width:47.8125rem;top:10.327758789062rem;left:6.09375rem;display:none; }
#SJIETum082G5gNRWT8sZydDiTMZ9xptv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;top:32.538281917572rem;left:1.8695316314698rem;display:none; }
#BroKPxIT44fZPUcvILe6FynykdH9c1pT { box-sizing:content-box;height:20.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.660936832428rem;left:2.4945316314698rem;display:none; }
#nJTOgGSO51zetu5U0L5BSRrWomZJa5NC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;top:32.538281917572rem;left:1.8695316314698rem;display:none; }
#vTBZmXflkNTVAMgqhIL9AEf6s068iToq { box-sizing:content-box;height:20.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.660936832428rem;left:2.4945316314698rem;display:none; }
#T5c7uhTH96IKU6dHSLNWNCG6XB4oUgaG { box-sizing:content-box;height:20.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.660936832428rem;left:2.4945316314698rem;display:none; }
#TcS8KVrGc2pLzH1SpaceHhKI1pUmsSUz { box-sizing:content-box;height:20.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.660936832428rem;left:2.4945316314698rem;display:none; }
#b2nN9WuL83wX63DxSC7OQABofPvLhcN2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;top:32.538281917572rem;left:1.8695316314698rem;display:none; }
#wplJogUuHiEfdFNd6sFiGnO762pFKQU9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;top:32.538281917572rem;left:1.8695316314698rem;display:none; }
#AQche07THKXuU0NzDAf20y72WCeeH5mg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;top:103.32030677796rem;left:1.8695316314698rem; }
#ddqITSC1ApWEOJOl9z1uieUF4uFNJZf1 { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:80.37343120575rem;left:2.4945316314698rem;display:block; }
#oal7orVqz5TtQVMESAOH2DWmiTwFHT6d { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.201566934588rem;left:2.4945316314698rem;display:block; }
#MTtk3by55uGmfKW9JHl3szt83skRVbAH { 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-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:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5609375rem;height:4.56171875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.09375rem;left:20.219533920288rem;display:none; }
#CQP0NfIkZtXmLTx5dqEMPmKy0FBxnc47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2vb4Oq3reznZeWF5GL6iRcMHQoZsJBB { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.770311355591rem;left:2.4945316314698rem;display:block; }
#xcfg1S5qqMrR42BD2B3gsRX4JO9nMPD8 { box-sizing:content-box;height:22.5625rem;width:0.1875rem;position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.975780487061rem;left:2.4945316314698rem;display:block; }
#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { background-color: transparent; background-image: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container > .video-iframe-container { display: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container { display: none; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .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); }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { border-width: 0; border-radius: 0; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { position:absolute;display:block;z-index:15000;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: none;height:24.1875rem;width:23.875rem;top:3.4686279296875rem;left:3.6616913584391rem;overflow:hidden;display:block; }
#XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.81201171875rem;left:28.499755859375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { color:#ffd300;display:block;width:29.186375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.030517578125rem;left:28.562255859375rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { color:rgba(var(--color-tertiary-4),1);display:block;width:9.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:19.74951171875rem;left:38.497924804688rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tz0ZCGU25zGCUkLTGuCI7Og93dZaOQJu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:7rem;width:7rem;top:12.124145507812rem;left:47.936157226562rem;overflow:hidden;display:block; }
#dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { color:rgba(var(--color-tertiary-4),1);display:block;width:25.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.125244140625rem;left:30.37353515625rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { color:#160bc8;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3421630859375rem;left:28.499755859375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:12.405395507812rem;left:31.768682746282rem;overflow:hidden;display:block; }
#bTTkQp4lougoXATlSHUz602Ue2ESaRVR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:12.249145507812rem;left:39.780151367188rem;overflow:hidden;display:block; }
#Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { 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:3.49975625rem;width:9.0625rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#geMVa7lz2AC268il7erW69k7DWcWNUGN { box-sizing:content-box;height:4.25rem;width:28.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:4.9053955078125rem;left:28.499755859375rem;display:block; }
#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X > .row .container { border-width: 0; border-radius: 0; }#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:none; }#yvi2QNuLExHIuzQThTuZRFBPAALD4dFH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:3.76171875rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yn4mTCA0np42s9fVg7T5V6eQvr4TAdes { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),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.3125rem;width:19.0625rem;top:22.1875rem;left:20.5rem;display:block; }
#x9bEJhhysKJ1srQJDAxNGiqIK8vu8d7q { color:rgba(var(--color-primary-1),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.5625rem;left:21.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tEb5JKw1DdGhsegW1HbJzoUDMlhgVIpV { color:#ffd300;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:8.75rem;left:0rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTmise1TqvUvaCurHWaUUzcNCXO5OuZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:38.4375rem;left:1.0625rem;height:1.19970625rem;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; }
#TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:40rem;left:1.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah li:before{  }
#cKTDwdrhG4prpyAn76qFTCqNUauVWDDW { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdc5d, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #ffdc5d, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #ffdc5d, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #ffdc5d, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5d', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5d', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #ffdc5d, rgba(var(--color-primary-4),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:5.125rem;width:43.5rem;top:2.7421875rem;left:8.25rem;display:block; }
#yxHXaoKzUZ2Qe7DWr4CktKGvV2ISCfIV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ix3E3k2TmZ9HBlQPZ5B85JI0EBGLRPkI { color:#b56ff6;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:6.5rem;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; }
#m6awLCrTkql6QEadGZHMEu8B2cXuG51s { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:23.0625rem;left:0rem;height:2.8496125rem;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; }
#qbr1arfTr2mXvEVtWzVR9UuQdScDWpyI { color:#d71f1f;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:30.599609375rem;left:0rem;height:4.46875rem;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; }
#eRUaat0OPwdnAkLmPmTXPBPyCZsIP29M { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.67578125rem;left:21.25rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWtymJzAJOMMe8uKfxKBBm8iSSSIB1bZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.1875rem;width:13.4375rem;top:18.6875rem;left:23.28125rem;overflow:hidden;display:block; }
#wcgkUNMCTUN9vRVW5AmIgArzxdrCa1m7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:28.375rem;left:21.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nm9ZWUU3JgdSL0INGQJPugZC76I2Vxck { position:absolute;display:block;z-index:15002;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:22.875rem;width:18.3125rem;top:13.67578125rem;left:0.84375rem;display:block; }
#MtEtaqwzek8dIaSb9n5sasZtA8SssqSv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.73828125rem;left:41.5rem;height:3.8247rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faexGMc3DsuoFditUtCbsmo7Xc5bDrdO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:32.375rem;left:21.90625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmUwoVTITqPv6rbRo5DVqbAdirgUuO3T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.75rem;left:0rem;height:3.0869125rem;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; }
#twUeAgG8gKcBioMGcMTRWI2sEzA6uThC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.64990234375rem;left:41.65625rem;height:5.36133125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZX9hTbAW8DJQSufqQM2M1la5wNada6cx { box-sizing:content-box;height:0.125rem;width:16.25rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:26.8125rem;left:1.875rem;display:block; }
#z9HfBQbPnvw7XGtuwgaxQeq5Df7gg5iO { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:19.9375rem;top:14.8125rem;left:40rem;overflow:hidden;display:block; }
#GQAgutM40U4k9Buz0fr2DBhA7uUrQx5D { color:rgba(var(--color-tertiary-4),1);display:block;width:5.87305rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:34.375rem;left:7.0625rem;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; }
#oEnKlGWskI1ZTHP6Bwyop9oqdQATArCF { position:absolute;display:block;z-index:15042;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.125rem;width:5rem;top:35.1875rem;left:7.4375rem;display:block; }
#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a45f119e-ce14-43d8-8fac-32ab149352a1/Technology1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:none; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX.adaptive-delivery-prevent-bg, #IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX.lazyload, #IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX.lazyloading { background-image: none; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX > .row .container { border-width: 0; border-radius: 0; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX > .row > .video-iframe-container { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:60rem;position:relative;display:none; }#oMEtPpM9LcOPTlx4E8NPf5OMx1VHdEzd { 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:24.75rem;width:33.8125rem;top:-3.125rem;left:26.1875rem;overflow:hidden;display:none; }
#o4G8c27P6bROikKwHtmCxVmPt1UXidTo { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem #ffe568 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);text-shadow:0.25rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.5);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:24.0595625rem;height:3.9985375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:65.810546875rem;left:17.9697265625rem;display:block; }
#e4GQQScFHDtuvkJZxDy251yrDDAySvoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeyn8z7gvLTRryFJq9d8pExa0sEoDdTx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:3.3125rem;left:6.9375rem;height:3.2312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zk7bWqwT0DdoZbxmnJrUSTXPhAQnb0RC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:8.3125rem;left:6.9375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VV7cugmOUwe96HTCOuUgOExq0y9EAsPK { color:rgba(var(--color-tertiary-0),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:12.9375rem;left:5.4375rem;height:2.26806875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KR9LDCzP0kZlkTzhWTQvIxODdkg5BFei { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.2495rem;width:21.31225rem;top:16.875rem;left:4.125rem;overflow:hidden;display:block; }
#VOvhHnpMnMtZVKLq6kyTpbaQd32Bw27A { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-4),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:13.5rem;width:34.0625rem;top:18.5rem;left:24.8125rem;display:block; }
#J6vm9S0xuQMeoiSP6xvSncRWZVmSiWs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:22.1875rem;left:26.25rem;height:8.92455rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hy0OU60z3Lv4d3GRvdslWDxn4wcudPuO { position:absolute;display:block;z-index:15028;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.24975625rem;width:6.3745rem;top:19.5rem;left:26.25rem;overflow:hidden;display:block; }
#zpFgTlgx9CAkvhimOhgRXICahbQe5X6E { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:37.625rem;left:6.9375rem;height:2.26806875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rCRL6GDXuDVwTFkdFdZi6d7UQsx9QK52 { position:absolute;display:block;z-index:15087;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:11.187125rem;width:20.1245rem;top:43.75rem;left:8.4375rem;overflow:hidden;display:block; }
#Tb29gqq4JwQl85zOBoe2ZRWc3Na8Ci42 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:56.25rem;left:6.9375rem;height:2.55005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJbhs56lqKubZVAmh7pD38zFiOXCpo2v { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:46.5rem;left:30.375rem;height:5.70556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWF9RAaggB5lsCU8C8XJFHbbe5b8VS53 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:56.125rem;left:36.5625rem;height:2.76245rem;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; }
#c8z4MkBC17gJpNCWREFbHOGT65vTgvKR { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.99975rem;width:15.99975rem;top:39.875rem;left:35.3125rem;overflow:hidden;display:block; }
#BD8ofaJKUltdipxq1aegZixfoN4lOzdX { color:rgba(var(--color-tertiary-0),1);display:block;width:47.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:12.9375rem;left:5.4375rem;height:2.26806875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p1D4gbDd9Xggik5JZwbWqhzOdrpnu2q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:22.1875rem;left:26.25rem;height:8.92455rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oiiTOy799WaauV8GEFm2rxvaOBokMSct { color:#ffd300;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:61.75rem;left:0rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx { position:relative;display:none; }#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx { border-width: 0; border-radius: 0; }#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx > .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; }#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:49.875rem;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:none; }#ATge9v3HlldeUZp4BosHT7HUH2dvNlAg { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:4.5599365234375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QX5e5NH4iWFOixUz5Cky3BeDrqOaSMaH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:21.836791992188rem;left:32.122802734375rem;height:5.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSMnPNMKZ2QX9wv8g8yRwA9tOozu4ygi { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#ktCU720ZVMZrRs5IsoxMIBQzzda5uO7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5w9sO0wH54dX2GZ1XZ0iXiWQVDcb2CJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),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:8.49975rem;width:23.2495rem;top:20.68603515625rem;left:31.781005859375rem;display:block; }
#vAlv8dgOkRxz299k3nUWrmfEcIrnsgTv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.69921875rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#duT2m0hmEqP8QXNdEtTtHxIOomdEdBFb { color:rgba(var(--color-tertiary-0),1);display:block;width:21.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:37.061157226562rem;left:17.472534179688rem;height:1.35rem;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; }
#QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:39.248657226562rem;left:19.53125rem;height:5.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK li:before{  }
#UdFNHZiUfLbqTTSCGEBvlzpXJbbArxzk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.69921875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZhIeWTrEAw6rvUSwThD0GA32O14b7lmW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.562125rem;width:26.187125rem;top:7.811767578125rem;left:30.311889648438rem;overflow:hidden;display:block; }
#dlW56cKmI6T7l40vu6f1gJDbq6kvgvTx { position:absolute;display:block;z-index:15002;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:22.874125rem;width:18.31175rem;top:9.49951171875rem;left:6.9659423828125rem;display:block; }
#R5HBJOfVOUTqXZkOTlSiec6T0tWHHS64 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.435913085938rem;left:7.3724365234375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipKfT6kBHT1ar8lF86ukCDHNnL876mWZ { color:#b56ff6;display:block;width:20.061625rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.1845703125rem;left:6.9659423828125rem;height:6.5rem;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; }
#Hftd7Ufe96dcvfB7WfwvmyJrqdLeN1OO { box-sizing:content-box;height:0.124511875rem;width:16.25rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:20.55908203125rem;left:7.9974365234375rem;display:block; }
#KVZJAu5ZFOQEQShIATPMNplrA4OweAsm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.950073242188rem;left:6.966552734375rem;height:3.0875rem;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; }
#HzbPUxOhUZ4y10aZhZNKiK7lqEyknUZm { color:#d71f1f;display:block;width:13.0615rem;position:absolute;font-family:worksans;font-size:3.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:24.627075195312rem;left:9.5916748046875rem;height:4.46875rem;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; }
#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { position:relative;display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { background-color: transparent; background-image: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container > .video-iframe-container { display: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row > .video-iframe-container { display: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .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); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { border-width: 0; border-radius: 0; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .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; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2492184638977rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:32.75rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.687125rem;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:11.5rem;left:30rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { color:#ffd300;display:block;width:21.9366875rem;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:27.187512874603rem;left:34.032033920288rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),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:13.375rem;width:28.6875rem;top:11rem;left:30rem;display:block; }
#bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936625rem;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:26.0625rem;left:33.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9366875rem;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:30.636731624603rem;left:34.032033920288rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWM5ndubX9Lvx0SZHMMI7UpdhRJy7WlX { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17.875rem;left:30rem;height:6.3745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJtenHmbwu1WnhKxBPznzZfJ6x3HNftC { position:absolute;display:block;z-index:15009;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:14.75rem;width:26.25rem;top:10.34375rem;left:1.875rem;overflow:hidden;display:block; }
#ue5efK64JrWnx37UQHb0lXTMyx2gAgpR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2492184638977rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK { position:relative;display:none; }#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK { border-width: 0; border-radius: 0; }#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK > .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; }#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:26.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:none; }#rcOXEOJI7omsap946Hz0sdZrUffDZtV6 { background-color:rgba(var(--color-primary-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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#dQBacnZckZan5pZs0Dsy7tgzwwbkWTTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvkD6E7B2LI6I5uRttTROZGUCSq0wnZ5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, #6f3ba7, rgba(var(--color-secondary-2),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:22rem;width:43.625rem;top:0.99921870231631rem;left:8.2492198944094rem;display:block; }
#O1oggXn8LLpKTRwA7Tq3x2vHwrBPVRrh { color:#fbe936;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.0242433547974rem;left:16.311719894409rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TezzB5BKxiTMyEQk0AMnFn4lrTN3JTZb { color:#01074c;display:block;width:35.7484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:6.1054935455322rem;left:12.1875rem;height:4.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5DhT599EAUxwFVuRWTqq4xNoH8s3AJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:17.649219512939rem;left:9.9875011444094rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldadSxz46hdR63lP56BRFyGfeN8g7uEw { 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-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:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5609375rem;height:4.56171875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.625rem;left:20.281251907349rem;display:block; }
#SKBidLqyoNlEK8VN60dTCDiJaGFvN9Xp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFKw977iIgUL9CZHUompL2hTqsaAb3ia { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.186719894409rem;left:30.000001907349rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aEsWaWxQsrAFFHHFMy6oHtCK0Q0Or5D2 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6866875rem;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:13.186718940735rem;left:30.000001907349rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ba3GkT0nI9JoTDGrthHDu3w5FUOAGKRi { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:11.73671913147rem;left:9.9375rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWX8dziyQuPSvgJQfGA8TX6q09ogpUoE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:14.836719512939rem;left:9.9375rem;height:1.425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFmmWRNHQLMgsKMFl7IFAslZ8DQLxG3t { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.186719894409rem;left:30.000001907349rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gsOv8avdZQyqxiBcJBIxakQEEgc2wfyw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.186719894409rem;left:30.000001907349rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hFiAGS1Vu9xSVLGhE3D52vq8ulke7l5v { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.186719894409rem;left:30.000001907349rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5fcfaf98-0dfa-4ca2-becf-9f374b7a2647/ADS22502.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.adaptive-delivery-prevent-bg, #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.lazyload, #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.lazyloading { background-image: none; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI > .row .container { border-width: 0; border-radius: 0; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:none; }#qkeJdK8RS3ntZJAsPSxp102ZUTGz2mRy { color:#f8f600;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:39.9375rem;left:14.40625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X > .row .container { border-width: 0; border-radius: 0; }#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:none; }#MTUOaQfTqotTPTsbG5isMpm2Kz3w4Zgq { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.1875rem;width:52.1875rem;top:14.625rem;left:3.9375rem;display:block; }
#tDTQ5UETEOR7R17rROxPs1NmSDGdCT9e { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:16.5rem;left:31.3125rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sv5gvnWZzEFvmFGTeK2gsQsTzvqwGn0W { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MTvyLdV2MI2C0vRGeRqrxqAEXfZHER4T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.311rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:19.625rem;left:30.625rem;height:3.14941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:23.98828125rem;left:31.2177734375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 li:before{  }
#TIMkq6fAIcl3vVOOz1XeCGVRsT7voH1h { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fmHl0lImHzZm5UdKV7pcAMTZKr741txc { position:absolute;display:block;z-index:15086;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:11.625rem;width:22.1875rem;top:17.0625rem;left:6.125rem;overflow:hidden;display:block; }
#GAckozo7N0sJb3EsaZyv1nGL1Xul5rsa { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:11.375rem;left:10.75rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ql9rKvBpmwHr7I8qfFxWl12B5obcnJg8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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:6.1875rem;width:39.8125rem;top:4.125rem;left:10.1875rem;display:block; }
#qqnToDsJBLbopHKToG0DlfN5PXh3Dei5 { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.8355064392087rem;left:12.998050689698rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRZocH7TohozHGDh5FT4pT0WfBvhKuTZ { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.6875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ip4G9Vqs17wZa95TxSEkHGSqgI7u6dV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:3rem;left:7.125rem; }
#X10nzLeNLsEX6ZvxJgTWFr8iwOvsFUyN { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#SdZepKXyXpm2Tft4bmuCByTTQlPUxBiz { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:32.1220703125rem;left:7.09375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 > .row .container { border-width: 0; border-radius: 0; }#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:60rem;position:relative;display:none; }#VkJoLZz4OVPKU3LWDBpNMuWBlxBbTQuT { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:45.1875rem;width:52.1875rem;top:12.6875rem;left:3.875rem;display:block; }
#dnGhH086S1dBNnKD4Rw4XSWCp2kwd5Cx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.5625rem;left:33.3427734375rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AW1dczylUJn8x7MrHr3k0hTvqmoIIRBz { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QdaowQZkvr5diwOPTR58JnSVuUQc1C3C { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:19.38671875rem;left:30.5625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:22.23828125rem;left:31.3740234375rem;height:4.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m li:before{  }
#TOtTOL8qrnyb9zVT4ZEt4utgPP4L09RN { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:8.375rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uShwGqJrBVTJqmLHKhGMGLAecbpiQ2S2 { position:absolute;display:block;z-index:15086;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:12.375rem;width:22.1875rem;top:14.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#KNSLnCJDWvhKeEdLnvETZNbHq5D5wPq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.375rem;left:9.8125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6MsQle6c7p6zXapziSEhNVXlqKiSpsL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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:6.1875rem;width:39.8125rem;top:2.1875rem;left:10.125rem;display:block; }
#Kf4wADLTyFbBTmtksV46vg3ZBWCT8gXf { color:#01074c;display:block;width:35.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.875rem;left:12.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2si3FbpMqAIgcuwfOLn5oxpmWgAVXrU { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odIG4ziBEy1cAFlMGyGlfiRzzTsfEvmG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3748125rem;width:6.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:1.0625rem;left:7.0625rem; }
#rKp2Dg8f4tCHorpbm7rQ4GTiTD43QDRE { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#H15wQKaHE8solCq7dX5U9tv6lfSk7Kbe { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:59.1220703125rem;left:17.0625rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:50.4375rem;left:31.25rem;height:4.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp li:before{  }
#ULtU216OGkzCeCmMMpgzHTeEGoG5e2oo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:43.5rem;left:31.248046875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAx8Haa5xD4RfoRz2Nl3hZb4bDu3rP1K { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:46.625rem;left:30.5615234375rem;height:3.14941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iuu0VZMUThOVkhzOyJWIQfJqgCTvyBkO { position:absolute;display:block;z-index:15090;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:11.625rem;width:22.1875rem;top:43.5rem;left:6.1875rem;overflow:hidden;display:block; }
#H6edUT99CzipCm54cONfHROquHh4W9PW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:17.57421875rem;left:31.9990234375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGJCDfGweSlIQn2gA3bNaeSmbUmLAN2M { position:absolute;display:block;z-index:15091;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:11.625rem;width:22.1875rem;top:29.46875rem;left:6.1875rem;overflow:hidden;display:block; }
#xh4iGxkBh3Xcfp9cS2SDX5tx9JsnMZW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:29.46875rem;left:31.2490234375rem;height:4.04883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgGaWkqF1r2FdPaOPlKFRwF05zkF7L5n { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:34.2314453125rem;left:30.5615234375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3xXco28mR62gWyqNnz6kHqfg1PqNSTz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:37.125rem;left:31.1552734375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#r3xXco28mR62gWyqNnz6kHqfg1PqNSTz li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3xXco28mR62gWyqNnz6kHqfg1PqNSTz li:before{  }
#T4AW0rkT7fAmV1WUGEeLr07XSGiuNdyh { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#amEiNFXMxmUW6wF6siQO9QV2pfKKUrkT { position:absolute;display:block;z-index:14998;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:3.9375rem;display:none; }
#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py > .row .container { border-width: 0; border-radius: 0; }#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:none; }#mLRrbHAgy4zXZVeiU2EvZy2crV1kDHoC { box-sizing:content-box;height:2.125rem;width:13.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.4248046875rem;left:37.875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:none; }
#x99TH2gZRKRhebJfsUdiXJFIQIxnSlTk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.64990234375rem;left:38.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ocH8t1zUtTC2o6LgeEh1dc4rxzJ7R8ui { color:#ff0042;display:block;width:24.9375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#wMTR2bqIoepQUhXU1dfBQqiVtabTbzJu { position:absolute;display:block;z-index:15027;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:8.1875rem;width:8.1875rem;top:0rem;left:44.125rem;overflow:hidden;display:block; }
#nZrMSsgD4wdUsolF03fKdX3d71lugPOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.875rem;left:21.125rem; }
#xtPnGPTAOUzXaQNZwXEAFONITngmgp61 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#cpmQwDHOk4vSIrdCMnXK3Wd7htDTT2NR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:28.3125rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#qoT766zEqyohtcEv1c0SToeJitqseUIU { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.125rem;height:6.09375rem;text-align:center;text-align-last:center;display:none; }
#vrTLaJUunVc7h31tIxLV2tkucT205kiy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:29.0625rem;height:3.16845625rem;text-align:center;text-align-last:center;display:none; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .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; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.39625rem;padding-right:0.350625rem;padding-bottom:0.39625rem;padding-left:0.350625rem;display:block;align-items:center;width:2.103125rem;min-width:2.103125rem;height:2.12875rem;position:relative;font-family:arial;font-size:1.584375rem;font-weight:700;line-height:34.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2475rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.804375rem;height:0.841875rem;position:relative;font-family:arial;font-size:0.59375rem;font-weight:400;line-height:13.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.4375rem;height:4.010625rem;padding-top:0.495rem;padding-right:0.500625rem;padding-bottom:0.495rem;padding-left:0.500625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.25rem;left:28.0625rem;z-index:15031; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #B3IgLTNBen1vTurSd4BtzlqVboaQdbys { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #LRAR4wDlHS8OEHLAd1dMN4DOJdECChkC { width:auto; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Th4UHeP4ADgFPG6WdueQmnhR3v83WiRM {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #GaT1GBMIFv6E77zepenI86Z3SPHTXSek { display:flex;position:relative;top:0rem;left:0rem; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #XcG9w25grMbflI902BTwXzs9TqqG2VSs {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #T7g9IgTdFpaxlXC4ia5Gro1uS9tX5mJN {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #b0ErD1Qv7tQghu79nOhRHBz5zmRbbsnk { display:flex;position:relative;top:0rem;left:0rem; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #gVccigTK6totDsVTT0VhbxzhTTQ14pnF {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Er2iuQOwNHQxiaJbZmkQoo5kr1DNT1pT {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #l7wunemxqorF0SnmVWThw9ip7TALw5So { display:flex;position:relative;top:0rem;left:0rem; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #sh1tHkl1v8VRUtF162RMlzsm07Oc7mFP {  }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #ceWhShhNvTMFOVwVR0u7nIedkE8uGWBD {  }
#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { position:relative;display:none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { border-width: 0; border-radius: 0; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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:40.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:none; }#ECze2oEunlTaTDXes5B5c1yim3n5yMLC { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1123046875rem;left:40rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { 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.8111875rem;height:3.79516875rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:28.499755859375rem;left:24.547119140625rem;z-index:15025; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy { width:auto; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
#vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { color:rgba(var(--color-primary-0),1);display:block;width:13.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.849609375rem;left:23.46923828125rem;height:2.03125rem;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; }
#LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { color:#ffd44d;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.6875119209289rem;left:21.406251907349rem;height:4.875rem;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; }
#hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { position:absolute;display:block;z-index:15033;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:33.25rem;width:20rem;top:3.6875rem;left:0rem;display:block; }
#vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { color:#d71f1f;display:block;width:20.06225rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:19.3505859375rem;left:0rem;height:6.5rem;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; }
#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:28.5rem;left:1.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
#eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:13.894653320312rem;left:1.53076171875rem;height:6.03661875rem;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; }
#LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.5063rem;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; }
#Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { position:absolute;display:block;z-index:15018;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:14.43675rem;width:17.5rem;top:7.968725681305rem;left:21.250001907349rem;overflow:hidden;display:block; }
#CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:8.75rem;left:0.75rem;height:2.54394375rem;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; }
#RZ7bShxLXNnzApeGcLsxIMxLf4KT0ss3 { color:rgba(var(--color-primary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:6.86865234375rem;left:41.09375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LhmL5AMQDeMnDGQ7UsRt8KdFf2BbT0yQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:51.25rem;left:2.125rem;display:none; }
#efRwC0mxy682qAapLUtvHXrs4fNfhnhE { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.50625rem;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; }
#pmfTBuOkXZXV0cg0u5L8QqI8FEcKyNSI { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.50625rem;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; }
#A9h3pQw4Abo0rLxXLqx2nTV02kN4QAIp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.497625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:9.1437497138975rem;left:0.75156402587888rem;height:2.8497875rem;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; }
#qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:28.5rem;left:1.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK li:before{  }
#kUyThPmm3TOaWXbrid2DzRCc9byB3FSe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:21.86874961853rem;left:20.812501907349rem;height:1.4625rem;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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-form-header {  }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:16.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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:16.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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:16.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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:16.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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:#ffd44d;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.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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:15.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-container:first-of-type{padding-top:0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-container:last-of-type{padding-bottom:0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg  { 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:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.49951171875rem;top:7.49951171875rem;z-index:15023;position:absolute; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.625rem;display:block;vertical-align:top; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .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; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg {display:block;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg { 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:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.49951171875rem;top:7.49951171875rem;z-index:15023;position:absolute; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #JB9Nga9pTLwCBwXQ50cx0WCQtnJ8dhH6 { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #eqn79MlusQEmwhekysVPuZuevbTKFWvI { position:relative;display:block; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #V0AQZu1B1HJyuop9nQOs9NAzkpLmTuIB { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cuc0EkUJsgmUFCkyp2kRfUAbdkW4xzmU { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Avw5TQlmADfJpzqnX503elqOOW18yOtR { position:relative;display:block; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #SqiEUHCMmyf93VghkatAigBZR667LFRP { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wR0pWREypdQWLf2u5urZ90lIqyPfMhQr { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #TQdPLwg2B81JO5D0ZazPMRiBL2OU5l5r { position:relative;display:block; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fTPIN9y49lISJ2bKfhoTzJ6H67Mxmopp { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #PlEAodf6t7pmgZqC8u2f00cl1WnWg7uI { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #NmXtXddDrA3euCxniVwR09csfCbdiLWn { position:relative;z-index:2; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wOlCJRCOp5az7EatsXMA0b7DDJSZBRF7 { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Mk7TMEKkmH1T4WfwonXNZFxc3p4Ahk18 { position:relative;display:block;z-index:15000; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fW1Ez3iPq7JBJmrwKEOyFgB1ZFXi9zla { position:relative;display:block;z-index:15000; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cwTATufi7Bfun4xtREwnNJVQOaH85pb2 { position:relative; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #utAiKotEHdf217LFk6qBiIn9QVks5Cqe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c0XGqnTC5teT2uTrSuCMbvZIyQPpQMhI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FmhTrQFFIQiZirEEOiu3wFOdxEcECTJ2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QX7z1I2iKBsPKbkeQ8FHynzawUTQplJI { position:relative; }
#C0FukJfNGTZA8n5xtVpRDfQBiMa5FpMh { position:relative;display:block; }
#FPDGTcLtwB6aR5phIWTvX491tqukQifx { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qeiMHikLws3p151q3ivGqxOrKk521Pna { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kiVlfAFugxG1tJwo36y7FGv2ECz3hxvR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cQRV54K5nfo8LAfg8p7TRNMlDWLzcqkl { position:relative; }
#Sr0A9w44p47wAPIu8ygLtPKKqOtzAM0I { position:relative;display:block; }
#pp7h5JkE7ZtVgcQGwrLMdx690F9dnDDG { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k5eD0D2mC2Wagvw0FAxNorduVC8dOpAx { position:relative; }
#I7PnT66q9q57sFSVTXT5WvPzt5qZADdB { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r1NdlnbtU2tWPXLsVvShGXeHrqmwGH2m { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JfcBLdSqq4ynJN49GabBQByhhDq4Sbba { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FhzPUSF6ZTTKU3mrny6cEbmgPJFdTp0k { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tE4pN7V1Fg806UBzwJoo15UtHzqV8v7a { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OAkTRXe9s64eoCZZr01TxfWhXW43opTe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BnhzS3V0fviwHQe1oK9OnIkFfIrBU7kr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V5q117wkxunmt4atOZnVSZgTqN6usDUe { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nfqTz8R28gN14x8WK51SCZIkLQtL0FP8 { position:relative; }
#ZbAhBV2gQoxafC9seoXz9mw1lnxTaypE { position:relative;display:block; }
#tmExcfo9vVsDR21FZFp3y5Af1vmTTRJM { position:relative;display:block; }
#bSgKBQmEfofKAIGGliLMySo4lOu7dac6 { position:relative;display:block; }
#LWsctvBgJtkzQBXgR72G5gzKVopkoTmw { position:relative;display:block; }
#ap5tDsvuZLXNQ3otGkbV7mwdhg87oIHn { position:relative;display:block; }
#zGJkCd9H2TGT38gapvpSqWrNDTV6Dm2x { position:relative;display:block; }
#iJMLO6iDBOA49C8LmT9uGoHFDdmme8Cn { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Lnl3H2NAx6fx0AHmVKWDagD9Zp6DDnsi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AhTcSvH53LMMTanV30RBpkoUWPse0wTK { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CtcqU6BiyOSnTiH5f9etirVtS17bhWXI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PluDOWHPa4udmToU0R0gxLlT6xZxuaea { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G6twa64KPZu9MMDTwL19z0CsWqF3PGL6 { position:relative; }
#RQLFWHDbOaPofuhvN10zT1EpR8iCFDUs { position:relative;display:block; }
#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l { position:relative;display:block; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l { background-color: transparent; background-image: none; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row .container > .video-iframe-container { display: none; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row > .video-iframe-container { display: none; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .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); }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l { border-width: 0; border-radius: 0; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .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; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .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:40.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; }#JXXwxJ0yGarMuGiS6666sxArD82TlCU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1123046875rem;left:40rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAPzuqMA8n2EnaTaiSna3P5vGwNQfADM { color:#ffd44d;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.6875rem;left:22.0625rem;height:1.625rem;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; }
#JT80BdMkeEDkC8muslOBIPCD42xmIGJU { position:absolute;display:block;z-index:15033;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:33.25rem;width:20rem;top:3.6875rem;left:0rem;display:block; }
#KI8Z4TVmPK7IdaoGxh6m0SLVDByovUs5 { color:#d71f1f;display:block;width:20.06225rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:19.3505859375rem;left:0rem;height:6.5rem;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; }
#C15B3fc45g9KcTLltpUZaOllTB1RQXuV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:28.5rem;left:1.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#C15B3fc45g9KcTLltpUZaOllTB1RQXuV li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#C15B3fc45g9KcTLltpUZaOllTB1RQXuV li:before{  }
#BEG8WvU7e8WLU1hnkccUwL4y1K0J7G7k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:13.894653320312rem;left:1.53076171875rem;height:6.03661875rem;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; }
#ei5w3BtgFxIexPq6hrf3n6cBmCLS5N4u { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.5063rem;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; }
#EB64XELDhssynrVus27DV53m9pnB6c2w { position:absolute;display:block;z-index:15018;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.125rem;width:13.5rem;top:21.5625rem;left:23.25rem;overflow:hidden;display:block; }
#hRlAEDHpEEu4TccT1IfQOTxZzFHVXgS5 { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:8.75rem;left:0.75rem;height:2.54394375rem;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; }
#cDnT0zslJSyUqe4SJ1k0RF2nZ2UFZKFT { color:rgba(var(--color-primary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:6.86865234375rem;left:41.09375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ip071iXlcfgM5FOHITUDiKS5iklUJgKi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:51.25rem;left:2.125rem;display:none; }
#iwqzhqmEiAgkL1dVi7XleUaemqMaa3RK { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.50625rem;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; }
#DCpcfVVh7NXRwpH2duHfKafTCD6bQIQr { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.375rem;left:0.75rem;height:3.50625rem;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; }
#Gk1ll0X6WVF6XTuB8LfqOxGELvUsrzrz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.497625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:9.1437497138975rem;left:0.75156402587888rem;height:2.8497875rem;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; }
#DrAaHI4lTodSkiioq2z5CwZphObhUcCz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:28.5rem;left:1.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#DrAaHI4lTodSkiioq2z5CwZphObhUcCz li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DrAaHI4lTodSkiioq2z5CwZphObhUcCz li:before{  }
#sQpnOJdI4TgHKHFnNmXKFGvXpUtK20nh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:33.8125rem;left:21.6875rem;height:1.4624rem;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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-form-header {  }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:16.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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:16.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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:16.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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:16.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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:#ffd44d;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.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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:15.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-container:first-of-type{padding-top:0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-container:last-of-type{padding-bottom:0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q  { 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:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.49951171875rem;top:7.49951171875rem;z-index:15023;position:absolute; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.625rem;display:block;vertical-align:top; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .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; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q {display:block;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q { 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:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.49951171875rem;top:7.49951171875rem;z-index:15023;position:absolute; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U8h5tVTKHFbngIfXehWhU7Tuy5uQoMnZ { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #uBg7ipgCAuHHLL477wguqAEhRbeGeAWT { position:relative;display:block; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #Tvg6r3QBxNltFk4kCnq6I6GDS5TNsOZO { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #zIST9Hle9dJiq0nTIUr6qTzmnhZq5sQb { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #fQESDyIdqObQBT1k1ZZ540NWggxl59oq { position:relative;display:block; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IeOaiNEyo2QR6tiFnTNVUJbE7MRp3bms { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #PnOkhN5BVuWKZuPTCAhL4iW5T7oDg5rS { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #aKlnxbeG4NILN9msssOfZKxJrI1dw1dK { position:relative;display:block; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #KJglzu9mgQkZGU0UpJ8NSN5c1RSdITms { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IypPlEep8TZRftzopa4kpwveS8hLAZda { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #EG4FgtxmXacGelVHpu3OnWDbl3nDNU5u { position:relative;z-index:2; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #XbI9LUakif1TtnbxBL3iV5wql7wQsQ5H { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #s3N0uCcKgyM4WIKWaBbBzUyOQraExOKI { position:relative;display:block;z-index:15000; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U5mtv2A8tvz6lyKEdC4zGT94t40N5hR4 { position:relative;display:block;z-index:15000; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IDDacaqcR0apD1sl6gcP5Dkn486s3o2E { position:relative; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #CkfcTgnrEb9H7aMJBPgles2xD3pb4ZaS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olSG0wwl89ZKQmTuWVJ6G0Z1LTrOCRKx { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WvoTp0WDaaeR3b7IJbfw4n0ldUXZZtA5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IEDGE2RXM4Ov0qwaa98KbtzkwtHfscZT { position:relative; }
#wapwKTVMXqhmMiJuPOZtAlPTtTmeQx7R { position:relative;display:block; }
#nWxGRzvT8PzI46ScEuFA9WB3KE1DROT5 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygSPaR8BmEh4czexCKQyrI8bPxsnTqtC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NS2cgvIINcIxdM1LWT5ImXb1nP2plZ81 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I3L2P7nQoiXlCJ7CFK8PP1TING9zHqJT { position:relative; }
#J4KMH1l5T6ByFrJXJ9utdn5EO077ImMR { position:relative;display:block; }
#rqwwboQ97IIp4w0yy34cPfH55wMU0qys { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCxdk2WODcmeLmtTe67P9R8ovWJoTeO3 { position:relative; }
#NvBebZgvoqiLNB966cntFDL0x9DNgitO { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PzNCq14ymr17dUI87lwnwGTykKSHTIv4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1SmzIOMz670XFq6X45eEorJzBpkNqet { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EmPwtxei1TD2yOuXbJIvOq77DLMvdQZ4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Mm6vih2oW0Em703EPH4lwpOnw8i6nxaT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tXUoLyUoXTJbruRiuGt5wBXizcy0NuIr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iLE9CD2LsbXTHA0nZW6cci6vwwCCBs1f { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qxbrN0vdgb5clxq8D91I0hUm0WtCOSMW { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oPQFI3tFXSe32UGGHdTCpzN5Xc5TBrUF { position:relative; }
#ALK8Wk6guT5TyToyRRSPTnMorudyzCpV { position:relative;display:block; }
#mvvSzunduRIAxOGkArdRcps8dx8JiUwr { position:relative;display:block; }
#VwODhJ6klRxoNeitTdysxwozC5vtuWZz { position:relative;display:block; }
#wXPm2Nh5OxUMXEA1XSm4Kh7dTnbSgdpl { position:relative;display:block; }
#cq2QRG4GJ1kL8XZqhtotpTu5wTyMnw7t { position:relative;display:block; }
#FqAB5gXE9oJG5BElA6fsDZdzBpP73sVP { position:relative;display:block; }
#p8GuLQm8LCqA7TVdUfF2TaURVGxE4cAL { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JNLa0FMaQ9oefkyr4JrRe01BbDNMEvPo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DvFbGwCZSasr1UN2yrX39tT6A2AqZuSR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAH4NTog9s7GGaKnqbScuBnKXZtTptmw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXW3ZUzcoga0TgL2K906lIenNTxPMya8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oQlrEHFTT93zZSHV5kJ3kLKm49EcRGGg { position:relative; }
#xLygHDaoxKQGSBDZ8f8utx8xAUVSQrRs { position:relative;display:block; }
#KkLnogJ016pOpLZTCVsHrIoWqVufEtEV { color:#ff9400;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.875rem;left:21.0625rem;height:2.35595625rem;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; }
#GKVTifIBJ5iWWBHhSpTDWWGGTyhEx1Jr { color:#fff300;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:10.125rem;left:18.4375rem;height:;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; }
#RqufpEha1BdMsoWT07smbufv9ZJtJrhW { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:13.0625rem;left:18.875rem;height:2.0249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CISd1Xa8TFCCPVJbr6pQ2FzhGb3NaPfT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15059;line-height:1.2;letter-spacing:0;top:20.25rem;left:22.1875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-4),1);padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;line-height:12.74px;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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc { 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.8125rem;height:3.7954125rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:15.9375rem;left:24.5rem;z-index:15065; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #uCMWZTOIqMVqsilG4rSzJRelI85z9BKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #IZev2a8c1OfLHtCJuUKyVnBzIA0eJE7k { width:auto; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #A65phKwGUpn4P1JvNwkhFMpfrLenWcLP {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #PhBgp8oZKpgTREd9pdlx9MacNPG0Gupw { display:flex;position:relative;top:0rem;left:0rem; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #y3CpfrOdrMETKfGoN7XllKlhyRgSqgzm {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #DRTAtPqsSdemsroRuLJTfAKvbviE4IC1 {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #ZE8fzBfvoU70xsfBvlxZR2Jq7uLIxz6r { display:flex;position:relative;top:0rem;left:0rem; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #tENI4EqtUikXTnwpxrXNMRbUKK27uHOQ {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #XdVl8hDxpf3K0XsgM8J0eSRMqcu4TsBS {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HDsO1lH2E1BLToQuJGrJc7RFgBJkQPu7 { display:flex;position:relative;top:0rem;left:0rem; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #UDDGBhQPChqiEAnnqdbxnViOUlpB2zNp {  }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HTgrEHL5OgQ9PCVa75PVmFaG5V2xMMOi {  }
#ISSJE6T7dN4AJCtbkJ2VTQkaKGcqWmRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9995125rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:4.71826171875rem;left:28.5rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG > .row .container { border-width: 0; border-radius: 0; }#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:none; }#DNeno8LKZVlcvsXX7BGl0BaE1UqztU73 { box-sizing:content-box;height:2.125rem;width:13.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.4248046875rem;left:37.875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;display:none; }
#Hh9CX3mbabhTrOy6XnO0kJ7pheVtrtfF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.64990234375rem;left:38.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MpgMuPC4EyiXTIDTd8cE6fI8dvi7fmLP { color:#ff0042;display:block;width:24.9375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.3125rem;height:0;text-align:center;text-align-last:center;display:none; }
#CP2eLttk8L71TuxkCRLn80TnLczxmdMs { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.015625rem;left:1.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#ot9fm1aq3EtbSPGxkDPQtPFx2KuebCtD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5927734375rem;left:10.15625rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Tv86X3bxGZnBCHHEZEUFPxdQ493fK1Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.75rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Veinmny3SlwtKgDfDPENCtZimCSeLAeT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:26.375rem;width:19.5rem;top:1.1875rem;left:36.1875rem;overflow:hidden;display:block; }
#GBboucZp2fhHBI6TWERFN2XvQWyLO8wc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.140625rem;left:27.9375rem; }
#S0rUJPuBDLH4L3XCvfKLFeNUTb5yUrBw { box-sizing:content-box;height:3.875rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:none;top:4.5rem;left:37rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#HRrFfWUrvfyOtNckq4nLhSEda7fs5J11 { color:#ffd300;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8173828125rem;left:9.53125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#pVsLWFf7cWkByosqxNWVJb94f6KXKaIt { position:absolute;display:block;z-index:15027;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:12rem;width:27.125rem;top:14.203125rem;left:4.125rem;overflow:hidden;display:block; }
#EvOmOraK1IT8bNZPtDlDO2aRAsLxtCkN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.140625rem;left:30.5625rem;display:none; }
#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM > .row .container { border-width: 0; border-radius: 0; }#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:none; }#qt6wmJVeroTXaSZeNwVLHczghIVXdLzK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:51.875rem;height:1.3rem;font-style:italic;display:block; }
#mxImVMEeL4OJT7o6ad52FG81EAJZMZqc { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.74);top:6.6875rem;left:8.5rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRhVRlEwaGiIDXldmI7kqEBVGBy0wLHU { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.74);top:3.8125rem;left:7.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eWhAPbQqqeNETQlAcTG9c1U2GP6bzaKd { position:absolute;display:block;z-index:15003;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.9375rem;width:9.8125rem;top:27.6123046875rem;left:25.229640151515rem;overflow:hidden;display:block; }
#Ix2hEpUmnizWg507FxFXsXk1cdJRneTw { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.4375rem;left:24rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#XZMHXWShdwxhRy2sZrQ6lZRBOTm9pzVs { position:absolute;display:block;z-index:15004;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:3.125rem;width:6.375rem;top:0.6875rem;left:0.625rem;overflow:hidden;display:block; }
#okWpH0RWQu3nT6naQe4soP24V8fUKrF4 { position:absolute;display:block;z-index:14997;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:22.5rem;width:51.8125rem;top:6.125rem;left:4.09375rem;overflow:hidden;display:block; }
#f0w0R5nGB2BzS6Squ3ayV1ei5AV4dZ1o { box-sizing:content-box;height:34.5625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:0rem;display:none; }
#TxL0zVBWM7CWDXaFUKQBUU7SiCzKWieP { box-sizing:content-box;height:10.9375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;top:19.25rem;left:0rem;display:block; }
#KTZ9chsHqZl4S6LazfHxgvRhmP0MR9Om { position:absolute;display:block;z-index:15010;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:22.125rem;width:22.125rem;top:12.1875rem;left:1.625rem;overflow:hidden;display:block; }
#O6HfbKCQJPVUPPQz84sKtXm14s1ZayAz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:18.25rem;left:5.6875rem;overflow:hidden;display:block; }
#AKokG7FmRZX5idZLkznPnc4RmglzHmbn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:18.25rem;left:6.5rem;overflow:hidden;display:block; }
#bsTsQT1JtGbe4WGTRnBf19zR0AfwrfTu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:18.25rem;left:8.1875rem;overflow:hidden;display:block; }
#UQQ4xTTc0FXmoPMGcGumoFcOfUxNly1r { position:absolute;display:block;z-index:15009;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.3125rem;width:5.3125rem;top:18.25rem;left:9.4375rem;overflow:hidden;display:block; }
#fq5qzcal3arxPIEDW97wLaGuH7ZrGuuG { color:rgba(var(--color-tertiary-3),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.74);top:34.3125rem;left:1.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJifDOE0vaQXq4VcIKoHz4JGu6Ed2bTA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:"line seed sans th";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:30.5625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2oeTwADH2gbLqvHck25OaVQ8hottcGN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:"line seed sans th";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:35.5625rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Sbt4EJlKEpmsdryLxnUoO3IQTmx3FuVX { color:#43a6ff;display:block;width:23.875rem;position:absolute;font-family:"line seed sans th";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.5rem;left:30.0625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wm3gC1xJoPpfwVZLSa26b8WDG1zZ32hi { background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(var(--color-secondary-1),1), #8753fc);background-image: -moz-linear-gradient(99deg, rgba(var(--color-secondary-1),1), #8753fc);background-image: -ms-linear-gradient(99deg, rgba(var(--color-secondary-1),1), #8753fc);background-image: -o-linear-gradient(99deg, rgba(var(--color-secondary-1),1), #8753fc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#8753fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#8753fc' );";background-image: linear-gradient(99deg, rgba(var(--color-secondary-1),1), #8753fc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.83) ;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:29.375rem;left:31.84375rem;display:block; }
#BPtKkVfnoincTcFJ1I4hzTknsRpaEqTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ulx9BIAoRPST1Uo2sUQcz7XRnVqfXzb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:"line seed sans th";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:24rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;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; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { background-color: transparent; background-image: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .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); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { border-width: 0; border-radius: 0; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { 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.1875rem;width:60rem;top:7.3125rem;left:0rem;display:block; }
#GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { 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:7.3125rem;left:17rem;height:2.5996125rem;font-style:normal;display:block; }
#AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1864147186279rem;left:0.09375rem;height:3.8188rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:10.625rem;left:1.125rem;height:2.625rem;font-style:normal;display:block; }
#koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { 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:15.625rem;left:0rem;display:block; }
#vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15064;line-height:2.1;letter-spacing:0;top:19.0625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { 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:6.375rem;width:60rem;top:30.75rem;left:0rem;display:block; }
#ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:block; }
#UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:31.375rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { 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:38.5rem;left:0rem;display:block; }
#w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:41.8125rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#OFAO7SKuVxN29TTS4wcvFonDNXktefXK { 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:23.25rem;left:0rem;display:block; }
#KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:26.5625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.19375rem;font-style:normal;display:block; }
#dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:47.375rem;left:4.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#M0QTKklRraWpv35K0R4oQxnfzypA6GrH { 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:worksans;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:53.0625rem;left:10.8125rem;display:block; }
#J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { 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:worksans;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:53.0625rem;left:31.6875rem;display:block; }
#bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:none; }
#dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.1933625rem;font-style:normal;display:none; }
#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { position:relative;display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { background-color: transparent; background-image: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .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); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { border-width: 0; border-radius: 0; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .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; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .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:13.875rem;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; }#HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.24169921875rem;left:10.6875rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { background-color:#ffd44d;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#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.0620125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.03125rem;left:21.03173828125rem;display:block; }
#eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { top:0.9375rem;left:0rem;width:10.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { top:0.75rem;left:34.8125rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { width:10.875rem;height:3.25rem;top:2.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:14rem;height:4.125rem;top:1.875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { top:1.875rem;left:7.0617198944094rem;width:29.0625rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbw4qJpQwcqECJ2N8q5Jk8ESLWGyK3OL { top:0.875rem;left:0rem;width:15.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRfxmitBTU5tlZ9ukeEAZhQ8lfVdSThI { width:32.3125rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 { display:block; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ { display:block; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh { display:block; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKcHx1eW0gUKC8V32KBhtpLKzBn8101s { top:3.4375rem;left:0rem;width:47.75rem;height:15.916235028249rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6tLSHTN5rt8BHWOEqfdaSDfbpKkOHwn { top:2.0625rem;left:19rem;width:9.75rem;height:1.505033557047rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHHCl0NwQQ0kITmi6Lvd2mlTeW9AygI { top:35.4375rem;left:5.75rem;width:37.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBaVl4DefCTsMUuuMDJv6SorQ3WnH8Fy { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAnfhQaS7Pdbkkk25GWCgflyrBqac3CQ { top:29.875rem;left:29.125rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWnTOd1bZ4lpNSrvt5egEJwAnvig8hE { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Kmf26c6r61BCgmqW5Lvgoa1IhOGl6k { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFHpFU77JTHwzdqNRW4k7H19NwoeaKTW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zwez01P9XzKfIDMVFwwFEAenkCm5aRoy { top:29.875rem;left:7.25rem;width:14.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kEK0VEtosDq3iB41adMBnQBJPgwbrQ { top:22.75rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO { display:block; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkGVySK8By7gHdrCCpIokUkKB4t1MPoT { top:26.4375rem;left:26.25rem;width:6.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxaivrWdXaXxyOxZsXNvQRsVZSsFckK { top:30.25rem;left:19.4375rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWaPBQfwJXOy2OrW3iydSpL2HqE5kErP { top:30.3125rem;left:26.25rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMBvBQRd3NPNPIsdyLyd5QE0wwNU7ETf { top:26.375rem;left:19.4375rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9m9kTABhqmtIOQwUaeBUEqd0xWRCObB { top:26.1875rem;left:35.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtdCv9c3TkJ0hQ2SNnSZDXUP2T0bPPQu { top:26.1875rem;left:40.125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8ma9PxrFNKgFQgJC5HiIsrdgbf5Nyg { top:30.4375rem;left:36.4375rem;width:7.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZUm7bkgmuJmzW9oiBEKEPrPmMoWgucW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TmK2Ew7vvWXypBqohGn9soC3NUaNuq9n { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #no5pwgFa8vPkzLb1cCNEVykAqJ2N176F { top:15.4375rem;left:0rem;width:12.5rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvX1oRrCXJQOeZRtceqyAiy8NSFbUGTI { top:25.5625rem;left:0rem;width:4.875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLJPpVfbN3FLMTwsttUdTBUGnRLUGuJ5 { top:38.5625rem;left:0rem;width:4.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKUfwNf95MSnmccgr3CHvlFZZzMnwMFH { top:42.1875rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzUVJFP5v3Xi0QWqvaHPIFONakq163ah { top:44.0625rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL08cNw4qKAHpMAHFOn5AJ6moFZC5VZg { top:46.125rem;left:0rem;width:13.4375rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBdO1XqQugUQXHfM42TBp6hHfOBJZTk1 { top:30.4375rem;left:36.4375rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .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; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .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; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #TxP4xNo88LviglIL0PL32A6cSrCSaWwf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #I0OogA97QcH5I5aT8VFGkc49TsUPm6l9 {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #Z8kLJz42g2CUhKmE2KPCSGXydbtQIRTL {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #UD96RHwrvMJNM95Quf0w7qUAOP28yXpE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #fGfAQITXxLPkXEpTS9azeXNywpKr2T3T {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #nlVwTOGKCa0ErP2HN0JewfOLmA8cvsgh {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #A2V6AECLnOwM5FfEOQ0VHDe3yQcQcQcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #mmVSNAw5ScoIQTEZx0ap2xCQySkHhP6o {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #aTAqyswvaeEHNWhCddMzuZw1sooBovFl {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #xd0h7AyTnXtgcqTMWLDOWnG7gGy1bgpO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #b23CcRb33Xs4FkyFlLy0UhQsUgqzQRaL {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #IwOUlddNBK9mGbHTW7KaxwL6A5D6RUR1 {  }
 }@media only screen and (max-width: 763px) { #pkbHUT3FrlpM2NQxZcXG2vHaeb7Bb19D { top:51.1875rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcOWWDBTgINDtInprTUmQvby1R90PEDM { top:30.875rem;left:0rem;width:21.8125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zpv58wCurzyMGCIviMHTHF6WQB5nAcMh { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #LUiOMkbCt8FI7Pck5u6csbwbzxnB2ugo { top:13.625rem;left:0rem;width:13.3125rem;height:;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLpsaRi5CuFPZWvqf57cc17G3MmVbxRD { top:16.6875rem;left:0rem;width:4.875rem;height:6.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJo4b6a8lbCLy1ND2xm8XOx9iT7EoAUH { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UxHE6InIkLBUZWsQC7Xly4E94TUQQMuQ { top:28.25rem;left:0rem;width:9.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrVq4Uip6UQrZN8JgpJshkx7CN4Ly8GJ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #n2ecrn5xy2P1urbRQib4mrimBTzfTw6i { top:33.75rem;left:22.75rem;width:6.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd { display:block; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { top:1.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:13.125rem;height:3.3125rem;top:7.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { top:11.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU5ecUZIGIuOwDJX9d9e8LPNn2sKJ27s { top:1.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea { display:block; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTxZgUQWpUdUAxavK2FQWNNVlpVGcKqi { top:-3.0625rem;left:13.9375rem;width:33.8125rem;height:24.750182995807rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8pPZedm507pQ7eDPIu5x3VoJrZupMG { width:24rem;height:3.9375rem;top:30.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #at9dbvedb0bSAusVuA1EgDiUShL5l0yJ { display:block; }
 }@media only screen and (max-width: 763px) { #eb5i06ta2IyHaue90MA80w6gRP0HVrra { top:1.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3WRfBFDMpI0iFppse8Kw8TB2vwof7Ow { top:5.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGZfDAW3cuf9GnXxLXfp9b7XGDbQ0TI2 { top:11.0625rem;left:13.6875rem;width:34.0625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAcr4Jb39QUCTGbDGXTy8iWy3qQxrXHX { top:13.5rem;left:15.125rem;width:32.625rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci89Fa3mvT9zHpEolKUyzBpHcMlz0DhV { top:14.8125rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrVWIIE8NaeCutMsWW5aXuG14OtiMazl { top:25.5625rem;left:0rem;width:20rem;height:5.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4MUJnUGJwn80DuVADUmKwEJ5yvioM3T { width:47.75rem;height:1.75rem;top:26.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4FRwu2Pam8c4SzNZIM67LofKq6pREft { top:11.9375rem;left:0rem;width:22.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQkv5R8g4tMfT0Wv6GWhBDMOMbBUTS2D { top:11.6875rem;left:13.6875rem;width:34.0625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXNDnNwbZP0eCofsCMai8NtTPyspRKS { top:22.25rem;left:13.6875rem;width:34.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:2.25rem;top:5.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:2.0625rem;top:3.375rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.5625rem;top:7.9375rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.4375rem;height:3rem;top:8.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { top:1.75rem;left:35.4375rem;width:8.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { top:2.6875rem;left:31.75rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.625rem;top:8.0625rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:2.0625rem;top:3.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:10.9375rem;height:;top:5.4375rem;left:18.312286376953rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { top:12.4375rem;left:19.8125rem;width:27.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { top:2.5625rem;left:18.625rem;width:29.125rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJF3VUVAktn7gn9u467AKowHeoTGrypn { top:22.125rem;left:0rem;width:29.875rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { top:29.5rem;left:0rem;width:25.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { top:39.9375rem;left:23.875rem;width:19.5rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { top:46.6875rem;left:23.75rem;width:24rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLkU2p502m5s1HENF1EOA6P3Fkug33p { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbFlBcIIa8nTzy8toEAT3Cx6LuhWQ62T { top:18.75rem;left:22.1875rem;width:25.3125rem;height:18.187375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { top:2rem;left:0rem;width:26.5625rem;height:17.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvwNyaITS96VafeuAhCePzQRXITdEfs8 { top:37.75rem;left:1.5rem;width:8.8125rem;height:16.508510842466rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9i8xo2m1xc6tsC9mqItazFGCokFMTd0 { top:54.5rem;left:0rem;width:16.875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWdcnJE0cJzcH6P6l4o4nnl8kwhyD6x3 { top:39.9375rem;left:6.8429698944094rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSEe4QIVQHKax7T8b5Fbu6GMfoZR9xQ6 { top:31rem;left:0rem;width:17.8125rem;height:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:19.5rem;height:4.5rem;top:2.3125rem;left:14.093643188476rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:17.5rem;height:5.6875rem;top:3.25rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:9.375rem;height:11.25rem;top:0rem;left:13.249755859375rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { top:6.3125rem;left:4.8125rem;width:19.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { top:10.5rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { top:10.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { top:17.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { top:17.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { top:32.875rem;left:0rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { top:32.875rem;left:22.0625rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:24.0625rem;height:1.5rem;top:13.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:24.25rem;height:3.0625rem;top:12.1875rem;left:23.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:24.0625rem;height:1.5rem;top:20.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:24.0625rem;height:1.5rem;top:20.375rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:22.875rem;height:1.5rem;top:35.5625rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:24.0625rem;height:1.5rem;top:27.625rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { top:25rem;left:0rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { width:24.0625rem;height:1.5rem;top:27.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { top:25rem;left:22.125rem;width:25.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { width:24.0625rem;height:3.0625rem;top:34.875rem;left:23.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X53577tG2ENHxeXB9aAw1zMtTWpuzTn7 { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4I2hR4OUvl5Sm9IRKAVhxsoXAGJ3Lxk { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v28XpZBUuNbXqxJEnZ5y4zzIlWA058Tu { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTKEuBKdqd70EoXcSa5UJNyX72DcNNda { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4KNreNdWZXzI8xJEaDR0qs7F3FeHJPM { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBGrdmidPLiO52vSpTAEWqZTRmR8pNgG { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLGWM3IJAIlmAqDhUpU7di8a4FW1iKW4 { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:47.75rem;height:3.75rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { top:8.4375rem;left:0.62421989440918rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:13.625rem;height:3.4375rem;top:10.625rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { width:13.1875rem;height:4.125rem;top:17rem;left:1.3132820129394rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { top:8.4375rem;left:16.49843788147rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:14.0625rem;height:4.6875rem;top:10.0625rem;left:32.656251907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { width:13.75rem;height:5.5rem;top:16.3125rem;left:32.781251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzEKnBiNst6kiKNU8sGm6EvmarDh443L { top:8.4375rem;left:32.374219894409rem;width:14.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { width:14.5rem;height:5.125rem;top:9.875rem;left:16.531251907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { width:12.875rem;height:5.5rem;top:16.3125rem;left:17.343751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpsb4kqqyctmBGhFFo7NNpfXi8zH4Bgz { width:13.25rem;height:3.625rem;top:10rem;left:1.2812500596046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMdhp48IxUCyo5HRALe6akTSJV3o1K3a { width:12.875rem;height:4.875rem;top:42.875rem;left:1.4687500596046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfTZcWSp2l2gCTVExWu2bwgXNDOc4xc0 { width:19.4375rem;height:1.5rem;top:7rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkpzJzecdHlicamiA56tzqENgl7fkIhQ { top:8.4375rem;left:16.49843788147rem;width:14.625rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GprvOegvpiyrOBpu1wpr2B8606cRSzZV { top:8.4375rem;left:16.49843788147rem;width:14.625rem;height:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { top:10.125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { top:30.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91lg9TWgZcgFH0DgowETLNaqlesUbSk { 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) { #tyCRqev0GasDtAT8TulkUEVMlraSpxtB { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { 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) { #RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { top:1.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { top:10.125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { 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) { #I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { top:15.5625rem;left:12rem;width:19.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2ac1V1DOwhQU0fyJP8OFuRtkVoNFAK { top:14.5rem;left:0rem;width:17.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQ8ddhy2L2eTwULTIRIy6AHPuhG5XEJ { top:15.0625rem;left:28.375rem;width:19.375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { display:block; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUDq4rrq7eGJKVUbo6SnWHeuCLa0NIT { width:19.5rem;height:4.5rem;top:1.0625rem;left:14.094533920288rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLGnqBCyAe80W6y9ebSaay4igPVg7Bqr { display:block; }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { top:10.3125rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { top:11.625rem;left:2.218505859375rem;width:43.25rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { top:10.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { top:14.9375rem;left:1.625rem;width:46.125rem;height:10.125rem;font-size:0.9375rem;display:block; }#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn li:before{  }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { top:32.5rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { top:33.75rem;left:4.1240234375rem;width:37.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { top:37.0625rem;left:2.46875rem;width:42.8125rem;height:8.0625rem;font-size:0.9375rem;display:block; }#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v li:before{  }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { top:68.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { top:58.1875rem;left:2.999755859375rem;width:42.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { top:61.625rem;left:2.46875rem;width:32.5rem;height:;font-size:0.9375rem;display:block; }#Ohzu6swZRUknTflroSM1PwrHi62vdTby li:before{  }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { top:56.3125rem;left:0rem;width:47.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { top:84.1875rem;left:3.224365234375rem;width:38.25rem;height:;font-size:0.9375rem;display:block; }#s7SIyL0QooGtq608lAWCE6NCVai84t7e li:before{  }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { top:81.1875rem;left:7.0299072265625rem;width:36.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { top:79.25rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { top:103.3125rem;left:0rem;width:47.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { top:104.75rem;left:2.46875rem;width:42.8125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { top:108.8125rem;left:3.2178955078125rem;width:43.625rem;height:;font-size:0.9375rem;display:block; }#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ li:before{  }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { top:25.8125rem;left:9.7492198944094rem;width:27.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { top:25.5625rem;left:7.8742198944094rem;width:31.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { top:47.4375rem;left:6.21875rem;width:35.3125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { top:46.875rem;left:4.1234378814697rem;width:38.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { top:71.0625rem;left:8.2179698944094rem;width:31.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { top:71.5625rem;left:12.343751907349rem;width:23.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { top:124.5rem;left:7.02968788147rem;width:33.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { top:124.0625rem;left:5.9671878814697rem;width:35.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { top:95.625rem;left:8.2195320129394rem;width:31.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { top:96.0625rem;left:11.782033920288rem;width:24.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV7JkBW5ZodMVVx2H47oIwJiudZMPDWt { top:7.75rem;left:0rem;width:11.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2GWq1UKKIqvcbQDAkVq0VhhIATXqzUv { top:26.625rem;left:0rem;width:12.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwJVDBBohlZKb0pdLmqIwz6pfwHS4by9 { top:44.4375rem;left:0rem;width:14.6875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbpdQ7Gs1SQJ3s00q182rHME55QekAvs { top:81.5rem;left:0rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhVIcVli7BDs5y8NtSmWm2IexiW1NKAu { top:11.625rem;left:0rem;width:0.1875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbbCwUM1HRd4vxa2psFir1kHBqrrzpJ { top:32.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJOxwQVm3KRxe7nccKysDbChyvVPFTI { top:33.75rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtF3ayQyRGEb0h2Tq4A3CnESEdgovpK { top:56.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JTUuTasOuyDl6z4ytTgty2AI1lP0N2 { top:57.75rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWEJSJE9k8XL5JhQ0qTxp7ltdqryAaNV { top:79.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2rJX5Jd00AMiUaGOBpA8ZF2R3Ka5SB5 { top:38.125rem;left:0rem;width:14.25rem;height:5.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOuhtXfWIa4ky2LuqCuTa98JkuEhPTnz { top:58.8125rem;left:0rem;width:16.75rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kceJTDzBcxTWH5dhynoNXUnSfbQUtJ6L { top:104.5rem;left:0rem;width:15.875rem;height:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmXRe2G6x37DWeT9AqkQuTmUfINyTx4d { top:10.3125rem;left:0rem;width:47.75rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTLinosMsBTRwu8mW4GoXtbWwAnzHkig { top:10.3125rem;left:0rem;width:47.75rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNZLgdev1K8pMDskfhltzDXVxShHFcPE { top:10.3125rem;left:0rem;width:47.75rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmJsOE9Ut1Q94zEUTD2hlum0oOUhxLen { top:10.3125rem;left:0rem;width:47.75rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJIETum082G5gNRWT8sZydDiTMZ9xptv { top:32.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BroKPxIT44fZPUcvILe6FynykdH9c1pT { top:11.625rem;left:0rem;width:0.1875rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJTOgGSO51zetu5U0L5BSRrWomZJa5NC { top:32.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTBZmXflkNTVAMgqhIL9AEf6s068iToq { top:11.625rem;left:0rem;width:0.1875rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5c7uhTH96IKU6dHSLNWNCG6XB4oUgaG { top:11.625rem;left:0rem;width:0.1875rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcS8KVrGc2pLzH1SpaceHhKI1pUmsSUz { top:11.625rem;left:0rem;width:0.1875rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2nN9WuL83wX63DxSC7OQABofPvLhcN2 { top:32.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wplJogUuHiEfdFNd6sFiGnO762pFKQU9 { top:32.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQche07THKXuU0NzDAf20y72WCeeH5mg { top:103.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqITSC1ApWEOJOl9z1uieUF4uFNJZf1 { top:80.3125rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oal7orVqz5TtQVMESAOH2DWmiTwFHT6d { top:81.1875rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtk3by55uGmfKW9JHl3szt83skRVbAH { width:19.5rem;height:4.5rem;top:1.0625rem;left:14.094533920288rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQP0NfIkZtXmLTx5dqEMPmKy0FBxnc47 { display:block; }
 }@media only screen and (max-width: 763px) { #h2vb4Oq3reznZeWF5GL6iRcMHQoZsJBB { top:56.75rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcfg1S5qqMrR42BD2B3gsRX4JO9nMPD8 { top:33.9375rem;left:0rem;width:0.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { display:block; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { top:3.4375rem;left:0rem;width:23.875rem;height:24.187506544639rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { top:2.75rem;left:22.374755859375rem;width:19.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { top:5rem;left:18.625rem;width:29.125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { top:19.6875rem;left:32.372924804688rem;width:9.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0ZCGU25zGCUkLTGuCI7Og93dZaOQJu { top:12.0625rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { top:22.125rem;left:22.25rem;width:25.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { top:9.3125rem;left:19.625rem;width:28.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { top:12.375rem;left:25.643682746282rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTkQp4lougoXATlSHUz602Ue2ESaRVR { top:12.1875rem;left:33.655151367188rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { top:0rem;left:0rem;width:9.0625rem;height:3.49975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geMVa7lz2AC268il7erW69k7DWcWNUGN { top:4.875rem;left:19.6875rem;width:28.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X { display:block; }#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvi2QNuLExHIuzQThTuZRFBPAALD4dFH { top:3.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn4mTCA0np42s9fVg7T5V6eQvr4TAdes { top:22.1875rem;left:12.6875rem;width:19.0625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9bEJhhysKJ1srQJDAxNGiqIK8vu8d7q { width:17.6875rem;height:1.5rem;top:26.5625rem;left:14.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEb5JKw1DdGhsegW1HbJzoUDMlhgVIpV { width:47.75rem;height:1.75rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTmise1TqvUvaCurHWaUUzcNCXO5OuZJ { width:7.125rem;height:1.1875rem;top:38.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah { width:46.625rem;height:;top:40rem;left:0rem;font-size:0.75rem;display:block; }#TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah li:before{  }
 }@media only screen and (max-width: 763px) { #cKTDwdrhG4prpyAn76qFTCqNUauVWDDW { top:2.6875rem;left:0rem;width:43.5rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHXaoKzUZ2Qe7DWr4CktKGvV2ISCfIV { width:17.5rem;height:1.75rem;top:15.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix3E3k2TmZ9HBlQPZ5B85JI0EBGLRPkI { width:20.0625rem;height:6.5rem;top:16.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6awLCrTkql6QEadGZHMEu8B2cXuG51s { width:20.0625rem;height:2.8125rem;top:23.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbr1arfTr2mXvEVtWzVR9UuQdScDWpyI { width:20.0625rem;height:4.4375rem;top:30.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRUaat0OPwdnAkLmPmTXPBPyCZsIP29M { width:17.5rem;height:3.5625rem;top:13.625rem;left:14.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWtymJzAJOMMe8uKfxKBBm8iSSSIB1bZ { top:18.6875rem;left:17.09375rem;width:13.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgkUNMCTUN9vRVW5AmIgArzxdrCa1m7 { width:16.1875rem;height:3.375rem;top:28.375rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm9ZWUU3JgdSL0INGQJPugZC76I2Vxck { top:13.625rem;left:0rem;width:18.3125rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtEtaqwzek8dIaSb9n5sasZtA8SssqSv { width:18.5rem;height:3.8125rem;top:32.6875rem;left:29.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faexGMc3DsuoFditUtCbsmo7Xc5bDrdO { width:16.1875rem;height:3.375rem;top:32.375rem;left:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUwoVTITqPv6rbRo5DVqbAdirgUuO3T { width:20.0625rem;height:3.0625rem;top:27.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twUeAgG8gKcBioMGcMTRWI2sEzA6uThC { width:16.6875rem;height:5.3125rem;top:13.625rem;left:30.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9hTbAW8DJQSufqQM2M1la5wNada6cx { top:26.8125rem;left:0rem;width:16.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9HfBQbPnvw7XGtuwgaxQeq5Df7gg5iO { top:14.8125rem;left:27.6875rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQAgutM40U4k9Buz0fr2DBhA7uUrQx5D { width:5.8125rem;height:1.6875rem;top:34.375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEnKlGWskI1ZTHP6Bwyop9oqdQATArCF { top:35.1875rem;left:5.375rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX { display:block; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMEtPpM9LcOPTlx4E8NPf5OMx1VHdEzd { top:-3.0625rem;left:13.9375rem;width:33.8125rem;height:24.750182995807rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4G8c27P6bROikKwHtmCxVmPt1UXidTo { width:24rem;height:3.9375rem;top:65.75rem;left:11.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GQQScFHDtuvkJZxDy251yrDDAySvoD { display:block; }
 }@media only screen and (max-width: 763px) { #xeyn8z7gvLTRryFJq9d8pExa0sEoDdTx { top:3.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk7bWqwT0DdoZbxmnJrUSTXPhAQnb0RC { top:8.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7cugmOUwe96HTCOuUgOExq0y9EAsPK { top:12.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR9LDCzP0kZlkTzhWTQvIxODdkg5BFei { top:16.875rem;left:0rem;width:21.25rem;height:18.196195849805rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvhHnpMnMtZVKLq6kyTpbaQd32Bw27A { top:18.5rem;left:13.6875rem;width:34.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6vm9S0xuQMeoiSP6xvSncRWZVmSiWs7 { top:22.1875rem;left:15.125rem;width:32.625rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy0OU60z3Lv4d3GRvdslWDxn4wcudPuO { top:19.5rem;left:20.125rem;width:6.3125rem;height:2.2278745514354rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpFgTlgx9CAkvhimOhgRXICahbQe5X6E { top:37.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCRL6GDXuDVwTFkdFdZi6d7UQsx9QK52 { top:43.75rem;left:2.3125rem;width:20.0625rem;height:11.152811940966rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb29gqq4JwQl85zOBoe2ZRWc3Na8Ci42 { width:21.9375rem;height:2.5rem;top:56.25rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbhs56lqKubZVAmh7pD38zFiOXCpo2v { top:46.5rem;left:24.25rem;width:4.0625rem;height:5.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWF9RAaggB5lsCU8C8XJFHbbe5b8VS53 { width:13.5rem;height:2.75rem;top:56.125rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8z4MkBC17gJpNCWREFbHOGT65vTgvKR { top:39.875rem;left:29.1875rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD8ofaJKUltdipxq1aegZixfoN4lOzdX { top:14.8125rem;left:0rem;width:20rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1D4gbDd9Xggik5JZwbWqhzOdrpnu2q4 { top:25.5625rem;left:0rem;width:20rem;height:5.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiiTOy799WaauV8GEFm2rxvaOBokMSct { width:47.75rem;height:1.75rem;top:61.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx { display:block; }#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATge9v3HlldeUZp4BosHT7HUH2dvNlAg { width:23.125rem;height:1.5rem;top:7.3125rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5e5NH4iWFOixUz5Cky3BeDrqOaSMaH { width:22.5rem;height:5.6875rem;top:21.8125rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSMnPNMKZ2QX9wv8g8yRwA9tOozu4ygi { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktCU720ZVMZrRs5IsoxMIBQzzda5uO7p { display:block; }
 }@media only screen and (max-width: 763px) { #Z5w9sO0wH54dX2GZ1XZ0iXiWQVDcb2CJ { top:20.625rem;left:23.875rem;width:23.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAlv8dgOkRxz299k3nUWrmfEcIrnsgTv { top:2.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duT2m0hmEqP8QXNdEtTtHxIOomdEdBFb { width:21.375rem;height:1.3125rem;top:37rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK { width:23.0625rem;height:6.3125rem;top:39.1875rem;left:2.9375rem;font-size:1rem;display:block; }#QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK li:before{  }
 }@media only screen and (max-width: 763px) { #UdFNHZiUfLbqTTSCGEBvlzpXJbbArxzk { top:0.75rem;left:0rem;width:11.4375rem;height:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhIeWTrEAw6rvUSwThD0GA32O14b7lmW { top:7.75rem;left:21.625rem;width:26.125rem;height:15.525206208204rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlW56cKmI6T7l40vu6f1gJDbq6kvgvTx { top:9.4375rem;left:3.9034423828125rem;width:18.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5HBJOfVOUTqXZkOTlSiec6T0tWHHS64 { width:17.5rem;height:1.75rem;top:12.375rem;left:4.3099365234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKfT6kBHT1ar8lF86ukCDHNnL876mWZ { width:20rem;height:6.4375rem;top:14.125rem;left:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hftd7Ufe96dcvfB7WfwvmyJrqdLeN1OO { top:20.5rem;left:4.9349365234375rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVZJAu5ZFOQEQShIATPMNplrA4OweAsm { width:18.25rem;height:3.0625rem;top:21.9375rem;left:3.904052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzbPUxOhUZ4y10aZhZNKiK7lqEyknUZm { width:13rem;height:4.4375rem;top:24.625rem;left:6.5291748046875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { top:2.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { width:23.125rem;height:1.75rem;top:8.25rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { width:28.625rem;height:9rem;top:11.5rem;left:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block; }
 }@media only screen and (max-width: 763px) { #KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { width:21.875rem;height:2.6875rem;top:27.1875rem;left:24.844533920288rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { top:11rem;left:19.0625rem;width:28.6875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { width:21.875rem;height:1.125rem;top:26.0625rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { width:21.875rem;height:1.125rem;top:30.625rem;left:24.844533920288rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWM5ndubX9Lvx0SZHMMI7UpdhRJy7WlX { width:28.625rem;height:6.375rem;top:17.875rem;left:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJtenHmbwu1WnhKxBPznzZfJ6x3HNftC { top:10.3125rem;left:0rem;width:26.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue5efK64JrWnx37UQHb0lXTMyx2gAgpR { top:3.8125rem;left:0rem;width:20rem;height:3.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK { display:block; }#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcOXEOJI7omsap946Hz0sdZrUffDZtV6 { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQBacnZckZan5pZs0Dsy7tgzwwbkWTTo { display:block; }
 }@media only screen and (max-width: 763px) { #kvkD6E7B2LI6I5uRttTROZGUCSq0wnZ5 { top:0.9375rem;left:0rem;width:43.625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1oggXn8LLpKTRwA7Tq3x2vHwrBPVRrh { top:2rem;left:0rem;width:27.5rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezzB5BKxiTMyEQk0AMnFn4lrTN3JTZb { width:35.6875rem;height:4.625rem;top:6.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DhT599EAUxwFVuRWTqq4xNoH8s3AJ8 { width:40.1875rem;height:1.5625rem;top:17.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldadSxz46hdR63lP56BRFyGfeN8g7uEw { width:19.5rem;height:4.5rem;top:20.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBidLqyoNlEK8VN60dTCDiJaGFvN9Xp { display:block; }
 }@media only screen and (max-width: 763px) { #fFKw977iIgUL9CZHUompL2hTqsaAb3ia { width:18.4375rem;height:1rem;top:15.6875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEsWaWxQsrAFFHHFMy6oHtCK0Q0Or5D2 { width:20rem;height:;top:1.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba3GkT0nI9JoTDGrthHDu3w5FUOAGKRi { width:40.1875rem;height:3.25rem;top:11.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWX8dziyQuPSvgJQfGA8TX6q09ogpUoE { width:40.1875rem;height:1.375rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFmmWRNHQLMgsKMFl7IFAslZ8DQLxG3t { width:18.4375rem;height:2.0625rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsOv8avdZQyqxiBcJBIxakQEEgc2wfyw { width:18.4375rem;height:0.875rem;top:6.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFiAGS1Vu9xSVLGhE3D52vq8ulke7l5v { width:18.4375rem;height:0.625rem;top:10.9375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI { display:block; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkeJdK8RS3ntZJAsPSxp102ZUTGz2mRy { top:39.9375rem;left:8.28125rem;width:31.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X { display:none; }#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTUOaQfTqotTPTsbG5isMpm2Kz3w4Zgq { top:14.625rem;left:0rem;width:47.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDTQ5UETEOR7R17rROxPs1NmSDGdCT9e { width:22.875rem;height:2.6875rem;top:16.5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5gvnWZzEFvmFGTeK2gsQsTzvqwGn0W { top:3.25rem;left:0rem;width:16.125rem;height:4rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTvyLdV2MI2C0vRGeRqrxqAEXfZHER4T { width:24.25rem;height:3.125rem;top:19.625rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 { width:23.125rem;height:;top:23.9375rem;left:24.625rem;font-size:0.8125rem;display:block; }#Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 li:before{  }
 }@media only screen and (max-width: 763px) { #TIMkq6fAIcl3vVOOz1XeCGVRsT7voH1h { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmHl0lImHzZm5UdKV7pcAMTZKr741txc { top:17.0625rem;left:0rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAckozo7N0sJb3EsaZyv1nGL1Xul5rsa { width:40.1875rem;height:1.75rem;top:11.375rem;left:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql9rKvBpmwHr7I8qfFxWl12B5obcnJg8 { top:4.125rem;left:4.0625rem;width:39.75rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqnToDsJBLbopHKToG0DlfN5PXh3Dei5 { width:35.6875rem;height:1.875rem;top:7.8125rem;left:6.873046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRZocH7TohozHGDh5FT4pT0WfBvhKuTZ { top:4.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip4G9Vqs17wZa95TxSEkHGSqgI7u6dV6 { top:3rem;left:1rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10nzLeNLsEX6ZvxJgTWFr8iwOvsFUyN { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdZepKXyXpm2Tft4bmuCByTTQlPUxBiz { width:45.75rem;height:1.1875rem;top:32.0625rem;left:0.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 { display:none; }#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VkJoLZz4OVPKU3LWDBpNMuWBlxBbTQuT { top:12.6875rem;left:0rem;width:47.75rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnGhH086S1dBNnKD4Rw4XSWCp2kwd5Cx { width:18.75rem;height:2.6875rem;top:14.5625rem;left:27.2177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1dczylUJn8x7MrHr3k0hTvqmoIIRBz { top:3.25rem;left:0rem;width:16.125rem;height:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdaowQZkvr5diwOPTR58JnSVuUQc1C3C { width:24.25rem;height:2.0625rem;top:19.375rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m { width:22.6875rem;height:4.75rem;top:22.1875rem;left:25.0625rem;font-size:0.75rem;display:block; }#UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m li:before{  }
 }@media only screen and (max-width: 763px) { #TOtTOL8qrnyb9zVT4ZEt4utgPP4L09RN { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uShwGqJrBVTJqmLHKhGMGLAecbpiQ2S2 { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNSLnCJDWvhKeEdLnvETZNbHq5D5wPq4 { width:40.1875rem;height:1.75rem;top:9.375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MsQle6c7p6zXapziSEhNVXlqKiSpsL { top:2.1875rem;left:4rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf4wADLTyFbBTmtksV46vg3ZBWCT8gXf { width:35.6875rem;height:1.875rem;top:5.875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2si3FbpMqAIgcuwfOLn5oxpmWgAVXrU { top:2.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odIG4ziBEy1cAFlMGyGlfiRzzTsfEvmG { top:1.0625rem;left:0.9375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKp2Dg8f4tCHorpbm7rQ4GTiTD43QDRE { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H15wQKaHE8solCq7dX5U9tv6lfSk7Kbe { width:25.875rem;height:2.375rem;top:59.0625rem;left:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp { width:23.125rem;height:4.75rem;top:50.4375rem;left:24.625rem;font-size:0.8125rem;display:block; }#RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp li:before{  }
 }@media only screen and (max-width: 763px) { #ULtU216OGkzCeCmMMpgzHTeEGoG5e2oo { width:22.875rem;height:2.6875rem;top:43.5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAx8Haa5xD4RfoRz2Nl3hZb4bDu3rP1K { width:24.25rem;height:3.125rem;top:46.625rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuu0VZMUThOVkhzOyJWIQfJqgCTvyBkO { top:43.5rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6edUT99CzipCm54cONfHROquHh4W9PW { width:22.875rem;height:1.3125rem;top:17.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJCDfGweSlIQn2gA3bNaeSmbUmLAN2M { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4iGxkBh3Xcfp9cS2SDX5tx9JsnMZW4 { width:22.875rem;height:4rem;top:29.4375rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgGaWkqF1r2FdPaOPlKFRwF05zkF7L5n { width:24.25rem;height:2.0625rem;top:34.1875rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3xXco28mR62gWyqNnz6kHqfg1PqNSTz { width:23.125rem;height:;top:37.125rem;left:24.625rem;font-size:0.8125rem;display:block; }#r3xXco28mR62gWyqNnz6kHqfg1PqNSTz li:before{  }
 }@media only screen and (max-width: 763px) { #T4AW0rkT7fAmV1WUGEeLr07XSGiuNdyh { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #amEiNFXMxmUW6wF6siQO9QV2pfKKUrkT { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py { display:block; }#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLRrbHAgy4zXZVeiU2EvZy2crV1kDHoC { top:1.375rem;left:31.75rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x99TH2gZRKRhebJfsUdiXJFIQIxnSlTk { top:1.625rem;left:32.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocH8t1zUtTC2o6LgeEh1dc4rxzJ7R8ui { top:3.875rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTR2bqIoepQUhXU1dfBQqiVtabTbzJu { top:0rem;left:38rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZrMSsgD4wdUsolF03fKdX3d71lugPOD { top:8.875rem;left:15rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPnGPTAOUzXaQNZwXEAFONITngmgp61 { top:1.75rem;left:7rem;width:35.375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpmQwDHOk4vSIrdCMnXK3Wd7htDTT2NR { top:0.9375rem;left:22.1875rem;width:15.0625rem;height:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoT766zEqyohtcEv1c0SToeJitqseUIU { top:1.75rem;left:0rem;width:20rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrTLaJUunVc7h31tIxLV2tkucT205kiy { top:0.9375rem;left:22.9375rem;width:15.0625rem;height:3.125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .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; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .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; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 { display:flex;width:13.5rem;height:5.0625rem;top:38rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #B3IgLTNBen1vTurSd4BtzlqVboaQdbys { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #LRAR4wDlHS8OEHLAd1dMN4DOJdECChkC {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Th4UHeP4ADgFPG6WdueQmnhR3v83WiRM {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #GaT1GBMIFv6E77zepenI86Z3SPHTXSek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #XcG9w25grMbflI902BTwXzs9TqqG2VSs {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #T7g9IgTdFpaxlXC4ia5Gro1uS9tX5mJN {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #b0ErD1Qv7tQghu79nOhRHBz5zmRbbsnk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #gVccigTK6totDsVTT0VhbxzhTTQ14pnF {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Er2iuQOwNHQxiaJbZmkQoo5kr1DNT1pT {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #l7wunemxqorF0SnmVWThw9ip7TALw5So { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #sh1tHkl1v8VRUtF162RMlzsm07Oc7mFP {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #ceWhShhNvTMFOVwVR0u7nIedkE8uGWBD {  }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { top:1.0625rem;left:27.625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:13rem;height:2rem;top:25.8125rem;left:17.28173828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:17.1875rem;height:4.875rem;top:3.6875rem;left:14.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { top:3.6875rem;left:0rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:20rem;height:6.4375rem;top:19.3125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:16.875rem;height:;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { width:16.875rem;height:6rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.4375rem;height:3.5rem;top:5.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { top:7.9375rem;left:14.25rem;width:17.5rem;height:14.43675rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.4375rem;height:;top:8.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7bShxLXNnzApeGcLsxIMxLf4KT0ss3 { top:6.8125rem;left:29.8125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmL5AMQDeMnDGQ7UsRt8KdFf2BbT0yQ { top:51.25rem;left:0.093750059604644rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #efRwC0mxy682qAapLUtvHXrs4fNfhnhE { width:18.4375rem;height:3.5rem;top:5.375rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmfTBuOkXZXV0cg0u5L8QqI8FEcKyNSI { width:18.4375rem;height:;top:5.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9h3pQw4Abo0rLxXLqx2nTV02kN4QAIp { width:18.4375rem;height:2.8125rem;top:9.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK { width:18.875rem;height:;top:25rem;left:0rem;font-size:0.9375rem;display:none; }#qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK li:before{  }
 }@media only screen and (max-width: 763px) { #kUyThPmm3TOaWXbrid2DzRCc9byB3FSe { width:18.375rem;height:1.4375rem;top:21.8125rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg  { width:16.625rem;height:auto;top:7.4375rem;left:28.5rem; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg {display:block;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg { width:16.625rem;height:auto;top:7.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #JB9Nga9pTLwCBwXQ50cx0WCQtnJ8dhH6 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #eqn79MlusQEmwhekysVPuZuevbTKFWvI { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #V0AQZu1B1HJyuop9nQOs9NAzkpLmTuIB {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cuc0EkUJsgmUFCkyp2kRfUAbdkW4xzmU {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Avw5TQlmADfJpzqnX503elqOOW18yOtR { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #SqiEUHCMmyf93VghkatAigBZR667LFRP {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wR0pWREypdQWLf2u5urZ90lIqyPfMhQr {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #TQdPLwg2B81JO5D0ZazPMRiBL2OU5l5r { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fTPIN9y49lISJ2bKfhoTzJ6H67Mxmopp {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #PlEAodf6t7pmgZqC8u2f00cl1WnWg7uI {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #NmXtXddDrA3euCxniVwR09csfCbdiLWn {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wOlCJRCOp5az7EatsXMA0b7DDJSZBRF7 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Mk7TMEKkmH1T4WfwonXNZFxc3p4Ahk18 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fW1Ez3iPq7JBJmrwKEOyFgB1ZFXi9zla {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cwTATufi7Bfun4xtREwnNJVQOaH85pb2 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #utAiKotEHdf217LFk6qBiIn9QVks5Cqe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c0XGqnTC5teT2uTrSuCMbvZIyQPpQMhI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FmhTrQFFIQiZirEEOiu3wFOdxEcECTJ2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QX7z1I2iKBsPKbkeQ8FHynzawUTQplJI {  }
 }@media only screen and (max-width: 763px) { #C0FukJfNGTZA8n5xtVpRDfQBiMa5FpMh { display:block; }
 }@media only screen and (max-width: 763px) { #FPDGTcLtwB6aR5phIWTvX491tqukQifx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qeiMHikLws3p151q3ivGqxOrKk521Pna {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kiVlfAFugxG1tJwo36y7FGv2ECz3hxvR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cQRV54K5nfo8LAfg8p7TRNMlDWLzcqkl {  }
 }@media only screen and (max-width: 763px) { #Sr0A9w44p47wAPIu8ygLtPKKqOtzAM0I { display:block; }
 }@media only screen and (max-width: 763px) { #pp7h5JkE7ZtVgcQGwrLMdx690F9dnDDG { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k5eD0D2mC2Wagvw0FAxNorduVC8dOpAx {  }
 }@media only screen and (max-width: 763px) { #I7PnT66q9q57sFSVTXT5WvPzt5qZADdB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r1NdlnbtU2tWPXLsVvShGXeHrqmwGH2m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JfcBLdSqq4ynJN49GabBQByhhDq4Sbba {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FhzPUSF6ZTTKU3mrny6cEbmgPJFdTp0k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tE4pN7V1Fg806UBzwJoo15UtHzqV8v7a {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OAkTRXe9s64eoCZZr01TxfWhXW43opTe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BnhzS3V0fviwHQe1oK9OnIkFfIrBU7kr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V5q117wkxunmt4atOZnVSZgTqN6usDUe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nfqTz8R28gN14x8WK51SCZIkLQtL0FP8 {  }
 }@media only screen and (max-width: 763px) { #ZbAhBV2gQoxafC9seoXz9mw1lnxTaypE { display:block; }
 }@media only screen and (max-width: 763px) { #tmExcfo9vVsDR21FZFp3y5Af1vmTTRJM { display:block; }
 }@media only screen and (max-width: 763px) { #bSgKBQmEfofKAIGGliLMySo4lOu7dac6 { display:block; }
 }@media only screen and (max-width: 763px) { #LWsctvBgJtkzQBXgR72G5gzKVopkoTmw { display:block; }
 }@media only screen and (max-width: 763px) { #ap5tDsvuZLXNQ3otGkbV7mwdhg87oIHn { display:block; }
 }@media only screen and (max-width: 763px) { #zGJkCd9H2TGT38gapvpSqWrNDTV6Dm2x { display:block; }
 }@media only screen and (max-width: 763px) { #iJMLO6iDBOA49C8LmT9uGoHFDdmme8Cn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Lnl3H2NAx6fx0AHmVKWDagD9Zp6DDnsi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AhTcSvH53LMMTanV30RBpkoUWPse0wTK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CtcqU6BiyOSnTiH5f9etirVtS17bhWXI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PluDOWHPa4udmToU0R0gxLlT6xZxuaea {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G6twa64KPZu9MMDTwL19z0CsWqF3PGL6 {  }
 }@media only screen and (max-width: 763px) { #RQLFWHDbOaPofuhvN10zT1EpR8iCFDUs { display:block; }
 }@media only screen and (max-width: 763px) { #U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l { display:block; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXXwxJ0yGarMuGiS6666sxArD82TlCU5 { top:1.0625rem;left:27.625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPzuqMA8n2EnaTaiSna3P5vGwNQfADM { width:17.1875rem;height:1.625rem;top:31.6875rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT80BdMkeEDkC8muslOBIPCD42xmIGJU { top:3.6875rem;left:0rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI8Z4TVmPK7IdaoGxh6m0SLVDByovUs5 { width:20rem;height:6.4375rem;top:19.3125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C15B3fc45g9KcTLltpUZaOllTB1RQXuV { width:16.875rem;height:;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }#C15B3fc45g9KcTLltpUZaOllTB1RQXuV li:before{  }
 }@media only screen and (max-width: 763px) { #BEG8WvU7e8WLU1hnkccUwL4y1K0J7G7k { width:16.875rem;height:6rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5w3BtgFxIexPq6hrf3n6cBmCLS5N4u { width:18.4375rem;height:3.5rem;top:5.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB64XELDhssynrVus27DV53m9pnB6c2w { top:21.5625rem;left:17.0625rem;width:13.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlAEDHpEEu4TccT1IfQOTxZzFHVXgS5 { width:18.4375rem;height:;top:8.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDnT0zslJSyUqe4SJ1k0RF2nZ2UFZKFT { top:6.8125rem;left:29.8125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip071iXlcfgM5FOHITUDiKS5iklUJgKi { top:51.25rem;left:0.093750059604644rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwqzhqmEiAgkL1dVi7XleUaemqMaa3RK { width:18.4375rem;height:3.5rem;top:5.375rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCpcfVVh7NXRwpH2duHfKafTCD6bQIQr { width:18.4375rem;height:;top:5.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gk1ll0X6WVF6XTuB8LfqOxGELvUsrzrz { width:18.4375rem;height:2.8125rem;top:9.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAaHI4lTodSkiioq2z5CwZphObhUcCz { width:18.875rem;height:;top:25rem;left:0rem;font-size:0.9375rem;display:none; }#DrAaHI4lTodSkiioq2z5CwZphObhUcCz li:before{  }
 }@media only screen and (max-width: 763px) { #sQpnOJdI4TgHKHFnNmXKFGvXpUtK20nh { width:18.375rem;height:1.4375rem;top:33.8125rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q  { width:16.625rem;height:auto;top:7.4375rem;left:28.5rem; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q {display:block;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q { width:16.625rem;height:auto;top:7.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U8h5tVTKHFbngIfXehWhU7Tuy5uQoMnZ {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #uBg7ipgCAuHHLL477wguqAEhRbeGeAWT { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #Tvg6r3QBxNltFk4kCnq6I6GDS5TNsOZO {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #zIST9Hle9dJiq0nTIUr6qTzmnhZq5sQb {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #fQESDyIdqObQBT1k1ZZ540NWggxl59oq { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IeOaiNEyo2QR6tiFnTNVUJbE7MRp3bms {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #PnOkhN5BVuWKZuPTCAhL4iW5T7oDg5rS {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #aKlnxbeG4NILN9msssOfZKxJrI1dw1dK { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #KJglzu9mgQkZGU0UpJ8NSN5c1RSdITms {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IypPlEep8TZRftzopa4kpwveS8hLAZda {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #EG4FgtxmXacGelVHpu3OnWDbl3nDNU5u {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #XbI9LUakif1TtnbxBL3iV5wql7wQsQ5H {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #s3N0uCcKgyM4WIKWaBbBzUyOQraExOKI {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U5mtv2A8tvz6lyKEdC4zGT94t40N5hR4 {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IDDacaqcR0apD1sl6gcP5Dkn486s3o2E {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #CkfcTgnrEb9H7aMJBPgles2xD3pb4ZaS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olSG0wwl89ZKQmTuWVJ6G0Z1LTrOCRKx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WvoTp0WDaaeR3b7IJbfw4n0ldUXZZtA5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IEDGE2RXM4Ov0qwaa98KbtzkwtHfscZT {  }
 }@media only screen and (max-width: 763px) { #wapwKTVMXqhmMiJuPOZtAlPTtTmeQx7R { display:block; }
 }@media only screen and (max-width: 763px) { #nWxGRzvT8PzI46ScEuFA9WB3KE1DROT5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygSPaR8BmEh4czexCKQyrI8bPxsnTqtC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NS2cgvIINcIxdM1LWT5ImXb1nP2plZ81 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I3L2P7nQoiXlCJ7CFK8PP1TING9zHqJT {  }
 }@media only screen and (max-width: 763px) { #J4KMH1l5T6ByFrJXJ9utdn5EO077ImMR { display:block; }
 }@media only screen and (max-width: 763px) { #rqwwboQ97IIp4w0yy34cPfH55wMU0qys { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCxdk2WODcmeLmtTe67P9R8ovWJoTeO3 {  }
 }@media only screen and (max-width: 763px) { #NvBebZgvoqiLNB966cntFDL0x9DNgitO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PzNCq14ymr17dUI87lwnwGTykKSHTIv4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1SmzIOMz670XFq6X45eEorJzBpkNqet {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EmPwtxei1TD2yOuXbJIvOq77DLMvdQZ4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Mm6vih2oW0Em703EPH4lwpOnw8i6nxaT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tXUoLyUoXTJbruRiuGt5wBXizcy0NuIr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iLE9CD2LsbXTHA0nZW6cci6vwwCCBs1f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qxbrN0vdgb5clxq8D91I0hUm0WtCOSMW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oPQFI3tFXSe32UGGHdTCpzN5Xc5TBrUF {  }
 }@media only screen and (max-width: 763px) { #ALK8Wk6guT5TyToyRRSPTnMorudyzCpV { display:block; }
 }@media only screen and (max-width: 763px) { #mvvSzunduRIAxOGkArdRcps8dx8JiUwr { display:block; }
 }@media only screen and (max-width: 763px) { #VwODhJ6klRxoNeitTdysxwozC5vtuWZz { display:block; }
 }@media only screen and (max-width: 763px) { #wXPm2Nh5OxUMXEA1XSm4Kh7dTnbSgdpl { display:block; }
 }@media only screen and (max-width: 763px) { #cq2QRG4GJ1kL8XZqhtotpTu5wTyMnw7t { display:block; }
 }@media only screen and (max-width: 763px) { #FqAB5gXE9oJG5BElA6fsDZdzBpP73sVP { display:block; }
 }@media only screen and (max-width: 763px) { #p8GuLQm8LCqA7TVdUfF2TaURVGxE4cAL { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JNLa0FMaQ9oefkyr4JrRe01BbDNMEvPo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DvFbGwCZSasr1UN2yrX39tT6A2AqZuSR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAH4NTog9s7GGaKnqbScuBnKXZtTptmw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXW3ZUzcoga0TgL2K906lIenNTxPMya8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oQlrEHFTT93zZSHV5kJ3kLKm49EcRGGg {  }
 }@media only screen and (max-width: 763px) { #xLygHDaoxKQGSBDZ8f8utx8xAUVSQrRs { display:block; }
 }@media only screen and (max-width: 763px) { #KkLnogJ016pOpLZTCVsHrIoWqVufEtEV { width:17.875rem;height:2.3125rem;top:7.875rem;left:13.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVTifIBJ5iWWBHhSpTDWWGGTyhEx1Jr { width:23.1875rem;height:;top:10.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqufpEha1BdMsoWT07smbufv9ZJtJrhW { width:22.3125rem;height:2rem;top:13.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CISd1Xa8TFCCPVJbr6pQ2FzhGb3NaPfT { width:17.125rem;height:1.375rem;top:20.25rem;left:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #uCMWZTOIqMVqsilG4rSzJRelI85z9BKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #IZev2a8c1OfLHtCJuUKyVnBzIA0eJE7k {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #A65phKwGUpn4P1JvNwkhFMpfrLenWcLP {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #PhBgp8oZKpgTREd9pdlx9MacNPG0Gupw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #y3CpfrOdrMETKfGoN7XllKlhyRgSqgzm {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #DRTAtPqsSdemsroRuLJTfAKvbviE4IC1 {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #ZE8fzBfvoU70xsfBvlxZR2Jq7uLIxz6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #tENI4EqtUikXTnwpxrXNMRbUKK27uHOQ {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #XdVl8hDxpf3K0XsgM8J0eSRMqcu4TsBS {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HDsO1lH2E1BLToQuJGrJc7RFgBJkQPu7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #UDDGBhQPChqiEAnnqdbxnViOUlpB2zNp {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HTgrEHL5OgQ9PCVa75PVmFaG5V2xMMOi {  }
 }@media only screen and (max-width: 763px) { #ISSJE6T7dN4AJCtbkJ2VTQkaKGcqWmRZ { top:4.6875rem;left:22.3125rem;width:2.9375rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG { display:block; }#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNeno8LKZVlcvsXX7BGl0BaE1UqztU73 { top:1.375rem;left:31.75rem;width:13.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9CX3mbabhTrOy6XnO0kJ7pheVtrtfF { top:1.625rem;left:32.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpgMuPC4EyiXTIDTd8cE6fI8dvi7fmLP { top:3.875rem;left:22.8125rem;width:24.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2eLttk8L71TuxkCRLn80TnLczxmdMs { top:9rem;left:0rem;width:30.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9fm1aq3EtbSPGxkDPQtPFx2KuebCtD { top:1.5625rem;left:4.03125rem;width:15.0625rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv86X3bxGZnBCHHEZEUFPxdQ493fK1Dc { top:9.4375rem;left:0rem;width:30rem;height:4.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Veinmny3SlwtKgDfDPENCtZimCSeLAeT { top:1.1875rem;left:28.25rem;width:19.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBboucZp2fhHBI6TWERFN2XvQWyLO8wc { top:3.125rem;left:21.8125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rUJPuBDLH4L3XCvfKLFeNUTb5yUrBw { top:4.5rem;left:29.875rem;width:17.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRrFfWUrvfyOtNckq4nLhSEda7fs5J11 { top:5.8125rem;left:3.40625rem;width:14.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsLWFf7cWkByosqxNWVJb94f6KXKaIt { top:14.1875rem;left:0rem;width:27.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOmOraK1IT8bNZPtDlDO2aRAsLxtCkN { top:3.125rem;left:24.4375rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGb3QKsgEOOneqR84MNwtetTSk6zLVGM { display:block; }#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qt6wmJVeroTXaSZeNwVLHczghIVXdLzK { top:0.6875rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxImVMEeL4OJT7o6ad52FG81EAJZMZqc { top:6.6875rem;left:2.375rem;width:43rem;height:4.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhVRlEwaGiIDXldmI7kqEBVGBy0wLHU { top:3.8125rem;left:1.6875rem;width:44.4375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWhAPbQqqeNETQlAcTG9c1U2GP6bzaKd { top:27.5625rem;left:19.104640151515rem;width:9.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2hEpUmnizWg507FxFXsXk1cdJRneTw { top:12.4375rem;left:11.75rem;width:36rem;height:4.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMHXWShdwxhRy2sZrQ6lZRBOTm9pzVs { top:0.6875rem;left:0rem;width:6.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okWpH0RWQu3nT6naQe4soP24V8fUKrF4 { top:6.125rem;left:0rem;width:47.75rem;height:20.735826296743rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0w0R5nGB2BzS6Squ3ayV1ei5AV4dZ1o { top:0rem;left:0rem;width:47.75rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxL0zVBWM7CWDXaFUKQBUU7SiCzKWieP { top:19.25rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZ9chsHqZl4S6LazfHxgvRhmP0MR9Om { top:12.1875rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6HfbKCQJPVUPPQz84sKtXm14s1ZayAz { top:18.25rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKokG7FmRZX5idZLkznPnc4RmglzHmbn { top:18.25rem;left:0.375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsTsQT1JtGbe4WGTRnBf19zR0AfwrfTu { top:18.25rem;left:2.0625rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQ4xTTc0FXmoPMGcGumoFcOfUxNly1r { top:18.25rem;left:3.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq5qzcal3arxPIEDW97wLaGuH7ZrGuuG { top:34.3125rem;left:0rem;width:22.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJifDOE0vaQXq4VcIKoHz4JGu6Ed2bTA { top:18.9375rem;left:24.4375rem;width:22.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2oeTwADH2gbLqvHck25OaVQ8hottcGN { top:25.75rem;left:29.4375rem;width:16.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbt4EJlKEpmsdryLxnUoO3IQTmx3FuVX { top:21.5rem;left:23.875rem;width:23.875rem;height:3.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm3gC1xJoPpfwVZLSa26b8WDG1zZ32hi { width:23.8125rem;height:4.25rem;top:29.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPtKkVfnoincTcFJ1I4hzTknsRpaEqTZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ulx9BIAoRPST1Uo2sUQcz7XRnVqfXzb8 { top:37.25rem;left:0rem;width:19.4375rem;height:9.75rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { top:7.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { top:7.3125rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { top:8.375rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { top:10.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { top:15.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { top:16.875rem;left:0rem;width:36.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { top:19.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { top:30.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { top:33.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { top:31.375rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { top:38.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { top:41.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { top:39.625rem;left:0rem;width:27.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { top:23.25rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { top:24.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { top:47.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:53.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:53.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { top:27.375rem;left:0rem;width:18.5rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { top:23.75rem;left:0rem;width:18.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { top:2.1875rem;left:0rem;width:38.25rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:17.5rem;height:4rem;top:7rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262626;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { position:relative;z-index:auto;display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { width:3.1875rem;height:1.6875rem;top:0.5625rem;left:8.40625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { width:4.12464375rem;height:0.568359375rem;top:0.24609375rem;left:15.061767578125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { width:3.8125rem;height:1.4375rem;top:0.24951171875rem;left:15.4365234375rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-number { padding-top:0.125rem;padding-right:0.10875rem;padding-bottom:0.125rem;padding-left:0.10875rem;width:0.65375rem;min-width:0.65375rem;height:0.671875rem;font-size:0.5rem;line-height:10.75px;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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.078125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.87125rem;height:0.265625rem;font-size:0.1875rem;line-height:4.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { width:3.3749125rem;height:1.25rem;display:flex;top:0.829833984375rem;left:15.42431640625rem;z-index:15005;padding-top:0.011875rem;padding-right:0.01125rem;padding-bottom:0.011875rem;padding-left:0.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:5.875rem;height:2rem;top:3.4562499523163rem;left:7.0625000596044rem;font-size:1.0625rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #tTrWlCBlvJNoUFTZ0cDqJ2XqGtk6M0Ct { width:13.875rem;height:0;top:0.93125003576281rem;left:6.1250000596046rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jbw4qJpQwcqECJ2N8q5Jk8ESLWGyK3OL { width:13.9375rem;height:2.2745rem;top:0.60624998807907rem;left:5.5625000596046rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JRfxmitBTU5tlZ9ukeEAZhQ8lfVdSThI { top:0.80625003576281rem;left:0.66171878576281rem;width:3.3125rem;height:1.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e16a94ad-1347-4c68-ae9e-6aafff939361/mbmmb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.adaptive-delivery-prevent-bg, #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.lazyload, #V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7.lazyloading { background-image: none; }#V5oOQXcaalkJMLCyo0Gg5nTnWnkvhIc7 > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/16de6f5f-546d-4e08-a45d-db5fc88218d4/mbbb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.adaptive-delivery-prevent-bg, #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.lazyload, #S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ.lazyloading { background-image: none; }#S5FafRuKXgzzEuNV4UuVCPvA6FCyXWJZ > .row .container { width:20rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh { display:none; }#T4mhhtHCeJJQnOhV3D9VHtEcFKRCTSoh > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PKcHx1eW0gUKC8V32KBhtpLKzBn8101s { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6tLSHTN5rt8BHWOEqfdaSDfbpKkOHwn { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vHHHCl0NwQQ0kITmi6Lvd2mlTeW9AygI { width:20rem;height:6.5rem;top:34.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBaVl4DefCTsMUuuMDJv6SorQ3WnH8Fy { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAnfhQaS7Pdbkkk25GWCgflyrBqac3CQ { width:14.9375rem;height:4.0625rem;top:29.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWnTOd1bZ4lpNSrvt5egEJwAnvig8hE { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8Kmf26c6r61BCgmqW5Lvgoa1IhOGl6k { width:15.8125rem;height:5.625rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFHpFU77JTHwzdqNRW4k7H19NwoeaKTW { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zwez01P9XzKfIDMVFwwFEAenkCm5aRoy { width:14.75rem;height:4.375rem;top:17.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kEK0VEtosDq3iB41adMBnQBJPgwbrQ { width:19.375rem;height:5.625rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4c4a379-4bf1-468c-b636-933ca916bf8c/image1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.adaptive-delivery-prevent-bg, #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.lazyload, #AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO.lazyloading { background-image: none; }#AfW8ZGk5icr8fsgR0OBE8rm4h3bQnUfO > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gkGVySK8By7gHdrCCpIokUkKB4t1MPoT { width:6.25rem;height:3.1875rem;top:21.28125rem;left:10.1875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UAxaivrWdXaXxyOxZsXNvQRsVZSsFckK { width:6.25rem;height:3.25rem;top:24.9375rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TWaPBQfwJXOy2OrW3iydSpL2HqE5kErP { width:6.25rem;height:3.25rem;top:24.9375rem;left:10.1875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMBvBQRd3NPNPIsdyLyd5QE0wwNU7ETf { width:6.25rem;height:3.25rem;top:21.375rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #L9m9kTABhqmtIOQwUaeBUEqd0xWRCObB { width:4.0625rem;height:4.0625rem;top:34.75rem;left:5.875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wtdCv9c3TkJ0hQ2SNnSZDXUP2T0bPPQu { width:4.0625rem;height:4.0625rem;top:34.75rem;left:10.4375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8ma9PxrFNKgFQgJC5HiIsrdgbf5Nyg { width:8.0625rem;height:4.25rem;top:39.125rem;left:6.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pZUm7bkgmuJmzW9oiBEKEPrPmMoWgucW { top:16.875rem;left:1.5rem;width:17rem;height:37.5rem;z-index:14999;background-color:rgba(227,227,227,0.45);background-image:none;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmK2Ew7vvWXypBqohGn9soC3NUaNuq9n { top:18.5rem;left:2.125rem;width:6.25rem;height:1.9375rem;z-index:15007;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #no5pwgFa8vPkzLb1cCNEVykAqJ2N176F { top:18.5625rem;left:2.75rem;width:4.875rem;height:1.94970625rem;z-index:15010;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dvX1oRrCXJQOeZRtceqyAiy8NSFbUGTI { top:32.25rem;left:2.875rem;width:4.875rem;height:1.94970625rem;z-index:15011;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dLJPpVfbN3FLMTwsttUdTBUGnRLUGuJ5 { top:44.5rem;left:2.875rem;width:4.875rem;height:2.1933625rem;z-index:15012;font-size:1.6875rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mKUfwNf95MSnmccgr3CHvlFZZzMnwMFH { top:46.6875rem;left:3.375rem;width:13.4375rem;height:2.1933625rem;z-index:15012;font-size:1.6875rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FzUVJFP5v3Xi0QWqvaHPIFONakq163ah { top:48.8125rem;left:3.375rem;width:13.4375rem;height:3.16845625rem;z-index:15013;font-size:2.4375rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(204,0,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gL08cNw4qKAHpMAHFOn5AJ6moFZC5VZg { top:51.9375rem;left:3.375rem;width:13.4375rem;height:1.4624rem;z-index:15013;font-size:1.125rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XBdO1XqQugUQXHfM42TBp6hHfOBJZTk1 { width:5.125rem;height:5.125rem;top:47.0625rem;left:14.0625rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .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; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .widget-text.counter-number { padding-top:0.1975rem;padding-right:0.1775rem;padding-bottom:0.1975rem;padding-left:0.1775rem;width:1.063125rem;min-width:1.063125rem;height:1.061875rem;font-size:0.790625rem;line-height:16.99px;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;color:#d30a1d;background-color:#000000;background-image:none; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.123125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.418125rem;height:1.178125rem;font-size:0.296875rem;line-height:18.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;color:#ffffff; }
#O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO { display:flex;top:54.9375rem;left:4.625rem;width:9.6875rem;height:2.758125rem;z-index:15014;padding-top:0.246875rem;padding-right:0.253125rem;padding-bottom:0.246875rem;padding-left:0.253125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #TxP4xNo88LviglIL0PL32A6cSrCSaWwf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #I0OogA97QcH5I5aT8VFGkc49TsUPm6l9 {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #Z8kLJz42g2CUhKmE2KPCSGXydbtQIRTL {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #UD96RHwrvMJNM95Quf0w7qUAOP28yXpE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #fGfAQITXxLPkXEpTS9azeXNywpKr2T3T {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #nlVwTOGKCa0ErP2HN0JewfOLmA8cvsgh {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #A2V6AECLnOwM5FfEOQ0VHDe3yQcQcQcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #mmVSNAw5ScoIQTEZx0ap2xCQySkHhP6o {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #aTAqyswvaeEHNWhCddMzuZw1sooBovFl {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #xd0h7AyTnXtgcqTMWLDOWnG7gGy1bgpO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #b23CcRb33Xs4FkyFlLy0UhQsUgqzQRaL {  }
 }@media only screen and (max-width: 763px) { #O6b8sX03TQZ9LpnEQOf9dy2cSH9gaDkO #IwOUlddNBK9mGbHTW7KaxwL6A5D6RUR1 {  }
 }@media only screen and (max-width: 763px) { #pkbHUT3FrlpM2NQxZcXG2vHaeb7Bb19D { top:58.3125rem;left:1.8125rem;width:16.375rem;height:1.4624rem;z-index:15014;font-size:1.125rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EcOWWDBTgINDtInprTUmQvby1R90PEDM { top:53.9570296875rem;left:0rem;width:20rem;height:0;z-index:15014;font-size:1.5rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Zpv58wCurzyMGCIviMHTHF6WQB5nAcMh { top:12.6875rem;left:2.78125rem;width:14.4375rem;height:2.5625rem;z-index:15008;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #LUiOMkbCt8FI7Pck5u6csbwbzxnB2ugo { top:12.5625rem;left:3.34375rem;width:13.3125rem;height:2.68115rem;z-index:15011;font-size:2.0625rem;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OLpsaRi5CuFPZWvqf57cc17G3MmVbxRD { top:18.5625rem;left:8.375rem;width:9.75rem;height:1.7871125rem;z-index:15011;font-size:1.375rem;font-family:kanit;text-align:center;text-align-last:center;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) { #oJo4b6a8lbCLy1ND2xm8XOx9iT7EoAUH { top:32.25rem;left:2.1875rem;width:6.25rem;height:1.9375rem;z-index:15008;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #UxHE6InIkLBUZWsQC7Xly4E94TUQQMuQ { top:32.3125rem;left:8.625rem;width:9.75rem;height:1.7871125rem;z-index:15012;font-size:1.375rem;font-family:kanit;text-align:center;text-align-last:center;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) { #qrVq4Uip6UQrZN8JgpJshkx7CN4Ly8GJ { top:44.5rem;left:2.1875rem;width:6.25rem;height:1.9375rem;z-index:15009;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;background-color:#ff1515;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ff9595 ;display:block; }
 }@media only screen and (max-width: 763px) { #n2ecrn5xy2P1urbRQib4mrimBTzfTw6i { width:6.25rem;height:3.25rem;top:28.48095703125rem;left:6.875rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd { display:block; }#LJ7LEJD0avGCMmqZebc6k2l2DSu6tytd > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:#262626;background-image:none;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { width:20rem;height:0;top:1.7859535217285rem;left:0rem;font-size:0.8125rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:10.874rem;height:2.8125rem;top:5.5625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { width:19.9981875rem;height:1.0625rem;top:8.6875rem;left:0rem;font-size:0.625rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xU5ecUZIGIuOwDJX9d9e8LPNn2sKJ27s { width:20rem;height:2.9746125rem;top:1.4851570129394rem;left:0rem;font-size:0.875rem;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea { display:none; }#Grk5RJxHFTTtGRPhwyqBFnlJk8BZU2ea > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTxZgUQWpUdUAxavK2FQWNNVlpVGcKqi { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #As8pPZedm507pQ7eDPIu5x3VoJrZupMG { width:18.9980625rem;height:3.936525rem;top:36.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at9dbvedb0bSAusVuA1EgDiUShL5l0yJ { display:block; }
 }@media only screen and (max-width: 763px) { #eb5i06ta2IyHaue90MA80w6gRP0HVrra { width:20rem;height:1.950075rem;top:0.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v3WRfBFDMpI0iFppse8Kw8TB2vwof7Ow { width:20rem;height:1.625rem;top:2.63671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dGZfDAW3cuf9GnXxLXfp9b7XGDbQ0TI2 { width:20rem;height:13.125rem;top:19rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #254387);background-image: -moz-linear-gradient(90deg, #6f3ba7, #254387);background-image: -ms-linear-gradient(90deg, #6f3ba7, #254387);background-image: -o-linear-gradient(90deg, #6f3ba7, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );";background-image: linear-gradient(90deg, #6f3ba7, #254387);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iAcr4Jb39QUCTGbDGXTy8iWy3qQxrXHX { width:20rem;height:10.55665rem;top:20.5rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ci89Fa3mvT9zHpEolKUyzBpHcMlz0DhV { width:20rem;height:0;top:3.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #xrVWIIE8NaeCutMsWW5aXuG14OtiMazl { width:18.937375rem;height:0;top:27.1875rem;left:1.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #m4MUJnUGJwn80DuVADUmKwEJ5yvioM3T { width:13.6875rem;height:2.0996125rem;top:33.0625rem;left:3.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W4FRwu2Pam8c4SzNZIM67LofKq6pREft { width:20rem;height:10.38675rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oQkv5R8g4tMfT0Wv6GWhBDMOMbBUTS2D { width:20rem;height:4.3857375rem;top:5.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ucXNDnNwbZP0eCofsCMai8NtTPyspRKS { width:20rem;height:1.7871125rem;top:30.3994140625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { width:14.375rem;height:0.125rem;top:13.5rem;left:2.8125rem;background-color:#717376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:1.54375rem;top:3.1123046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:1.3rem;top:7.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.625rem;top:11.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.6875rem;height:2.3994125rem;top:19.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { width:6.25rem;height:4.3125rem;top:14.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { width:0.125rem;height:7.8125rem;top:32.82421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.3rem;top:4.5927734375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:1.3rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:0;top:3.4052734375rem;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) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { width:14.375rem;height:0.125rem;top:6.75rem;left:2.8125rem;z-index:15018;background-color:#717376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:11rem;height:2.2749rem;top:8.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { width:17.687375rem;height:2.8125rem;top:8.646240234375rem;left:1.156005859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:kanit;font-weight:400;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; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { width:19.56175rem;height:6.3369375rem;top:1.7254638671875rem;left:0.218505859375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJF3VUVAktn7gn9u467AKowHeoTGrypn { width:19.9981875rem;height:4.225rem;top:26.226196289062rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { width:17.874125rem;height:0;top:30.975952148438rem;left:1.06201171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { width:11.5rem;height:0;top:49.411376953125rem;left:4.341796875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { width:18.062125rem;height:6.373875rem;top:54.347534179688rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zSLkU2p502m5s1HENF1EOA6P3Fkug33p { width:17.499375rem;height:4.225rem;top:49.625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WbFlBcIIa8nTzy8toEAT3Cx6LuhWQ62T { width:16.6866875rem;height:11.93675rem;top:35.194532394409rem;left:1.5554688572884rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { width:16.062rem;height:10.812375rem;top:12.874755859375rem;left:1.8505859375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvwNyaITS96VafeuAhCePzQRXITdEfs8 { width:5.9375rem;height:11.373875rem;top:60.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9i8xo2m1xc6tsC9mqItazFGCokFMTd0 { top:54.5rem;left:1.5rem;width:16.93725rem;height:5.199225rem;z-index:15023;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uWdcnJE0cJzcH6P6l4o4nnl8kwhyD6x3 { display:flex;width:10.8125rem;height:10.8125rem;top:61rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #gSEe4QIVQHKax7T8b5Fbu6GMfoZR9xQ6 { width:17.8734375rem;height:2.8125rem;top:31.025780677796rem;left:1.0632812380791rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { background-color:#262626;background-image:none;display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { background-color: transparent; background-image: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .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); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:8.75rem;height:2.9375rem;top:0.71874964237213rem;left:5.6250000596046rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { 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) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:11.625rem;height:3.4375rem;top:1.8125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:5.625rem;height:5.625rem;top:0.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { width:12.5rem;height:1.5rem;top:3.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:20rem;height:1.1375rem;top:7.2429695129394rem;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) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:20rem;height:2.2745rem;top:10.54921913147rem;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) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:13.4375rem;height:1.1375rem;top:14.82968711853rem;left:3.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:20rem;height:1.1375rem;top:18.80624961853rem;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) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:18.6875rem;height:1.1375rem;top:22.55625648424rem;left:0.65546876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { 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) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { width:16.25rem;height:3.1875rem;top:10.092968940735rem;left:1.8750000596046rem;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) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { 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) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:20rem;height:1.1375rem;top:30.3125rem;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) { #ZCqJMyq78CMExXySpnTU2aqt52WZD7Uq { width:20rem;height:6.5625rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNqHgr3tyOvRoIvn2AIT4eUibXheTb5z { width:20rem;height:1.1375rem;top:26.461791992188rem;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) { #GLB1bebZuVwaqvJNCydukDsTR5tT6qlB { width:20rem;height:6.5625rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8nOOJt9MM9gwmJiCqsqrxT6RQvx7iPM { width:20rem;height:2.2745rem;top:33.5rem;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) { #X53577tG2ENHxeXB9aAw1zMtTWpuzTn7 { width:16.25rem;height:3.1875rem;top:6.375rem;left:1.8750000596046rem;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) { #e4I2hR4OUvl5Sm9IRKAVhxsoXAGJ3Lxk { width:16.25rem;height:3.1875rem;top:13.8046875rem;left:1.8750000596046rem;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) { #v28XpZBUuNbXqxJEnZ5y4zzIlWA058Tu { width:16.25rem;height:3.1875rem;top:17.63671875rem;left:1.8750000596046rem;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) { #OTKEuBKdqd70EoXcSa5UJNyX72DcNNda { width:16.25rem;height:3.1875rem;top:21.531250238419rem;left:1.8750000596046rem;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) { #u4KNreNdWZXzI8xJEaDR0qs7F3FeHJPM { width:16.25rem;height:3.1875rem;top:25.436727762222rem;left:1.8750000596046rem;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) { #wBGrdmidPLiO52vSpTAEWqZTRmR8pNgG { width:16.25rem;height:3.1875rem;top:29.3125rem;left:1.875rem;z-index:15013;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) { #kLGWM3IJAIlmAqDhUpU7di8a4FW1iKW4 { width:16.25rem;height:3.1875rem;top:33.0625rem;left:1.875rem;z-index:15014;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) { #Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD { display:block; }#Wm5FgJmeeSQIUlKKeBXzOdhyfqSOqxAD > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { width:16.25rem;height:13.125rem;top:4.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:19.4375rem;height:0;top:6.7195129394531rem;left:2.9046874642372rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5vBveaGR3m7xhSbK5JqWGtFecTrur9S { width:13.312375rem;height:0;top:9.9066162109375rem;left:3.34228515625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBziG9I2IaKMLenfMBGUw5IS6tPI1fbo { width:15rem;height:13.25rem;top:20.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:13.81175rem;height:4.95rem;top:36.600782394409rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oLzM7tQNsWuKzuiohDP3pooWJ6TxDsCq { width:14.18675rem;height:4.875rem;top:42.56093788147rem;left:2.9062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzEKnBiNst6kiKNU8sGm6EvmarDh443L { width:16.25rem;height:13.75rem;top:35.601196289062rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTUMh6Qi2TqED9uUJfQxTWW77d1QT7HP { width:14.375rem;height:5.39941875rem;top:21.5rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g0iyxKyfHZcflboJFmBo0g2Z4r3xIpb7 { width:12.93675rem;height:0;top:43.235941886902rem;left:3.5312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jpsb4kqqyctmBGhFFo7NNpfXi8zH4Bgz { width:13.31175rem;height:3.65625rem;top:10.75rem;left:3.3437500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EMdhp48IxUCyo5HRALe6akTSJV3o1K3a { width:12.93675rem;height:4.875rem;top:27.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TfTZcWSp2l2gCTVExWu2bwgXNDOc4xc0 { width:19.4375rem;height:1.5rem;top:7.425000190735rem;left:0.28046876192093rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #SkpzJzecdHlicamiA56tzqENgl7fkIhQ { width:15rem;height:13.25rem;top:4.9867186546326rem;left:2.5000000596046rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GprvOegvpiyrOBpu1wpr2B8606cRSzZV { width:15rem;height:13.25rem;top:35.625000953674rem;left:2.5000000596046rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { width:17.8125rem;height:3.1498625rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { width:20rem;height:2.1123rem;top:28.335943222046rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91lg9TWgZcgFH0DgowETLNaqlesUbSk { width:20rem;height:3.1498625rem;top:37.0712875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyCRqev0GasDtAT8TulkUEVMlraSpxtB { width:3.125rem;height:3.125rem;top:32.6962875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { width:18.3125rem;height:2.11230625rem;top:53.782019615173rem;left:0.84296876192094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { width:20rem;height:3.1498625rem;top:62.1416015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { width:3.125rem;height:3.125rem;top:58.392575rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { width:17.5rem;height:3.16845rem;top:77.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { width:16.8125rem;height:10.6875rem;top:41.539051055908rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2ac1V1DOwhQU0fyJP8OFuRtkVoNFAK { width:14.9375rem;height:12.375rem;top:15.323437929154rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQ8ddhy2L2eTwULTIRIy6AHPuhG5XEJ { width:17.1875rem;height:12.25rem;top:65.290625572206rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { display:block; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUDq4rrq7eGJKVUbo6SnWHeuCLa0NIT { width:10.3125rem;height:2.99921875rem;top:1.40625rem;left:4.8437500596046rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sLGnqBCyAe80W6y9ebSaay4igPVg7Bqr { display:block; }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { width:17.0625rem;height:18.8125rem;top:6.375rem;left:2.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { width:11.499625rem;height:0;top:7.8118896484375rem;left:4.2486572265625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { width:3.5rem;height:3.5rem;top:7.74169921875rem;left:0.8125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { width:16.625rem;height:9.78125rem;top:10.9375rem;left:3.1250000596046rem;font-size:0.9375rem;display:block; }#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn li:before{  }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { width:20rem;height:23.3125rem;top:183.7158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { width:12.9986875rem;height:0;top:26.685791015625rem;left:5.123291015625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { width:16.375rem;height:6.09375rem;top:31.1875rem;left:3.1875000596046rem;font-size:0.9375rem;line-height:1.1;display:block; }#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v li:before{  }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { width:1.3125rem;height:1.3125rem;top:208.2783203125rem;left:9.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { width:14.74975rem;height:0;top:44.497680664062rem;left:4.2486572265625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { width:16.625rem;height:8.15625rem;top:51.5625rem;left:3.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }#Ohzu6swZRUknTflroSM1PwrHi62vdTby li:before{  }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { width:20rem;height:21.375rem;top:210.8408203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { width:16.5rem;height:12.21875rem;top:69.9375rem;left:3.25rem;font-size:0.9375rem;display:block; }#s7SIyL0QooGtq608lAWCE6NCVai84t7e li:before{  }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { width:14.56175rem;height:2.92480625rem;top:66.5rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { width:20rem;height:19.8125rem;top:236.0283203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { width:15.875rem;height:4.0625rem;top:0.77735042572019rem;left:2.0625000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCdAAkb272oEsfFJ8SzL205BgwB5ekSC { width:20rem;height:26.1875rem;top:103.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdI9XdyUGBUCAPnFvJWqUlexNqSCW45v { width:15.1875rem;height:0;top:81.531372070312rem;left:4.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ { width:16.375rem;height:14.96875rem;top:92.26562690735rem;left:3.2812500596046rem;font-size:0.9375rem;display:block; }#BapbsNFqwNAlhuwoh1IQyx5ZLO6O58tZ li:before{  }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { width:15.9375rem;height:2.11230625rem;top:21.9375rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { width:16.1875rem;height:2.8125rem;top:21.625rem;left:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { width:14.25rem;height:0;top:38.258605957031rem;left:2.9999999403954rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { width:16.0625rem;height:6rem;top:38.5rem;left:2.9375rem;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:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJCng0hfnHL7cBv2xdELQbUH5kNFoKz { width:16.1875rem;height:2.5625rem;top:60.5625rem;left:2.9375rem;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:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd4ATKdAJ50NxLuIfe2BHhR22Ly6cIxP { width:17.125rem;height:0;top:59rem;left:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { width:15.625rem;height:0;top:104.51250457764rem;left:3.1250000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { width:16.3125rem;height:5.1875rem;top:107.9375rem;left:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIB9CkglhvpVzhGyz6Tl8SNz0lTsEJwu { width:16.25rem;height:2.625rem;top:82.6875rem;left:2.9375rem;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:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAHkhBuQPFqvPBso7vRt730vxlvVIrV { width:15.625rem;height:1.05625rem;top:83.5rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV7JkBW5ZodMVVx2H47oIwJiudZMPDWt { width:11.49925rem;height:2.9248rem;top:6.8125rem;left:5.75rem;font-size:1.125rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #l2GWq1UKKIqvcbQDAkVq0VhhIATXqzUv { width:12.9984375rem;height:2.9248rem;top:27.4375rem;left:5rem;font-size:1.125rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #XwJVDBBohlZKb0pdLmqIwz6pfwHS4by9 { width:14.74925rem;height:2.9248rem;top:47.5625rem;left:4.125rem;font-size:1.125rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #TbpdQ7Gs1SQJ3s00q182rHME55QekAvs { width:15.1875rem;height:2.9248rem;top:88.70312690735rem;left:3.8750000596046rem;font-size:1.125rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #ZhVIcVli7BDs5y8NtSmWm2IexiW1NKAu { width:0.125rem;height:19.0625rem;top:7.8125002384187rem;left:1.3074535212191rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbbCwUM1HRd4vxa2psFir1kHBqrrzpJ { width:1.4375rem;height:1.4375rem;top:6.3750009536744rem;left:0.67500001192094rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJOxwQVm3KRxe7nccKysDbChyvVPFTI { width:0.1875rem;height:22.5625rem;top:133.56249952316rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNtF3ayQyRGEb0h2Tq4A3CnESEdgovpK { width:1.4375rem;height:1.4375rem;top:157.37499952316rem;left:9.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4JTUuTasOuyDl6z4ytTgty2AI1lP0N2 { width:0.1875rem;height:22.5625rem;top:162.74999952316rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWEJSJE9k8XL5JhQ0qTxp7ltdqryAaNV { width:1.4375rem;height:1.4375rem;top:160.06249952316rem;left:9.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2rJX5Jd00AMiUaGOBpA8ZF2R3Ka5SB5 { width:14.25rem;height:5.2807625rem;top:38.875rem;left:3.0625rem;font-size:0.8125rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #JOuhtXfWIa4ky2LuqCuTa98JkuEhPTnz { width:16.75rem;height:2.1123rem;top:60.8125rem;left:3.25rem;font-size:0.8125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #kceJTDzBcxTWH5dhynoNXUnSfbQUtJ6L { width:15.875rem;height:4.2246rem;top:108.4375rem;left:3.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #hmXRe2G6x37DWeT9AqkQuTmUfINyTx4d { width:17.0625rem;height:18.1875rem;top:27.062500476837rem;left:2.9375000596046rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #aTLinosMsBTRwu8mW4GoXtbWwAnzHkig { width:17.0625rem;height:16.875rem;top:47.1875rem;left:2.9375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #VNZLgdev1K8pMDskfhltzDXVxShHFcPE { width:17.0625rem;height:20.1875rem;top:65.875rem;left:2.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #AmJsOE9Ut1Q94zEUTD2hlum0oOUhxLen { width:17.0625rem;height:26.0625rem;top:87.812513351438rem;left:2.9375000596046rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #SJIETum082G5gNRWT8sZydDiTMZ9xptv { width:1.4375rem;height:1.4375rem;top:26.875002384186rem;left:0.67500001192094rem;font-size:2.4375rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #BroKPxIT44fZPUcvILe6FynykdH9c1pT { width:0.125rem;height:19.1875rem;top:28.312502384186rem;left:1.3070312142372rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #nJTOgGSO51zetu5U0L5BSRrWomZJa5NC { width:1.4375rem;height:1.4375rem;top:47.1875rem;left:0.67500001192094rem;font-size:2.4375rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #vTBZmXflkNTVAMgqhIL9AEf6s068iToq { width:0.125rem;height:19.1875rem;top:46.046875rem;left:1.3070312142372rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #T5c7uhTH96IKU6dHSLNWNCG6XB4oUgaG { width:0.125rem;height:19.1875rem;top:63.550001144406rem;left:1.3070312142372rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #TcS8KVrGc2pLzH1SpaceHhKI1pUmsSUz { width:0.125rem;height:19.1875rem;top:69.425000190738rem;left:1.3070312142372rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #b2nN9WuL83wX63DxSC7OQABofPvLhcN2 { width:1.4375rem;height:1.4375rem;top:65.87500190735rem;left:0.67500001192094rem;font-size:2.4375rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #wplJogUuHiEfdFNd6sFiGnO762pFKQU9 { width:1.4375rem;height:1.4375rem;top:87.81250190735rem;left:0.67500001192094rem;font-size:2.4375rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #AQche07THKXuU0NzDAf20y72WCeeH5mg { width:1.4375rem;height:1.4375rem;top:103.3125rem;left:9.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddqITSC1ApWEOJOl9z1uieUF4uFNJZf1 { width:0.1875rem;height:22.5625rem;top:80.3125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oal7orVqz5TtQVMESAOH2DWmiTwFHT6d { width:0.1875rem;height:22.5625rem;top:81.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTtk3by55uGmfKW9JHl3szt83skRVbAH { width:10.3125rem;height:2.99921875rem;top:115.71874952316rem;left:4.8437500596046rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CQP0NfIkZtXmLTx5dqEMPmKy0FBxnc47 { display:block; }
 }@media only screen and (max-width: 763px) { #h2vb4Oq3reznZeWF5GL6iRcMHQoZsJBB { width:0.1875rem;height:22.5625rem;top:56.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcfg1S5qqMrR42BD2B3gsRX4JO9nMPD8 { width:0.1875rem;height:22.5625rem;top:33.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz { display:block; }#ngt9Rh1Lhef7Cu9ZT8dIOn1UiK5CXSLz > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXFktagN0TeZqTNd8klatlhQP4R3pZ3s { width:15.37475rem;height:15.562125rem;top:8.7884521484375rem;left:2.3114013671875rem;border-top-left-radius:11.5rem;border-top-right-radius:11.5rem;border-bottom-left-radius:11.5rem;border-bottom-right-radius:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { width:7.249125rem;height:1.625rem;top:2.1148681640625rem;left:0.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { width:18.93675rem;height:2.0625rem;top:4.3265380859375rem;left:0.531005859375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { width:6.0620125rem;height:1.65rem;top:24.4990234375rem;left:6.968994140625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0ZCGU25zGCUkLTGuCI7Og93dZaOQJu { width:6.25rem;height:6.25rem;top:30.614014453125rem;left:13.240479296875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { width:20rem;height:3.65625rem;top:26.616333007812rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd07PFtGO8kGUrgKnHZLygNDBKzAzXdi { width:18.125rem;height:1.3rem;top:7.1536865234375rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;color:#160bc8;display:block; }
 }@media only screen and (max-width: 763px) { #TaJFMsUCuTRyTcO2scpod2GN6ucLnGBX { width:6.25rem;height:6.18713125rem;top:30.919189453125rem;left:0.531005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTkQp4lougoXATlSHUz602Ue2ESaRVR { width:6.25rem;height:6.25rem;top:30.888671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3EiENcMv3MRsx2baOxTsHmSV5Kw4Nx { width:8.0625rem;height:3.0625rem;top:1.1865234375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #geMVa7lz2AC268il7erW69k7DWcWNUGN { width:20rem;height:3.125rem;top:3.9127197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X { display:none; }#QldC9RgbzQizsDnhJkCRyJtgMzWxpr8X > .row .container { width:20rem;height:88.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yvi2QNuLExHIuzQThTuZRFBPAALD4dFH { width:18.625rem;height:4.04980625rem;top:2.25390625rem;left:0.6875rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #yn4mTCA0np42s9fVg7T5V6eQvr4TAdes { width:18.3125rem;height:15.125rem;top:37.875rem;left:0.84375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #x9bEJhhysKJ1srQJDAxNGiqIK8vu8d7q { width:18.9985625rem;height:1.42480625rem;top:42.2255859375rem;left:0.50048828125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tEb5JKw1DdGhsegW1HbJzoUDMlhgVIpV { width:16.1875rem;height:2.9746125rem;top:7.5rem;left:1.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XTmise1TqvUvaCurHWaUUzcNCXO5OuZJ { width:6.625rem;height:1.13720625rem;top:80.625rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah { width:19.25rem;height:4.51171875rem;top:82.3125rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#TKcJmmvdmzDMi73WGsqxIVHTS0d4w8ah li:before{  }
 }@media only screen and (max-width: 763px) { #cKTDwdrhG4prpyAn76qFTCqNUauVWDDW { width:20rem;height:4.4375rem;top:2.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHXaoKzUZ2Qe7DWr4CktKGvV2ISCfIV { width:17.5rem;height:1.86865rem;top:12.875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #ix3E3k2TmZ9HBlQPZ5B85JI0EBGLRPkI { width:20rem;height:3.25rem;top:14.93017578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #m6awLCrTkql6QEadGZHMEu8B2cXuG51s { width:20rem;height:3.1494125rem;top:18.18017578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qbr1arfTr2mXvEVtWzVR9UuQdScDWpyI { width:9rem;height:3.4121125rem;top:23rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #eRUaat0OPwdnAkLmPmTXPBPyCZsIP29M { width:18.8125rem;height:3.8994125rem;top:29.375rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #BWtymJzAJOMMe8uKfxKBBm8iSSSIB1bZ { width:13.4375rem;height:7.1875rem;top:34.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgkUNMCTUN9vRVW5AmIgArzxdrCa1m7 { width:16.1875rem;height:3.375rem;top:44.3125rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nm9ZWUU3JgdSL0INGQJPugZC76I2Vxck { width:18.3125rem;height:15.1875rem;top:12rem;left:0.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MtEtaqwzek8dIaSb9n5sasZtA8SssqSv { width:18.5rem;height:3.375rem;top:75.02099609375rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #faexGMc3DsuoFditUtCbsmo7Xc5bDrdO { width:16.1875rem;height:3.375rem;top:48.3125rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tmUwoVTITqPv6rbRo5DVqbAdirgUuO3T { width:8.8125rem;height:2.25rem;top:23.5rem;left:0.375rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twUeAgG8gKcBioMGcMTRWI2sEzA6uThC { width:18.5625rem;height:5.84911875rem;top:55.8583984375rem;left:0.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9hTbAW8DJQSufqQM2M1la5wNada6cx { width:16.25rem;height:0.125rem;top:22.0087890625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9HfBQbPnvw7XGtuwgaxQeq5Df7gg5iO { width:19.9375rem;height:19.9375rem;top:57.27099609375rem;left:0rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #GQAgutM40U4k9Buz0fr2DBhA7uUrQx5D { width:5.8125rem;height:0;top:25.3125rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #oEnKlGWskI1ZTHP6Bwyop9oqdQATArCF { width:5rem;height:0.125rem;top:26rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX { display:none; }#IGaxlNlETo1qxWVoRVEI34bQ9g1KcoDX > .row .container { width:20rem;height:72.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oMEtPpM9LcOPTlx4E8NPf5OMx1VHdEzd { width:20rem;height:14.639516743192rem;top:50.855696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4G8c27P6bROikKwHtmCxVmPt1UXidTo { width:18.9980625rem;height:3.9370125rem;top:66.18310546875rem;left:0.50048828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GQQScFHDtuvkJZxDy251yrDDAySvoD { display:block; }
 }@media only screen and (max-width: 763px) { #xeyn8z7gvLTRryFJq9d8pExa0sEoDdTx { width:20rem;height:1.950075rem;top:0.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zk7bWqwT0DdoZbxmnJrUSTXPhAQnb0RC { width:20rem;height:1.7871125rem;top:2.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VV7cugmOUwe96HTCOuUgOExq0y9EAsPK { width:20rem;height:0;top:6.8988037109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #KR9LDCzP0kZlkTzhWTQvIxODdkg5BFei { width:14.812rem;height:12.687375rem;top:11.948852539062rem;left:2.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvhHnpMnMtZVKLq6kyTpbaQd32Bw27A { width:20rem;height:8.8125rem;top:22.761840820312rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #254387);background-image: -moz-linear-gradient(90deg, #6f3ba7, #254387);background-image: -ms-linear-gradient(90deg, #6f3ba7, #254387);background-image: -o-linear-gradient(90deg, #6f3ba7, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#254387' );";background-image: linear-gradient(90deg, #6f3ba7, #254387);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J6vm9S0xuQMeoiSP6xvSncRWZVmSiWs7 { width:20rem;height:0;top:25.999755859375rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Hy0OU60z3Lv4d3GRvdslWDxn4wcudPuO { width:6.3125rem;height:2.2278745514354rem;top:126.44409179688rem;left:2.56103515625rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #zpFgTlgx9CAkvhimOhgRXICahbQe5X6E { width:20rem;height:1.4624rem;top:33.312377929688rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rCRL6GDXuDVwTFkdFdZi6d7UQsx9QK52 { width:16.25rem;height:8.999625rem;top:35.94970703125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb29gqq4JwQl85zOBoe2ZRWc3Na8Ci42 { width:20rem;height:2.625rem;top:45.984497070312rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zJbhs56lqKubZVAmh7pD38zFiOXCpo2v { width:4.0625rem;height:2.6001rem;top:49.1875rem;left:7.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RWF9RAaggB5lsCU8C8XJFHbbe5b8VS53 { width:13.49975rem;height:2.436525rem;top:62.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c8z4MkBC17gJpNCWREFbHOGT65vTgvKR { width:11.812125rem;height:11.812125rem;top:50rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD8ofaJKUltdipxq1aegZixfoN4lOzdX { width:20rem;height:3.25rem;top:5.111328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #p1D4gbDd9Xggik5JZwbWqhzOdrpnu2q4 { width:18.937375rem;height:4.87425rem;top:25.136108398438rem;left:1.0626220703125rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #oiiTOy799WaauV8GEFm2rxvaOBokMSct { width:13.6875rem;height:2.0996125rem;top:8.986328125rem;left:3.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx { display:none; }#WTnq5JhUN3Cu8brzNekekzQzTF0QPmQx > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATge9v3HlldeUZp4BosHT7HUH2dvNlAg { width:16.25rem;height:1.54375rem;top:3.5625rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #QX5e5NH4iWFOixUz5Cky3BeDrqOaSMaH { width:18.9984375rem;height:6.3720625rem;top:33.38623046875rem;left:0.50048828125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gSMnPNMKZ2QX9wv8g8yRwA9tOozu4ygi { width:9.87425rem;height:2.5rem;top:45.498657226562rem;left:5.062255859375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ktCU720ZVMZrRs5IsoxMIBQzzda5uO7p { display:block; }
 }@media only screen and (max-width: 763px) { #Z5w9sO0wH54dX2GZ1XZ0iXiWQVDcb2CJ { width:20rem;height:18.8125rem;top:21.851196289062rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vAlv8dgOkRxz299k3nUWrmfEcIrnsgTv { width:11.4375rem;height:0;top:1.8125rem;left:4.5rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #duT2m0hmEqP8QXNdEtTtHxIOomdEdBFb { width:18.125rem;height:1.1370875rem;top:50.302124023438rem;left:0.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK { width:17.749rem;height:4.51171875rem;top:52.025756835938rem;left:1.1248779296875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#QZG0xIVH2RXE0k31Sl6Vfii7I24ewFzK li:before{  }
 }@media only screen and (max-width: 763px) { #UdFNHZiUfLbqTTSCGEBvlzpXJbbArxzk { width:11.436625rem;height:2.25rem;top:0.81155776977537rem;left:4.2805991768837rem;font-size:1.875rem;line-height:1.2;font-family:kanit;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZhIeWTrEAw6rvUSwThD0GA32O14b7lmW { width:19.9365rem;height:11.875rem;top:22.550659179688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlW56cKmI6T7l40vu6f1gJDbq6kvgvTx { width:19.9375rem;height:15.1875rem;top:6.0125732421875rem;left:0.02978515625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #R5HBJOfVOUTqXZkOTlSiec6T0tWHHS64 { width:17.5rem;height:1.86865rem;top:7.625rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #ipKfT6kBHT1ar8lF86ukCDHNnL876mWZ { width:20rem;height:3.25rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #Hftd7Ufe96dcvfB7WfwvmyJrqdLeN1OO { width:16.25rem;height:0.124511875rem;top:13.543090820312rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVZJAu5ZFOQEQShIATPMNplrA4OweAsm { width:8.81225rem;height:2.25rem;top:14.537353515625rem;left:4.2803955078125rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HzbPUxOhUZ4y10aZhZNKiK7lqEyknUZm { width:8.999625rem;height:3.73730625rem;top:16.747436523438rem;left:5.4998779296875rem;text-align:center;text-align-last:center;font-size:2.875rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { width:20rem;height:0;top:1.312255859375rem;left:0rem;font-size:1.625rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { width:16.25rem;height:0;top:6.49951171875rem;left:1.875rem;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) { #AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { width:20rem;height:6.75rem;top:24.000000953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { width:9.8736875rem;height:2.5rem;top:44.0625rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block; }
 }@media only screen and (max-width: 763px) { #KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { width:20rem;height:2.80006875rem;top:38.125rem;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) { #c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { width:20rem;height:26.4375rem;top:8.6875002384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { width:20rem;height:1.3125rem;top:36.8125rem;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) { #TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { width:20rem;height:1.3125rem;top:41.6875rem;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) { #HWM5ndubX9Lvx0SZHMMI7UpdhRJy7WlX { width:18.4991875rem;height:5.24903125rem;top:28.812500953674rem;left:0.74921876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bJtenHmbwu1WnhKxBPznzZfJ6x3HNftC { width:20rem;height:11.2375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue5efK64JrWnx37UQHb0lXTMyx2gAgpR { width:20rem;height:3.8994125rem;top:2.8109622001648rem;left:0rem;font-size:1.625rem;line-height:1.2;font-family:kanit;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK { display:none; }#Dn6xOk1NEnDWJ2krRzpmMGmfN2C71PeK > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcOXEOJI7omsap946Hz0sdZrUffDZtV6 { width:9.8736875rem;height:2.5rem;top:44.0625rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dQBacnZckZan5pZs0Dsy7tgzwwbkWTTo { display:block; }
 }@media only screen and (max-width: 763px) { #kvkD6E7B2LI6I5uRttTROZGUCSq0wnZ5 { width:20rem;height:11.5rem;top:0.80000019073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1oggXn8LLpKTRwA7Tq3x2vHwrBPVRrh { width:20rem;height:auto;top:2rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #TezzB5BKxiTMyEQk0AMnFn4lrTN3JTZb { width:20rem;height:0;top:59.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;display:none; }
 }@media only screen and (max-width: 763px) { #Z5DhT599EAUxwFVuRWTqq4xNoH8s3AJ8 { width:20rem;height:0;top:8.336718559265rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ldadSxz46hdR63lP56BRFyGfeN8g7uEw { width:14.5rem;height:3.625rem;top:10.906250953674rem;left:2.7500000596046rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SKBidLqyoNlEK8VN60dTCDiJaGFvN9Xp { display:block; }
 }@media only screen and (max-width: 763px) { #fFKw977iIgUL9CZHUompL2hTqsaAb3ia { width:18.4984375rem;height:0.675rem;top:6.99843788147rem;left:0.75078123807906rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #aEsWaWxQsrAFFHHFMy6oHtCK0Q0Or5D2 { width:20rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3GkT0nI9JoTDGrthHDu3w5FUOAGKRi { width:20rem;height:auto;top:11.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CWX8dziyQuPSvgJQfGA8TX6q09ogpUoE { width:20rem;height:auto;top:14.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #PFmmWRNHQLMgsKMFl7IFAslZ8DQLxG3t { width:18.4984375rem;height:2.1rem;top:3.75rem;left:0.75078123807906rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gsOv8avdZQyqxiBcJBIxakQEEgc2wfyw { width:18.4984375rem;height:0.9rem;top:6.0992202758789rem;left:0.75078123807906rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;color:#ffdc5d;display:block; }
 }@media only screen and (max-width: 763px) { #hFiAGS1Vu9xSVLGhE3D52vq8ulke7l5v { width:18.4984375rem;height:0.9rem;top:8.8101568222044rem;left:0.75078123807906rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/295aa35d-8145-4ee5-8e51-9566795de369/ADS22504.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.adaptive-delivery-prevent-bg, #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.lazyload, #pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI.lazyloading { background-image: none; }#pTCQfN33Kmwskq6nrynJn4zKIW9RBKMI > .row .container { width:20rem;height:65.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qkeJdK8RS3ntZJAsPSxp102ZUTGz2mRy { width:20rem;height:1.3rem;top:62.8125rem;left:0rem;font-size:0.8125rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X { display:none; }#Gk5FnEs8dJVoTniJBTP8kgnvrIw8lU3X > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTUOaQfTqotTPTsbG5isMpm2Kz3w4Zgq { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDTQ5UETEOR7R17rROxPs1NmSDGdCT9e { width:19.5605625rem;height:2.475rem;top:26.8125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5gvnWZzEFvmFGTeK2gsQsTzvqwGn0W { width:16.1870625rem;height:4rem;top:3.25rem;left:2.625rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #MTvyLdV2MI2C0vRGeRqrxqAEXfZHER4T { width:17.875rem;height:3.675rem;top:29.875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 { width:19.3115rem;height:4.7875rem;top:34.125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#Qw7DCViSvnbwU9UebIg5ietKrXhSXnv8 li:before{  }
 }@media only screen and (max-width: 763px) { #TIMkq6fAIcl3vVOOz1XeCGVRsT7voH1h { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #fmHl0lImHzZm5UdKV7pcAMTZKr741txc { width:19.0625rem;height:10rem;top:15.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAckozo7N0sJb3EsaZyv1nGL1Xul5rsa { width:16.4365rem;height:2.85rem;top:11rem;left:1.7802734375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ql9rKvBpmwHr7I8qfFxWl12B5obcnJg8 { width:20rem;height:5.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqnToDsJBLbopHKToG0DlfN5PXh3Dei5 { width:20rem;height:1.5rem;top:8.685546875rem;left:0.4052734375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#b56ff6;display:block; }
 }@media only screen and (max-width: 763px) { #sRZocH7TohozHGDh5FT4pT0WfBvhKuTZ { width:20rem;height:auto;top:4.625rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #ip4G9Vqs17wZa95TxSEkHGSqgI7u6dV6 { display:flex;width:4.18728125rem;height:4.18728125rem;top:1rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X10nzLeNLsEX6ZvxJgTWFr8iwOvsFUyN { width:20rem;height:25.1875rem;top:15.0625rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SdZepKXyXpm2Tft4bmuCByTTQlPUxBiz { width:19.3125rem;height:2.275rem;top:41.25rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 { display:none; }#DxNRMTk7X1OB5FwPgBCDf2cR6d2CASZ9 > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VkJoLZz4OVPKU3LWDBpNMuWBlxBbTQuT { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnGhH086S1dBNnKD4Rw4XSWCp2kwd5Cx { width:19.5605625rem;height:2.3984375rem;top:26rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #AW1dczylUJn8x7MrHr3k0hTvqmoIIRBz { width:18.125rem;height:4rem;top:3.5rem;left:1.375rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #QdaowQZkvr5diwOPTR58JnSVuUQc1C3C { width:17.875rem;height:2.449225rem;top:30.0625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m { width:19.6875rem;height:4.4609375rem;top:32.875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#UNOSyIHPhaTBy63DuL4Hpq2uRnrSUZ1m li:before{  }
 }@media only screen and (max-width: 763px) { #TOtTOL8qrnyb9zVT4ZEt4utgPP4L09RN { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uShwGqJrBVTJqmLHKhGMGLAecbpiQ2S2 { width:17.875rem;height:10rem;top:15.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNSLnCJDWvhKeEdLnvETZNbHq5D5wPq4 { width:16.75rem;height:2.8496125rem;top:10.5rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O6MsQle6c7p6zXapziSEhNVXlqKiSpsL { width:20rem;height:6.9375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf4wADLTyFbBTmtksV46vg3ZBWCT8gXf { width:20rem;height:1.19921875rem;top:7.873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #I2si3FbpMqAIgcuwfOLn5oxpmWgAVXrU { width:20rem;height:auto;top:2.6875rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #odIG4ziBEy1cAFlMGyGlfiRzzTsfEvmG { display:flex;width:4.18728125rem;height:4.18728125rem;top:1rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rKp2Dg8f4tCHorpbm7rQ4GTiTD43QDRE { width:20rem;height:24.4375rem;top:13.9375rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H15wQKaHE8solCq7dX5U9tv6lfSk7Kbe { width:20rem;height:2.2734375rem;top:88.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp { width:19.5rem;height:4.78515625rem;top:81.625rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#RUmeKRJVEEovTcEfy7Vr7E3ebo09OZGp li:before{  }
 }@media only screen and (max-width: 763px) { #ULtU216OGkzCeCmMMpgzHTeEGoG5e2oo { width:20rem;height:2.4746125rem;top:74.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #BAx8Haa5xD4RfoRz2Nl3hZb4bDu3rP1K { width:20rem;height:3.6738375rem;top:77.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Iuu0VZMUThOVkhzOyJWIQfJqgCTvyBkO { width:18.6875rem;height:9.75rem;top:63.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6edUT99CzipCm54cONfHROquHh4W9PW { width:20rem;height:1.125rem;top:28.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJCDfGweSlIQn2gA3bNaeSmbUmLAN2M { width:19.0625rem;height:9.875rem;top:40.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4iGxkBh3Xcfp9cS2SDX5tx9JsnMZW4 { width:20rem;height:3.375rem;top:50.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #NgGaWkqF1r2FdPaOPlKFRwF05zkF7L5n { width:20rem;height:2.449225rem;top:54.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r3xXco28mR62gWyqNnz6kHqfg1PqNSTz { width:18.25rem;height:3.54199375rem;top:57.6875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#r3xXco28mR62gWyqNnz6kHqfg1PqNSTz li:before{  }
 }@media only screen and (max-width: 763px) { #T4AW0rkT7fAmV1WUGEeLr07XSGiuNdyh { width:20rem;height:23rem;top:39.1875rem;left:0rem;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #amEiNFXMxmUW6wF6siQO9QV2pfKKUrkT { width:20rem;height:24.5625rem;top:62.875rem;left:0rem;z-index:14996;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py { display:none; }#DOT9RKBOrZoAATwT1RlRwVkXfcxHy2py > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mLRrbHAgy4zXZVeiU2EvZy2crV1kDHoC { width:13.8125rem;height:2.125rem;top:25.125rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x99TH2gZRKRhebJfsUdiXJFIQIxnSlTk { width:12.5rem;height:1.7871125rem;top:25.39990234375rem;left:3.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocH8t1zUtTC2o6LgeEh1dc4rxzJ7R8ui { width:20rem;height:1.3808625rem;top:27.86865234375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMTR2bqIoepQUhXU1dfBQqiVtabTbzJu { width:2.375rem;height:2.375rem;top:2.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZrMSsgD4wdUsolF03fKdX3d71lugPOD { display:flex;width:3.125rem;height:3.125rem;top:9.1875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #xtPnGPTAOUzXaQNZwXEAFONITngmgp61 { width:20rem;height:0;top:68.615rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpmQwDHOk4vSIrdCMnXK3Wd7htDTT2NR { width:10.8125rem;height:0;top:68.61474609375rem;left:9.1875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoT766zEqyohtcEv1c0SToeJitqseUIU { width:20rem;height:6.5rem;top:1.75rem;left:0rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vrTLaJUunVc7h31tIxLV2tkucT205kiy { width:9.8125rem;height:2.11230625rem;top:1.5rem;left:9.25rem;font-size:1.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .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; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .widget-text.counter-number { padding-top:0.26rem;padding-right:0.2325rem;padding-bottom:0.26rem;padding-left:0.2325rem;width:1.3975rem;min-width:1.3975rem;height:1.399375rem;font-size:1.04125rem;line-height:22.39px;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; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.863125rem;height:0.553125rem;font-size:0.390625rem;line-height:8.85px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 { display:flex;width:8.5625rem;height:2.635rem;top:9.1875rem;left:8rem;padding-top:0.258125rem;padding-right:0.26625rem;padding-bottom:0.258125rem;padding-left:0.26625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #B3IgLTNBen1vTurSd4BtzlqVboaQdbys { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #LRAR4wDlHS8OEHLAd1dMN4DOJdECChkC {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Th4UHeP4ADgFPG6WdueQmnhR3v83WiRM {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #GaT1GBMIFv6E77zepenI86Z3SPHTXSek { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #XcG9w25grMbflI902BTwXzs9TqqG2VSs {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #T7g9IgTdFpaxlXC4ia5Gro1uS9tX5mJN {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #b0ErD1Qv7tQghu79nOhRHBz5zmRbbsnk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #gVccigTK6totDsVTT0VhbxzhTTQ14pnF {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #Er2iuQOwNHQxiaJbZmkQoo5kr1DNT1pT {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #l7wunemxqorF0SnmVWThw9ip7TALw5So { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #sh1tHkl1v8VRUtF162RMlzsm07Oc7mFP {  }
 }@media only screen and (max-width: 763px) { #wKS318PHKXbcQBmaPRcpQN79vA2QGJs1 #ceWhShhNvTMFOVwVR0u7nIedkE8uGWBD {  }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:20rem;height:117.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { width:20rem;height:4.875rem;top:55.312515258789rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:9.3125rem;height:3.163125rem;display:flex;top:102.5625rem;left:5.375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:12.999125rem;height:0;top:99.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:19.375rem;height:5.36230625rem;top:36.101611614228rem;left:0.31171876192093rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15129;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { width:20rem;height:32.25rem;top:1.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:16.375rem;height:6.5rem;top:15.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:18.875rem;height:0;top:24.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:none; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #eZnJOx8i6g5da8nTbrIwvvNMiTddvfuT { width:16.9375rem;height:6.825rem;top:9.5rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.4375rem;height:0;top:2.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { width:15.437rem;height:12.749625rem;top:39.656982421875rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.4375rem;height:0;top:5.59375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #RZ7bShxLXNnzApeGcLsxIMxLf4KT0ss3 { width:17.8125rem;height:1.3rem;top:66.6875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhmL5AMQDeMnDGQ7UsRt8KdFf2BbT0yQ { top:51.256249904632rem;left:2.1562500596046rem;width:15.6875rem;height:1.3rem;z-index:15130;color:#bab900;display:block; }
 }@media only screen and (max-width: 763px) { #efRwC0mxy682qAapLUtvHXrs4fNfhnhE { width:18.4375rem;height:3.09375rem;top:2rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:15000;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #pmfTBuOkXZXV0cg0u5L8QqI8FEcKyNSI { width:18.4375rem;height:2.69921875rem;top:5.6250247955322rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15001;font-family:kanit;color:#252328;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A9h3pQw4Abo0rLxXLqx2nTV02kN4QAIp { width:18.4375rem;height:auto;top:9.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK { width:17.25rem;height:7.125rem;top:24.937500953674rem;left:1.3750000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15000;line-height:1.1;display:block; }#qtkKngL2EsUyPlaNV64FqHAIl8wgA5ZK li:before{  }
 }@media only screen and (max-width: 763px) { #kUyThPmm3TOaWXbrid2DzRCc9byB3FSe { width:18.375rem;height:auto;top:21.8125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg  { width:16.625rem;height:auto;top:69.236959350587rem;left:0.4375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg {display:block;}#Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg { width:16.625rem;height:auto;top:69.236959350587rem;left:0.4375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #JB9Nga9pTLwCBwXQ50cx0WCQtnJ8dhH6 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #eqn79MlusQEmwhekysVPuZuevbTKFWvI { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #V0AQZu1B1HJyuop9nQOs9NAzkpLmTuIB {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cuc0EkUJsgmUFCkyp2kRfUAbdkW4xzmU {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Avw5TQlmADfJpzqnX503elqOOW18yOtR { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #SqiEUHCMmyf93VghkatAigBZR667LFRP {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wR0pWREypdQWLf2u5urZ90lIqyPfMhQr {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #TQdPLwg2B81JO5D0ZazPMRiBL2OU5l5r { display:block; }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fTPIN9y49lISJ2bKfhoTzJ6H67Mxmopp {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #PlEAodf6t7pmgZqC8u2f00cl1WnWg7uI {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #NmXtXddDrA3euCxniVwR09csfCbdiLWn {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #wOlCJRCOp5az7EatsXMA0b7DDJSZBRF7 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #Mk7TMEKkmH1T4WfwonXNZFxc3p4Ahk18 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #fW1Ez3iPq7JBJmrwKEOyFgB1ZFXi9zla {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #cwTATufi7Bfun4xtREwnNJVQOaH85pb2 {  }
 }@media only screen and (max-width: 763px) { #Xh58srw5Oqy6TKnMKTXlAwruuSRJlfUg #utAiKotEHdf217LFk6qBiIn9QVks5Cqe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c0XGqnTC5teT2uTrSuCMbvZIyQPpQMhI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FmhTrQFFIQiZirEEOiu3wFOdxEcECTJ2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QX7z1I2iKBsPKbkeQ8FHynzawUTQplJI {  }
 }@media only screen and (max-width: 763px) { #C0FukJfNGTZA8n5xtVpRDfQBiMa5FpMh { display:block; }
 }@media only screen and (max-width: 763px) { #FPDGTcLtwB6aR5phIWTvX491tqukQifx { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qeiMHikLws3p151q3ivGqxOrKk521Pna {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kiVlfAFugxG1tJwo36y7FGv2ECz3hxvR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cQRV54K5nfo8LAfg8p7TRNMlDWLzcqkl {  }
 }@media only screen and (max-width: 763px) { #Sr0A9w44p47wAPIu8ygLtPKKqOtzAM0I { display:block; }
 }@media only screen and (max-width: 763px) { #pp7h5JkE7ZtVgcQGwrLMdx690F9dnDDG { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #k5eD0D2mC2Wagvw0FAxNorduVC8dOpAx {  }
 }@media only screen and (max-width: 763px) { #I7PnT66q9q57sFSVTXT5WvPzt5qZADdB { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r1NdlnbtU2tWPXLsVvShGXeHrqmwGH2m {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JfcBLdSqq4ynJN49GabBQByhhDq4Sbba {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FhzPUSF6ZTTKU3mrny6cEbmgPJFdTp0k {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tE4pN7V1Fg806UBzwJoo15UtHzqV8v7a {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OAkTRXe9s64eoCZZr01TxfWhXW43opTe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BnhzS3V0fviwHQe1oK9OnIkFfIrBU7kr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V5q117wkxunmt4atOZnVSZgTqN6usDUe {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nfqTz8R28gN14x8WK51SCZIkLQtL0FP8 {  }
 }@media only screen and (max-width: 763px) { #ZbAhBV2gQoxafC9seoXz9mw1lnxTaypE { display:block; }
 }@media only screen and (max-width: 763px) { #tmExcfo9vVsDR21FZFp3y5Af1vmTTRJM { display:block; }
 }@media only screen and (max-width: 763px) { #bSgKBQmEfofKAIGGliLMySo4lOu7dac6 { display:block; }
 }@media only screen and (max-width: 763px) { #LWsctvBgJtkzQBXgR72G5gzKVopkoTmw { display:block; }
 }@media only screen and (max-width: 763px) { #ap5tDsvuZLXNQ3otGkbV7mwdhg87oIHn { display:block; }
 }@media only screen and (max-width: 763px) { #zGJkCd9H2TGT38gapvpSqWrNDTV6Dm2x { display:block; }
 }@media only screen and (max-width: 763px) { #iJMLO6iDBOA49C8LmT9uGoHFDdmme8Cn { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Lnl3H2NAx6fx0AHmVKWDagD9Zp6DDnsi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AhTcSvH53LMMTanV30RBpkoUWPse0wTK {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CtcqU6BiyOSnTiH5f9etirVtS17bhWXI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PluDOWHPa4udmToU0R0gxLlT6xZxuaea {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G6twa64KPZu9MMDTwL19z0CsWqF3PGL6 {  }
 }@media only screen and (max-width: 763px) { #RQLFWHDbOaPofuhvN10zT1EpR8iCFDUs { display:block; }
 }@media only screen and (max-width: 763px) { #U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l { display:block; }#U1bdzB7uBweCI2AVIUklTrZXZH6Fqs9l > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXXwxJ0yGarMuGiS6666sxArD82TlCU5 { width:20rem;height:4.875rem;top:55.312515258789rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPzuqMA8n2EnaTaiSna3P5vGwNQfADM { width:19.375rem;height:5.36230625rem;top:36.101611614228rem;left:0.31171876192093rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15129;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JT80BdMkeEDkC8muslOBIPCD42xmIGJU { width:20rem;height:32.25rem;top:1.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KI8Z4TVmPK7IdaoGxh6m0SLVDByovUs5 { width:16.375rem;height:6.5rem;top:15.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #C15B3fc45g9KcTLltpUZaOllTB1RQXuV { width:18.875rem;height:0;top:24.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:none; }#C15B3fc45g9KcTLltpUZaOllTB1RQXuV li:before{  }
 }@media only screen and (max-width: 763px) { #BEG8WvU7e8WLU1hnkccUwL4y1K0J7G7k { width:16.9375rem;height:6.825rem;top:9.5rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5w3BtgFxIexPq6hrf3n6cBmCLS5N4u { width:18.4375rem;height:0;top:2.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #EB64XELDhssynrVus27DV53m9pnB6c2w { width:15.437rem;height:12.749625rem;top:39.656982421875rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlAEDHpEEu4TccT1IfQOTxZzFHVXgS5 { width:18.4375rem;height:0;top:5.59375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #cDnT0zslJSyUqe4SJ1k0RF2nZ2UFZKFT { width:17.8125rem;height:1.3rem;top:66.6875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip071iXlcfgM5FOHITUDiKS5iklUJgKi { top:51.256249904632rem;left:2.1562500596046rem;width:15.6875rem;height:1.3rem;z-index:15130;color:#bab900;display:block; }
 }@media only screen and (max-width: 763px) { #iwqzhqmEiAgkL1dVi7XleUaemqMaa3RK { width:18.4375rem;height:3.09375rem;top:2rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:15000;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #DCpcfVVh7NXRwpH2duHfKafTCD6bQIQr { width:18.4375rem;height:2.69921875rem;top:5.6250247955322rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15001;font-family:kanit;color:#252328;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1ll0X6WVF6XTuB8LfqOxGELvUsrzrz { width:18.4375rem;height:auto;top:9.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14999;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #DrAaHI4lTodSkiioq2z5CwZphObhUcCz { width:17.25rem;height:7.125rem;top:24.937500953674rem;left:1.3750000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15000;line-height:1.1;display:block; }#DrAaHI4lTodSkiioq2z5CwZphObhUcCz li:before{  }
 }@media only screen and (max-width: 763px) { #sQpnOJdI4TgHKHFnNmXKFGvXpUtK20nh { width:18.375rem;height:auto;top:33.8125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-text {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-select {padding-top: 0; padding-bottom: 0;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q  { width:16.625rem;height:auto;top:69.236959350587rem;left:0.4375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q {display:block;}#x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q { width:16.625rem;height:auto;top:69.236959350587rem;left:0.4375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U8h5tVTKHFbngIfXehWhU7Tuy5uQoMnZ {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #uBg7ipgCAuHHLL477wguqAEhRbeGeAWT { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #Tvg6r3QBxNltFk4kCnq6I6GDS5TNsOZO {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #zIST9Hle9dJiq0nTIUr6qTzmnhZq5sQb {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #fQESDyIdqObQBT1k1ZZ540NWggxl59oq { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IeOaiNEyo2QR6tiFnTNVUJbE7MRp3bms {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #PnOkhN5BVuWKZuPTCAhL4iW5T7oDg5rS {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #aKlnxbeG4NILN9msssOfZKxJrI1dw1dK { display:block; }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #KJglzu9mgQkZGU0UpJ8NSN5c1RSdITms {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IypPlEep8TZRftzopa4kpwveS8hLAZda {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #EG4FgtxmXacGelVHpu3OnWDbl3nDNU5u {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #XbI9LUakif1TtnbxBL3iV5wql7wQsQ5H {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #s3N0uCcKgyM4WIKWaBbBzUyOQraExOKI {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #U5mtv2A8tvz6lyKEdC4zGT94t40N5hR4 {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #IDDacaqcR0apD1sl6gcP5Dkn486s3o2E {  }
 }@media only screen and (max-width: 763px) { #x8N1ZHwEoRiEfaShgNTbvIdHvtTlaT4Q #CkfcTgnrEb9H7aMJBPgles2xD3pb4ZaS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #olSG0wwl89ZKQmTuWVJ6G0Z1LTrOCRKx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WvoTp0WDaaeR3b7IJbfw4n0ldUXZZtA5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IEDGE2RXM4Ov0qwaa98KbtzkwtHfscZT {  }
 }@media only screen and (max-width: 763px) { #wapwKTVMXqhmMiJuPOZtAlPTtTmeQx7R { display:block; }
 }@media only screen and (max-width: 763px) { #nWxGRzvT8PzI46ScEuFA9WB3KE1DROT5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ygSPaR8BmEh4czexCKQyrI8bPxsnTqtC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NS2cgvIINcIxdM1LWT5ImXb1nP2plZ81 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #I3L2P7nQoiXlCJ7CFK8PP1TING9zHqJT {  }
 }@media only screen and (max-width: 763px) { #J4KMH1l5T6ByFrJXJ9utdn5EO077ImMR { display:block; }
 }@media only screen and (max-width: 763px) { #rqwwboQ97IIp4w0yy34cPfH55wMU0qys { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kCxdk2WODcmeLmtTe67P9R8ovWJoTeO3 {  }
 }@media only screen and (max-width: 763px) { #NvBebZgvoqiLNB966cntFDL0x9DNgitO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PzNCq14ymr17dUI87lwnwGTykKSHTIv4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1SmzIOMz670XFq6X45eEorJzBpkNqet {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EmPwtxei1TD2yOuXbJIvOq77DLMvdQZ4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Mm6vih2oW0Em703EPH4lwpOnw8i6nxaT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tXUoLyUoXTJbruRiuGt5wBXizcy0NuIr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iLE9CD2LsbXTHA0nZW6cci6vwwCCBs1f {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qxbrN0vdgb5clxq8D91I0hUm0WtCOSMW {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oPQFI3tFXSe32UGGHdTCpzN5Xc5TBrUF {  }
 }@media only screen and (max-width: 763px) { #ALK8Wk6guT5TyToyRRSPTnMorudyzCpV { display:block; }
 }@media only screen and (max-width: 763px) { #mvvSzunduRIAxOGkArdRcps8dx8JiUwr { display:block; }
 }@media only screen and (max-width: 763px) { #VwODhJ6klRxoNeitTdysxwozC5vtuWZz { display:block; }
 }@media only screen and (max-width: 763px) { #wXPm2Nh5OxUMXEA1XSm4Kh7dTnbSgdpl { display:block; }
 }@media only screen and (max-width: 763px) { #cq2QRG4GJ1kL8XZqhtotpTu5wTyMnw7t { display:block; }
 }@media only screen and (max-width: 763px) { #FqAB5gXE9oJG5BElA6fsDZdzBpP73sVP { display:block; }
 }@media only screen and (max-width: 763px) { #p8GuLQm8LCqA7TVdUfF2TaURVGxE4cAL { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JNLa0FMaQ9oefkyr4JrRe01BbDNMEvPo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DvFbGwCZSasr1UN2yrX39tT6A2AqZuSR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aAH4NTog9s7GGaKnqbScuBnKXZtTptmw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KXW3ZUzcoga0TgL2K906lIenNTxPMya8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oQlrEHFTT93zZSHV5kJ3kLKm49EcRGGg {  }
 }@media only screen and (max-width: 763px) { #xLygHDaoxKQGSBDZ8f8utx8xAUVSQrRs { display:block; }
 }@media only screen and (max-width: 763px) { #KkLnogJ016pOpLZTCVsHrIoWqVufEtEV { width:17.875rem;height:2.35595625rem;top:97.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GKVTifIBJ5iWWBHhSpTDWWGGTyhEx1Jr { width:20rem;height:2.35595625rem;top:99.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RqufpEha1BdMsoWT07smbufv9ZJtJrhW { width:20rem;height:2.36230625rem;top:103.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CISd1Xa8TFCCPVJbr6pQ2FzhGb3NaPfT { width:17.125rem;height:1.3999rem;top:110.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;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; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nGCgrHcs69LzIZd9homTolKe0ZpnbMxc { width:9.3125rem;height:3.1630875rem;display:flex;top:106.5625rem;left:5.3125rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #uCMWZTOIqMVqsilG4rSzJRelI85z9BKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #IZev2a8c1OfLHtCJuUKyVnBzIA0eJE7k {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #A65phKwGUpn4P1JvNwkhFMpfrLenWcLP {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #PhBgp8oZKpgTREd9pdlx9MacNPG0Gupw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #y3CpfrOdrMETKfGoN7XllKlhyRgSqgzm {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #DRTAtPqsSdemsroRuLJTfAKvbviE4IC1 {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #ZE8fzBfvoU70xsfBvlxZR2Jq7uLIxz6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #tENI4EqtUikXTnwpxrXNMRbUKK27uHOQ {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #XdVl8hDxpf3K0XsgM8J0eSRMqcu4TsBS {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HDsO1lH2E1BLToQuJGrJc7RFgBJkQPu7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #UDDGBhQPChqiEAnnqdbxnViOUlpB2zNp {  }
 }@media only screen and (max-width: 763px) { #nGCgrHcs69LzIZd9homTolKe0ZpnbMxc #HTgrEHL5OgQ9PCVa75PVmFaG5V2xMMOi {  }
 }@media only screen and (max-width: 763px) { #ISSJE6T7dN4AJCtbkJ2VTQkaKGcqWmRZ { width:2.9375rem;height:3.0874rem;top:94.47802734375rem;left:8.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG { display:none; }#q8xpbN2eIT4gxHRHJTf8LCXk5LTFMlrG > .row .container { width:20rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNeno8LKZVlcvsXX7BGl0BaE1UqztU73 { width:13.8125rem;height:2.125rem;top:25.125rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hh9CX3mbabhTrOy6XnO0kJ7pheVtrtfF { width:12.5rem;height:1.7871125rem;top:25.39990234375rem;left:3.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpgMuPC4EyiXTIDTd8cE6fI8dvi7fmLP { width:20rem;height:1.3808625rem;top:27.86865234375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CP2eLttk8L71TuxkCRLn80TnLczxmdMs { width:20rem;height:0;top:11.46875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ot9fm1aq3EtbSPGxkDPQtPFx2KuebCtD { width:15.8125rem;height:4.46875rem;top:1.125rem;left:2.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv86X3bxGZnBCHHEZEUFPxdQ493fK1Dc { width:17.5rem;height:3.0869125rem;top:8.4375rem;left:1.25rem;font-size:1.1875rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Veinmny3SlwtKgDfDPENCtZimCSeLAeT { width:19.5rem;height:26.375rem;top:22.0996125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBboucZp2fhHBI6TWERFN2XvQWyLO8wc { display:flex;width:7.5rem;height:7.5rem;top:8.912109375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0rUJPuBDLH4L3XCvfKLFeNUTb5yUrBw { width:17.5rem;height:3.875rem;top:25.3964875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRrFfWUrvfyOtNckq4nLhSEda7fs5J11 { width:14.4375rem;height:2.5996125rem;top:5.59375rem;left:2.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsLWFf7cWkByosqxNWVJb94f6KXKaIt { width:14.9375rem;height:5.875rem;top:12.1484375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOmOraK1IT8bNZPtDlDO2aRAsLxtCkN { display:flex;width:3.6875rem;height:3.6875rem;top:18.224609375rem;left:8.15625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #wGb3QKsgEOOneqR84MNwtetTSk6zLVGM { display:none; }#wGb3QKsgEOOneqR84MNwtetTSk6zLVGM > .row .container { width:20rem;height:69.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qt6wmJVeroTXaSZeNwVLHczghIVXdLzK { width:8.125rem;height:1.3rem;top:0.537109375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxImVMEeL4OJT7o6ad52FG81EAJZMZqc { width:20rem;height:3.16875rem;top:8rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhVRlEwaGiIDXldmI7kqEBVGBy0wLHU { width:20rem;height:1.95rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWhAPbQqqeNETQlAcTG9c1U2GP6bzaKd { width:9.8125rem;height:7.9375rem;top:44.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2hEpUmnizWg507FxFXsXk1cdJRneTw { width:15.625rem;height:0;top:36.5rem;left:2.40625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZMHXWShdwxhRy2sZrQ6lZRBOTm9pzVs { width:4.9375rem;height:2.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okWpH0RWQu3nT6naQe4soP24V8fUKrF4 { width:20rem;height:8.6850625rem;top:7.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0w0R5nGB2BzS6Squ3ayV1ei5AV4dZ1o { width:20rem;height:12.25rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxL0zVBWM7CWDXaFUKQBUU7SiCzKWieP { width:20rem;height:10.9375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZ9chsHqZl4S6LazfHxgvRhmP0MR9Om { width:20rem;height:20rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6HfbKCQJPVUPPQz84sKtXm14s1ZayAz { width:5.3125rem;height:5.3125rem;top:19.5rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKokG7FmRZX5idZLkznPnc4RmglzHmbn { width:5.3125rem;height:5.3125rem;top:19.5rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsTsQT1JtGbe4WGTRnBf19zR0AfwrfTu { width:5.3125rem;height:5.3125rem;top:19.5rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQ4xTTc0FXmoPMGcGumoFcOfUxNly1r { width:5.3125rem;height:5.3125rem;top:19.5rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq5qzcal3arxPIEDW97wLaGuH7ZrGuuG { width:20rem;height:1.3rem;top:33.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJifDOE0vaQXq4VcIKoHz4JGu6Ed2bTA { width:20rem;height:1.70631875rem;top:54.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2oeTwADH2gbLqvHck25OaVQ8hottcGN { width:16.375rem;height:1.4625rem;top:59.375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sbt4EJlKEpmsdryLxnUoO3IQTmx3FuVX { width:20rem;height:3.4121125rem;top:55.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm3gC1xJoPpfwVZLSa26b8WDG1zZ32hi { width:19rem;height:4.25rem;top:62.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPtKkVfnoincTcFJ1I4hzTknsRpaEqTZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ulx9BIAoRPST1Uo2sUQcz7XRnVqfXzb8 { width:19.4375rem;height:6.33691875rem;top:37.3125rem;left:0rem;font-size:1.625rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { width:20rem;height:6.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { width:20rem;height:4.875rem;top:5.0996125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { width:15.9375rem;height:1.13769375rem;top:5.912109375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { width:20rem;height:2.5996125rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { width:19.0625rem;height:3.8496125rem;top:7.173828125rem;left:0.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { width:20rem;height:5.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { width:18.625rem;height:1.13769375rem;top:13.3125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { width:18.6875rem;height:1.925rem;top:14.625rem;left:0.6875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { width:20rem;height:5.5625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { width:18.5rem;height:0;top:30.30761875rem;left:1.1875rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { width:18.75rem;height:1.13769375rem;top:25.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { width:20rem;height:5.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { width:18.4375rem;height:1.925rem;top:33.25rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { width:18.8125rem;height:1.13769375rem;top:31.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { width:20rem;height:6rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { width:18.375rem;height:1.925rem;top:21.375rem;left:1.125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { width:18.25rem;height:0;top:21.24511875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { width:20rem;height:4.5rem;top:37.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:43.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:48rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { width:18.5rem;height:2.8875rem;top:26.5625rem;left:0.75rem;font-size:0.6875rem;line-height:1.4;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { width:18.25rem;height:2.2745rem;top:18.9375rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { width:15.25rem;height:4.225rem;top:2.1859378814698rem;left:2.3750001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:12.3125rem;height:3.125rem;top:8.28125rem;left:3.84375rem;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) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }