.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:157,230,241;--color-primary-1:124,249,238;--color-primary-2:90,179,175;--color-primary-3:4,255,156;--color-primary-4:18,204,148;--color-secondary-0:251,92,92;--color-secondary-1:251,135,73;--color-secondary-2:255,211,0;--color-secondary-3:255,200,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container { background-color: transparent; background-image: none; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container > .video-iframe-container { display: none; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row > .video-iframe-container { display: none; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .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); }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container { border-width: 0; border-radius: 0; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#PTikiyQki8qIy6XDtSv0ksCAH718d8rB { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.3125rem;top:0.96875rem;left:0.5625rem;overflow:hidden;display:block; }
#Iv3Z2mJBW6hczI3LteUsPKsM3TInfE46 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-2),0.61) ;box-sizing:border-box;color:#101010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:61.8125rem;display:block; }
#ieoB07JmuPgL1pWAD7ZafG0rwbTkN6kh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew > .row .container { border-width: 0; border-radius: 0; }#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:none; }#Au1x4HfC1lgrOKUmhdsGQylCPg6LitRd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:34.3125rem;top:3.09375rem;left:38.75rem;overflow:hidden;display:block; }
#TTdIS9AbZyLtdFDbmLMo8xgsB4R99Qum { box-sizing:content-box;height:2.25rem;width:14.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.09375rem;left:1.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#CpiiZL1mT7im4JzgLvXWVXcEcyeCKo9A { color:#ffd405;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4873046875rem;left:2.53125rem;height:1.4624rem;display:block; }
#CF2EmMGihiaIrEStbZaI1b0JT13RLRLW { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.77490234375rem;left:1.375rem;height:;display:block; }
#owzW54UNDy2yrnzzEyT7wQ7UNT4JEwuD { color:rgba(var(--color-tertiary-1),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.625rem;left:1.375rem;height:2.76171875rem;font-style:normal;display:block; }
#bsuA0kzxETHsUlha8S3kfdl7WyoJK5Pd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-2),0.61) ;box-sizing:border-box;color:#101010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.625rem;left:1.375rem;display:block; }
#OJU8dxCebwdfyhSFdVDAupgI9aOUy0s2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1Euy1hm0xZr8MiXizu09q2enhCkLwTo { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:24.5rem;top:19.537109375rem;left:0.6875rem;overflow:hidden;display:block; }
#lAyhTMCGW33RhXL6XOMF4iiaadbLzFpf { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:36.5625rem;left:16.6875rem; }
#Vatak8TFma46D8CldbGWouG5Q93DXom8 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.375rem;left:9.0625rem; }
#nOiTUCimIoNfatXgWP2TsnFmwRSlOywB { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:36.625rem;left:1.375rem; }
#JKh64t32OvksF8cf5Ae0xsTI5wxr0KTQ { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5625rem;left:2.625rem;height:0.9746125rem;font-style:normal;display:block; }
#iKp3CAAWNd33Xy3Tn1FmbvzA3mWgPKnw { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.5rem;left:10.625rem;height:0.9746125rem;font-style:normal;display:block; }
#hT7OMnJw9TwncSCdcrSrAsB6nl0wPvCS { color:rgba(var(--color-tertiary-1),1);display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5rem;left:17.875rem;height:0.9746125rem;font-style:normal;display:block; }
#Maa85T5E2hvxr9goqpfTkKG0CFfdPByD { box-sizing:content-box;height:0.0625rem;width:30.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5625rem;left:1.375rem;display:block; }
#xsv0rctgyxDRx7Bb32k8GrW5kOdyvcOI { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.9375rem;left:1.375rem;height:1.05615rem;font-style:normal;display:block; }
#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container { background-color: transparent; background-image: none; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container > .video-iframe-container { display: none; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row > .video-iframe-container { display: none; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .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); }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container { border-width: 0; border-radius: 0; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#NWK8O5IxuUFvVXSN8K7niA9Il8UoJCB1 { box-sizing:content-box;height:2.25rem;width:14.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.09375rem;left:1.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#QzRlAn7ANbQ0ApTF3sAyvW2wdruRxpiP { color:#ffd405;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4873046875rem;left:2.53125rem;height:1.4624rem;display:block; }
#HQPawADdSK68WNFHSt7BNZ5FQPHmeEhT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.375rem;height:14.1371875rem;display:block; }
#a5znpN4aTmRRSZLxOn6AZxyrzv6degwh { color:rgba(var(--color-tertiary-1),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.025390625rem;left:1.375rem;height:2.76171875rem;font-style:normal;display:block; }
#bv3T4bLUblTiPltza8rkU3dAqzaQksTX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-2),0.61) ;box-sizing:border-box;color:#101010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.5625rem;left:1.375rem;display:block; }
#KbKXOGT9DTTHkpq7od4dTPt3ydTHpEIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFd3Sg1AuaHT6GaR0sXHptem0eXAM8gv { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:38.875rem;left:23.875rem; }
#ZrlkM8XZ1An89tHJhcfK9yXbBmlnSRJx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:38.8125rem;left:13.25rem; }
#pGTHMbPBpVSWO4wQJTe7qi1F1fmtfhyC { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.9375rem;left:1.375rem; }
#Qh9Apb45P6whMIwvbodX4IHudz7KPt2y { color:rgba(var(--color-tertiary-1),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.75rem;left:3.0625rem;height:1.21875rem;font-style:normal;display:block; }
#tMQq6SkrfZBzvx5qCelhaS7RXkFsWwAM { color:rgba(var(--color-tertiary-1),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.75rem;left:14.5rem;height:1.21875rem;font-style:normal;display:block; }
#gbLxcJs2mOtVScwbLQ4UuQNxuHkr5PSG { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.75rem;left:25.0625rem;height:1.21875rem;font-style:normal;display:block; }
#zmKE1kFFqam2COo60mS38TA9tiD6KcSR { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:block; }
#OJIAP7ndgwZ0kxkPgfoTH5DAPI8Xt95m { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.375rem;height:;font-style:normal;display:block; }
#uSfXu92GJ7l4xINEH954TXcZt7TsGUWJ { color:rgba(var(--color-tertiary-1),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.375rem;height:3.8994125rem;font-style:normal;display:block; }
#eF4ayGlLmi9nCQKFHRQT5TTvnfOK9mJQ { color:rgba(var(--color-tertiary-1),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.375rem;height:;font-style:normal;display:none; }
#dIl6i0JZOFoLaRegH2dnR7mx6F5ZNvyA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.125rem;width:33.125rem;top:0.65625rem;left:40.6875rem;overflow:hidden;display:block; }
#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container { background-color: transparent; background-image: none; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container > .video-iframe-container { display: none; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row > .video-iframe-container { display: none; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .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); }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container { border-width: 0; border-radius: 0; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#n37ZS6ACduEZ4VnwvLXU9mOzhXucB2q3 { color:#9500fb;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:9.125rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#XKI01M2qc2ykifecN3LyuTXgWHP416Xk { color:#9500fb;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.94287109375rem;left:24.96875rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#SkRT1tPy03KxdQtxFrb9yMK33mJibiFA { color:#9500fb;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.8125rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#O3mfm0oSxOzbagEfZUtQxzSxbtwliVgy { color:#9500fb;display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.94287109375rem;left:60.09375rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#PXz1dTILNau5gb9lWDkOiNKCzqFdqxFT { color:rgba(149,0,251,0.63);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.65478515625rem;left:3.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCB5fFoXhzUTUhBPtCzC9N9qSBilF6Z1 { color:rgba(149,0,251,0.63);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.65478515625rem;left:20.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9u1lxT80PQsik1twZFxSx4cLlsV6fpE { color:rgba(149,0,251,0.63);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.65478515625rem;left:37.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gi0tiku5ZIC0B1upQ3Wtl5gd61WL0tfC { color:rgba(149,0,251,0.63);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.65478515625rem;left:53.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDTQnWLyM1Gg6fqTmriO4csQpbrwklPB { color:#9500fb;display:block;width:1.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.07421875rem;left:12.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TotkMvuWTMi0uIhx4IaabhdxWHqEXcNC { color:#9500fb;display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.07421875rem;left:28.65625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mvhl9bNC7pK7GBW8ggxqvn1wWFHsWtF3 { color:#9500fb;display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.07421875rem;left:45.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dx64exWGmh2XpcIazNsQGIs4tPTnkFIT { color:#9500fb;display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.07421875rem;left:63.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d07rc9BydDgdk2tvHugI84Rneti3LUcy { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:none; }
#uoOR3WWx0uNXXHzEzkNxux1VEBtUpmmX { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:none; }
#yzACfKA1JPXWqSoU0TBw3dh6JVStIEA6 { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:none; }
#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container { background-color: transparent; background-image: none; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container > .video-iframe-container { display: none; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row > .video-iframe-container { display: none; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .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); }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container { border-width: 0; border-radius: 0; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#Gz7OpP69vfPR2LFTScUuirtsInZSt0Gx { box-sizing:content-box;height:2.25rem;width:16.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(149,0,251,0.36);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:29.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#sPDdoimcUwF2VToboTTUcq4mzaLLdBNv { color:#a54ae3;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.912109375rem;left:30.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8aQ9cNwNqMXoCVoibh2TIlA1lmAXHKA { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.68994140625rem;left:13.0625rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#OzkrOUHCTV4nTO9HWgTuK3JJQ1811v1c { box-sizing:content-box;height:4.25rem;width:49.75rem;position:absolute;display:block;z-index:15005;background-color:#1a1528;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #e63b75;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:10.9375rem;left:12.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#WS6nuOQNQV0quROJMHwNS1ypItKrg9aL { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:14.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyPvsX6lINQLJt2TKhbuAhdnCMAyNpQD { box-sizing:content-box;height:4.25rem;width:49.75rem;position:absolute;display:block;z-index:15007;background-color:#1a1528;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #e63b75;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:16.1875rem;left:12.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#Xp6HuQVVSQLUHIHc6NgKzVk4gOVtRaPD { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5625rem;left:14.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeA7nRWLoSfcAu2don2mPmv7D6DtHQ7t { box-sizing:content-box;height:4.25rem;width:49.75rem;position:absolute;display:block;z-index:15009;background-color:#1a1528;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #e63b75;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:21.625rem;left:12.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#Dt0I9KVmmTbHMQVCVEoG7wGPC268wNQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23rem;left:16.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfwVTuqEUFT0TDkMqeiywfopks85dmJu { box-sizing:content-box;height:4.25rem;width:49.75rem;position:absolute;display:block;z-index:15013;background-color:#1a1528;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #e63b75;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:32.375rem;left:12.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#KV56tPPyFPsoRceJC3w03Qb22S38xbNW { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.9375rem;left:16.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBwLzd2cRWRTrF7kUFKdsDkdGSsc56gT { box-sizing:content-box;height:4.25rem;width:49.75rem;position:absolute;display:block;z-index:15011;background-color:#1a1528;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #e63b75;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:26.9375rem;left:12.3125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#g6gT9eFcJtCW5O6LTXw7W0EOkpOhBaKX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5rem;left:15.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnT7ZOxczwGo0QVdGhT9zEMnMECGsEmO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:14.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DE0fflX822LxzAdvXrIS3627AOL5RvRi { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:14.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avSlvVQ5brm6XuW1TbE4tFfdcHR6yPaP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.75rem;left:14.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dhcv6FbAZRMrKnFprCaAaT2WSnwICqdM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.0625rem;left:14.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dor3SOUX6OgnJ2cSFiuqa7xIXKu0S6mD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:33.5rem;left:14.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container { background-color: transparent; background-image: none; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container > .video-iframe-container { display: none; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row > .video-iframe-container { display: none; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .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); }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container { border-width: 0; border-radius: 0; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#XQO0daZcTOD8ARapzQpG6dBpJJNSlE8F { color:#101010;display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.31494140625rem;left:16.28125rem;height:7.7998125rem;text-align:center;text-align-last:center;display:block; }
#xeA3Q6JkkervNHqIR9nbXl492i7UUDxd { box-sizing:content-box;height:4.25rem;width:44.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.25rem solid #9500fb;border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);top:11.8125rem;left:15.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#CeBPkbz2POhMzhHa4sKTKLmUTEXFiNVF { color:#101010;display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.2685546875rem;left:16.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWCyP8XsKkdE5X6iTVaL0MRPi0z3m1ig { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:25.125rem;top:29.490234375rem;left:5.6875rem;overflow:hidden;display:block; }
#GAAJKT1ZqNOJNllHqF2NilTfL0qNI7yy { box-sizing:content-box;height:9.875rem;width:20.3125rem;position:absolute;display:block;z-index:15009;background-color:#f3eee8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:5.6875rem;display:block; }
#nhhxpOGad93fuPZAJcFqN7bbV39HttRM { color:#101010;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:10.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gd4DINGancIGVcPG5Z3uGmqtIa4cfBfK { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:14.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M16TPGWCOgz3dHuGGeUovVXOPx3TFc5T { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.5625rem;left:7.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMqbDopLsnBowL9CBKf7uyxiFUOGLFQO { box-sizing:content-box;height:9.875rem;width:20.3125rem;position:absolute;display:block;z-index:15013;background-color:#f3eee8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:27.3125rem;display:block; }
#tA8gqnouiMXq5qqadKed9XFca5pnMvb7 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.625rem;left:28.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4HLZ1ZPZQxzuPZ7JzuWIC6B1WMFT0qD { color:#101010;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.953125rem;left:29.15625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCpGFppydWi0EE7M23Cw3wrnXCXhreFp { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:18.875rem;left:36.5625rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKmUCbnDmcPTqygnQ2XvmT7pQz5LxD5G { box-sizing:content-box;height:9.875rem;width:20.3125rem;position:absolute;display:block;z-index:15017;background-color:#f3eee8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:49rem;display:block; }
#FCHeUByvFhNDAGgT19onHS5XPdoaTH8x { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.625rem;left:50.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlETeXXS62Sq5ruVWPmbne1EJgBF7xpX { color:#101010;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.953125rem;left:47.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9lUQ2FTZVIonM0hgGEyFlVxQtHouyu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.875rem;left:58.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLzIbFTDbALEKbheU8R3a2oMtz4TKUtP { color:#101010;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.8125rem;left:40.875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHWU2xFQvzM0orKPWt7xwfXL6g3mD3yh { color:rgba(var(--color-tertiary-3),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:33.9375rem;left:40.375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vKf64OddpRpCXQGNpOq2DLfi0VmZGSib { color:rgba(var(--color-tertiary-3),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:35.625rem;left:40.375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NqOyxeTyCULyR9Wq0hC7Qsv9P1L5aywS { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.25rem;left:40.375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHaG8dxttsVWw7Lhvnwt6hz6WgC1F09I { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.875rem;left:40.375rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R1WOLexGOuBk6QyvHOZJalIVqGESCtNz { color:rgba(var(--color-tertiary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:40.375rem;left:40.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ehSfzC8Q1XfPt9AtJdq3ehU8f2cQ52M0 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34.125rem;left:38.375rem; }
#n6KCx52k7TAVJlsNyNS997pTFZvc1q6S { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.8125rem;left:38.375rem; }
#BOaWIyAR7RdMe6AUbzX1Nvyy1gg9iS4n { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.125rem;left:38.375rem; }
#yIwBzFdz13MOWVoi1lIthLWuBGFshD4L { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.4375rem;left:38.375rem; }
#lgNmhura5OqG1GPpLWdTAsz41QRJnMRF { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:40.625rem;left:38.375rem; }
#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container { background-color: transparent; background-image: none; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container > .video-iframe-container { display: none; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row > .video-iframe-container { display: none; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .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); }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container { border-width: 0; border-radius: 0; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#flderEaqbAPXAwqT6oiTVzFwlmqwLoPr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:17.875rem;top:10.125rem;left:5.40625rem;overflow:hidden;display:block; }
#DWhqTqlr50IO9C5wOFFDrlGoJMlns7LA { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.81494140625rem;left:13.0625rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#MfSsHnF6ZPFGwqOZKT6vsTuTvcd8oSQv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.875rem;top:10.15625rem;left:29rem;overflow:hidden;display:block; }
#Wtfi3EHNAledvzklKB7Xk6OnGyM1f5K7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:17.875rem;top:9.625rem;left:52.71875rem;overflow:hidden;display:block; }
#rGrI5OtamP9xpr7kiV8LxynqFoJQxd4d { color:#ffd83b;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.2763671875rem;left:0.59375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#DimhAuq80wNo7CUbHzlflyq8MT1OTEhG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.8740234375rem;left:1.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dG7ftCvQcPgXbI5qXzU3BiXae5bFCmV2 { color:#ffd83b;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.2763671875rem;left:24.59375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#wmcaAfkaCzUbg7zrJGUaHhe92rrvHOID { color:#ffd83b;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.2763671875rem;left:48.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NWEM96MZ1NneVeL64PElPIKNq66dVv8X { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:28.53125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1L4mFBxJe6S828ag83wbh0VfvifmsrK { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.87353515625rem;left:49.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container { background-color: transparent; background-image: none; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container > .video-iframe-container { display: none; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row > .video-iframe-container { display: none; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .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); }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container { border-width: 0; border-radius: 0; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#ACdfJ31nqJR9R2iRNgkkiae9TLFsl4cL { box-sizing:content-box;height:32.5rem;width:20.5625rem;position:absolute;display:block;z-index:15006;background-color:#1a1a1a;background-image:none;box-shadow: none;border-top:0.1875rem solid #8a43ff;border-left:0rem none #8a43ff;border-right:0.0625rem solid #8a43ff;border-bottom:0.0625rem solid #8a43ff;top:11.5rem;left:27.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#T2iPc0UBwmGifrspHAQ9exU3euVbGVUP { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.0625rem;height:7.7998125rem;text-align:center;text-align-last:center;display:block; }
#pZSknRNpHZBx3FJEtQByZzoVHwt58GCt { box-sizing:content-box;height:1.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -moz-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -ms-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -o-linear-gradient(162deg, #d0449b, #a84dd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );";background-image: linear-gradient(162deg, #d0449b, #a84dd0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#P9sreDF7a2ndSRPRyz8y0ZBhBhKtc82c { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:5.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9XGdBUVTQLp5tx5mNMTVkgzhAf0Dxo8 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.375rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DvaXgpDzQWUDVhxXaJHZLQpbTFh9vxJ2 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.9375rem;left:5.375rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S1p6o8UFTPWCUnEWfuVOoABVsZsCSGn6 { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;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:22.5rem;left:6.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oqEXkOpZIziZ8VTrxHBa2yx5tIa3AmJ6 { box-sizing:content-box;height:4.4375rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(149,0,251,0.11);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.5625rem;left:5.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#gEVJkWy7LAtTh2lHg9TR0wI3LziaRwwN { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.8125rem;left:6.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ef3nsk1TJLGH63aGCBMlW7v77v5ZTxfh { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:26.9375rem;left:5.375rem; }
#zMmqocdtgL0zWpq1WJL3ZTa2KMzZ671v { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.6875rem;left:5.4375rem; }
#QHu01ee3eVEfXcX3Z1dNIElJovTJDJpq { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.5625rem;left:6.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tzu7GC5P7B8s6OyaMg0mF1vpnpVIdRP8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.625rem;left:5.4375rem; }
#KGXMztTuNmePoR5PdTZxLzTfSsOgL0VE { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.5rem;left:6.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q8KBJ7HZf3DnSx68L6KArw1i3udwiMSQ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.4375rem;left:5.4375rem; }
#CTHIaS1IfLIt7EONdrFQT8W1WXDGU26e { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:35.3125rem;left:6.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SQONEz2C2sqEVSFwr3FRTdfpLcDScMOV { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38.25rem;left:5.4375rem; }
#ozvXuBfcLpTUX4L76KL76D7TEfr4uO68 { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:38.125rem;left:6.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbTSH769ANLFBzvbx2awp3JdNcy59DT3 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.25rem;left:7.75rem;height:1.05615rem;font-style:normal;display:block; }
#lSHRaww7mNsa4ic122uhBHTQcmm6D2ly { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(204,204,204,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5rem;left:6.125rem;display:block; }
#REck37Ei95FtdNbPFUW2xKTGDc4Wah8t { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:42.125rem;left:6.0625rem; }
#VAvNL0OoM1qkvHZJ8gmxuZGScRa3eh4P { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15051;background-color:rgba(204,204,204,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:29.8125rem;display:block; }
#qmHF6I0tgcypNtwrTqoApFqsWfKCI0mz { color:rgba(var(--color-tertiary-1),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:42rem;left:31.5625rem;height:1.05615rem;font-style:normal;display:block; }
#JWUTUN2DSIxkvXvuzaDVT8HceMp79DmJ { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:26.5rem;left:30.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOSDikXBwmCHetFS0TvKgaGRuIKmaT02 { box-sizing:content-box;height:4.4375rem;width:17.5625rem;position:absolute;display:block;z-index:15047;background-color:rgba(149,0,251,0.11);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.5625rem;left:28.5625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#pNNT60wdwBJkaN9IGJGJAfQO9iRGbyaU { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L8oaL5vi4lfew18C2WOUueD6h1LLmumO { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:19rem;left:28.5625rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rw8h4hOJHZpCyHFFl1RrynrCTVG18DbZ { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:15.5625rem;left:28.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3XBLSOqPK5T6DgEF9DDCe1QFtzDLfRW { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:41.9375rem;left:29.9375rem; }
#KD9qLECTzTvr9Hc3c8CWEgHIp7vlaDfS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:26.625rem;left:29.0625rem; }
#w8scmmS4hlhpwJAcMWXlhe6WoJTcdeUT { box-sizing:content-box;height:1.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -moz-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -ms-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -o-linear-gradient(162deg, #d0449b, #a84dd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );";background-image: linear-gradient(162deg, #d0449b, #a84dd0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:28.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#tQDui93Tsk28hxhORgGmGEoWL2PbADcn { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:13.0625rem;left:28.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0VWSec6oe8bpuzkLOqiMSwSaVyEnoJh { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:29.6875rem;left:30.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvTZ4bvi6vShIN8Hig5wSTi34AL7s05t { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:29.8125rem;left:29rem; }
#Zn7rxNCEB0eZGe0qH6kEm4MHOoGUXubF { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:35.4375rem;left:30.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTzHsrKS0Sns1Zh4aviiTeZqNfMGfGtO { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:32.625rem;left:30.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p3G7nnUbZ9IJSIqugSRD1shAEAbElaGm { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:35.5625rem;left:29.0625rem; }
#lAXAl8X7WgHWBnbt9XuiXHQzyRD0HcS1 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:32.75rem;left:29.0625rem; }
#zuUWZvg00kD5Z4fITgxdNebin5lrKiRw { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:38.25rem;left:30.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncMoSoV7QhedBVfL4kXld3QRbSgs2sWS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:38.375rem;left:29.0625rem; }
#zBpQkU8C1oxKefA2cK90SbLK97BF6a5i { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:13.0625rem;left:51.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c15aOiCzTexABGtHJTuGflvCNgOE1aLu { box-sizing:content-box;height:1.8125rem;width:3.8125rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -moz-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -ms-linear-gradient(162deg, #d0449b, #a84dd0);background-image: -o-linear-gradient(162deg, #d0449b, #a84dd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );";background-image: linear-gradient(162deg, #d0449b, #a84dd0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:51.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nqZFyWM3xPIfAgpFrBgdAmwaaveCSUX8 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:15.5625rem;left:51.5625rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lvnkLD0E7AX4Usyv2ZJhOUTiSzIVU2Oo { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:19rem;left:51.5625rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vy7tBTU4HMvgNmISNUJOECmdDGymdfyA { box-sizing:content-box;height:4.4375rem;width:17.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(149,0,251,0.11);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.4375rem;left:51.4375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#LgZUmKFLDJqSvHu2XHHkTeqaL5gaStXS { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:22.375rem;left:52.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GiGVEGZWLSmbQxQPEHTQtLvoEXQUT15q { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:26.625rem;left:51.4375rem; }
#qfWrIVbvST5vx764usEbt9Vkdpk9ZiKW { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:26.5rem;left:52.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xg4c9gozD8DhJBH4grWZ30dQLR0zKeJn { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:29.6875rem;left:52.65625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyza04uoBqLvVMmr1qwAHliqrbRiDSFr { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:29.8125rem;left:51.4375rem; }
#CGoJzCz8kySMpGOeK2ABFCr2M8JrPAuC { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:32.625rem;left:52.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnuWT18FvbKKool39TSAkONwhWcKGFXt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:32.75rem;left:51.4375rem; }
#EF8iKCP71gWueHcMskQrtWPyxHZf9i2c { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:35.75rem;left:52.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UmTxtSRggGAthrwsmthbTLaT5ueGfTM8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:35.8125rem;left:51.4375rem; }
#Tb1awcgsKu99zOatTQ3QdTomP82NIT6T { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:37.5625rem;left:52.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vkG64UNS9VBAxSVKya5h7SU6qQVOMNGC { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:37.6875rem;left:51.4375rem; }
#Vls17cTfgI5ogTcUkgUCXXZ1wrT0ICI5 { box-sizing:content-box;height:0.0625rem;width:13.625rem;position:absolute;display:block;z-index:15064;background-color:rgba(204,204,204,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:52.25rem;display:block; }
#he3ssrRiFEATRwRNDta4scJVfJ8nRHCX { color:rgba(var(--color-tertiary-1),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:41.625rem;left:54.5rem;height:1.05615rem;font-style:normal;display:block; }
#mek9B28vmPdsRIv6OuPT1VCG1kUcOmk0 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:41.625rem;left:52.75rem; }
#A8f4S2q5vXfuePcwFqioDiXJWZUEVSuC { box-sizing:content-box;height:32.5rem;width:20.5625rem;position:absolute;display:block;z-index:15004;background-color:#1a1a1a;background-image:none;box-shadow: none;border-top:0.1875rem solid #8a43ff;border-left:0rem none #8a43ff;border-right:0.0625rem solid #8a43ff;border-bottom:0.0625rem solid #8a43ff;top:11.5rem;left:3.875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#Az9WC5EZhdsXRPtGGut9JMmXAixhQCQg { box-sizing:content-box;height:32.5rem;width:20.5625rem;position:absolute;display:block;z-index:15008;background-color:#1a1a1a;background-image:none;box-shadow: none;border-top:0.1875rem solid #8a43ff;border-left:0rem none #8a43ff;border-right:0.0625rem solid #8a43ff;border-bottom:0.0625rem solid #8a43ff;top:11.5rem;left:50.5625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#O49UfnSA333eG1mzG9tcBqdDhkxQuJpa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-2),0.61) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.5rem;left:27.5rem;display:block; }
#sg9nTubIsVo7CI7X0P09EZvBQ1tCLea2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container { background-color: transparent; background-image: none; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container > .video-iframe-container { display: none; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row > .video-iframe-container { display: none; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .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); }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container { border-width: 0; border-radius: 0; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#ktLRk0Fc8MWvfGFfQQN4ukM16Vn1eGEQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:26.125rem;width:17.375rem;top:6.625rem;left:7.34375rem;overflow:hidden;display:block; }
#mUbUsdJwUuTza7GhQ2nOencxk0kfdxKU { color:rgba(var(--color-tertiary-0),1);display:block;width:61.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.12744140625rem;left:6.625rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#S3TXIG83wSvnQL4r4QtAiHsNQMHrNI2W { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.8125rem;height:6.9873125rem;text-align:left;text-align-last:left;display:block; }
#Faledr58ewV95cfgG6uITxuWxyolTJgs { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.8125rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iRZM8M77JmPN3slo1wL3vyBW0b6sHkoy { color:#8a43ff;display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:31.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfvGudhKL3zM2aM8GUQFcxtwGSFrzKcR { color:rgba(var(--color-tertiary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.4375rem;left:33.125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSsxp13oo00wF3ZVUpfVQSswbJwy4Vvq { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:33.125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FPO9PtTc92UDrz7EJAmreTXUR7K1qBQC { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.875rem;left:33.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMQTco00N3dSFnpC7Ahn3VCkuoStgZbz { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.375rem;left:33.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RXDf5TOwBAmmviauiKiU5moe1qdtNmDQ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.875rem;left:33.25rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z2wS0nswuFSGoJhQEAqTG77ppoOdgwZz { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:24.625rem;left:31.8125rem; }
#kOKxB96Iki8zT2ZF3SXauxTOoPdHUgnx { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:26.25rem;left:31.8125rem; }
#Ta18R9enH4U5FqAUP3SeAXG5rpcWZMOv { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28rem;left:31.8125rem; }
#aK1Nb6cvouo7vaHDguE9hFeypaeEQXW8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:29.5625rem;left:31.8125rem; }
#wTK7Adr6KaxTTOlT5z0tozbaBIKBLCDd { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:31.0625rem;left:31.8125rem; }
#xtWN7qhP3yPegDFzSct8Jv1x0m1stVJi { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.8125rem;height:6.9873125rem;text-align:left;text-align-last:left;display:none; }
#K23ErTZHMWFcB6CRKKWXTQZtEXOi85wQ { color:rgba(var(--color-tertiary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.8125rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container { background-color: transparent; background-image: none; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container > .video-iframe-container { display: none; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row > .video-iframe-container { display: none; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .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); }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container { border-width: 0; border-radius: 0; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#WMWdzTsBkATRwuINpK1to6Bxs9c2FBnb { color:#101010;display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:13.75rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#BCcV44FxHPMpCR2kgUEEqFeqIlVJF9gT { color:#ffd300;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:6.9375rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#wB3DPRTSiDCJmlbdw9vo8a09eTfZpwdu { color:#ffd300;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.875rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#vGihuuTcspbKe1w0ofOWfxPfiqCIktPb { color:#ffd300;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0625rem;left:56.6875rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#oosCefOfuzptWL5OFMgHIA1AclBTlzu7 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:16rem;left:4.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyQkhB9QmO4TZtSh4LfnhEVM0O6kSuWS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:15.9375rem;left:29.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZiP0yJJ1T1EhE93iwt3otnCP7DTKp23 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.9375rem;left:51.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSFh4ngyZJvcr4WhqVuwDByUz2r517f6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:17.25rem;left:4.25rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6nDzWOxlU2dNABSztCCG9kE9un6sm9g { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:17.25rem;left:29.4375rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#otKqQFAcgiToH3qpND6kah6D6wgFbrlT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:18.5625rem;left:54rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQnFcAZrfZLN1ZoJqpaRyxoRWJuVONnT { box-sizing:content-box;height:17.25rem;width:28.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,60,62,0.09);background-image:none;box-shadow: none;border-top:0.0625rem solid #ff3c3e;border-left:0.0625rem solid #ff3c3e;border-right:0.0625rem solid #ff3c3e;border-bottom:0.0625rem solid #ff3c3e;top:21.25rem;left:5.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uKLvHTPN8qRJ99gI0I8JZWzT6M3dR0Qa { box-sizing:content-box;height:17.25rem;width:28.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,188,36,0.09);background-image:none;box-shadow: none;border-top:0.0625rem solid #00bc24;border-left:0.0625rem solid #00bc24;border-right:0.0625rem solid #00bc24;border-bottom:0.0625rem solid #00bc24;top:21.3125rem;left:40.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r5IwtT4SehiEyKzTiaqxqIiU82mHWxpp { color:#101010;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:12.125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#laDs5a7prhOUxiGmpCPCJDAI1w47NlPq { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:25.8125rem;left:9.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OBEAsvLCTcdvnneJTFDuNd9JNXD117cb { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:30.125rem;left:9.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6Il4kKs8hTO2iVwfGu0bsAy4wGbW5gr { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:32.6875rem;left:9.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNrPbxpMZgpi30ZPaDgl86xEP4xLRz9N { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:35.3125rem;left:9.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMG9BVuffo8rL5enSg4CP3G4FvkxSxsE { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:27.875rem;left:10.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3q2K3tUzKbVTEXWxl7bXzI9hlzAi9EX { color:#101010;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.6875rem;left:46.0625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PoREba5PKDl3eV1SockTySRoOC8t8NhA { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:25.875rem;left:44.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUdDm5IVyxxirqPQbokooVKR72geVuEp { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:27.9375rem;left:44.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wZECfdnmQtaQsx5Siq8L97iV24iTC3o8 { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:30.1875rem;left:44.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSdP9ys4Kc2GlOm03qKmr2AL8EUIcnBh { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:32.75rem;left:44.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pe8w3HWnWlVBGe6cJrPHB67gkrlXivtd { color:rgba(var(--color-tertiary-3),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:35.375rem;left:44.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPtkKUZkBK7Q9xE66XK2Jpc1ZA1LgAk3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-2),0.61) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.75rem;left:27.25rem;display:block; }
#uLsccfZJnqn2Gocq9E7SmB502Tgk3THr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgR49pnVZxDum0huppGXPsI8CCixNTBg { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:none; }
#GKRrsd7HUwCVN4PGdmD7TgnH8U06g1y5 { box-sizing:content-box;height:0.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:1.375rem;display:none; }
#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z { background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container { background-color: transparent; background-image: none; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container > .video-iframe-container { display: none; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row > .video-iframe-container { display: none; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .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); }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container { border-width: 0; border-radius: 0; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#yFH8CQuUkAGw5Ka5obbEsEhfkPoHL3Bi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#GrECE6w2ORffsdBR4eJNBOzIxkoQxeub { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #101010);background-image: -moz-linear-gradient(87deg, #8d00d1, #101010);background-image: -ms-linear-gradient(87deg, #8d00d1, #101010);background-image: -o-linear-gradient(87deg, #8d00d1, #101010);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#101010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#101010' );";background-image: linear-gradient(87deg, #8d00d1, #101010);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.5625rem;width:36.5rem;top:12.9375rem;left:35rem;display:block; }
#J00TFbQ97QE7E3K07u7mPwRibQ81Bprx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:45.3125rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#f7CxD7dis7AOlEQhoH1eX5leEfsNIMQC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#MaOkrRZSwEfy172qDFo5ptH6HW1kgXOa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.693359375rem;left:53.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#d3AO2EAgZC7O4zUZFoWB8EVoSagiUyBu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.625rem;left:11.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#rrB3ShAbTZPwUsNHcEIZSGGgFuuySG0M { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.75rem;left:41.3125rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#oLCGptFOR5vC5deKgiUmnrDt7ClwoqDB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.18115234375rem;left:3.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#wycxfeBzzbOZ5znR6s4oLthkKWFpZOV2 { box-sizing:content-box;height:0.125rem;width:32.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), #101010);background-image: -moz-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), #101010);background-image: -ms-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), #101010);background-image: -o-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), #101010);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#101010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='#101010' );";background-image: linear-gradient(67deg, rgba(var(--color-tertiary-2),1), #101010);background-size:auto !important;top:18.75rem;left:36.4375rem;display:block; }
#rhg3eJ0LV9J64UpV4yBk5zWDkwy8w6gW { 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; }
#pHH9rvZHrwXywlDRemiXbuNDk4Z33Ekd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#fTn0ZuMCfLQ6ZUSsWUkaXfhS3fpH5cWE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:11rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#N268cW7IusZsEirrIoNyF6Wns9DXLx1m { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:40.5rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#BI7oth9LJyArtg1D0GbSs66XVxg62oOk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:32.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#ePXaIkL4CVq1hJd5HvzKcagi2tTnA4pa { background-color:#561aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:29.75rem;display:block; }
#Lape1reaFVSsSOI5xF0m65PTxN225sHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNQrSyrgrXfc1tu4ghMisx3Qt8k1LItP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:39.875rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#JyRzG2PcfKOF67tDdzl2uhmpZhWCT7y9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.4375rem;left:54.0625rem; }
#e1m0FeTlqOWGohTkbckKTLxwttQcDlpp { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.75rem;top:13.625rem;left:3.25rem;overflow:hidden;display:block; }
#kOWg5ky3xVA2BDSqSHwNouDRyJ7VE6Qn { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:16.75rem;top:17.625rem;left:13.625rem;overflow:hidden;display:block; }
#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container { background-color: transparent; background-image: none; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container > .video-iframe-container { display: none; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row > .video-iframe-container { display: none; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .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); }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container { border-width: 0; border-radius: 0; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#TCy4C76UeXX0fEMzCtbzJtIhKcwn4SFB { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#282e31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:37.38720703125rem;left:26.06298828125rem;display:block; }
#i9B455aHOTUAb35chSEBvtlDwTUex6DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJlgmGqlUEkH3JNrI1Xg70ebqTDmkCic { color:#ffd300;display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.9375rem;left:15.9384765625rem;height:3.82470625rem;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; }
#dEOob6d7B3HzOm3iSyTemt0SWbf4ytUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;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.26171875rem;left:23.8125rem;height:1.79980625rem;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; }
#UwZt3y2wnSqIDsiTgugdu1Mz2hT1NfEl { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.76171875rem;left:16.40625rem;height:4.5rem;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; }
#vSFKRS4UTqSG2gVmJb2xTmJJ8BKByXVd { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:29.05908203125rem;left:12.3447265625rem;height:3.1621125rem;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; }
#I0xI7fszvAfWZITXlq1K4S36TNJnbpT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:29.05908203125rem;left:41.2802734375rem;height:3.1621125rem;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; }
#XbmqS6i8g50Bcv7hpm43SpLVgLVG0tZp { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:26.625rem;top:13.5625rem;left:39.3740234375rem;overflow:hidden;display:block; }
#IGLvd2tdCyM83PS1UdPaSo2t9a9R8fKt { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:26.625rem;top:13.46875rem;left:11.2197265625rem;overflow:hidden;display:block; }
#ZPtzbWUAdnO67O6fTUI92cq2XUra1zST { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:33.04150390625rem;left:15.1884765625rem;height:1.16845625rem;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; }
#lmFUX4wRRkk6OXBbXQXsi6c5tTbxzIpR { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:33.04150390625rem;left:45.6865234375rem;height:1.16845625rem;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; }
#w3sthFrogVcxAPXOdqSzXZ4THW4TCC5d { position:absolute;display:block;z-index:15003;background-color:#1a1a1a;background-image:none;border-top:0.1875rem solid #b928ff;border-left:0.1875rem solid #b928ff;border-right:0.1875rem solid #b928ff;border-bottom:0.1875rem solid #b928ff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:34.3125rem;width:66.8125rem;top:1.68701171875rem;left:4.7197265625rem;display:block; }
#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container { background-color: transparent; background-image: none; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container > .video-iframe-container { display: none; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row > .video-iframe-container { display: none; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .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); }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container { border-width: 0; border-radius: 0; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#okVisbTJbLwCCmHw74IMnhuFnNcfS8oo { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.162109375rem;left:6.625rem;height:7.7998125rem;text-align:center;text-align-last:center;display:block; }
#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container { background-color: transparent; background-image: none; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container > .video-iframe-container { display: none; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row > .video-iframe-container { display: none; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .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); }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container { border-width: 0; border-radius: 0; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#NmvgcT4wxWNGJQBV2XtauPRngbkDbGDf { position:absolute;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;border-top:0.1875rem solid #b928ff;border-left:0.1875rem solid #b928ff;border-right:0.1875rem solid #b928ff;border-bottom:0.1875rem solid #b928ff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:37.0625rem;width:33.875rem;top:1.875rem;left:2.5rem;display:block; }
#qCvxUvLf8I64coAAVlTv1h46K9qcEqID { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:7.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwRt1nyLaEs9hQykc4XmGDsJv4vCcbaO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEWClzoZ2RGbZMHNxocNT5zEz6SFv2HT { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:7.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwszbHdgnwF3BdzTxXg0wI0qb9xHCmlp { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:5.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kr0lSZ4gkAx8WFvxvKMXySf93uaiIali { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:5.0625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E1A6SMTiPaI61FgTXKWtam18fkHTiK7X { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.4375rem;left:5.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R166ixNd930iSDRIswsGHlSOlriMxUND { box-sizing:content-box;height:2.375rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(211deg, #d0449b, #a84dd0);background-image: -moz-linear-gradient(211deg, #d0449b, #a84dd0);background-image: -ms-linear-gradient(211deg, #d0449b, #a84dd0);background-image: -o-linear-gradient(211deg, #d0449b, #a84dd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0449b', endColorstr='#a84dd0' );";background-image: linear-gradient(211deg, #d0449b, #a84dd0);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:8.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EEh3nLBFV7Th8dKGM8277sXZ6oLHmLb1 { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15052;background-color:rgba(204,204,204,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:5.0625rem;display:block; }
#a2Cw9zbffiLaD8kzWKQafdC0P9z50n1J { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(204,204,204,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:5.0625rem;display:block; }
#gHdpxQyrOHudLL97L0p3ateSIQFvVXHA { color:#ff1919;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:13.75rem;left:7.5rem;height:4.5rem;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; }
#X9ZoAWJnPXv3XNvGpT4SwRQCSOrqXcKN { color:#ff1919;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.625rem;left:12.375rem;height:6.8246875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -moz-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -ms-linear-gradient(347deg, #8d00d1, #050c2c);background-image: -o-linear-gradient(347deg, #8d00d1, #050c2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#050c2c' );";background-image: linear-gradient(347deg, #8d00d1, #050c2c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:28rem;width:26.25rem;top:10.1875rem;left:44.3125rem;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-form-header {  }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:21.5625rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:21.5625rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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:21.5625rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.9375rem;font-weight:400;color:#ffd44d;vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:first-of-type{padding-top:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:last-of-type{padding-bottom:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.40625rem;top:11.07421875rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.40625rem;top:11.07421875rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #v7gHUBEq5HskOIzIdEHIR7PK0ZeFZkwA { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #ExMMsvSM7ORHZxKeg7fGOikc1WlNMVtT { position:relative;z-index:2; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #L2gxDQiPnFVqvfxt8ZWygbgHIILcuekb { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO { position:relative;display:block;z-index:15000; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv { position:relative;display:block;z-index:15000; }
#vC99LK8xLqXpzVIZIaeLhx0419khOums { position:relative;display:block; }
#VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { position:relative;display:block; }
#C2mnUzS4PEeriX81htU8LlWJI24kFlaE { position:relative;display:block; }
#LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { position:relative;display:block; }
#rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { position:relative;display:block; }
#Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 { position:relative; }
#Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr { position:relative; }
#hSTtwOZe40khTz8dlwVccoSfWsdgORNC { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:30.625rem;left:4.625rem;height:6.1621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
#zFqJsanTE199q4b2XvhJglwatUXhxCUL { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:1.875rem;left:44.03125rem;height:4.5rem;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; }
#rtasD3aIZbowPPAVk8QRgiOzCRa6ktZO { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:7.10546875rem;left:39.125rem;height:2.34375rem;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; }
#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container { background-color: transparent; background-image: none; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container > .video-iframe-container { display: none; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row > .video-iframe-container { display: none; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .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); }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container { border-width: 0; border-radius: 0; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#fpk8Ba8dgJZFxbh6QntwUTnTmLuDdF66 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:14.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAm0oqTPcyCuTS2Trp3uAKhOtWCaXZFm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:14.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIW9HrQabD7P9SdtLTFFxH1C6Ody9Kd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfhibdpU9ClTsXfx6zCLqFhFnilgWPX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:48.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0aoXedI6X9F83WgRr09TwJT4rXiwXs5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3oKUfpTXNhXHh5Q6k6BLTMoxz9wFpbb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:48.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Edf3pWvl6SghNUPPiX5C1eVJxPPODLHK { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:16.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIEgOXuPcxldAEATL08NkKCt0dSEbsvd { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:13.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pktOrfwkbLAn9ipI7MPiqcn0K6uzhlw1 { position:absolute;display:block;z-index:15011;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.5rem;width:12.5rem;top:7.59375rem;left:14.25rem;overflow:hidden;display:block; }
#pca6os0GsFO2zDveRAZ1nVv24soXetOT { position:absolute;display:block;z-index:15012;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.5rem;width:12.5rem;top:7.59375rem;left:31.25rem;overflow:hidden;display:block; }
#yVFEXy7frDyyMdLuU0fbQ4VqMwtyvtUW { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:30.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BevxmbNS8Wu2hkWKADolaTnDfZrkCDyR { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #8a43ff, rgba(0,0,0,0));background-size:auto !important;top:6.9375rem;left:47.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#V4btbc2v6azTpbpTeL7d3Q3EDgerMPyq { 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:12.5rem;width:12.5rem;top:7.59375rem;left:48.25rem;overflow:hidden;display:block; }
#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container { background-color: transparent; background-image: none; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container > .video-iframe-container { display: none; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row > .video-iframe-container { display: none; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .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); }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container { border-width: 0; border-radius: 0; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#101010;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8a43ff;vertical-align:top; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c442960f1ae582943c40267258d1c677e110c3a8.svg");background-size:contain !important; }#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-trigger.adaptive-delivery-prevent-bg, #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-trigger.lazyload, #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-trigger.lazyloading { background-image: none; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ { box-sizing:content-box;height:auto;width:53.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.75rem;left:11.0625rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #N1n3o8blvMHUfoiAdx918TRcCTt7KiWu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #l1KeLh1QqWzoiziOxXhW7TROtiKuznZv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #CC98M2WHgHTTudnKV5E23HK9GVd3e9q9 { display:block;position:relative; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XT6VP0UCWS6Xzu6IaTzqLixFSqM9GrJa {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #HDZguPJ2eoypDOGXrewm9afyKBObm8aU {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ihsQuTWzsrkrD9Rz86OGN6bhr8pR8y8x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #X96taV0310spAgMN4kDuvF7rHQBupFRA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #DE0Aub2Piy9RlZeaX4yvZc4V51i6tE50 { display:block;position:relative; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Cgt0rEdS2yHFB3QPG7QrCIlT9RQv5GRt {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ooWt6qUNTRG39DTmLNz2Uu8gA92ICiy3 { display:none; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #f5pWC2SUTXLu1LFPTNuVpJWmBOWvgwDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XHbB6pMVrTazLS93xkeGa13CypmVBtOu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Tv256sw9Rdh4pM2AKqd46TDAcId0Bt7B { display:block;position:relative; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #rgIJfEiU1uSKbTVa1r57fmGOtDCGdiTu {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FF3567m6o6RPNFcU41O7yTbvsldUomcx { display:none; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #TDVgWHQ5ONtZsAawqkMPrbgCNn3cxbG9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #KodVyc2UC9LL0QvQ6we4FB68aCkfJWIG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FSbb7fec5VVteGtwGJCAFrW20foRLr74 { display:block;position:relative; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #LOvl6cgSbPOhv4Q0bRT72m3GeGNPJes2 {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #nxNWNoq6fe2Lfti1mFOQchh017X7teg3 { display:none; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Wyhr2kc85e3mT6laWnSUNKV8TTfKcyVz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #OrKwXtXatXL6ocfRGv321Gh8mtH2VVsg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #E4uUXwegL78GJa70p7xPMPXfLrRf1b4r { display:block;position:relative; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Dgq9GtL4PUeSBFII7DFKrv7yaNAD42Rn {  }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #W50Zp45Zpa2VWwFW0OIbZDbCFhTv3NoT { display:none; }
#aft26XI0TcaoM6LTPeAyA1raUCIRXaaJ { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:16.375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .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); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:28.375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:48.4375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:8.375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:8.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:28.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:48.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:8.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 { display:block; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTikiyQki8qIy6XDtSv0ksCAH718d8rB { top:0.9375rem;left:0rem;width:14.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3Z2mJBW6hczI3LteUsPKsM3TInfE46 { width:11.625rem;height:2.875rem;top:0.6875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieoB07JmuPgL1pWAD7ZafG0rwbTkN6kh { display:block; }
 }@media only screen and (max-width: 763px) { #vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew { display:block; }#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au1x4HfC1lgrOKUmhdsGQylCPg6LitRd { top:3.0625rem;left:13.4375rem;width:34.3125rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdIS9AbZyLtdFDbmLMo8xgsB4R99Qum { top:3.0625rem;left:0rem;width:14.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpiiZL1mT7im4JzgLvXWVXcEcyeCKo9A { top:3.4375rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2EmMGihiaIrEStbZaI1b0JT13RLRLW { top:5.75rem;left:0rem;width:36.125rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owzW54UNDy2yrnzzEyT7wQ7UNT4JEwuD { top:26.625rem;left:0rem;width:33.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsuA0kzxETHsUlha8S3kfdl7WyoJK5Pd { width:24.9375rem;height:2.875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJU8dxCebwdfyhSFdVDAupgI9aOUy0s2 { display:block; }
 }@media only screen and (max-width: 763px) { #o1Euy1hm0xZr8MiXizu09q2enhCkLwTo { top:19.5rem;left:0rem;width:24.5rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAyhTMCGW33RhXL6XOMF4iiaadbLzFpf { top:36.5625rem;left:3.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vatak8TFma46D8CldbGWouG5Q93DXom8 { top:36.375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOiTUCimIoNfatXgWP2TsnFmwRSlOywB { top:36.625rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKh64t32OvksF8cf5Ae0xsTI5wxr0KTQ { top:36.5625rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKp3CAAWNd33Xy3Tn1FmbvzA3mWgPKnw { top:36.5rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT7OMnJw9TwncSCdcrSrAsB6nl0wPvCS { top:36.5rem;left:4.25rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maa85T5E2hvxr9goqpfTkKG0CFfdPByD { top:38.5625rem;left:0rem;width:30.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsv0rctgyxDRx7Bb32k8GrW5kOdyvcOI { top:39.9375rem;left:0rem;width:30.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe { display:block; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWK8O5IxuUFvVXSN8K7niA9Il8UoJCB1 { top:3.0625rem;left:0rem;width:14.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRlAn7ANbQ0ApTF3sAyvW2wdruRxpiP { top:3.4375rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQPawADdSK68WNFHSt7BNZ5FQPHmeEhT { top:6.6875rem;left:0rem;width:43.25rem;height:14.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5znpN4aTmRRSZLxOn6AZxyrzv6degwh { top:31rem;left:0rem;width:33.6875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3T4bLUblTiPltza8rkU3dAqzaQksTX { width:24.9375rem;height:2.875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKXOGT9DTTHkpq7od4dTPt3ydTHpEIV { display:block; }
 }@media only screen and (max-width: 763px) { #pFd3Sg1AuaHT6GaR0sXHptem0eXAM8gv { top:38.875rem;left:10.25rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrlkM8XZ1An89tHJhcfK9yXbBmlnSRJx { top:38.8125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTHMbPBpVSWO4wQJTe7qi1F1fmtfhyC { top:38.9375rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh9Apb45P6whMIwvbodX4IHudz7KPt2y { top:38.75rem;left:0rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQq6SkrfZBzvx5qCelhaS7RXkFsWwAM { top:38.75rem;left:0.875rem;width:9.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbLxcJs2mOtVScwbLQ4UuQNxuHkr5PSG { top:38.75rem;left:11.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmKE1kFFqam2COo60mS38TA9tiD6KcSR { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJIAP7ndgwZ0kxkPgfoTH5DAPI8Xt95m { top:42.1875rem;left:0rem;width:30.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfXu92GJ7l4xINEH954TXcZt7TsGUWJ { top:22.1875rem;left:0rem;width:28.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF4ayGlLmi9nCQKFHRQT5TTvnfOK9mJQ { top:60.625rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIl6i0JZOFoLaRegH2dnR7mx6F5ZNvyA { top:0.625rem;left:14.625rem;width:33.125rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veIbk1Fp1aTC5LWHhmSGavwyn980g3CM { display:block; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n37ZS6ACduEZ4VnwvLXU9mOzhXucB2q3 { top:1.9375rem;left:0rem;width:3.6875rem;height:4.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKI01M2qc2ykifecN3LyuTXgWHP416Xk { top:1.9375rem;left:11.34375rem;width:3.6875rem;height:4.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRT1tPy03KxdQtxFrb9yMK33mJibiFA { top:1.9375rem;left:28.1875rem;width:3.6875rem;height:4.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3mfm0oSxOzbagEfZUtQxzSxbtwliVgy { top:1.9375rem;left:44.0625rem;width:3.6875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXz1dTILNau5gb9lWDkOiNKCzqFdqxFT { top:6.625rem;left:0rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCB5fFoXhzUTUhBPtCzC9N9qSBilF6Z1 { top:6.625rem;left:7.1875rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9u1lxT80PQsik1twZFxSx4cLlsV6fpE { top:6.625rem;left:23.4375rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0tiku5ZIC0B1upQ3Wtl5gd61WL0tfC { top:6.625rem;left:30rem;width:17.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTQnWLyM1Gg6fqTmriO4csQpbrwklPB { top:3.0625rem;left:0rem;width:1.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotkMvuWTMi0uIhx4IaabhdxWHqEXcNC { top:3.0625rem;left:15.03125rem;width:7.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhl9bNC7pK7GBW8ggxqvn1wWFHsWtF3 { top:3.0625rem;left:31.875rem;width:7.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx64exWGmh2XpcIazNsQGIs4tPTnkFIT { top:3.0625rem;left:40.125rem;width:7.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d07rc9BydDgdk2tvHugI84Rneti3LUcy { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoOR3WWx0uNXXHzEzkNxux1VEBtUpmmX { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzACfKA1JPXWqSoU0TBw3dh6JVStIEA6 { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk { display:block; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz7OpP69vfPR2LFTScUuirtsInZSt0Gx { top:1.625rem;left:15.4375rem;width:16.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPDdoimcUwF2VToboTTUcq4mzaLLdBNv { top:1.875rem;left:16.40625rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8aQ9cNwNqMXoCVoibh2TIlA1lmAXHKA { top:5.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzkrOUHCTV4nTO9HWgTuK3JJQ1811v1c { top:10.9375rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS6nuOQNQV0quROJMHwNS1ypItKrg9aL { top:12.3125rem;left:0.5625rem;width:38.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPvsX6lINQLJt2TKhbuAhdnCMAyNpQD { top:16.1875rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp6HuQVVSQLUHIHc6NgKzVk4gOVtRaPD { top:17.5625rem;left:0.75rem;width:38.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeA7nRWLoSfcAu2don2mPmv7D6DtHQ7t { top:21.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt0I9KVmmTbHMQVCVEoG7wGPC268wNQ9 { top:23rem;left:2.5rem;width:39.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfwVTuqEUFT0TDkMqeiywfopks85dmJu { top:32.375rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV56tPPyFPsoRceJC3w03Qb22S38xbNW { top:33.9375rem;left:1.125rem;width:46.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBwLzd2cRWRTrF7kUFKdsDkdGSsc56gT { top:26.9375rem;left:0rem;width:47.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6gT9eFcJtCW5O6LTXw7W0EOkpOhBaKX { top:28.5rem;left:2.3125rem;width:44.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnT7ZOxczwGo0QVdGhT9zEMnMECGsEmO { top:12.0625rem;left:0.75rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE0fflX822LxzAdvXrIS3627AOL5RvRi { top:17.3125rem;left:0.75rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avSlvVQ5brm6XuW1TbE4tFfdcHR6yPaP { top:22.75rem;left:0.75rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhcv6FbAZRMrKnFprCaAaT2WSnwICqdM { top:28.0625rem;left:0.75rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dor3SOUX6OgnJ2cSFiuqa7xIXKu0S6mD { top:33.5rem;left:0.75rem;width:1.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 { display:block; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQO0daZcTOD8ARapzQpG6dBpJJNSlE8F { top:2.3125rem;left:2.65625rem;width:42.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeA3Q6JkkervNHqIR9nbXl492i7UUDxd { top:11.8125rem;left:1.8125rem;width:44.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBPkbz2POhMzhHa4sKTKLmUTEXFiNVF { top:13.25rem;left:2.65625rem;width:42.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWCyP8XsKkdE5X6iTVaL0MRPi0z3m1ig { top:29.4375rem;left:0rem;width:25.125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAAJKT1ZqNOJNllHqF2NilTfL0qNI7yy { top:18rem;left:0rem;width:20.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhxpOGad93fuPZAJcFqN7bbV39HttRM { top:21.9375rem;left:0rem;width:11.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd4DINGancIGVcPG5Z3uGmqtIa4cfBfK { top:18.8125rem;left:1.3125rem;width:1.8125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16TPGWCOgz3dHuGGeUovVXOPx3TFc5T { top:24.5625rem;left:0rem;width:17.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqbDopLsnBowL9CBKf7uyxiFUOGLFQO { top:18.0625rem;left:13.6875rem;width:20.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8gqnouiMXq5qqadKed9XFca5pnMvb7 { top:24.625rem;left:15.125rem;width:17.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4HLZ1ZPZQxzuPZ7JzuWIC6B1WMFT0qD { top:21.9375rem;left:15.53125rem;width:16.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCpGFppydWi0EE7M23Cw3wrnXCXhreFp { top:18.875rem;left:22.9375rem;width:1.8125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKmUCbnDmcPTqygnQ2XvmT7pQz5LxD5G { top:18.0625rem;left:27.4375rem;width:20.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCHeUByvFhNDAGgT19onHS5XPdoaTH8x { top:24.625rem;left:30.3125rem;width:17.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlETeXXS62Sq5ruVWPmbne1EJgBF7xpX { top:21.9375rem;left:24.75rem;width:23rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9lUQ2FTZVIonM0hgGEyFlVxQtHouyu2 { top:18.875rem;left:44.625rem;width:1.8125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzIbFTDbALEKbheU8R3a2oMtz4TKUtP { top:30.8125rem;left:21.6875rem;width:26.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWU2xFQvzM0orKPWt7xwfXL6g3mD3yh { top:33.9375rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKf64OddpRpCXQGNpOq2DLfi0VmZGSib { top:35.625rem;left:19.5625rem;width:28.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOyxeTyCULyR9Wq0hC7Qsv9P1L5aywS { top:37.25rem;left:15.4375rem;width:32.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaG8dxttsVWw7Lhvnwt6hz6WgC1F09I { top:38.875rem;left:21rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1WOLexGOuBk6QyvHOZJalIVqGESCtNz { top:40.375rem;left:21rem;width:26.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehSfzC8Q1XfPt9AtJdq3ehU8f2cQ52M0 { top:34.125rem;left:24.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KCx52k7TAVJlsNyNS997pTFZvc1q6S { top:35.8125rem;left:24.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOaWIyAR7RdMe6AUbzX1Nvyy1gg9iS4n { top:39.125rem;left:24.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIwBzFdz13MOWVoi1lIthLWuBGFshD4L { top:37.4375rem;left:24.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNmhura5OqG1GPpLWdTAsz41QRJnMRF { top:40.625rem;left:24.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 { display:block; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flderEaqbAPXAwqT6oiTVzFwlmqwLoPr { top:10.125rem;left:0rem;width:17.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhqTqlr50IO9C5wOFFDrlGoJMlns7LA { top:1.8125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfSsHnF6ZPFGwqOZKT6vsTuTvcd8oSQv { top:10.125rem;left:15.375rem;width:17.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtfi3EHNAledvzklKB7Xk6OnGyM1f5K7 { top:9.625rem;left:29.875rem;width:17.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGrI5OtamP9xpr7kiV8LxynqFoJQxd4d { top:7.25rem;left:0rem;width:26.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimhAuq80wNo7CUbHzlflyq8MT1OTEhG { top:22.8125rem;left:0rem;width:24.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7ftCvQcPgXbI5qXzU3BiXae5bFCmV2 { top:7.25rem;left:10.96875rem;width:26.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmcaAfkaCzUbg7zrJGUaHhe92rrvHOID { top:7.25rem;left:21.0625rem;width:26.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEM96MZ1NneVeL64PElPIKNq66dVv8X { top:22.8125rem;left:14.90625rem;width:18.8125rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L4mFBxJe6S828ag83wbh0VfvifmsrK { top:22.8125rem;left:23.9375rem;width:23.8125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul { display:block; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACdfJ31nqJR9R2iRNgkkiae9TLFsl4cL { top:11.5rem;left:13.8125rem;width:20.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2iPc0UBwmGifrspHAQ9exU3euVbGVUP { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSknRNpHZBx3FJEtQByZzoVHwt58GCt { top:12.75rem;left:0rem;width:3.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9sreDF7a2ndSRPRyz8y0ZBhBhKtc82c { top:13.0625rem;left:0rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9XGdBUVTQLp5tx5mNMTVkgzhAf0Dxo8 { top:15.5625rem;left:0rem;width:16.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvaXgpDzQWUDVhxXaJHZLQpbTFh9vxJ2 { top:18.9375rem;left:0rem;width:16.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1p6o8UFTPWCUnEWfuVOoABVsZsCSGn6 { top:22.5rem;left:0rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqEXkOpZIziZ8VTrxHBa2yx5tIa3AmJ6 { top:21.5625rem;left:0rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEVJkWy7LAtTh2lHg9TR0wI3LziaRwwN { top:26.8125rem;left:0rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef3nsk1TJLGH63aGCBMlW7v77v5ZTxfh { top:26.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMmqocdtgL0zWpq1WJL3ZTa2KMzZ671v { top:29.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHu01ee3eVEfXcX3Z1dNIElJovTJDJpq { top:29.5625rem;left:0rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzu7GC5P7B8s6OyaMg0mF1vpnpVIdRP8 { top:32.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGXMztTuNmePoR5PdTZxLzTfSsOgL0VE { top:32.5rem;left:0rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8KBJ7HZf3DnSx68L6KArw1i3udwiMSQ { top:35.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTHIaS1IfLIt7EONdrFQT8W1WXDGU26e { top:35.3125rem;left:0rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQONEz2C2sqEVSFwr3FRTdfpLcDScMOV { top:38.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozvXuBfcLpTUX4L76KL76D7TEfr4uO68 { top:38.125rem;left:0rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTSH769ANLFBzvbx2awp3JdNcy59DT3 { top:42.25rem;left:0rem;width:5.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHRaww7mNsa4ic122uhBHTQcmm6D2ly { top:41.5rem;left:0rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REck37Ei95FtdNbPFUW2xKTGDc4Wah8t { top:42.125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAvNL0OoM1qkvHZJ8gmxuZGScRa3eh4P { top:41.375rem;left:16.1875rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHF6I0tgcypNtwrTqoApFqsWfKCI0mz { top:42rem;left:17.9375rem;width:5.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUTUN2DSIxkvXvuzaDVT8HceMp79DmJ { top:26.5rem;left:16.5rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSDikXBwmCHetFS0TvKgaGRuIKmaT02 { top:21.5625rem;left:14.9375rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNT60wdwBJkaN9IGJGJAfQO9iRGbyaU { top:22.5rem;left:15.625rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8oaL5vi4lfew18C2WOUueD6h1LLmumO { top:19rem;left:14.9375rem;width:16.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw8h4hOJHZpCyHFFl1RrynrCTVG18DbZ { top:15.5625rem;left:14.9375rem;width:18.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XBLSOqPK5T6DgEF9DDCe1QFtzDLfRW { top:41.9375rem;left:16.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9qLECTzTvr9Hc3c8CWEgHIp7vlaDfS { top:26.625rem;left:15.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8scmmS4hlhpwJAcMWXlhe6WoJTcdeUT { top:12.75rem;left:14.8125rem;width:3.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDui93Tsk28hxhORgGmGEoWL2PbADcn { top:13.0625rem;left:14.5625rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VWSec6oe8bpuzkLOqiMSwSaVyEnoJh { top:29.6875rem;left:16.4375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTZ4bvi6vShIN8Hig5wSTi34AL7s05t { top:29.8125rem;left:15.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7rxNCEB0eZGe0qH6kEm4MHOoGUXubF { top:35.4375rem;left:16.5rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzHsrKS0Sns1Zh4aviiTeZqNfMGfGtO { top:32.625rem;left:16.5rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3G7nnUbZ9IJSIqugSRD1shAEAbElaGm { top:35.5625rem;left:15.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAXAl8X7WgHWBnbt9XuiXHQzyRD0HcS1 { top:32.75rem;left:15.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuUWZvg00kD5Z4fITgxdNebin5lrKiRw { top:38.25rem;left:16.5rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMoSoV7QhedBVfL4kXld3QRbSgs2sWS { top:38.375rem;left:15.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBpQkU8C1oxKefA2cK90SbLK97BF6a5i { top:13.0625rem;left:37.5625rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15aOiCzTexABGtHJTuGflvCNgOE1aLu { top:12.75rem;left:37.8125rem;width:3.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqZFyWM3xPIfAgpFrBgdAmwaaveCSUX8 { top:15.5625rem;left:29.1875rem;width:18.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkLD0E7AX4Usyv2ZJhOUTiSzIVU2Oo { top:19rem;left:29.4375rem;width:18.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy7tBTU4HMvgNmISNUJOECmdDGymdfyA { top:21.4375rem;left:30.1875rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZUmKFLDJqSvHu2XHHkTeqaL5gaStXS { top:22.375rem;left:31.625rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiGVEGZWLSmbQxQPEHTQtLvoEXQUT15q { top:26.625rem;left:37.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfWrIVbvST5vx764usEbt9Vkdpk9ZiKW { top:26.5rem;left:31.9375rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4c9gozD8DhJBH4grWZ30dQLR0zKeJn { top:29.6875rem;left:31.375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyza04uoBqLvVMmr1qwAHliqrbRiDSFr { top:29.8125rem;left:37.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGoJzCz8kySMpGOeK2ABFCr2M8JrPAuC { top:32.625rem;left:31.375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnuWT18FvbKKool39TSAkONwhWcKGFXt { top:32.75rem;left:37.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF8iKCP71gWueHcMskQrtWPyxHZf9i2c { top:35.75rem;left:31.375rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTxtSRggGAthrwsmthbTLaT5ueGfTM8 { top:35.8125rem;left:37.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1awcgsKu99zOatTQ3QdTomP82NIT6T { top:37.5625rem;left:31.375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkG64UNS9VBAxSVKya5h7SU6qQVOMNGC { top:37.6875rem;left:37.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vls17cTfgI5ogTcUkgUCXXZ1wrT0ICI5 { top:41.1875rem;left:34.125rem;width:13.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3ssrRiFEATRwRNDta4scJVfJ8nRHCX { top:41.625rem;left:40.875rem;width:5.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mek9B28vmPdsRIv6OuPT1VCG1kUcOmk0 { top:41.625rem;left:39.125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8f4S2q5vXfuePcwFqioDiXJWZUEVSuC { top:11.5rem;left:0rem;width:20.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az9WC5EZhdsXRPtGGut9JMmXAixhQCQg { top:11.5rem;left:27.125rem;width:20.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49UfnSA333eG1mzG9tcBqdDhkxQuJpa { width:20.5rem;height:3.875rem;top:45.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9nTubIsVo7CI7X0P09EZvBQ1tCLea2 { display:block; }
 }@media only screen and (max-width: 763px) { #IV7182LZzvWBDv2XyO9nwbt8EXC9poJl { display:block; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktLRk0Fc8MWvfGFfQQN4ukM16Vn1eGEQ { top:6.625rem;left:0rem;width:17.375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbUsdJwUuTza7GhQ2nOencxk0kfdxKU { top:2.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3TXIG83wSvnQL4r4QtAiHsNQMHrNI2W { top:7.25rem;left:18.1875rem;width:26.6875rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faledr58ewV95cfgG6uITxuWxyolTJgs { top:16.8125rem;left:6.5rem;width:41.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRZM8M77JmPN3slo1wL3vyBW0b6sHkoy { top:14.25rem;left:7.3125rem;width:40.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvGudhKL3zM2aM8GUQFcxtwGSFrzKcR { top:24.4375rem;left:8.5rem;width:39.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSsxp13oo00wF3ZVUpfVQSswbJwy4Vvq { top:26.0625rem;left:12.125rem;width:35.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPO9PtTc92UDrz7EJAmreTXUR7K1qBQC { top:27.875rem;left:17.5625rem;width:30.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQTco00N3dSFnpC7Ahn3VCkuoStgZbz { top:29.375rem;left:10.75rem;width:37rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXDf5TOwBAmmviauiKiU5moe1qdtNmDQ { top:30.875rem;left:17.5625rem;width:30.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wS0nswuFSGoJhQEAqTG77ppoOdgwZz { top:24.625rem;left:18.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKxB96Iki8zT2ZF3SXauxTOoPdHUgnx { top:26.25rem;left:18.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta18R9enH4U5FqAUP3SeAXG5rpcWZMOv { top:28rem;left:18.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK1Nb6cvouo7vaHDguE9hFeypaeEQXW8 { top:29.5625rem;left:18.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTK7Adr6KaxTTOlT5z0tozbaBIKBLCDd { top:31.0625rem;left:18.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWN7qhP3yPegDFzSct8Jv1x0m1stVJi { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K23ErTZHMWFcB6CRKKWXTQZtEXOi85wQ { top:43.5rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD { display:block; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWdzTsBkATRwuINpK1to6Bxs9c2FBnb { top:1.375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcV44FxHPMpCR2kgUEEqFeqIlVJF9gT { top:12.0625rem;left:0rem;width:10.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB3DPRTSiDCJmlbdw9vo8a09eTfZpwdu { top:12.0625rem;left:19.25rem;width:10.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGihuuTcspbKe1w0ofOWfxPfiqCIktPb { top:12.0625rem;left:37.0625rem;width:10.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oosCefOfuzptWL5OFMgHIA1AclBTlzu7 { top:16rem;left:0rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQkhB9QmO4TZtSh4LfnhEVM0O6kSuWS { top:15.9375rem;left:15.8125rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZiP0yJJ1T1EhE93iwt3otnCP7DTKp23 { top:15.9375rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFh4ngyZJvcr4WhqVuwDByUz2r517f6 { top:17.25rem;left:0rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6nDzWOxlU2dNABSztCCG9kE9un6sm9g { top:17.25rem;left:15.8125rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otKqQFAcgiToH3qpND6kah6D6wgFbrlT { top:18.5625rem;left:31.625rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnFcAZrfZLN1ZoJqpaRyxoRWJuVONnT { top:21.25rem;left:0rem;width:28.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLvHTPN8qRJ99gI0I8JZWzT6M3dR0Qa { top:21.3125rem;left:18.875rem;width:28.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5IwtT4SehiEyKzTiaqxqIiU82mHWxpp { top:22.625rem;left:0rem;width:16.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDs5a7prhOUxiGmpCPCJDAI1w47NlPq { top:25.8125rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBEAsvLCTcdvnneJTFDuNd9JNXD117cb { top:30.125rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Il4kKs8hTO2iVwfGu0bsAy4wGbW5gr { top:32.6875rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrPbxpMZgpi30ZPaDgl86xEP4xLRz9N { top:35.3125rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMG9BVuffo8rL5enSg4CP3G4FvkxSxsE { top:27.875rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3q2K3tUzKbVTEXWxl7bXzI9hlzAi9EX { top:22.6875rem;left:29rem;width:18.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoREba5PKDl3eV1SockTySRoOC8t8NhA { top:25.875rem;left:26.5rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUdDm5IVyxxirqPQbokooVKR72geVuEp { top:27.9375rem;left:26.5rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZECfdnmQtaQsx5Siq8L97iV24iTC3o8 { top:30.1875rem;left:26.5rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSdP9ys4Kc2GlOm03qKmr2AL8EUIcnBh { top:32.75rem;left:26.5rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8w3HWnWlVBGe6cJrPHB67gkrlXivtd { top:35.375rem;left:26.5rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPtkKUZkBK7Q9xE66XK2Jpc1ZA1LgAk3 { width:20.5rem;height:3.875rem;top:39.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLsccfZJnqn2Gocq9E7SmB502Tgk3THr { display:block; }
 }@media only screen and (max-width: 763px) { #dgR49pnVZxDum0huppGXPsI8CCixNTBg { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKRrsd7HUwCVN4PGdmD7TgnH8U06g1y5 { top:40.8125rem;left:0rem;width:33.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z { display:block; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFH8CQuUkAGw5Ka5obbEsEhfkPoHL3Bi { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrECE6w2ORffsdBR4eJNBOzIxkoQxeub { top:12.9375rem;left:11.25rem;width:36.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J00TFbQ97QE7E3K07u7mPwRibQ81Bprx { top:14.25rem;left:24.625rem;width:23.125rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CxD7dis7AOlEQhoH1eX5leEfsNIMQC { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOkrRZSwEfy172qDFo5ptH6HW1kgXOa { top:9.6875rem;left:36.5rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AO2EAgZC7O4zUZFoWB8EVoSagiUyBu { top:31.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrB3ShAbTZPwUsNHcEIZSGGgFuuySG0M { top:19.75rem;left:21rem;width:26.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLCGptFOR5vC5deKgiUmnrDt7ClwoqDB { top:28.125rem;left:0rem;width:28.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wycxfeBzzbOZ5znR6s4oLthkKWFpZOV2 { top:18.75rem;left:15.4375rem;width:32.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhg3eJ0LV9J64UpV4yBk5zWDkwy8w6gW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pHH9rvZHrwXywlDRemiXbuNDk4Z33Ekd { top:13.5625rem;left:20.5rem;width:27.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTn0ZuMCfLQ6ZUSsWUkaXfhS3fpH5cWE { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N268cW7IusZsEirrIoNyF6Wns9DXLx1m { top:15.4375rem;left:18.5rem;width:29.25rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI7oth9LJyArtg1D0GbSs66XVxg62oOk { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePXaIkL4CVq1hJd5HvzKcagi2tTnA4pa { width:13.9375rem;height:3.5625rem;top:34.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lape1reaFVSsSOI5xF0m65PTxN225sHV { display:block; }
 }@media only screen and (max-width: 763px) { #mNQrSyrgrXfc1tu4ghMisx3Qt8k1LItP { top:25.5rem;left:21rem;width:26.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyRzG2PcfKOF67tDdzl2uhmpZhWCT7y9 { top:23.4375rem;left:40.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1m0FeTlqOWGohTkbckKTLxwttQcDlpp { top:13.625rem;left:0rem;width:16.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWg5ky3xVA2BDSqSHwNouDRyJ7VE6Qn { top:17.625rem;left:0rem;width:16.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgX93MrCkywZhGDmXUS2uE70xmfafMq2 { display:block; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCy4C76UeXX0fEMzCtbzJtIhKcwn4SFB { width:22.8125rem;height:3rem;top:37.375rem;left:12.43798828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9B455aHOTUAb35chSEBvtlDwTUex6DW { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlgmGqlUEkH3JNrI1Xg70ebqTDmkCic { width:44.75rem;height:3.8125rem;top:2.9375rem;left:2.3134765625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEOob6d7B3HzOm3iSyTemt0SWbf4ytUJ { width:27.375rem;height:1.75rem;top:11.25rem;left:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwZt3y2wnSqIDsiTgugdu1Mz2hT1NfEl { width:42.1875rem;height:4.5rem;top:6.75rem;left:2.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSFKRS4UTqSG2gVmJb2xTmJJ8BKByXVd { top:29rem;left:0rem;width:24.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0xI7fszvAfWZITXlq1K4S36TNJnbpT7 { top:29rem;left:24.9375rem;width:22.8125rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbmqS6i8g50Bcv7hpm43SpLVgLVG0tZp { top:13.5625rem;left:21.125rem;width:26.625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLvd2tdCyM83PS1UdPaSo2t9a9R8fKt { top:13.4375rem;left:0rem;width:26.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPtzbWUAdnO67O6fTUI92cq2XUra1zST { top:33rem;left:1.5634765625rem;width:18.6875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmFUX4wRRkk6OXBbXQXsi6c5tTbxzIpR { top:33rem;left:32.0615234375rem;width:14rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sthFrogVcxAPXOdqSzXZ4THW4TCC5d { top:1.625rem;left:0rem;width:47.375rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ { display:block; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okVisbTJbLwCCmHw74IMnhuFnNcfS8oo { top:2.125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRtu0f2JLCIJU6fNwdS430yUp07h0vI { display:block; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmvgcT4wxWNGJQBV2XtauPRngbkDbGDf { top:1.875rem;left:0rem;width:33.875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCvxUvLf8I64coAAVlTv1h46K9qcEqID { top:4.625rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwRt1nyLaEs9hQykc4XmGDsJv4vCcbaO { top:7.4375rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWClzoZ2RGbZMHNxocNT5zEz6SFv2HT { top:9.9375rem;left:0rem;width:24.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwszbHdgnwF3BdzTxXg0wI0qb9xHCmlp { top:21.6875rem;left:0rem;width:31.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr0lSZ4gkAx8WFvxvKMXySf93uaiIali { top:24.0625rem;left:0rem;width:34.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1A6SMTiPaI61FgTXKWtam18fkHTiK7X { top:26.4375rem;left:0rem;width:29.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R166ixNd930iSDRIswsGHlSOlriMxUND { top:4.1875rem;left:0rem;width:23.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh3nLBFV7Th8dKGM8277sXZ6oLHmLb1 { top:23.4375rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Cw9zbffiLaD8kzWKQafdC0P9z50n1J { top:25.8125rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdpxQyrOHudLL97L0p3ateSIQFvVXHA { top:13.75rem;left:0rem;width:6.25rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZoAWJnPXv3XNvGpT4SwRQCSOrqXcKN { top:12.625rem;left:0rem;width:19.75rem;height:6.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { top:10.1875rem;left:21.5rem;width:26.25rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:21.5625rem;height:23.8125rem;top:11.0625rem;left:23.6875rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:21.5625rem;height:23.8125rem;top:11.0625rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #v7gHUBEq5HskOIzIdEHIR7PK0ZeFZkwA {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #ExMMsvSM7ORHZxKeg7fGOikc1WlNMVtT {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #L2gxDQiPnFVqvfxt8ZWygbgHIILcuekb {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #hSTtwOZe40khTz8dlwVccoSfWsdgORNC { top:30.625rem;left:0rem;width:30.0625rem;height:6.125rem;font-size:1.1875rem;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
 }@media only screen and (max-width: 763px) { #zFqJsanTE199q4b2XvhJglwatUXhxCUL { top:1.875rem;left:22.4375rem;width:25.3125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtasD3aIZbowPPAVk8QRgiOzCRa6ktZO { top:7.0625rem;left:12.8125rem;width:34.9375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGId25Kgu1184Z62cuxVcDFBgw2xqZHB { display:block; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpk8Ba8dgJZFxbh6QntwUTnTmLuDdF66 { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAm0oqTPcyCuTS2Trp3uAKhOtWCaXZFm { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIW9HrQabD7P9SdtLTFFxH1C6Ody9Kd0 { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfhibdpU9ClTsXfx6zCLqFhFnilgWPX2 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0aoXedI6X9F83WgRr09TwJT4rXiwXs5 { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3oKUfpTXNhXHh5Q6k6BLTMoxz9wFpbb { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf3pWvl6SghNUPPiX5C1eVJxPPODLHK { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEgOXuPcxldAEATL08NkKCt0dSEbsvd { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pktOrfwkbLAn9ipI7MPiqcn0K6uzhlw1 { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pca6os0GsFO2zDveRAZ1nVv24soXetOT { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFEXy7frDyyMdLuU0fbQ4VqMwtyvtUW { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BevxmbNS8Wu2hkWKADolaTnDfZrkCDyR { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4btbc2v6azTpbpTeL7d3Q3EDgerMPyq { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 { display:block; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ { display:flex;height:auto;width:45.25rem;top:10.0625rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #N1n3o8blvMHUfoiAdx918TRcCTt7KiWu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #l1KeLh1QqWzoiziOxXhW7TROtiKuznZv {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #CC98M2WHgHTTudnKV5E23HK9GVd3e9q9 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XT6VP0UCWS6Xzu6IaTzqLixFSqM9GrJa {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #HDZguPJ2eoypDOGXrewm9afyKBObm8aU {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ihsQuTWzsrkrD9Rz86OGN6bhr8pR8y8x {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #X96taV0310spAgMN4kDuvF7rHQBupFRA {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #DE0Aub2Piy9RlZeaX4yvZc4V51i6tE50 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Cgt0rEdS2yHFB3QPG7QrCIlT9RQv5GRt {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ooWt6qUNTRG39DTmLNz2Uu8gA92ICiy3 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #f5pWC2SUTXLu1LFPTNuVpJWmBOWvgwDX {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XHbB6pMVrTazLS93xkeGa13CypmVBtOu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Tv256sw9Rdh4pM2AKqd46TDAcId0Bt7B {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #rgIJfEiU1uSKbTVa1r57fmGOtDCGdiTu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FF3567m6o6RPNFcU41O7yTbvsldUomcx {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #TDVgWHQ5ONtZsAawqkMPrbgCNn3cxbG9 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #KodVyc2UC9LL0QvQ6we4FB68aCkfJWIG {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FSbb7fec5VVteGtwGJCAFrW20foRLr74 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #LOvl6cgSbPOhv4Q0bRT72m3GeGNPJes2 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #nxNWNoq6fe2Lfti1mFOQchh017X7teg3 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Wyhr2kc85e3mT6laWnSUNKV8TTfKcyVz {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #OrKwXtXatXL6ocfRGv321Gh8mtH2VVsg {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #E4uUXwegL78GJa70p7xPMPXfLrRf1b4r {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Dgq9GtL4PUeSBFII7DFKrv7yaNAD42Rn {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #W50Zp45Zpa2VWwFW0OIbZDbCFhTv3NoT {  }
 }@media only screen and (max-width: 763px) { #aft26XI0TcaoM6LTPeAyA1raUCIRXaaJ { top:3.375rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.3649768868188rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 { position:relative;z-index:auto;display:block; }#LUXQH5vKtQUe1ahkUfVqhw1b5UuypTA6 > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTikiyQki8qIy6XDtSv0ksCAH718d8rB { width:14.3125rem;height:2.3125rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3Z2mJBW6hczI3LteUsPKsM3TInfE46 { width:11.625rem;height:2.875rem;top:4.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieoB07JmuPgL1pWAD7ZafG0rwbTkN6kh { display:block; }
 }@media only screen and (max-width: 763px) { #vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew { display:none; }#vSHaZEhwhtdSRPgSSZTMUk6Fw3mCvdew > .row .container { width:20rem;height:65rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Au1x4HfC1lgrOKUmhdsGQylCPg6LitRd { width:20rem;height:20rem;top:34.9589875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdIS9AbZyLtdFDbmLMo8xgsB4R99Qum { width:14.25rem;height:2.25rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpiiZL1mT7im4JzgLvXWVXcEcyeCKo9A { width:12.375rem;height:0;top:1.6435546875rem;left:4.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF2EmMGihiaIrEStbZaI1b0JT13RLRLW { width:20rem;height:0;top:11.4589875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owzW54UNDy2yrnzzEyT7wQ7UNT4JEwuD { width:20rem;height:0;top:26.8339875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsuA0kzxETHsUlha8S3kfdl7WyoJK5Pd { width:19rem;height:2.875rem;top:30.8339875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJU8dxCebwdfyhSFdVDAupgI9aOUy0s2 { display:block; }
 }@media only screen and (max-width: 763px) { #o1Euy1hm0xZr8MiXizu09q2enhCkLwTo { width:20rem;height:5.4591836734694rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAyhTMCGW33RhXL6XOMF4iiaadbLzFpf { display:flex;width:0.9375rem;height:0.9375rem;top:54.2089875rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #Vatak8TFma46D8CldbGWouG5Q93DXom8 { display:flex;width:1.125rem;height:1.125rem;top:54.0214875rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #nOiTUCimIoNfatXgWP2TsnFmwRSlOywB { display:flex;width:0.8125rem;height:0.8125rem;top:54.2714875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JKh64t32OvksF8cf5Ae0xsTI5wxr0KTQ { width:6rem;height:0;top:54.2089875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKp3CAAWNd33Xy3Tn1FmbvzA3mWgPKnw { width:6rem;height:0.9746125rem;top:54.1464875rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT7OMnJw9TwncSCdcrSrAsB6nl0wPvCS { width:6rem;height:0.9746125rem;top:54.1464875rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maa85T5E2hvxr9goqpfTkKG0CFfdPByD { width:20rem;height:0.0625rem;top:56.2089875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsv0rctgyxDRx7Bb32k8GrW5kOdyvcOI { width:20rem;height:2.11230625rem;top:57.5839875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe { display:block; }#qwRH0NTQZVu5A9eI7iRhrR8tygyPilKe > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWK8O5IxuUFvVXSN8K7niA9Il8UoJCB1 { width:14.25rem;height:2.25rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRlAn7ANbQ0ApTF3sAyvW2wdruRxpiP { width:12.375rem;height:1.4624rem;top:1.6435546875rem;left:4.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQPawADdSK68WNFHSt7BNZ5FQPHmeEhT { width:20rem;height:10.07425rem;top:4.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5znpN4aTmRRSZLxOn6AZxyrzv6degwh { width:19.375rem;height:3.41161875rem;top:44.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bv3T4bLUblTiPltza8rkU3dAqzaQksTX { width:19rem;height:2.875rem;top:49.2294921875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKXOGT9DTTHkpq7od4dTPt3ydTHpEIV { display:block; }
 }@media only screen and (max-width: 763px) { #pFd3Sg1AuaHT6GaR0sXHptem0eXAM8gv { display:flex;width:1.125rem;height:1.125rem;top:55.375rem;left:5rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #ZrlkM8XZ1An89tHJhcfK9yXbBmlnSRJx { display:flex;width:1.125rem;height:1.125rem;top:53.75rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #pGTHMbPBpVSWO4wQJTe7qi1F1fmtfhyC { display:flex;width:0.8125rem;height:0.8125rem;top:53.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Qh9Apb45P6whMIwvbodX4IHudz7KPt2y { width:8rem;height:1.21875rem;top:53.6875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQq6SkrfZBzvx5qCelhaS7RXkFsWwAM { width:6.9375rem;height:1.21875rem;top:53.625rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbLxcJs2mOtVScwbLQ4UuQNxuHkr5PSG { width:7.875rem;height:1.21875rem;top:55.375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmKE1kFFqam2COo60mS38TA9tiD6KcSR { width:19.375rem;height:0.0625rem;top:57.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJIAP7ndgwZ0kxkPgfoTH5DAPI8Xt95m { width:20rem;height:0;top:60rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uSfXu92GJ7l4xINEH954TXcZt7TsGUWJ { width:18.4375rem;height:2.76171875rem;top:41.25rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eF4ayGlLmi9nCQKFHRQT5TTvnfOK9mJQ { width:20rem;height:2.92480625rem;top:58.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dIl6i0JZOFoLaRegH2dnR7mx6F5ZNvyA { width:18.5rem;height:25.3125rem;top:15.1484375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veIbk1Fp1aTC5LWHhmSGavwyn980g3CM { display:block; }#veIbk1Fp1aTC5LWHhmSGavwyn980g3CM > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n37ZS6ACduEZ4VnwvLXU9mOzhXucB2q3 { width:3.6875rem;height:3.0874rem;top:1rem;left:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKI01M2qc2ykifecN3LyuTXgWHP416Xk { width:3.6875rem;height:3.0874rem;top:7.125rem;left:5.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRT1tPy03KxdQtxFrb9yMK33mJibiFA { width:3.6875rem;height:3.0874rem;top:13.6875rem;left:6.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3mfm0oSxOzbagEfZUtQxzSxbtwliVgy { width:3.6875rem;height:3.0874rem;top:19.9375rem;left:6.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXz1dTILNau5gb9lWDkOiNKCzqFdqxFT { width:17.75rem;height:1.21875rem;top:3.974609375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCB5fFoXhzUTUhBPtCzC9N9qSBilF6Z1 { width:17.75rem;height:1.21875rem;top:10.21142578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9u1lxT80PQsik1twZFxSx4cLlsV6fpE { width:17.75rem;height:1.21875rem;top:16.77392578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0tiku5ZIC0B1upQ3Wtl5gd61WL0tfC { width:17.75rem;height:1.21875rem;top:23.02392578125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTQnWLyM1Gg6fqTmriO4csQpbrwklPB { width:1.625rem;height:2.4375rem;top:1.4375rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotkMvuWTMi0uIhx4IaabhdxWHqEXcNC { width:7.625rem;height:2.4375rem;top:7.4375rem;left:8.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhl9bNC7pK7GBW8ggxqvn1wWFHsWtF3 { width:4.1875rem;height:2.4375rem;top:14rem;left:9.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx64exWGmh2XpcIazNsQGIs4tPTnkFIT { width:2.875rem;height:2.4375rem;top:20.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d07rc9BydDgdk2tvHugI84Rneti3LUcy { width:15.625rem;height:0.0625rem;top:6.375rem;left:2.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uoOR3WWx0uNXXHzEzkNxux1VEBtUpmmX { width:15.625rem;height:0.0625rem;top:12.9375rem;left:2.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #yzACfKA1JPXWqSoU0TBw3dh6JVStIEA6 { width:15.625rem;height:0.0625rem;top:19.25rem;left:2.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk { display:block; }#nOCyugBb3B0lQauDwWUX6ezEKPG1rQqk > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz7OpP69vfPR2LFTScUuirtsInZSt0Gx { width:16.125rem;height:2.25rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPDdoimcUwF2VToboTTUcq4mzaLLdBNv { width:14.3125rem;height:1.625rem;top:1.537109375rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8aQ9cNwNqMXoCVoibh2TIlA1lmAXHKA { width:20rem;height:2.11230625rem;top:4.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzkrOUHCTV4nTO9HWgTuK3JJQ1811v1c { width:19.6875rem;height:4.25rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS6nuOQNQV0quROJMHwNS1ypItKrg9aL { width:16.1875rem;height:2.92480625rem;top:9.287109375rem;left:3.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PyPvsX6lINQLJt2TKhbuAhdnCMAyNpQD { width:19.6875rem;height:4.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp6HuQVVSQLUHIHc6NgKzVk4gOVtRaPD { width:16.625rem;height:2.92480625rem;top:14.6875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeA7nRWLoSfcAu2don2mPmv7D6DtHQ7t { width:19.6875rem;height:5.1875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt0I9KVmmTbHMQVCVEoG7wGPC268wNQ9 { width:16.625rem;height:4.38720625rem;top:19.875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfwVTuqEUFT0TDkMqeiywfopks85dmJu { width:19.6875rem;height:5.25rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV56tPPyFPsoRceJC3w03Qb22S38xbNW { width:16.3125rem;height:4.38720625rem;top:33.875rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBwLzd2cRWRTrF7kUFKdsDkdGSsc56gT { width:19.6875rem;height:6.25rem;top:25.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6gT9eFcJtCW5O6LTXw7W0EOkpOhBaKX { width:16.375rem;height:4.38720625rem;top:26.6240234375rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnT7ZOxczwGo0QVdGhT9zEMnMECGsEmO { width:1.8125rem;height:2.11230625rem;top:9.6875rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE0fflX822LxzAdvXrIS3627AOL5RvRi { width:1.8125rem;height:2.11230625rem;top:15.0625rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avSlvVQ5brm6XuW1TbE4tFfdcHR6yPaP { width:1.8125rem;height:2.11230625rem;top:21rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhcv6FbAZRMrKnFprCaAaT2WSnwICqdM { width:1.8125rem;height:2.11230625rem;top:28.01806640625rem;left:1.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dor3SOUX6OgnJ2cSFiuqa7xIXKu0S6mD { width:1.8125rem;height:2.11230625rem;top:35rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 { display:block; }#MQuCNSIWDMLUeXyymA03wHiC8eDDP5F3 > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQO0daZcTOD8ARapzQpG6dBpJJNSlE8F { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeA3Q6JkkervNHqIR9nbXl492i7UUDxd { width:19.6875rem;height:5.875rem;top:10.2978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBPkbz2POhMzhHa4sKTKLmUTEXFiNVF { width:18.125rem;height:4.875rem;top:10.8603515625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWCyP8XsKkdE5X6iTVaL0MRPi0z3m1ig { width:20rem;height:10.994125rem;top:78.34765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAAJKT1ZqNOJNllHqF2NilTfL0qNI7yy { width:20rem;height:9.875rem;top:17.8793671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhxpOGad93fuPZAJcFqN7bbV39HttRM { width:11.4375rem;height:2.03125rem;top:21.8168671875rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd4DINGancIGVcPG5Z3uGmqtIa4cfBfK { width:1.8125rem;height:2.5996125rem;top:18.6918671875rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16TPGWCOgz3dHuGGeUovVXOPx3TFc5T { width:17.4375rem;height:2.5996125rem;top:24.4418671875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqbDopLsnBowL9CBKf7uyxiFUOGLFQO { width:20rem;height:9.875rem;top:29.0043671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8gqnouiMXq5qqadKed9XFca5pnMvb7 { width:17.4375rem;height:2.5996125rem;top:35.5668671875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4HLZ1ZPZQxzuPZ7JzuWIC6B1WMFT0qD { width:16.6875rem;height:2.03125rem;top:32.8949921875rem;left:1.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCpGFppydWi0EE7M23Cw3wrnXCXhreFp { width:1.8125rem;height:2.5996125rem;top:29.8168671875rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKmUCbnDmcPTqygnQ2XvmT7pQz5LxD5G { width:20rem;height:9.875rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCHeUByvFhNDAGgT19onHS5XPdoaTH8x { width:17.4375rem;height:2.5996125rem;top:46.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlETeXXS62Sq5ruVWPmbne1EJgBF7xpX { width:20rem;height:2.03125rem;top:44.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9lUQ2FTZVIonM0hgGEyFlVxQtHouyu2 { width:1.8125rem;height:2.5996125rem;top:41.125rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzIbFTDbALEKbheU8R3a2oMtz4TKUtP { width:15.1875rem;height:4.38671875rem;top:51.75rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWU2xFQvzM0orKPWt7xwfXL6g3mD3yh { width:15.6875rem;height:3.0869125rem;top:57.75rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKf64OddpRpCXQGNpOq2DLfi0VmZGSib { width:15.0625rem;height:3.0869125rem;top:61.5rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOyxeTyCULyR9Wq0hC7Qsv9P1L5aywS { width:16.6875rem;height:3.0869125rem;top:65.5rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaG8dxttsVWw7Lhvnwt6hz6WgC1F09I { width:14.1875rem;height:3.0869125rem;top:69.5rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1WOLexGOuBk6QyvHOZJalIVqGESCtNz { width:16.4375rem;height:3.25rem;top:73.4375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehSfzC8Q1XfPt9AtJdq3ehU8f2cQ52M0 { display:flex;width:1.25rem;height:1.25rem;top:57.875rem;left:1rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n6KCx52k7TAVJlsNyNS997pTFZvc1q6S { display:flex;width:1.25rem;height:1.25rem;top:61.625rem;left:0.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BOaWIyAR7RdMe6AUbzX1Nvyy1gg9iS4n { display:flex;width:1.25rem;height:1.25rem;top:69.5rem;left:1rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yIwBzFdz13MOWVoi1lIthLWuBGFshD4L { display:flex;width:1.25rem;height:1.25rem;top:65.625rem;left:0.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lgNmhura5OqG1GPpLWdTAsz41QRJnMRF { display:flex;width:1.25rem;height:1.25rem;top:73.5625rem;left:0.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 { display:block; }#Vdxx44HQGBaQxNADuitHSSkrP6JNTWF5 > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flderEaqbAPXAwqT6oiTVzFwlmqwLoPr { width:17.875rem;height:11.9375rem;top:11.76171875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWhqTqlr50IO9C5wOFFDrlGoJMlns7LA { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfSsHnF6ZPFGwqOZKT6vsTuTvcd8oSQv { width:17.875rem;height:11.875rem;top:32.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtfi3EHNAledvzklKB7Xk6OnGyM1f5K7 { width:17.875rem;height:11.9375rem;top:53.82275390625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGrI5OtamP9xpr7kiV8LxynqFoJQxd4d { width:20rem;height:4.0625rem;top:7.69921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimhAuq80wNo7CUbHzlflyq8MT1OTEhG { width:20rem;height:3.16845625rem;top:24.63671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7ftCvQcPgXbI5qXzU3BiXae5bFCmV2 { width:20rem;height:2.03125rem;top:30.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmcaAfkaCzUbg7zrJGUaHhe92rrvHOID { width:20rem;height:2.03125rem;top:50.73046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEM96MZ1NneVeL64PElPIKNq66dVv8X { width:18.8125rem;height:3.16845625rem;top:45.44775390625rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1L4mFBxJe6S828ag83wbh0VfvifmsrK { width:20rem;height:3.16845625rem;top:66.95947265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul { display:block; }#cmttJnkpTGmtPo2W6ZTz8f4i0leFXmul > .row .container { width:20rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACdfJ31nqJR9R2iRNgkkiae9TLFsl4cL { width:19.9375rem;height:32.5rem;top:44.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2iPc0UBwmGifrspHAQ9exU3euVbGVUP { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSknRNpHZBx3FJEtQByZzoVHwt58GCt { width:3.8125rem;height:1.8125rem;top:11.5483125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9sreDF7a2ndSRPRyz8y0ZBhBhKtc82c { width:4.25rem;height:1.29980625rem;top:11.8608125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9XGdBUVTQLp5tx5mNMTVkgzhAf0Dxo8 { width:16.125rem;height:3.4121125rem;top:14.3608125rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvaXgpDzQWUDVhxXaJHZLQpbTFh9vxJ2 { width:16.125rem;height:0.9746125rem;top:17.7358125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1p6o8UFTPWCUnEWfuVOoABVsZsCSGn6 { width:16.125rem;height:2.5996125rem;top:21.2983125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqEXkOpZIziZ8VTrxHBa2yx5tIa3AmJ6 { width:17.5625rem;height:4.4375rem;top:20.3608125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEVJkWy7LAtTh2lHg9TR0wI3LziaRwwN { width:16.375rem;height:2.5996125rem;top:25.6108125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef3nsk1TJLGH63aGCBMlW7v77v5ZTxfh { display:flex;width:0.9375rem;height:0.9375rem;top:25.7358125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #zMmqocdtgL0zWpq1WJL3ZTa2KMzZ671v { display:flex;width:0.9375rem;height:0.9375rem;top:28.4858125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #QHu01ee3eVEfXcX3Z1dNIElJovTJDJpq { width:16.375rem;height:2.5996125rem;top:28.3608125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzu7GC5P7B8s6OyaMg0mF1vpnpVIdRP8 { display:flex;width:0.9375rem;height:0.9375rem;top:31.4233125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #KGXMztTuNmePoR5PdTZxLzTfSsOgL0VE { width:16.375rem;height:2.5996125rem;top:31.2983125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8KBJ7HZf3DnSx68L6KArw1i3udwiMSQ { display:flex;width:0.9375rem;height:0.9375rem;top:34.2358125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #CTHIaS1IfLIt7EONdrFQT8W1WXDGU26e { width:16.375rem;height:2.5996125rem;top:34.1108125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQONEz2C2sqEVSFwr3FRTdfpLcDScMOV { display:flex;width:0.9375rem;height:0.9375rem;top:37.0483125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ozvXuBfcLpTUX4L76KL76D7TEfr4uO68 { width:16.375rem;height:2.5996125rem;top:36.9233125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTSH769ANLFBzvbx2awp3JdNcy59DT3 { width:5.375rem;height:1.05615rem;top:41.0483125rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSHRaww7mNsa4ic122uhBHTQcmm6D2ly { width:13.625rem;height:0.0625rem;top:40.2983125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REck37Ei95FtdNbPFUW2xKTGDc4Wah8t { display:flex;width:1.125rem;height:1.125rem;top:40.9233125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #VAvNL0OoM1qkvHZJ8gmxuZGScRa3eh4P { width:13.625rem;height:0.0625rem;top:74.1733125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmHF6I0tgcypNtwrTqoApFqsWfKCI0mz { width:5.375rem;height:1.05615rem;top:74.7983125rem;left:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUTUN2DSIxkvXvuzaDVT8HceMp79DmJ { width:16.375rem;height:2.5996125rem;top:59.2983125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSDikXBwmCHetFS0TvKgaGRuIKmaT02 { width:17.5625rem;height:4.4375rem;top:54.3608125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNT60wdwBJkaN9IGJGJAfQO9iRGbyaU { width:16.125rem;height:2.5996125rem;top:55.2983125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8oaL5vi4lfew18C2WOUueD6h1LLmumO { width:16.125rem;height:0.9746125rem;top:51.7983125rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw8h4hOJHZpCyHFFl1RrynrCTVG18DbZ { width:18.625rem;height:3.4121125rem;top:48.3608125rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XBLSOqPK5T6DgEF9DDCe1QFtzDLfRW { display:flex;width:1.125rem;height:1.125rem;top:74.7358125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #KD9qLECTzTvr9Hc3c8CWEgHIp7vlaDfS { display:flex;width:0.9375rem;height:0.9375rem;top:59.4233125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #w8scmmS4hlhpwJAcMWXlhe6WoJTcdeUT { width:3.8125rem;height:1.8125rem;top:45.5483125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDui93Tsk28hxhORgGmGEoWL2PbADcn { width:4.25rem;height:1.29980625rem;top:45.8608125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VWSec6oe8bpuzkLOqiMSwSaVyEnoJh { width:16.375rem;height:2.5996125rem;top:62.4858125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTZ4bvi6vShIN8Hig5wSTi34AL7s05t { display:flex;width:0.9375rem;height:0.9375rem;top:62.6108125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Zn7rxNCEB0eZGe0qH6kEm4MHOoGUXubF { width:16.375rem;height:2.5996125rem;top:68.2358125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzHsrKS0Sns1Zh4aviiTeZqNfMGfGtO { width:16.375rem;height:2.5996125rem;top:65.4233125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3G7nnUbZ9IJSIqugSRD1shAEAbElaGm { display:flex;width:0.9375rem;height:0.9375rem;top:68.3608125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #lAXAl8X7WgHWBnbt9XuiXHQzyRD0HcS1 { display:flex;width:0.9375rem;height:0.9375rem;top:65.5483125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #zuUWZvg00kD5Z4fITgxdNebin5lrKiRw { width:16.375rem;height:1.29980625rem;top:71.0483125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMoSoV7QhedBVfL4kXld3QRbSgs2sWS { display:flex;width:0.9375rem;height:0.9375rem;top:71.1733125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #zBpQkU8C1oxKefA2cK90SbLK97BF6a5i { width:4.25rem;height:1.29980625rem;top:79.8608125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15aOiCzTexABGtHJTuGflvCNgOE1aLu { width:3.8125rem;height:1.8125rem;top:79.5483125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqZFyWM3xPIfAgpFrBgdAmwaaveCSUX8 { width:18.5625rem;height:3.0869125rem;top:82.3608125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkLD0E7AX4Usyv2ZJhOUTiSzIVU2Oo { width:18.3125rem;height:1.94921875rem;top:85.7983125rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy7tBTU4HMvgNmISNUJOECmdDGymdfyA { width:17.5625rem;height:4.4375rem;top:88.2358125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZUmKFLDJqSvHu2XHHkTeqaL5gaStXS { width:16.125rem;height:2.5996125rem;top:89.1733125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiGVEGZWLSmbQxQPEHTQtLvoEXQUT15q { display:flex;width:0.9375rem;height:0.9375rem;top:93.4233125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #qfWrIVbvST5vx764usEbt9Vkdpk9ZiKW { width:15.8125rem;height:2.5996125rem;top:93.2983125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4c9gozD8DhJBH4grWZ30dQLR0zKeJn { width:16.375rem;height:2.5996125rem;top:96.4858125rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyza04uoBqLvVMmr1qwAHliqrbRiDSFr { display:flex;width:0.9375rem;height:0.9375rem;top:96.6108125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CGoJzCz8kySMpGOeK2ABFCr2M8JrPAuC { width:16.375rem;height:2.5996125rem;top:99.4233125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnuWT18FvbKKool39TSAkONwhWcKGFXt { display:flex;width:0.9375rem;height:0.9375rem;top:99.5483125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #EF8iKCP71gWueHcMskQrtWPyxHZf9i2c { width:16.375rem;height:1.29980625rem;top:102.5483125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTxtSRggGAthrwsmthbTLaT5ueGfTM8 { display:flex;width:0.9375rem;height:0.9375rem;top:102.6108125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Tb1awcgsKu99zOatTQ3QdTomP82NIT6T { width:16.375rem;height:2.5996125rem;top:104.3608125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkG64UNS9VBAxSVKya5h7SU6qQVOMNGC { display:flex;width:0.9375rem;height:0.9375rem;top:104.4858125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vls17cTfgI5ogTcUkgUCXXZ1wrT0ICI5 { width:13.625rem;height:0.0625rem;top:107.9858125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3ssrRiFEATRwRNDta4scJVfJ8nRHCX { width:5.375rem;height:1.05615rem;top:108.4233125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mek9B28vmPdsRIv6OuPT1VCG1kUcOmk0 { display:flex;width:1.125rem;height:1.125rem;top:108.4233125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #A8f4S2q5vXfuePcwFqioDiXJWZUEVSuC { width:19.9375rem;height:32.5rem;top:10.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az9WC5EZhdsXRPtGGut9JMmXAixhQCQg { width:19.9375rem;height:32.5rem;top:78.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49UfnSA333eG1mzG9tcBqdDhkxQuJpa { width:19rem;height:3.875rem;top:112.2983125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9nTubIsVo7CI7X0P09EZvBQ1tCLea2 { display:block; }
 }@media only screen and (max-width: 763px) { #IV7182LZzvWBDv2XyO9nwbt8EXC9poJl { display:block; }#IV7182LZzvWBDv2XyO9nwbt8EXC9poJl > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktLRk0Fc8MWvfGFfQQN4ukM16Vn1eGEQ { width:17.375rem;height:26.125rem;top:10.2983125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbUsdJwUuTza7GhQ2nOencxk0kfdxKU { width:18.25rem;height:7.7988125rem;top:1.1875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3TXIG83wSvnQL4r4QtAiHsNQMHrNI2W { width:20rem;height:0;top:37.6728515625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Faledr58ewV95cfgG6uITxuWxyolTJgs { width:20rem;height:0;top:43.7841796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iRZM8M77JmPN3slo1wL3vyBW0b6sHkoy { width:20rem;height:2.5996125rem;top:40.06640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvGudhKL3zM2aM8GUQFcxtwGSFrzKcR { width:18.25rem;height:2.5996125rem;top:52.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSsxp13oo00wF3ZVUpfVQSswbJwy4Vvq { width:16.1875rem;height:2.5996125rem;top:56.375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPO9PtTc92UDrz7EJAmreTXUR7K1qBQC { width:16.4375rem;height:1.29980625rem;top:60.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQTco00N3dSFnpC7Ahn3VCkuoStgZbz { width:16.8125rem;height:2.5996125rem;top:63.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXDf5TOwBAmmviauiKiU5moe1qdtNmDQ { width:16.9375rem;height:2.5996125rem;top:67.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wS0nswuFSGoJhQEAqTG77ppoOdgwZz { display:flex;width:0.9375rem;height:0.9375rem;top:52.5625rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #kOKxB96Iki8zT2ZF3SXauxTOoPdHUgnx { display:flex;width:0.9375rem;height:0.9375rem;top:56.75rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Ta18R9enH4U5FqAUP3SeAXG5rpcWZMOv { display:flex;width:0.9375rem;height:0.9375rem;top:60.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #aK1Nb6cvouo7vaHDguE9hFeypaeEQXW8 { display:flex;width:0.9375rem;height:0.9375rem;top:63.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #wTK7Adr6KaxTTOlT5z0tozbaBIKBLCDd { display:flex;width:0.9375rem;height:0.9375rem;top:67.4375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #xtWN7qhP3yPegDFzSct8Jv1x0m1stVJi { width:20rem;height:2.51855625rem;top:37.5478515625rem;left:0rem;font-size:1.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #K23ErTZHMWFcB6CRKKWXTQZtEXOi85wQ { width:20rem;height:5.8496125rem;top:43.5341796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD { display:block; }#k60ZEFfJBSMIWWiFJ2Q6T4NKuy9AwLRD > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMWdzTsBkATRwuINpK1to6Bxs9c2FBnb { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCcV44FxHPMpCR2kgUEEqFeqIlVJF9gT { width:10.6875rem;height:2.5996125rem;top:10.2983125rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB3DPRTSiDCJmlbdw9vo8a09eTfZpwdu { width:10.6875rem;height:2.5996125rem;top:18.375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGihuuTcspbKe1w0ofOWfxPfiqCIktPb { width:10.6875rem;height:2.5996125rem;top:26.5rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oosCefOfuzptWL5OFMgHIA1AclBTlzu7 { width:16.125rem;height:1.29980625rem;top:12.8974609375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQkhB9QmO4TZtSh4LfnhEVM0O6kSuWS { width:16.125rem;height:1.29980625rem;top:21rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZiP0yJJ1T1EhE93iwt3otnCP7DTKp23 { width:20rem;height:2.5996125rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFh4ngyZJvcr4WhqVuwDByUz2r517f6 { width:16.125rem;height:1.05615rem;top:14.197265625rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6nDzWOxlU2dNABSztCCG9kE9un6sm9g { width:16.125rem;height:1.05615rem;top:22.875rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otKqQFAcgiToH3qpND6kah6D6wgFbrlT { width:16.125rem;height:1.05615rem;top:32.279296875rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnFcAZrfZLN1ZoJqpaRyxoRWJuVONnT { width:19.875rem;height:17.25rem;top:35.4077rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKLvHTPN8qRJ99gI0I8JZWzT6M3dR0Qa { width:19.875rem;height:17.25rem;top:54.0327rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5IwtT4SehiEyKzTiaqxqIiU82mHWxpp { width:16.125rem;height:1.70605625rem;top:36.7197265625rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDs5a7prhOUxiGmpCPCJDAI1w47NlPq { width:20rem;height:1.4624rem;top:39.979965625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBEAsvLCTcdvnneJTFDuNd9JNXD117cb { width:20rem;height:1.4624rem;top:44.3012546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Il4kKs8hTO2iVwfGu0bsAy4wGbW5gr { width:20rem;height:1.4624rem;top:46.854965625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrPbxpMZgpi30ZPaDgl86xEP4xLRz9N { width:20rem;height:1.4624rem;top:49.479965625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMG9BVuffo8rL5enSg4CP3G4FvkxSxsE { width:20rem;height:1.4624rem;top:42.0512546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3q2K3tUzKbVTEXWxl7bXzI9hlzAi9EX { width:18.75rem;height:1.70605625rem;top:55.4072265625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoREba5PKDl3eV1SockTySRoOC8t8NhA { width:20rem;height:1.4624rem;top:58.60447734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUdDm5IVyxxirqPQbokooVKR72geVuEp { width:20rem;height:1.4624rem;top:60.67576640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZECfdnmQtaQsx5Siq8L97iV24iTC3o8 { width:20rem;height:1.4624rem;top:62.9262546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSdP9ys4Kc2GlOm03qKmr2AL8EUIcnBh { width:20rem;height:1.4624rem;top:65.47947734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8w3HWnWlVBGe6cJrPHB67gkrlXivtd { width:20rem;height:1.4624rem;top:68.1039890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPtkKUZkBK7Q9xE66XK2Jpc1ZA1LgAk3 { width:19rem;height:3.875rem;top:72.6577rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLsccfZJnqn2Gocq9E7SmB502Tgk3THr { display:block; }
 }@media only screen and (max-width: 763px) { #dgR49pnVZxDum0huppGXPsI8CCixNTBg { width:15.625rem;height:0.0625rem;top:16.53125rem;left:2.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #GKRrsd7HUwCVN4PGdmD7TgnH8U06g1y5 { width:15.625rem;height:0.0625rem;top:25.03125rem;left:2.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z { display:block; }#cNFLfEhRkWNcVrBsb03BEXHy54t5xk2z > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFH8CQuUkAGw5Ka5obbEsEhfkPoHL3Bi { width:20rem;height:5.19921875rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrECE6w2ORffsdBR4eJNBOzIxkoQxeub { width:20rem;height:16rem;top:29.125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #8d00d1, #101010);background-image: -moz-linear-gradient(172deg, #8d00d1, #101010);background-image: -ms-linear-gradient(172deg, #8d00d1, #101010);background-image: -o-linear-gradient(172deg, #8d00d1, #101010);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#101010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#101010' );";background-image: linear-gradient(172deg, #8d00d1, #101010);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J00TFbQ97QE7E3K07u7mPwRibQ81Bprx { width:20rem;height:2.03125rem;top:29.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CxD7dis7AOlEQhoH1eX5leEfsNIMQC { width:20rem;height:2.5996125rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOkrRZSwEfy172qDFo5ptH6HW1kgXOa { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3AO2EAgZC7O4zUZFoWB8EVoSagiUyBu { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrB3ShAbTZPwUsNHcEIZSGGgFuuySG0M { width:19.875rem;height:2.5996125rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLCGptFOR5vC5deKgiUmnrDt7ClwoqDB { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wycxfeBzzbOZ5znR6s4oLthkKWFpZOV2 { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhg3eJ0LV9J64UpV4yBk5zWDkwy8w6gW { top:33.25rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #pHH9rvZHrwXywlDRemiXbuNDk4Z33Ekd { width:20rem;height:1.625rem;top:29.6591796875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTn0ZuMCfLQ6ZUSsWUkaXfhS3fpH5cWE { width:20rem;height:2.1123rem;top:46.5rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #N268cW7IusZsEirrIoNyF6Wns9DXLx1m { width:20rem;height:1.29980625rem;top:31.40625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI7oth9LJyArtg1D0GbSs66XVxg62oOk { width:20rem;height:2.1123rem;top:42.375rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ePXaIkL4CVq1hJd5HvzKcagi2tTnA4pa { width:13.9375rem;height:3.5625rem;top:49.67431640625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lape1reaFVSsSOI5xF0m65PTxN225sHV { display:block; }
 }@media only screen and (max-width: 763px) { #mNQrSyrgrXfc1tu4ghMisx3Qt8k1LItP { width:20rem;height:2.5996125rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyRzG2PcfKOF67tDdzl2uhmpZhWCT7y9 { display:flex;width:1.25rem;height:1.25rem;top:37.412109375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #e1m0FeTlqOWGohTkbckKTLxwttQcDlpp { width:16.75rem;height:9.3125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWg5ky3xVA2BDSqSHwNouDRyJ7VE6Qn { width:16.75rem;height:8.75rem;top:18.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgX93MrCkywZhGDmXUS2uE70xmfafMq2 { display:block; }#hgX93MrCkywZhGDmXUS2uE70xmfafMq2 > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCy4C76UeXX0fEMzCtbzJtIhKcwn4SFB { width:17.9985625rem;height:2.686525rem;top:41.1875rem;left:1.00048828125rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9B455aHOTUAb35chSEBvtlDwTUex6DW { display:block; }
 }@media only screen and (max-width: 763px) { #ZJlgmGqlUEkH3JNrI1Xg70ebqTDmkCic { width:20rem;height:1.94970625rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dEOob6d7B3HzOm3iSyTemt0SWbf4ytUJ { width:20rem;height:1.70605625rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UwZt3y2wnSqIDsiTgugdu1Mz2hT1NfEl { width:20rem;height:2.9248rem;top:36.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vSFKRS4UTqSG2gVmJb2xTmJJ8BKByXVd { width:18.6875rem;height:2.61230625rem;top:14.75rem;left:0.65625rem;font-size:1.1875rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I0xI7fszvAfWZITXlq1K4S36TNJnbpT7 { width:16.6875rem;height:2.6123rem;top:29.8603515625rem;left:1.65625rem;font-size:1.1875rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XbmqS6i8g50Bcv7hpm43SpLVgLVG0tZp { width:12.9375rem;height:7.0625rem;top:21.65966796875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLvd2tdCyM83PS1UdPaSo2t9a9R8fKt { width:12.9375rem;height:7rem;top:7.2998046875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPtzbWUAdnO67O6fTUI92cq2XUra1zST { width:18.6875rem;height:1.16845625rem;top:17.77490234375rem;left:0.65625rem;font-size:1.0625rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lmFUX4wRRkk6OXBbXQXsi6c5tTbxzIpR { width:14rem;height:1.16845625rem;top:33.22216796875rem;left:3rem;font-size:1.0625rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w3sthFrogVcxAPXOdqSzXZ4THW4TCC5d { width:19.625rem;height:43.875rem;top:1.01513671875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ { display:block; }#PZpOe6FItv0V1LOi7dfzulRS2OTpevXZ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okVisbTJbLwCCmHw74IMnhuFnNcfS8oo { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRtu0f2JLCIJU6fNwdS430yUp07h0vI { display:block; }#xJRtu0f2JLCIJU6fNwdS430yUp07h0vI > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmvgcT4wxWNGJQBV2XtauPRngbkDbGDf { width:19.625rem;height:32.25rem;top:3.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qCvxUvLf8I64coAAVlTv1h46K9qcEqID { width:20rem;height:1.29980625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwRt1nyLaEs9hQykc4XmGDsJv4vCcbaO { width:20rem;height:3.8994125rem;top:7.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEWClzoZ2RGbZMHNxocNT5zEz6SFv2HT { width:10.5rem;height:1.13720625rem;top:17.0625rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwszbHdgnwF3BdzTxXg0wI0qb9xHCmlp { width:18.1875rem;height:2.4375rem;top:19.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr0lSZ4gkAx8WFvxvKMXySf93uaiIali { width:16.3125rem;height:2.4375rem;top:22.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1A6SMTiPaI61FgTXKWtam18fkHTiK7X { width:18.0625rem;height:2.4375rem;top:25.6875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R166ixNd930iSDRIswsGHlSOlriMxUND { width:20rem;height:2.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh3nLBFV7Th8dKGM8277sXZ6oLHmLb1 { width:17.6875rem;height:0.0625rem;top:22.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Cw9zbffiLaD8kzWKQafdC0P9z50n1J { width:17.6875rem;height:0.0625rem;top:25.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdpxQyrOHudLL97L0p3ateSIQFvVXHA { width:4.0625rem;height:4.3125rem;top:12.75rem;left:1.625rem;font-size:1.4375rem;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;color:#ff1919;display:block; }
 }@media only screen and (max-width: 763px) { #X9ZoAWJnPXv3XNvGpT4SwRQCSOrqXcKN { width:12.9375rem;height:5.0371125rem;top:12.1875rem;left:5.4375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHGuSTlfOcBvTFne5aLz0Dv78QVbI7ti { width:19.5625rem;height:23.5rem;top:44.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:17.5rem;height:auto;top:44.9375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15048; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:17.5rem;height:auto;top:44.9375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15048; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #v7gHUBEq5HskOIzIdEHIR7PK0ZeFZkwA {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #ExMMsvSM7ORHZxKeg7fGOikc1WlNMVtT {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #L2gxDQiPnFVqvfxt8ZWygbgHIILcuekb {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #hSTtwOZe40khTz8dlwVccoSfWsdgORNC { width:18.375rem;height:4.125rem;top:31.0625rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hSTtwOZe40khTz8dlwVccoSfWsdgORNC li:before{  }
 }@media only screen and (max-width: 763px) { #zFqJsanTE199q4b2XvhJglwatUXhxCUL { width:20rem;height:3.75rem;top:37.875rem;left:0rem;font-size:1.25rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rtasD3aIZbowPPAVk8QRgiOzCRa6ktZO { width:20rem;height:2.34375rem;top:41.625rem;left:0rem;font-size:1.5625rem;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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TGId25Kgu1184Z62cuxVcDFBgw2xqZHB { display:block; }#TGId25Kgu1184Z62cuxVcDFBgw2xqZHB > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpk8Ba8dgJZFxbh6QntwUTnTmLuDdF66 { width:12.5rem;height:1.62524375rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAm0oqTPcyCuTS2Trp3uAKhOtWCaXZFm { width:12.5rem;height:1.29980625rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIW9HrQabD7P9SdtLTFFxH1C6Ody9Kd0 { width:12.5rem;height:1.29980625rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfhibdpU9ClTsXfx6zCLqFhFnilgWPX2 { width:12.5rem;height:1.29980625rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0aoXedI6X9F83WgRr09TwJT4rXiwXs5 { width:12.5rem;height:1.62524375rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3oKUfpTXNhXHh5Q6k6BLTMoxz9wFpbb { width:12.5rem;height:1.62524375rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf3pWvl6SghNUPPiX5C1eVJxPPODLHK { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TIEgOXuPcxldAEATL08NkKCt0dSEbsvd { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pktOrfwkbLAn9ipI7MPiqcn0K6uzhlw1 { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pca6os0GsFO2zDveRAZ1nVv24soXetOT { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFEXy7frDyyMdLuU0fbQ4VqMwtyvtUW { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BevxmbNS8Wu2hkWKADolaTnDfZrkCDyR { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4btbc2v6azTpbpTeL7d3Q3EDgerMPyq { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 { display:block; }#gCZvvpobKrbKdkKf0n2GMKivJ986JGJ6 > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-heading-text { font-size:0.9375rem;height:auto; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ { display:flex;height:auto;width:17.5rem;top:3.724609375rem;left:0rem; }
#yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #N1n3o8blvMHUfoiAdx918TRcCTt7KiWu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #l1KeLh1QqWzoiziOxXhW7TROtiKuznZv {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #CC98M2WHgHTTudnKV5E23HK9GVd3e9q9 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XT6VP0UCWS6Xzu6IaTzqLixFSqM9GrJa {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #HDZguPJ2eoypDOGXrewm9afyKBObm8aU {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ihsQuTWzsrkrD9Rz86OGN6bhr8pR8y8x {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #X96taV0310spAgMN4kDuvF7rHQBupFRA {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #DE0Aub2Piy9RlZeaX4yvZc4V51i6tE50 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Cgt0rEdS2yHFB3QPG7QrCIlT9RQv5GRt {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #ooWt6qUNTRG39DTmLNz2Uu8gA92ICiy3 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #f5pWC2SUTXLu1LFPTNuVpJWmBOWvgwDX {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #XHbB6pMVrTazLS93xkeGa13CypmVBtOu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Tv256sw9Rdh4pM2AKqd46TDAcId0Bt7B {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #rgIJfEiU1uSKbTVa1r57fmGOtDCGdiTu {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FF3567m6o6RPNFcU41O7yTbvsldUomcx {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #TDVgWHQ5ONtZsAawqkMPrbgCNn3cxbG9 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #KodVyc2UC9LL0QvQ6we4FB68aCkfJWIG {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #FSbb7fec5VVteGtwGJCAFrW20foRLr74 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #LOvl6cgSbPOhv4Q0bRT72m3GeGNPJes2 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #nxNWNoq6fe2Lfti1mFOQchh017X7teg3 {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Wyhr2kc85e3mT6laWnSUNKV8TTfKcyVz {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #OrKwXtXatXL6ocfRGv321Gh8mtH2VVsg {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #E4uUXwegL78GJa70p7xPMPXfLrRf1b4r {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #Dgq9GtL4PUeSBFII7DFKrv7yaNAD42Rn {  }
 }@media only screen and (max-width: 763px) { #yy6RNIBbPVJAEDG9CLQbJmziPeaPs5RQ #W50Zp45Zpa2VWwFW0OIbZDbCFhTv3NoT {  }
 }@media only screen and (max-width: 763px) { #aft26XI0TcaoM6LTPeAyA1raUCIRXaaJ { width:20rem;height:2.5996125rem;top:1.125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.3994125rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.39941875rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.3994125rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.29980625rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.29980625rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.29980625rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }