.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:17,49,120;--color-primary-1:0,38,123;--color-primary-2:3,40,97;--color-primary-3:0,25,64;--color-primary-4:1,14,43;--color-secondary-0:210,248,251;--color-secondary-1:169,241,255;--color-secondary-2:31,220,237;--color-secondary-3:0,168,212;--color-secondary-4:6,44,47;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:166,166,166;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { background-color: transparent; background-image: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .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); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { border-width: 0; border-radius: 0; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:51.625rem;display:block; }
#CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNAUl3f6S83aMvdioIzXyAnvcO48G80v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:37.3125rem;display:block; }
#OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:44.0625rem;display:block; }
#Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMhEOQFqavcaU7VhITQM42mSgrsrThAv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:59.125rem;display:block; }
#zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:66.9375rem;display:block; }
#ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyMnRcAzET6QWBDvxMM40GCU3iUCs2vl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:44.0625rem;display:none; }
#eW056X5hvlqvRIbfXiu1HPtmLDvheZpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#f9ed41;background-image:url("https://images.assets-landingi.com/uc/9a500192-3580-450b-9f01-58ef227262c0/BG12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { border-width: 0; border-radius: 0; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.561525rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.9375rem;left:27.0625rem;display:block; }
#StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:26.125rem;left:29.4375rem;height:5.423825rem;font-style:normal;display:block; }
#kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:45.3125rem;left:22.8125rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.874rem;width:29.375rem;top:9.875rem;left:24.25rem;overflow:hidden;display:block; }
#BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:47.125rem;left:21rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { 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:2.6870125rem;width:57.3115rem;top:22rem;left:8.875rem;overflow:hidden;display:block; }
#qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { 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:5.1875rem;width:5.4375rem;top:26.25rem;left:22.875rem;overflow:hidden;display:block; }
#T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:32.25rem;top:33.8125rem;left:20.3125rem;overflow:hidden;display:block; }
#yRTV2f333uTPyGc3LGsOWzb2lITKibwi { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:28.4375rem;top:43.875rem;left:0rem;overflow:hidden;display:block; }
#i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { 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:8.75rem;width:33.125rem;display:none; }
#L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { 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:13.4375rem;width:14.375rem;display:none; }
#LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { 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.625rem;width:26.5rem;display:none; }
#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/9305f836-55df-4276-b736-9ccb49f7feed/BG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.adaptive-delivery-prevent-bg, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyload, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyloading { background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { border-width: 0; border-radius: 0; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { font-size:0.875rem;font-family:arial;height:172.5rem;width:75rem;position:relative;display:none; }#iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { color:rgba(var(--color-tertiary-0),1);display:block;width:53.999625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.124755859375rem;left:10.465698242188rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OfqImXqX13IFNqAbFw6sD19erbSnTBfk { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:16.515502929688rem;left:17.1533203125rem;height:35.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { box-sizing:content-box;height:108.5625rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.998046875rem;left:6.2138671875rem;display:block; }
#fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.517456054688rem;left:10.465698242188rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:69.454956054688rem;left:16.246337890625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:46.8125rem;top:29.841671875rem;left:50.262666015625rem;overflow:hidden;display:block; }
#Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:17.25rem;top:94.499267578125rem;left:61.611006914063rem;overflow:hidden;display:block; }
#XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:48rem;top:79.609985351562rem;left:13.308715820312rem;overflow:hidden;display:block; }
#zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.687rem;width:44.624rem;top:108.984375rem;left:15.1513671875rem;overflow:hidden;display:block; }
#DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.12425rem;width:47.24975rem;top:139.69848632812rem;left:13.839111328125rem;overflow:hidden;display:block; }
#XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:21.1875rem;top:130.30665625rem;left:-4.1033650566382rem;overflow:hidden;display:block; }
#FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.4375rem;top:119.05883789062rem;left:-2.2887750928657rem;overflow:hidden;display:block; }
#hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:16.515502929688rem;left:17.1533203125rem;height:35.75316875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { 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:29.625rem;width:36.875rem;display:none; }
#TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { 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:28rem;width:36.125rem;display:none; }
#lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { 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:28.9375rem;width:37.4375rem;display:none; }
#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/9305f836-55df-4276-b736-9ccb49f7feed/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.adaptive-delivery-prevent-bg, #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.lazyload, #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.lazyloading { background-image: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { background-color: transparent; background-image: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container > .video-iframe-container { display: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row > .video-iframe-container { display: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .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); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { border-width: 0; border-radius: 0; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { font-size:0.875rem;font-family:arial;height:78.375rem;width:75rem;position:relative;display:block; }#xCa33Gr7QIDsOVk7BdN8pCBMhEy3vC7c { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:13.8896484375rem;left:17.6240234375rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7gEnzrJmUi69hTfaByQ3ZEVSrAXvrZw { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9985625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:12.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mQwgkWXS7Am4Q2NJuTD8nbzz3RJGqlr2 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:46.8125rem;top:31.5625rem;left:50.26171875rem;overflow:hidden;display:block; }
#xMPNdap7gQrE7JhFulfHDcM3xyR0mEBQ { 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:13rem;width:16.3125rem;top:55.3583984375rem;left:59.861301369863rem;overflow:hidden;display:block; }
#qxmrD8Od97T5VbJE1ezLFndn7IhSt5QK { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:16.515502929688rem;left:17.1533203125rem;height:35.75316875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i1mzkkdKarieuHbBsrMTaXTd2WN1Pe9h { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:12.375rem;top:23.7216796875rem;left:23.0625rem;overflow:hidden;display:block; }
#tpXFFBWLcJCf6yLUNTRbPCqpUOykdoSe { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:2;letter-spacing:0;top:43.5146484375rem;left:20.4375rem;height:30.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ed9wOnGgwhSgC0tGoLLlTFmS9bTl15kO { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:11.75rem;top:23.7841796875rem;left:32.5rem;overflow:hidden;display:block; }
#KmU10nymlCrEt9JpUo7ixrO68hdoPCBT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:11.75rem;top:23.7216796875rem;left:42.125rem;overflow:hidden;display:block; }
#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a32c957-cde8-458b-aa69-a6ef58f82e64/BG3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.adaptive-delivery-prevent-bg, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyload, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyloading { background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { background-color: transparent; background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .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); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { border-width: 0; border-radius: 0; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:block; }#MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:10.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.75rem;top:14.4375rem;left:30rem;overflow:hidden;display:block; }
#hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:52.5625rem;top:41.6875rem;left:11.25rem;overflow:hidden;display:block; }
#hrU55q7ils21x4FEWVnxldu0fbDfUa09 { 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:10.0625rem;width:13.75rem;top:14.4375rem;left:7.5rem;overflow:hidden;display:block; }
#cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:14.375rem;top:13.875rem;left:50.9375rem;overflow:hidden;display:block; }
#wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;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:30.8125rem;left:28.8125rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:"darumadrop one";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.875rem;left:29.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.875rem;left:8.125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.875rem;left:49.375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.8125rem;left:6.25rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.8125rem;left:50.0625rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:77.5625rem;left:2.3125rem;display:none; }
#oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:60.0625rem;left:0rem;display:none; }
#pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:56.625rem;left:26.5625rem;display:block; }
#kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqu5qwRCOBLwgTyHhoEQPLLK9yTKu8lU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:45.25rem;left:18.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#wMneWXBM4DQoD9CSwSEpSMJEsXFaNFbn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { border-width: 0; border-radius: 0; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { font-size:0.875rem;font-family:arial;height:130.1875rem;width:75rem;position:relative;display:none; }#PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4052734375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ysdD6mnDPslea31z6Ie4PINGhtAQB574 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.125rem;width:20.5625rem;top:23.5rem;left:4.5rem;overflow:hidden;display:block; }
#Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.875rem;width:20.5rem;top:23.625rem;left:27.125rem;overflow:hidden;display:block; }
#zDPCzId46SmsukGs1rldbtk3BnSwTrdO { 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:53.9375rem;width:20.4375rem;top:23.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { 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.125rem;width:21.875rem;top:13.3125rem;left:3.8125rem;overflow:hidden;display:block; }
#V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { 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:13.375rem;width:22.5rem;top:13.75rem;left:26.125rem;overflow:hidden;display:block; }
#RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { position:absolute;display:block;z-index:14999;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:19.875rem;width:21.375rem;top:12.125rem;left:49.8125rem;overflow:hidden;display:block; }
#HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06225625rem;width:13.312375rem;top:26.125rem;left:8rem;overflow:hidden;display:block; }
#d7B88oEOluRDgXLpq6BTq54okCOqFfom { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:12.25rem;top:26.1875rem;left:31.3125rem;overflow:hidden;display:block; }
#E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:15.75rem;top:26.125rem;left:52.625rem;overflow:hidden;display:block; }
#u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.9375rem;left:8.3125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:31.3125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.9375rem;left:54.5625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:93.75rem;left:3.75rem;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; }
#qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:93.75rem;left:40.6875rem;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; }
#ZyNN70lArH3cehViJDfMpikuIissXMrJ { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:93.75rem;left:36.125rem;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; }
#brID5NPl053Pgrv2EOtRvnEbNncE3ODC { box-sizing:content-box;height:2.8125rem;width:0.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:92.5rem;left:37.375rem;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; }
#O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:68.125rem;top:110.5rem;left:3.4375rem;overflow:hidden;display:block; }
#zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { color:rgba(var(--color-tertiary-4),1);display:block;width:42.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:80.5rem;left:16.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:84.375rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:87.0625rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:14.6875rem;top:116.75rem;left:7.0625rem;overflow:hidden;display:block; }
#fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:113.1875rem;left:8.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:70.25rem;left:5.5625rem;display:block; }
#FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.31225rem;height:3.24975625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:70.375rem;left:28.625rem;display:block; }
#HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.21825rem;height:3.1557625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:70.3125rem;left:51.9375rem;display:block; }
#smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:16.875rem;top:50rem;left:52.0625rem;overflow:hidden;display:block; }
#n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:38.75rem;left:9.6875rem;height:4.3857375rem;display:block; }
#X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:38.8125rem;left:31.9375rem;height:4.38574375rem;display:block; }
#J07UpDvXxVnCXSbre2tnTAABgVX82HTt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:38.75rem;left:55.5625rem;height:4.3857375rem;display:block; }
#ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:44.75rem;left:55.5625rem;height:4.38574375rem;display:block; }
#NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:56.625rem;left:8.125rem;height:4.1425875rem;text-align:center;text-align-last:center;display:block; }
#QuvMGlWlrp13no57qcJrAQKqKksB2UmT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:56.6875rem;left:28.875rem;height:5.52344375rem;text-align:center;text-align-last:center;display:block; }
#e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:57.5625rem;left:54.125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { color:rgba(var(--color-tertiary-4),1);display:block;width:16.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:64.0625rem;left:6rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:64.1875rem;left:29rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:64.0625rem;left:52.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:74.3125rem;left:50.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:38.125rem;left:6rem; }
#rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:38.1875rem;left:28.8125rem; }
#DDdo08CarMdbtaffF3kUtpy6973os5pG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:38.125rem;left:52rem; }
#uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:44.0625rem;left:52rem; }
#n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:119.1875rem;left:34.375rem;height:3.324225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:116.25rem;left:34.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:111.8125rem;left:41.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09326171875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.66259765625rem;left:8.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:none; }
#o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.8125rem;width:21.1875rem;top:26.75rem;left:3.75rem;overflow:hidden;display:none; }
#IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { 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:35.375rem;width:23.25rem;display:none; }
#rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:21.1875rem;top:26.71875rem;left:4.1875rem;overflow:hidden;display:none; }
#dWOfTlWd1IH3SGME9uxhRlrDvATney3L { color:rgba(var(--color-tertiary-4),1);display:block;width:49.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:103.6875rem;left:12.75rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:98.75rem;left:7.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { background-color: transparent; background-image: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container > .video-iframe-container { display: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container { display: none; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .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); }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { border-width: 0; border-radius: 0; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { font-size:0.875rem;font-family:arial;height:131.5rem;width:75rem;position:relative;display:block; }#JZifn7TDiT0SA0k3p9cklZSzT9bTrGok { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9052734375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ypeQWMWCqC5BK1MuabhmVaoJmLFzJWRT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.375rem;width:20.25rem;top:21.4375rem;left:4.25rem;overflow:hidden;display:block; }
#hiEA7hQ6Run5fTs6T4WL5aOcTAGBPAQf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:20.25rem;top:21.5rem;left:27.3125rem;overflow:hidden;display:block; }
#LqE7PHUMhWRe3zdVouT6BOTuAONAyuST { 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:45.375rem;width:20.1875rem;top:21.5rem;left:50.4375rem;overflow:hidden;display:none; }
#uKhuA0lzRi2ZIGLOqX3URsU89EKp8yh7 { position:absolute;display:block;z-index:14999;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.125rem;width:21.875rem;top:11.0625rem;left:3.8125rem;overflow:hidden;display:block; }
#qXVZ2WwL1SFpSO6JcPBb9BGgp118cxss { 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:13.375rem;width:22.5rem;top:11.5625rem;left:26.1875rem;overflow:hidden;display:block; }
#lQzpDUCuaUfTOtDzyaOybptKABeI4c4v { position:absolute;display:block;z-index:14999;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:19.875rem;width:21.375rem;top:11.0625rem;left:49.875rem;overflow:hidden;display:block; }
#HHXbF3JHchSygDLuLgfSA85tueqV9zQ6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06225625rem;width:13.312375rem;top:24.125rem;left:8.0625rem;overflow:hidden;display:block; }
#XlGaQmueta2VFmngisApXVaMUbJz7n6L { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:12.25rem;top:24.125rem;left:31.5rem;overflow:hidden;display:block; }
#CxlFH5XiiWvsNBA16HTcp8bMhPAMp7Ni { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:15.75rem;top:24.0625rem;left:52.625rem;overflow:hidden;display:block; }
#E0dw4vwV2zAl59Q5fvNTzCaN81cuB0ks { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.9375rem;left:8.375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TXHM1DTKfNPZG5OQb8H5cRtNCZotzhZE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.9375rem;left:31.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#yqIyyFfvfqqZ66bOL9eEXLJNcTXsTfat { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.9375rem;left:54.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#JcA0IZO0ffr150npu3g6XXDxbfgRAAok { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:90.9375rem;left:3.75rem;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; }
#GP7pLFZMWT0Ry16PQUs7fepxFE2b27bf { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:90.9375rem;left:40.625rem;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; }
#h16Qv3rEPZHyWAit5Vn9kVQrNLqE2TyI { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:90.9375rem;left:36.0625rem;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; }
#OG2MifKBauwR5FSrFheXEWGH7hfJdxqt { box-sizing:content-box;height:2.8125rem;width:0.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:89.6875rem;left:37.375rem;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; }
#wx54IazToTf8BrNVZUOg7wU8avVGRUaJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:64.75rem;left:5.625rem;display:block; }
#hIUUxMx7MP7PmNkq3vmMK3zRaazQJkUW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNErlP1nUO6kMGuFFP8CKOuZKUoH82w2 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:68.9375rem;left:5.625rem;display:block; }
#nd9DUNw0T7wLTJ3Fh02pUTv3PvNXPTTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fqs4FLK04GdQgBDBEgdBoucGlcs4BkVz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:64.75rem;left:28.75rem;display:block; }
#OLzfuAT7N0CCNaWJEpXiAB5naIfTPE7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIKtovJ7hAJpMLn2GHM7ZyqOmW9iw2M1 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.31225rem;height:3.24975625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:69rem;left:28.8125rem;display:block; }
#RUp88EMeHOEsXT6nskS7m98QkxeE4rRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g29dcpD5HbG5g32aptMMNPykqt3uxqWO { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.21825rem;height:3.1557625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:69rem;left:52rem;display:block; }
#slvITq44oA0TIBE9RyxzfHDGaKhNgsSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6r8lASZ6TKQl0OASVxKtILE3lq332Xt { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:17.9375rem;top:48.375rem;left:51.90625rem;overflow:hidden;display:block; }
#cV9Z6wMekmPQWAdqovcdQumdcG3MGByL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:36.3125rem;left:9.875rem;height:4.3857375rem;display:block; }
#rnVdNg9UCKQNOxWiJwi6qwXkgFiIX2Iz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:36.3125rem;left:32.25rem;height:4.38574375rem;display:block; }
#iIHbbwCvlgazn4Z037uNzGqZLJuAbAcR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.3125rem;left:55.375rem;height:5.84765rem;display:block; }
#Xdf1mwVNSVH04y46qGIJD9bDSKaQsAEo { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:43.4375rem;left:55.375rem;height:4.38574375rem;display:block; }
#sT0klemgUXcrqS18PHDwMmqKZVrbQiVI { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:54.3125rem;left:8.0625rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#Cu6hJbtz4VkDwLWS5kT42JzmE33RBn3v { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:54.3125rem;left:29.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#HehFr4HvDBQtRIS8iHlN24noETXsZ11H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:55.3125rem;left:54.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FOuUO0H1guqTcL3oJEBgIxavOyxLCKWB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:59.1875rem;left:6.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pq2dqDnk3TfTqiOlUPUTFuPcGu4qyleL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:59.1875rem;left:29.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RmsidQKauxv29Lu845neyifrOEwb238q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:59.1875rem;left:52.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ZQ2L2LUKUwEADZo7BvLF0bKDxzmuvERn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:65.8125rem;left:51.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RLDb8B5cZyHWpWpsfUT5r61gIoMHaSm3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:35.9375rem;left:7.5625rem; }
#luu81AyLlOuhgfI28kAxfMQX5EpboV7B { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:36.0625rem;left:29.8125rem; }
#UsdHVH2JAD99qwgLO5Ton3BypIAt6Isc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:36.0625rem;left:52.8125rem; }
#nCFRW7umLlGTFg4QLq9nZ7PSLSge2E5W { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:43.125rem;left:53rem; }
#D0lmOpAe8Qihr3FGzOP8Hukke7yEr62x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09326171875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#nQgAoqoGroRhVG3XHl5JeM00Ubg8gbXd { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.66259765625rem;left:8.125rem;height:3.89844375rem;text-align:center;text-align-last:center;display:none; }
#twpvwBcxH624auKtBg0m9zCAVbuQMAla { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.1875rem;width:21.0625rem;top:26.75rem;left:3.75rem;overflow:hidden;display:none; }
#o0TTS4IANUKEqrisdPsl6PF77hiaL0iO { 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:35.375rem;width:23.25rem;display:none; }
#O02ZR32yBVrQzixPhBkU0ue6wceUu6Rb { position:absolute;display:block;z-index:14998;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:18.8125rem;width:57.6875rem;top:105.787109375rem;left:8.65625rem;overflow:hidden;display:block; }
#ETXcJWTgKchSN9bVoVizfOr6b1HBA7Je { position:absolute;display:block;z-index:15035;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:5rem;width:17.375rem;top:114.162109375rem;left:10.375rem;overflow:hidden;display:block; }
#frie0NMQ1RQWKqDgkpzFpLJZ6heACU3R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:110.25rem;left:13.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#HwBentSZvAV9zrxXnSc8uTrFCq4exP2u { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:111.6748046875rem;left:32.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7hXNkeGXLuLuTxapyMpGzJuxqIQVVeo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:107.5rem;left:39.0009765625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ui4uqZvWhkvMakWa8eaA9STW8RO7kpFx { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:78.1875rem;left:16.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EidrNyStIPO3eFwfiADwrMXcXCCzhCyU { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:82.625rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#H4xR4EXZcrsGBca3pB8ucIPDd7q7CMua { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:85.375rem;left:16.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#x02E19lH8MUHHA2UsMRTZq4DMXbXmxTA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.498875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:96.1875rem;left:7.75rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#Z9XLqmfL8DTeumhZeTiO5oWGR9T9ixNX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:114.8125rem;left:31.5rem;height:3.324225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZ1VQMayVDU8guG0QExw7HKxPexfO9yR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:72.8056640625rem;left:5.625rem;display:none; }
#VdvigObZWxLbIV3PvAhJ0E8ufrpQs6TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFiq4FiteJGzWUSRC0e8JT0JiCsamW0Q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:119.4375rem;left:38.875rem;display:block; }
#qsmHD7LtXd8PPxZDdurcF1gEHzCbrqIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPnnNmSnEfzhI4bC18TMGxE3ErJyhJlk { 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.5rem;width:18.5625rem;display:none; }
#SUeJMQhuzWlGTHvVt2RprTuMrRqDHF1x { position:absolute;display:block;z-index:15006;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:53.9375rem;width:20.125rem;top:21.15625rem;left:50.5rem;overflow:hidden;display:block; }
#cVirSETpa3ccN30BVuSoGsvQiONnXQiy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { background-color: transparent; background-image: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container > .video-iframe-container { display: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container { display: none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .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); }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { border-width: 0; border-radius: 0; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { color:rgba(var(--color-tertiary-4),1);display:block;width:65.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { color:rgba(var(--color-tertiary-4),1);display:block;width:57.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.3125rem;left:8.8125rem;height:20.1855625rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
#c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.1875rem;left:28.8125rem;display:block; }
#QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3okup7P36mbgHADRxTSMeMyTcWHgEAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/cfc41e2e-58e8-4696-950c-2c333708c76f/BG9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW.adaptive-delivery-prevent-bg, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyload, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyloading { background-image: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { background-color: transparent; background-image: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container > .video-iframe-container { display: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container { display: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .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); }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { border-width: 0; border-radius: 0; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Mxfk6RafNith3NbpOE5pxSobizWVrhPT { position:absolute;display:block;z-index:15006;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:20.75rem;width:21.5625rem;top:13.170508789063rem;left:-4.892147827823rem;overflow:hidden;display:none; }
#kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { 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.499125rem;width:18.248875rem;top:27.125854492188rem;left:56.751098632812rem;overflow:hidden;display:none; }
#a850tB4PhKuMoFiEE441gVfwf39dk38c { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.75rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { 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:16.624125rem;width:17.124rem;top:46.37451171875rem;left:46.341552734375rem;overflow:hidden;display:none; }
#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41ae5aa8-c0a8-4958-81bd-0932c0bad62a/BG72.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.adaptive-delivery-prevent-bg, #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.lazyload, #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.lazyloading { background-image: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { background-color: transparent; background-image: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container > .video-iframe-container { display: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container { display: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .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); }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { border-width: 0; border-radius: 0; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#KHqqIoItILykNbFt7lnaTGlEdWaFires { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9989013671875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.0166015625rem;left:15.81201171875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { position:absolute;display:block;z-index:15007;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.1875rem;width:68.875rem;top:17.617839336395rem;left:3.0625rem;overflow:hidden;display:block; }
#IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.576171875rem;left:25.9375rem;display:block; }
#JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { 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:79.125rem;width:68.6875rem;display:none; }
#vazWZb44n4OFivw7OmMbAWFE14aR0JVi { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.0791015625rem;left:15.21875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { background-color: transparent; background-image: none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container > .video-iframe-container { display: none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row > .video-iframe-container { display: none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .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); }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { border-width: 0; border-radius: 0; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { font-size:0.875rem;font-family:arial;height:208.875rem;width:75rem;position:relative;display:block; }#oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.810180664062rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { position:absolute;display:block;z-index:15007;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.3745rem;width:21.62475rem;top:8.287353515625rem;left:26.68701171875rem;overflow:hidden;display:block; }
#pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:39.4375rem;top:0rem;left:56.018636360861rem;overflow:hidden;display:block; }
#M41r9HNde979S8CkMSTWJZmZsQL0hGSP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.437125rem;width:20.625rem;top:22.06787109375rem;left:4.437255859375rem;overflow:hidden;display:block; }
#zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.037963867188rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.125rem;height:1.4624rem;display:block; }
#aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:26.561849594116rem;left:29.125rem;height:2.5rem;font-style:normal;display:block; }
#DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.186849594116rem;left:29.125rem;height:1.29980625rem;display:block; }
#q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:36.875rem;left:29.124643325806rem;overflow:hidden;display:block; }
#ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.369140625rem;left:33.125rem;height:1.29980625rem;display:block; }
#VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:39.842895507812rem;left:8.499755859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lGOeehomST9U5062VCFb5JVAleRx51OT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:41.895629882812rem;left:6.468505859375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20.625rem;top:73.5rem;left:4.4375rem;overflow:hidden;display:block; }
#FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:90.0625rem;left:8.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:92.25rem;left:6.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20.625rem;top:123.6875rem;left:4.375rem;overflow:hidden;display:block; }
#Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:140.25rem;left:8.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:142.4375rem;left:6.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cSuu9lMutuNbyuhw8fJOKDTEMyKMMMR9 { position:absolute;display:block;z-index:15139;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:23.542969703674rem;left:39.166667938233rem;overflow:hidden;display:block; }
#RNfPrOQE9EfrmJMxLTgu1eGyx2frn4e7 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FyNvlStC5fexoopOay5FNru26UmmH3Nr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.6875rem;left:51.9375rem;height:1.4624rem;display:block; }
#QIia84VUJd2rwUNQ0yPO6G01MEDPBDsr { color:#a37c1b;display:block;width:17.75rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:26.5625rem;left:51.9375rem;height:5rem;font-style:normal;display:block; }
#yPuSotRXoWG03pgkHNbvGeFrwBBvoL4S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:32.735677719116rem;left:51.90625rem;height:2.5996125rem;display:block; }
#ye7v6NsHisgP3EFHCCb5ncV5zEnES336 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:36.875rem;left:51.9375rem;overflow:hidden;display:block; }
#HDQOrdgl77E7RACHy4C6q9HUcsqORHSq { position:absolute;display:block;z-index:15149;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:23.5625rem;left:62rem;overflow:hidden;display:block; }
#ec3nKTeWBKo8UISlbsaD8C1WNGu1A1Ti { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37.375rem;left:55.9375rem;height:1.29980625rem;display:block; }
#b8AcfNGTm8DdLn0NzNKf10GOTM5WJsNa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.8125rem;left:56rem;height:1.05615rem;display:block; }
#zCP2UhhXAdTd2JCTP1KlzC41vQzJo0NP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:41.0625rem;left:53.75rem;height:1.4624rem;display:block; }
#guDpR6Sre3SO1il4XFT5bsoTBEdaXqr8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15027;opacity:1;top:41.125rem;left:51.9375rem; }
#SBLToogCSylmg5Ma3HoqBUOxPCBREvHA { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.1875rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#eB32scSMyB6A5wbKVLoPpAt2QnHHn91T { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.8125rem;left:6.375rem;height:1.4624rem;display:block; }
#E1q04vppAfy2m3u0GQac4z82LWUklmw0 { color:#a37c1b;display:block;width:17.3125rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:51.0625rem;left:6.375rem;height:7.5rem;font-style:normal;display:block; }
#DRP6IBUwzAtr0sbH35pkvJTw7qB2LCfc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:59.4375rem;left:6.375rem;height:1.29980625rem;display:block; }
#nFSDd0XSGvvMQDl161TNyc3oBAoQku10 { position:absolute;display:block;z-index:15149;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.6875rem;left:16.4375rem;overflow:hidden;display:block; }
#b5nvpTtXtTN1blUKo0HTugymTBgqbGcv { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:62rem;left:6.375rem;overflow:hidden;display:block; }
#zU5SJ2DWtg8XrCiAhFRrOdlS6KdPwRTe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:61.875rem;left:10.375rem;height:1.29980625rem;display:block; }
#lXOrTvivbT7P0sG0rLouoFFJAAE27LMI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:63.25rem;left:10.4375rem;height:2.1123rem;display:block; }
#OE74ED0ns3TA3RpJbgL5Ulnef8e2CVes { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:66.4375rem;left:8.1875rem;height:1.4624rem;display:block; }
#v0EonZVTJWS6D5mWKs4G1JDh8T2bsk4Z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15027;opacity:1;top:66.4375rem;left:6.375rem; }
#rJkbQO0vUbASQXWmavHIZEJW5zfaqZ1n { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.0625rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#oRAc5SJbMmdmNOJkwS76MHgTOxplw7kF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:51.875rem;height:1.4624rem;display:block; }
#PfK2CqBA96noH2RG2EbLt3pXJoMTKcQe { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:51.875rem;height:5rem;font-style:normal;display:block; }
#imexq8tA2GEqWPTvohDl2xWDyWC1PJVp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:51.8125rem;height:2.5996125rem;display:block; }
#hyMZ77PlCfT4KmZGzy1v7HaFepoRJ9nP { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:61.9375rem;overflow:hidden;display:block; }
#ye03dV2LkyoVFN6AWSxgVy6TpIuUFQfq { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:51.8125rem;overflow:hidden;display:block; }
#U1cH4J3JCPmk363T5usiXumUMs8UiFgx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.3125rem;left:55.9375rem;height:1.29980625rem;display:block; }
#D5kuX9XWqE9fhUkBCCAL4SaquOWfcWx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.75rem;left:56rem;height:1.05615rem;display:block; }
#OLOLatkeaH6swN5FISd1AGgaTF3Q10bD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.125rem;left:53.5625rem;height:1.4624rem;display:block; }
#ZUNUxVWzuAWUWwMufeITHhA2zxifN4JR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:51.875rem; }
#Il9GBZxTZIqai3Tx9fTAbBHIlc4AzkC7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15028;opacity:1;top:40.842449188233rem;left:29.125rem; }
#lPJMzHVo81nwm0JE31mNh6ov1xCEN8Zk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.850261688233rem;left:31.0625rem;height:1.4624rem;display:block; }
#NVBIKs4EO4llT1mExkNefSackfAHxQUZ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.3125rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#lOqgK7HfZziafhD4uxaePEg8p0ZaHx7t { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:73.9375rem;left:29.125rem;height:1.4619125rem;display:block; }
#XKDrXxhRxcDT74FVzCkX8QBL9P1J14wP { color:#3c81bd;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:76.1875rem;left:29.125rem;height:5rem;font-style:normal;display:block; }
#s9vnRXSNWSlvMi7RwuFWqa0g1qKPn8HE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:82rem;left:29.0625rem;height:1.29980625rem;display:block; }
#B5LtiwCeugGtZIT4an30Fn6JofJeeDoh { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:87.125rem;left:29.0625rem;overflow:hidden;display:block; }
#DJJAyrN80m5yvByzDOThO5Id08TMNbt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:88.0625rem;left:33.0625rem;height:1.29980625rem;display:block; }
#K5rdikT1nqkw6iqQOlNdUdTWn6XrgrLR { position:absolute;display:block;z-index:15169;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:73.8125rem;left:39.1875rem;overflow:hidden;display:block; }
#WN8PMAoyVCaDTv76VftDdK4lGs4SV222 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:91.5625rem;left:30.75rem;height:1.4619125rem;display:block; }
#mgPZQGGxBSfUla6aD0zB4J8teNxZHPGc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15047;opacity:1;top:91.5625rem;left:29.125rem; }
#iNKVFcnzXSFMU4DXTRhTNrR8c5lbTHJJ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.25rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TJW6TTVazf09Zt2WGxy5cXrxHoZvL9QB { color:#3c81bd;display:block;width:16.1875rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:101.125rem;left:29.125rem;height:5rem;font-style:normal;display:block; }
#Ua0ev0Vk0t94sTE9Zfn4H2JnxvBzyxmV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:107rem;left:29.0625rem;height:2.5996125rem;display:block; }
#LeeSve6vX4L75NU2OU3hpMVMPSe8TLnQ { position:absolute;display:block;z-index:15179;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:98.75rem;left:39.1875rem;overflow:hidden;display:block; }
#fvw7vGtoGUnxLNRTtuH0DfKzS5nHoHoZ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.25rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#rFzdV8NP1IV2FMmVoCmsV3rxMZciNKBm { color:#3c81bd;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:101.125rem;left:6.375rem;height:5rem;font-style:normal;display:block; }
#q8ACObErKX8T7kr4gPq5QZcyxmGcrqfi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:106.75rem;left:6.3125rem;height:2.5996125rem;display:block; }
#oxzLoV6XbgswIkKrXdNPfLEGDMUCrNS1 { position:absolute;display:block;z-index:15179;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:98.75rem;left:16.4375rem;overflow:hidden;display:block; }
#iXcA2d6TiBFm5KqutPKLSQLVfCkBLOde { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:112.4375rem;left:6.3125rem;overflow:hidden;display:block; }
#M0nJUXziUEx8kr132FDHmhAKpoNz9J1n { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.3125rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#p0HpwOnIWu8AB97vtv8ofrqDzwSLbAdK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:73.9375rem;left:51.9375rem;height:1.4619125rem;display:block; }
#LUo4PEAuqMFz7lhhbRuRqCix7JwGGaN1 { color:#3c81bd;display:block;width:17.875rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15065;line-height:1;letter-spacing:0;top:76.1875rem;left:51.9375rem;height:5rem;font-style:normal;display:block; }
#D57vsMwWiychPuJtA0dvpaK2Pa3tahbT { position:absolute;display:block;z-index:15189;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:73.8125rem;left:62rem;overflow:hidden;display:block; }
#WLz7gyCAutDfR6Va8k3VxZg5K2V0nTmu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:82.0625rem;left:51.9375rem;height:2.5996125rem;display:block; }
#skENZD3hxkBay8Ng8ApyKTT1JBxU7TeT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:91.5625rem;left:53.5625rem;height:1.4619125rem;display:block; }
#h9ATrqVpbJXyPcTSticLTTS5In6e2vHr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15067;opacity:1;top:91.5625rem;left:51.9375rem; }
#y5ZJ2GcdBkd5ivecfhnmT15Jzzvl7iNr { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:122.4375rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#i2AZDdnqrExuAl8KiKc2aElnF5OuKoOH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:124.0625rem;left:51.9375rem;height:1.4619125rem;display:block; }
#HTt7H58eO3C2G2FcScbKGZJXT8QIoCt5 { color:#d15177;display:block;width:15rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15075;line-height:1;letter-spacing:0;top:126.3125rem;left:51.9375rem;height:5rem;font-style:normal;display:block; }
#afC7zcp5SGFKKsO9BEx5VOM8CHbJKORI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:132.125rem;left:51.875rem;height:2.5996125rem;display:block; }
#yDgAkTTED05rNW1Zy78G7lb5MqtfzfQA { position:absolute;display:block;z-index:15199;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:123.9375rem;left:62rem;overflow:hidden;display:block; }
#gMymf7CpS2ZRWJke3mcZq7gClK03FeZZ { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:137.25rem;left:51.875rem;overflow:hidden;display:block; }
#TTDuOgSN69RTuXl77Hnd8ARIO3KTC1Gc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:137.8125rem;left:55.9375rem;height:1.29980625rem;display:block; }
#rNUgstuyOQgqovUhdp9aMtk2KSelW9OM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:139.25rem;left:55.9375rem;height:1.0556625rem;display:block; }
#sm3GJGvp23y19fwOgzHDuHfMqtRk91pB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:141.6875rem;left:53.5625rem;height:1.4619125rem;display:block; }
#iD0IyZdz5NosbhvZ9G5kJ4DOTRWPoyVT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15077;opacity:1;top:141.6875rem;left:51.9375rem; }
#fGSEMVhThwBvHKAUDaab89Cno8Zydxor { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:147.4375rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#FOsvEfKZr7doLyLnd2t47ar8yxddLSV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:149.0625rem;left:51.9375rem;height:1.4619125rem;display:block; }
#D3aFudxOQoFZe55qiv25GTR1KTw2LfiB { color:#d15177;display:block;width:18.25rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15085;line-height:1;letter-spacing:0;top:151.3125rem;left:51.9375rem;height:5rem;font-style:normal;display:block; }
#oHLw7w4wCHwtHRJn24qWUbZTrAEkn9rI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:157.125rem;left:51.875rem;height:1.29980625rem;display:block; }
#AImnZlkiufkD2wS9R3uE9TkG16rROT7I { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:148.9375rem;left:62rem;overflow:hidden;display:block; }
#dCXxkA20OUzgBP2zJpRE2AUgZePTzaeO { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:162.25rem;left:51.875rem;overflow:hidden;display:block; }
#BFsBe2iZTOSmv9GNvU7LNdSE8D5CVCcO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:162.25rem;left:55.9375rem;height:1.29980625rem;display:block; }
#Fn7Rn0CR2RS8huRocWamFhxA99wCqnX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:163.5625rem;left:55.9375rem;height:2.111325rem;display:block; }
#EzkX1u4T3KkHTD9zuhTRxCQFXOHyP6T4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:166.6875rem;left:53.5625rem;height:1.4619125rem;display:block; }
#FqM7i4egu1iJtN8ueuMrMbMJGTXwCH2u { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15087;opacity:1;top:166.6875rem;left:51.9375rem; }
#xoTv1w4F8POU74Cb8uNXqzmKVkoSiVQt { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:172.375rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ptJA67PNOlkxS7nbdtv4AwwRJ68URfZC { color:#d15177;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15095;line-height:1;letter-spacing:0;top:176.25rem;left:6.375rem;height:5rem;font-style:normal;display:block; }
#sUxunuVZBkB4Bqp7yQGmA5Q1TWuvWxPN { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:173.875rem;left:16.4375rem;overflow:hidden;display:block; }
#CMIiCHkiu5lB9hxB1L3pTRvnKQPLfnAb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:182.0625rem;left:6.3125rem;height:1.29980625rem;display:block; }
#ARC0UQ1hrlyAgwIVyPOHRS2vq81JN2k3 { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:187.1875rem;left:6.3125rem;overflow:hidden;display:block; }
#p4SftHpGGPTAF14XGMvRrOvTmdeeRgq7 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:122.4375rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#S7m4VDI0tN1BZMwvHuelewXw6323QB2b { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:124.0625rem;left:29.125rem;height:1.4619125rem;display:block; }
#cbyJE3dQbS7AST12BXZSwTy5mE8yQKO1 { color:#d15177;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15085;line-height:1;letter-spacing:0;top:126.3125rem;left:29.125rem;height:5rem;font-style:normal;display:block; }
#Da0KiETpTGH2Cnh82Oqr4QpL8AhbvSKp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:132.125rem;left:29.0625rem;height:1.29980625rem;display:block; }
#leTbF4MHPTENNyEpMaNmS3h5ZmHlDgLp { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:123.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#Hq1QEGUMZLT2bU8DqWuOGvghLSkJ9INq { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:137.25rem;left:29.0625rem;overflow:hidden;display:block; }
#eXStTxaz6wKv8fTnBz30MDKRUEGdN67b { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:137.75rem;left:33.125rem;height:1.29980625rem;display:block; }
#Jl7k1O9rQNblnqTKGfOBTT7vNedmA6tE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:139.1875rem;left:33.125rem;height:1.0556625rem;display:block; }
#ClKFcK5ETmEHCqbgEkIMCteU4cff2UTf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:141.6875rem;left:30.75rem;height:1.4619125rem;display:block; }
#WNcI0pazevluxnk9uizW67dqKaWTTmIy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15087;opacity:1;top:141.6875rem;left:29.125rem; }
#bydNnDteUE4PJ4SuwWZgW7yBaLTpDJx6 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TBKb6Nu7rxlHyfUFCFN2txNnpOkMyuaS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:block; }
#DzEoAxE4WwRTfpNEoh2ynAHEAHGJqQPL { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:block; }
#Ome28GS4TAKEolGEKX3BB5tsTpi1EFxd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:1.29980625rem;display:block; }
#JR2dUeQIZ6lvvWadcBzFIOrfdKWCetyg { position:absolute;display:block;z-index:15169;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:block; }
#PXTbuXpe4N4iqz1qWmSu9eVXCXppCeBW { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#fF1NF1pzXtTuwsVGZmMRJKzZ23kCfRI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:62.3125rem;left:32.9375rem;height:1.29980625rem;display:block; }
#W6Ob2Ni6KoJXSP9nzTgCPJO0Z6edEq07 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:63.8125rem;left:32.9375rem;height:1.05615rem;display:block; }
#gTLsZd03iNpk2JFwKEattf0c7HgEeyKR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:block; }
#BRV7aWA6iK9TfNHcJi6TcQyZtbbG7vE8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15047;opacity:1;top:66.25rem;left:29.125rem; }
#Flm58SEQcp9KWyKX291akoTB8zRDRpfu { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:147.4375rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#QiAOOuoTPdQiuMHPCAuZDG8VMxrkuFVg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:149.0625rem;left:29.125rem;height:1.4619125rem;display:block; }
#Z6vBCa3rSoTbWinsmc8qUiqGUkrQ1LuI { color:#d15177;display:block;width:18.25rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15095;line-height:1;letter-spacing:0;top:151.3125rem;left:29.125rem;height:5rem;font-style:normal;display:block; }
#IZxmrU5sv6lUhm4JVWQP2DHTaWNLgVuR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:157.125rem;left:29.0625rem;height:1.29980625rem;display:block; }
#b34QuhuWeac7Ia7xokau2eaXG4B7HVQh { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:148.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#pusb9FKLcyzq88nQTG076RLg3car5702 { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:162.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#uxPvR5DbgGuXHGpK0zm8oZL1BA90GQVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:162.875rem;left:33.125rem;height:1.29980625rem;display:block; }
#s4XzXOsXqCRgerqiKro5mwrphziMMiUl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:164.3125rem;left:33.1875rem;height:1.0556625rem;display:block; }
#paza6Ucx4kiNB0g6BI7bdd4PPiz65qpp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:166.6875rem;left:30.75rem;height:1.4619125rem;display:block; }
#kFtocwZLZooBersldUqmliOUFEtTywFa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15097;opacity:1;top:166.6875rem;left:29.125rem; }
#wAqzmVSEctQZvigof9oVAJ7VL5MrqAUs { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:159.6875rem;left:29.125rem;overflow:hidden;display:block; }
#WbuIBR0DdR1DEL4oOcvJ8yHv0z79vGv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:160.0625rem;left:33.1875rem;height:1.29980625rem;display:block; }
#OhiOEx9qkJppT2xfNopCLhHLil9t6mXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:161.3125rem;left:33.125rem;height:1.0556625rem;display:block; }
#dTxHzeqVbKEgObTKw7yJByLlaKUoNKnN { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:147.4375rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#oLSc5Vvba2qZAHPwNH5U4bFspkkgacWr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:149.0625rem;left:6.375rem;height:1.4619125rem;display:block; }
#mWd44UEK78t6RmKcfWoUqrnEbPBUv8BU { color:#d15177;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15085;line-height:1;letter-spacing:0;top:151.3125rem;left:6.375rem;height:5rem;font-style:normal;display:block; }
#F367xHiKoitxygVsukucQoUMselCSJst { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:157.125rem;left:6.3125rem;height:2.5996125rem;display:block; }
#wFTheK8I3JkZS262Bw6CNXq0D9p7fnDR { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:148.9375rem;left:16.4375rem;overflow:hidden;display:block; }
#VH1P5aHXUqXWZP2xU9lBSDKg8oiFV9pf { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:162.25rem;left:6.3125rem;overflow:hidden;display:block; }
#pZbSigEpoRpzLG4vmsEEhENtGdTdberX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:162.875rem;left:10.3125rem;height:1.29980625rem;display:block; }
#zt369VqpyD7qp9HdwMgiEAunIXPyiirl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:164.3125rem;left:10.3125rem;height:1.0556625rem;display:block; }
#kOW8IFPTuuS05s8NfesOHdZqk73EobMl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:166.6875rem;left:8rem;height:1.4619125rem;display:block; }
#D6Rphtdr254qElIrSvml0PUhkfHIM34x { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15087;opacity:1;top:166.6875rem;left:6.375rem; }
#ehZFGVLW3oMXHOXVmy37A3FqqMVto4zq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.7314453125rem;left:33.12548828125rem;height:1.05615rem;display:block; }
#biaRCsr8InZUs8asopN7KrR3aCRSVsvn { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:87.125rem;left:51.9375rem;overflow:hidden;display:block; }
#A4ZUeNAT9sA4VPZe5H3ThelO4iR4UKyt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:87.25rem;left:55.8125rem;height:1.29980625rem;display:block; }
#ye5eDIBd79SIfoc7Z9vLiUssQBuX4kIV { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.923828125rem;left:16.65625rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VX5DLulk9Mxphe0OGaJXZXWpuXZsdAsz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15220;line-height:1.3;letter-spacing:0;top:113.25rem;left:10.3125rem;height:1.29980625rem;display:block; }
#brblietSJ854zTmgCp7lBbfJdaFN62zW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15222;line-height:1.3;letter-spacing:0;top:113.0625rem;left:32.875rem;height:1.29980625rem;display:block; }
#k4KyCQNGpUFO29QkEfzenJ7OtdvycmxV { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:112.0625rem;left:29.1875rem;overflow:hidden;display:block; }
#MxHyU0oXQV4iDKXVV54xcRZr2EdeTVBq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15223;line-height:1.3;letter-spacing:0;top:188.1875rem;left:10.25rem;height:1.29980625rem;display:block; }
#buLWrJdu7RtWlSatmer7H0xG9qIy5idc { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:199.375rem;left:28.125rem;display:block; }
#nGTxhWMf8XOnPHEnEfXiObXZuHDuZdKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9frnQFZuX073lIfyLo3Mp9fWZcC3lkm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:88.625rem;left:55.875rem;height:2.111325rem;display:block; }
#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op { position:relative;display:none; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op { border-width: 0; border-radius: 0; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WqlnaiffDGNd8mRgM3ppmXyT52TczWzu { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#pVR8cv50SJ4ndo4dgg6EIlO8XCfocsCs { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#UvTTz6wlZiSFnHIllTpZyuT4wI2rr5xn { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#b0RhtypUPNHFFUy9ys71uEAHifBrmIMy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#g1SxQJAHJ1BxfcVvQq3rFdTHBRCGqMEE { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#NthUVt2EXxpG4SEmsCHssmc9oaDFPwhu { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#mN7gPofdKoNM8SHFpuvNGJRJg719GNX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#FVTOVEPuWyhoaLTUHRO1edFK8SRczAfO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#ACGJ7wiGzyKJ2rMsuIr5lTHKt0Kbup5C { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#r08n6JtLMbCPVbfxPgsSU3heKaxigHVs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#dbRCaFCQQHn7IVz6KNhcKviyph9ttLff { 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:9.3125rem;width:31.4375rem;display:none; }
#i3yQprCRLGEnwtESosEmRavqnXdq6pqm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.625rem;left:0rem;display:none; }
#MQ0N2OLUgzx4VnLEPalVfA363iPKJGtB { 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:21.9375rem;width:20.125rem;display:none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .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; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .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-4),1); }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .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-4),1); }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-trigger.adaptive-delivery-prevent-bg, #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-trigger.lazyload, #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-trigger.lazyloading { background-image: none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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;display:none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #EqO2yXTVggyCuS0vLpBzdciBROghhApZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #hMt0focdDGM0is2rdpcVPik3fAdCKCRI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #iP5TCud5PC54EqymUbVlKwh3BUaxaZyT { display:block;position:relative; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #z9at2lTulGDOAUTgZ7fEePpXyqA2W4tm {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #w65UWaOuXeI8FZfS08yTVFrkoIT38p4k {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #B7LKpQ3kdrq3oENAkZ2WAvomU8xTpV4G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #v5eDPcGLO0VwNWolXF2zL4eEFzDs74fd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #pJg2Kw8072tbxEyv5K0FuCwiy83PRiB3 { display:block;position:relative; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fTyEsOKoxBGlS82wD8I8G3sqeagRS7sC {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fby5g45WbdJkno8anJIWCmTk8JAvfTxB { display:none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #O4H8yapxuzZxCVAllx1nlnvqSNfgOELI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #G78vFTrfqb6mkI4cM2WlPDTa6RrbXyRw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #xds9viKhq7hgJM3XnEPIqooNw6MBesQg { display:block;position:relative; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #wySGJlc70BT8cXDniNavxI0pu3gTp4v7 {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #yKZfCBPmieEa9DIuELktiVb1kHbT7BC1 { display:none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #SuR8917kxCce4B49JUFL3kFeHPHDxeDA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #dy9NeQ6PiwZhV94PANxuGyOMufuw8Zsp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #ZSXbxTclq66lP9ZMEw60Br0JTSAsaVhw { display:block;position:relative; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fA01RaFFfoNRwTTOAg9rdHhIdyLfT9bI {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #vT80DVhAzFhbT13TsqwWzbkKg6m2xL0F { display:none; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #U4kd090F5pBN9QsRbymMQptB6i3kSL8S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #IFvIZ7v6QQHy8QNN4bI8aTOrCH4RCcu9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #tknyK4xu1LmfS5tXfq0IZSR8S5fv6p0Z { display:block;position:relative; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #k52ukFzFMngtesiZ4pia00XF1pIi0TaH {  }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #m5veTTfEigWT8oTR15PgruhGS1iXgOZV { display:none; }
#Vz3ZSydX5Xwx99ltuBC4sIav0fmwhKM5 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#DVDogwdiabWnx2O2CP2LT4G84XB5N0BT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#rPi4h4VJkZ8PBHKokur2pEVTftdx4eSq { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#udmgecL0DQNM8aZKGrTeZbVtKN9GpxoG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#Q120kqAW5dWp93fVdLUwVGlttAtCqppe { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#UC5BirEIH4ShHVCxmWAbSi1MmN6bZGUO { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#oNTAxgheAHA60gkOH68075mmKDhabuRV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#FcQkZguizUGspxHw6zEfPQZDXvDp5RCN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#hgay0eZuTv4qrAQTDVTWBDG4Qs3ia4x4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#a6klXuyWnqCOlwl5s28qP8B3TdkiQhhx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#OMXGNUC802gOSKLzb1qWK0ensZlDqncu { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#cH4e7CTVei2SME1ak2viFCnPWL6STHod { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#caMdggcCrsVK36otDL50TRJQJPRZqeJz { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#dX6uieAm5r2sDJg4TNU6BgaUVRPhM8DK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#HcR74PamFETJH8ZVNuCNI9hVyXcTN04J { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#dLXMfaN7cBNP3tCtpkJq06x6BKJ5a6LN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OyVCdEyCcC9qivOIz2Tn2pWvXkQELmJE { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#GySGEDw11Sb6FOEUhMKvGzte0IWneNxo { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#DyMbBC80vzl4TPkXp5JTzXA5TVgTxlyp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#hgkWmUXKTXl1CSIgVoNHWmy2AM9hDbXo { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#NSypPfM8L1Xxd0LDNid21OaXNTXTIEtV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#M3Ok8so1PrSATzrO0CmoTlg3A26z7eQl { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#zqBvEVvIC2GvqEyXGy1pe5y6gB0NPpqh { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#eQs9gBtRUbSOzUyr8iEEDviobhrLIJ1a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#yrZ6rJ22T2yrUQSNhiPoXZ497CvSwxin { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#fVLE8eW1INZuZWePKP1e9Dz3bylPcvn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#IdTaGtPgcJfDWDlPKxBvKN90ElefwITa { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#nSXunmUGSsohBSyrzr9Av9sH7ILrg5Gy { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#JdgGgzCmBQwE0NsPTqOXTLTNWD64E8Fu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#J84gQHXSITmIpkLF8U1whga2UKbzhKNO { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#TVPG40CPnzf6S5gBU88318EV8dncbxUd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#ORnnrzmngqgzkib0lkAZWKnaDKnJCx7d { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#yQF7nR2wloZxHsavAt17LJIwT91DoWxF { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#pedZF1NssUs0O0qCZhHaixU3hqKgqs1b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#XZlWW3kIJwQFGOUwE3Nh6JQPoGvIkRu4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#DrZCUS0tIzxEwl05wXH5KrvhrrySCszE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#K98Zszb2ZhTqO1m4z3I7omDgq6J5VwpH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#RdPB2LWOLAgKcXMwZQScc5vAx48f6QXV { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#UVWzyq32dNSAVTJ28R0a7CkTHz86qxmc { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#dRcT8R946hnhJL8uD5V9IKZLKfGE5LqE { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#dhLbVcv5FTqwxir7A2nnabVHi4dU6Sog { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#xF2gqdi1UaPqlap1MlL9wzH8720DJZvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#pnEvpObFk2ZUlTqdDGqnGW2vMeS2arzK { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#svA1l5ievEam0Co57fPMQUaOw2TxMw2l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#kc3WyLT6xTBUcIblQ3mdMhA2nLA7EVxT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#zBg37zlc2kK066t6wbwdLb1xRG8FOLRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#ElaJ0BEKhiXMStIyzr6JTMeMPCyrXftz { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#wGw6v09CT7QTbFhJ6SLIzL3vdrmnCDVG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#uJrhPA7TrlTFhzxDfab8ccfGpHWdiow3 { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#KaKuJqd36lV7yZNcEx69cug0LUtFrItq { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#hqCyln1RkL7saeCT9TJmHmWHuFTf28l8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#Vgh8z3E9oV7XvP5hOpotOWT2mv4Zu7KJ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#IUc0uxXfWeOBO5PbCgPWDfR9oqAEwF1x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#UPVS9T2wuSvgAXVufeMpXOK19vFVEx5h { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#hIDeQZMP5enNhGSfTyhfwohIuBQE3ViW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#pFWK4IPiif4vHTBG2hPT1izycOBKEbSF { 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:14.625rem;width:20.3125rem;display:none; }
#pDHeP47Axk6S49pR1e9s0sGI47rf4eu1 { 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:13.9375rem;width:20.3125rem;display:none; }
#pIw5lh7T2Z7wKCs3up5BHPmFKqTRzq24 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#pGkNKaPypuv2Zv1DLv7ODz4PfSz6WMmm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#MP72ANIdooMSBxQJQGPwFXTzhdGrTRTy { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#CHbbGGfxJvd8XQLJPlGpUoDdg6pWpPzm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#GMg2NA2OLnv1GWZueWpPuK5vXQfr9oUc { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#AIuFs4sAZWt9TtSd46Zpgz8U9oE0bksD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#IlS6Sz3kI7cH1t7kels8LITM6Pfm8Sp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#OoPLnCap2yHwtDNETolzx0PsyF8wa3l7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#ETHKNz820aWNpLJ6RT6dv1APTg7gb3T3 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#zwkglxA6VoXxKRVoUoLJKoTKPGeHvNG8 { 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:13.75rem;width:20.3125rem;display:none; }
#KMx7Tu3Ris8Z29SABwXsr0i8ttZPpbpv { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#VZXwhD2Nz5KptvTKr9HQ6JuqGMnw197F { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#z19X2ke4hmnU0kWylD7SbVWnGiJs1XEr { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#D0ETrnLxUA5p90ThkS11GwrpC43oEtZT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#fsswZIr2XB3wCdie6Hz18qvBWearMEC7 { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#O6ghLPGgImsEh84uuoVH2FOxUNW4z5xF { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#Z1IkwBygeWrAZFasPnDGOQLt87axAzBW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#vT06vQNlSfUugsdrhRguqHOTe1tP6G1L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#QJXdSFwvDHJUBDOFmgc6myTAnDFmmZyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#xpLm1i21r55O9Gn0dIMD4yTBJonc85vl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#k0ELapb5xJnqA9qm9Pke5rXZusb6N5EA { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#eH1ADKcWNyAJpCCThtwop0ss7PTHyHd4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#POnIGZcGpHUy1km7r8TQ6TFLmXsrZMRf { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#Z3cohFaOX86O0Cpu7CrzLfwuRV8tSTGT { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#oJWt1VzHQnkKMaMTGNWeetqHpeEBzm1w { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#OWTQt1a5TI9zuk3BKV14aI8ZkZAgTw1g { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#h9p2GDg0ZSPTUAy0pH8cgRaShPIdcRmO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#OMMshL54ocg9ydEQsALnmmqwOa54QLqH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#OFItRtLOVx5DN8p6ikByPKnN32MNN24v { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#pmfccmJvw6KSOTSTk0qqim9z9fTpxSgO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#MFoZV1XTy76KrlR0zT7eaOqWR4aqc1BI { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#QxaISALf9Ev07doi987PraybWFBHh3KF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#GLiTFmbt2TBhsxqQJwRLmqa3K002TazK { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#QxZEmQ65GoQu78uS8XvgLbrnHrnLw3ii { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#qn4JXOhg1vu2foeNN7NLSlhvgzeXCOPN { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#mBSnQikdf5PxcqsEkThvp8CT7TcNS27y { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#HzBh13dXkmFbCtewf1SN9BCePlrzBk9K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#cS4f0eGeugEhkUBi9aJKuyH6fKxM18Dg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#VXJnZJgyLhnl3PyguqZpbG2BST8iGtht { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#MBw0BguN0rrC1wAgNd3zgo2sRrxrLDkT { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#knVICI4UMcFy2NGH5WfCXN6dFeT9hfK0 { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#MiMtElCygI3nf2mOrZhdZ0gRCkQhosZU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#iWt7diO6bRkk4JcHTWCBHBx1w4uExgMO { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#uS5GpBRSR2wcTk5nU3TknNPbfPdzuFt2 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#i1sC5QTWpItS22WxJpCzArkuBAKhKilL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#kOKwGsr3Md805RN9zskBVr96irTWgZes { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#WHioKE00NWPzqNNP90soTReRdPRSDkL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#WvJgIZWrB3In3oRCgHA7TtTDV0gBhg1l { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#hbFaG4ff8KV6xAKbHymRTBum1e9tq6XX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#PvwlzsXCpnnUT0E2pbfJ2m7WnUs7ArTd { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#uH3QufQV2R1OUG92aTFtxEXQO6dVMPrF { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#Gv25OkWO4dUpQ4d9oMlW82pTyWT8dhbi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#voNMnhXa8sd3ccR1aQVIg7VznWcmpUft { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#UN0XpPTm2LAm3S4sH0uhAKiCqZdP8I0m { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#R0mG2hlOs99tpIOJAKIenTrRo8L8EFoW { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#kWA0FQ3JNrU0tM2tEqfKncqtpVUsbiLT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#JGnC80DoaqVVg268SIHn6nV6gWT7GJKX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#JUWyxf61Gta6T99PtHSZTUZOkgCRAPMv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#MdIsezLwMyfQ1pPRMXeWNoxGP2O6A0vI { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#HPnyiR9Q5ApfpDBA6UszgKNFoVx8ObCm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:48.625rem;left:29.125rem;height:1.4624rem;display:none; }
#MmNfwv15UbtvgraaQq8UcPe8Z5rzy4A6 { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#mbsIKsS1ymamb20cnMbqceqH8IgaPO6l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#qwRHyfCBTSkdRzCEC0T2vOuu9L0vA2VZ { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#gA2tl8bubyJB5CPJ9zuGrAfmQIXb8X8h { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#bMCk7yCtuZWGGZt4BU8Sg0JHXQlbsa3A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15037;opacity:1;top:66.25rem;left:29.125rem;display:none; }
#ZImhlNlst3Ivmza7UEQEP9I9l565A4a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:66.25rem;left:30.75rem;height:1.4624rem;display:none; }
#Q7ceVT6kvUMERD9PQp1D43KqW7UB0fTb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#EkaS4NTQTUdyBW37R4VIkp4TEscdpu1o { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#GZtlyKy5t35NXl1vIP8UvUWzaqKMo7Lc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#eIxV7T8mwB5K6JbwsABBWP1sogBDBkgT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.5rem;height:0.9746125rem;display:none; }
#KKO8vdFJ8WNhg6NqzF18JcrEvadJRzaD { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.3125rem;left:41.0625rem;display:none; }
#A9h6G1vFs2rmACNqtp3uL5SwNSRmIoJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy5f8aSBmz0VItCJ3VV1xnHTwUTLqSeO { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.923828125rem;left:16.65625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l8hZxMRlgzy0nWl501IOubqoVETJxusf { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#LJbdTAipTsDF9bJBznNNAtZXLKaaMmCi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#kdxQhVMkJRElAsITsTKwANmsGqGKdbhZ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#BwWn3rzpV8Ps9fCs5Te1gfnsT6xrIToQ { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#rkQF5mxTOgnlUhQDwB8MnQazvFogOqHd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#nlQtqGw4gBmCDr4mv3TadwlSAtHpdBtU { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#Ny9DaipOQWXK723M1mfahvk6JIdCSFH8 { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:48.5rem;left:39.1875rem;overflow:hidden;display:none; }
#kUMvTiANKdnQhUO3x1so2BhxumCFmoI7 { color:#a37c1b;display:block;width:17rem;position:absolute;font-family:"darumadrop one";font-size:2.5rem;font-weight:400;z-index:15035;line-height:1;letter-spacing:0;top:50.875rem;left:29.125rem;height:5rem;font-style:normal;display:none; }
#THK5aU4Rrg287vc4PiH137sqx7CQixGd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:57.125rem;left:29.0625rem;height:2.5996125rem;display:none; }
#IdCVgIkyNDudPJiGPOJHwl7aOOlEeX23 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:61.8125rem;left:29.0625rem;overflow:hidden;display:none; }
#G8guPD1OM7FFWzageQGpkW2r2MyWBTFI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.4375rem;height:1.29980625rem;display:none; }
#lBpJdl4mEwTzrnZgRTrqUcVi52vedMuu { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;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; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { background-color: transparent; background-image: none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container > .video-iframe-container { display: none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row > .video-iframe-container { display: none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .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); }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { border-width: 0; border-radius: 0; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;position:relative;display:block; }#F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4736328125rem;left:0.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:22.8125rem;top:14.9375rem;left:4.625rem;overflow:hidden;display:block; }
#gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.9375rem;top:14.6875rem;left:26.625rem;overflow:hidden;display:block; }
#IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:22.0625rem;top:15.3125rem;left:47.875rem;overflow:hidden;display:block; }
#OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:36.125rem;left:26.375rem;overflow:hidden;display:block; }
#RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { position:absolute;display:block;z-index:15013;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:23.4375rem;width:23.0625rem;top:35.5625rem;left:47.625rem;overflow:hidden;display:block; }
#qHJcS67wFK7xdTomvALlx0hHN4nVib5q { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.375rem;top:36.6875rem;left:4.375rem;overflow:hidden;display:block; }
#IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61rem;left:28.125rem;display:block; }
#nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWz2N518KECIH3too9J2TWLstdKe3UCH { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.65625rem;left:12.03125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { background-color: transparent; background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container > .video-iframe-container { display: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container { display: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .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); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { border-width: 0; border-radius: 0; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { font-size:0.875rem;font-family:arial;height:137.875rem;width:75rem;position:relative;display:block; }#USwlrblABTFpToCxCkve9UiUTvpWBtgy { 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:5.1875rem;width:39.75rem;top:4.783203125rem;left:17.625rem;overflow:hidden;display:block; }
#X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { 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:115.875rem;width:75rem;top:12.9921875rem;left:0rem;overflow:hidden;display:block; }
#LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4345625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:130.0546875rem;left:16.2822265625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ea638c6-161f-40f9-a911-0c4c33bf9d28/2keyhighlightopen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.adaptive-delivery-prevent-bg, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyload, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyloading { background-image: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { background-color: transparent; background-image: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container > .video-iframe-container { display: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container { display: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .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); }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { border-width: 0; border-radius: 0; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:75rem;position:relative;display:block; }#XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1429443359375rem;left:17.374877929688rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xufipML0gHuym8TH9uQ6feZJzM7OTw2T { 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:15.6875rem;width:20.375rem;top:15.562133789062rem;left:6.125rem;overflow:hidden;display:block; }
#IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { 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:16.5rem;width:15.8125rem;top:13.5625rem;left:24.25rem;overflow:hidden;display:block; }
#nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { 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:15.625rem;width:17.8125rem;top:16rem;left:37.5625rem;overflow:hidden;display:block; }
#GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { 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:14.75rem;width:18.125rem;top:15.9375rem;left:52.0625rem;overflow:hidden;display:block; }
#OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:63rem;top:49.4521484375rem;left:6rem;overflow:hidden;display:block; }
#IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.74951171875rem;left:7.43701171875rem;height:2.2753875rem;display:block; }
#ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.5rem;height:1.4624rem;display:block; }
#rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39rem;left:9.4375rem;height:1.29980625rem;display:block; }
#QI5HObMzykZz2J6lXT0F05V4lecC70MA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.0625rem;left:9.4375rem;height:1.29980625rem;display:block; }
#NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:39.0625rem;left:7.4375rem; }
#P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15013;opacity:1;top:41.125rem;left:7.4375rem; }
#lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36rem;left:26.8125rem;height:1.29980625rem;display:block; }
#qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15022;opacity:1;top:36rem;left:24.8125rem; }
#b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.624267578125rem;left:24.874267578125rem;height:1.4624rem;display:block; }
#MowoyquDxNQR5Ou8saACdS0whEb85V5O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.06201171875rem;left:24.874267578125rem;height:2.2753875rem;display:block; }
#C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15032;opacity:1;top:39rem;left:40.0625rem; }
#gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39rem;left:42.0625rem;height:1.29980625rem;display:block; }
#qi0Srz4OAptBKltFpO1H1BphGdfcvffG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.9365234375rem;left:39.81201171875rem;height:1.4624rem;display:block; }
#TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.3740234375rem;left:39.81201171875rem;height:2.2753875rem;display:block; }
#qRGMo5458zHzluQLlCJ38uo1CHGEssrR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15043;opacity:1;top:39.625rem;left:58.125rem; }
#fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:39.625rem;left:60.125rem;height:1.29980625rem;display:block; }
#noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:37.68701171875rem;left:60.06201171875rem;height:1.29980625rem;display:block; }
#eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.68701171875rem;left:58.06201171875rem;height:2.923825rem;display:block; }
#cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.12451171875rem;left:58.06201171875rem;height:2.2753875rem;display:block; }
#H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15014;opacity:1;top:37.875rem;left:24.9375rem; }
#uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.8125rem;left:26.75rem;height:1.29980625rem;display:block; }
#bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15024;opacity:1;top:37.8369140625rem;left:58.125rem; }
#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ea638c6-161f-40f9-a911-0c4c33bf9d28/2keyhighlightopen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.adaptive-delivery-prevent-bg, #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.lazyload, #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.lazyloading { background-image: none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container { border-width: 0; border-radius: 0; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:75rem;position:relative;display:none; }#xcX12S97esJ3Trvr7P09O6q6XVGusDpp { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1429443359375rem;left:17.374877929688rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#q4XwgD6GF6IgCZeCTGBztTclPMJ5dH0m { 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:15.6875rem;width:20.375rem;top:15.562133789062rem;left:6.125rem;overflow:hidden;display:block; }
#UGDRzPERJ2LwDTd3lUPF6HCNisk6yuyn { 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:16.5rem;width:15.8125rem;top:13.5625rem;left:24.25rem;overflow:hidden;display:block; }
#EzWZoSkVmvLwl3d6uOE7yWIcvZZoNTGy { 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:15.625rem;width:17.8125rem;top:16rem;left:37.5625rem;overflow:hidden;display:block; }
#TXtqDGf0iGXgy4nwHesbnd7zTWRK0FqI { 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:14.75rem;width:18.125rem;top:15.9375rem;left:52.0625rem;overflow:hidden;display:block; }
#TKmIX4P5BibvS6bw0ysBmZQclfh8b5tN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.936625rem;width:64.75rem;top:50.889892578125rem;left:5.12451171875rem;overflow:hidden;display:block; }
#bAoloxQ0tcBh4r5uHbSDVuFWpvxZ4C29 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.99951171875rem;left:7.43701171875rem;height:2.2749rem;display:block; }
#MvLRFQvbeCy0WAf91N18W3t3e3D2NGxU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.625rem;left:7.5rem;height:2.92480625rem;display:block; }
#AtBvQp0yzU53i9Jftnh7t89SKg1WRvym { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.624267578125rem;left:24.874267578125rem;height:1.4624rem;display:block; }
#Gkev4720QZ2OhcxPS20igLUiVcpcVu97 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.06201171875rem;left:24.874267578125rem;height:2.2753875rem;display:block; }
#FWG0tr3HdkTHk4ubyaRX2RTQoS8COGld { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.9365234375rem;left:39.81201171875rem;height:1.4624rem;display:block; }
#GuXikcf72bpyA90TfUhEIUTCh3PFndwh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.3740234375rem;left:39.81201171875rem;height:2.2749rem;display:block; }
#XTw75VuqhdQBho0oaXMwtHA9V8oxAmm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.68701171875rem;left:58.68701171875rem;height:2.92480625rem;display:block; }
#gVbmk4LaNiMoJh9ApoUkHZc2LGFVV7Vz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.12451171875rem;left:58.68701171875rem;height:2.2749rem;display:block; }
#Ao6CLZa2ZKainNS8bRyTKot8WtpeEJuO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#Ve0EMn96K2dcn54qKQLav0qvbw4Z3pxW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#QmrgoSIOTNlNzsdzisGQl2sabz1iSyfb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:41.625rem;left:7.4375rem;display:none; }
#llrdzdZ2MW8Oko5g2OwG5GPxNbAWDNsb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15013;opacity:1;top:43.6875rem;left:7.4375rem;display:none; }
#R3B3GynsnH90NXJdTnLBaQf6hJO2SvM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#ATTCk4UqMDL9dLX4ksnUZCCUWMVmG9Bd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:41.625rem;left:7.4375rem;display:none; }
#SzZvimMLRcAw1QIQif21gOHP42pxsZok { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:41.625rem;left:7.4375rem;display:none; }
#BRMB6CRTyBJ6x6vMc0do0P7wKytXT53w { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.5625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#mphhMg6HlLLaLgrsecelnRITJztgBnTH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.62451171875rem;left:9.49951171875rem;height:1.29980625rem;display:none; }
#espGy0PDvnpUe028Gs3CB1lHq1UILlQW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#bg6WIesi8P9nF96rBKyBr3wOeTxgAdsa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15013;opacity:1;top:43.6875rem;left:7.4375rem;display:none; }
#IMdCVUdllLvAE2rowinnFo7nLkvFOuFW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:43.625rem;left:9.4375rem;height:1.29980625rem;display:none; }
#JnwDGNLU5ETPsb39T4CQlP3UZ7hAKFKv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15013;opacity:1;top:43.6875rem;left:7.4375rem;display:none; }
#JL4J5kEO5whS6DKXNX9G4COcmGRCIKcD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15012;opacity:1;top:41.625rem;left:7.4375rem;display:none; }
#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { border-width: 0; border-radius: 0; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { background-color:#f9ed41;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.498779296875rem;left:26.5625rem;display:block; }
#K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { background-color: transparent; background-image: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container > .video-iframe-container { display: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container { display: none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .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); }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { border-width: 0; border-radius: 0; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { background-color:#f9ed41;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.435546875rem;left:26.5625rem;display:block; }
#E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { border-width: 0; border-radius: 0; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:none; }#A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.375rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.900390625rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.3125rem;left:65.0625rem; }
#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { border-width: 0; border-radius: 0; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.3125rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#uqNkNKnDlwSZMstGken72JV6PQbFQfwb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { border-width: 0; border-radius: 0; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.125rem;left:65.0625rem; }
#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { border-width: 0; border-radius: 0; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { border-width: 0; border-radius: 0; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmhTFRGD51yVeutX9DwxyTX31R88aTWh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1.1875rem;left:65.0625rem; }
#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { border-width: 0; border-radius: 0; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { box-sizing:content-box;height:6.25rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { border-width: 0; border-radius: 0; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#w5avKIskw42ro7LTzwATyL8mpcqpVRhm { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#m982BTXflIs7wmqshkvqMxMUq1z6sI30 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.1875rem;left:65.0625rem; }
#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { border-width: 0; border-radius: 0; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { box-sizing:content-box;height:6.25rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { color:rgba(var(--color-tertiary-0),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { border-width: 0; border-radius: 0; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:1.1875rem;left:65.0625rem; }
#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { border-width: 0; border-radius: 0; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { border-width: 0; border-radius: 0; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { border-width: 0; border-radius: 0; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;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; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { border-width: 0; border-radius: 0; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { background-color:rgba(255,144,26,0.2);background-image:none;border-top:0.125rem solid #ff901a;border-left:0.125rem solid #ff901a;border-right:0.125rem solid #ff901a;border-bottom:0.125rem solid #ff901a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.875rem;left:29.6875rem;display:block; }
#UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { border-width: 0; border-radius: 0; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:none; }#dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIW3hzqonx1d65Ge4F02iIkukywNQMId { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:1.875rem;display:block; }
#NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:18.5625rem;left:1.875rem;display:block; }
#iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.556640625rem;left:2.40625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:37.25rem;left:1.875rem;display:block; }
#iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(238,238,238,0.93);border-left:0.0625rem solid rgba(238,238,238,0.93);border-right:0.0625rem solid rgba(238,238,238,0.93);border-bottom:0.0625rem solid rgba(238,238,238,0.93);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.25rem;width:14.6875rem;top:22rem;left:5.625rem;overflow:hidden;display:block; }
#XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:41.9375rem;left:1.9375rem;display:block; }
#Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.5rem;left:2.5rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:42.5625rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11rem;width:28.6875rem;top:45.375rem;left:5.625rem;overflow:hidden;display:block; }
#Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:40.625rem;display:block; }
#WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:32.9375rem;left:40.625rem;display:block; }
#BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.4375rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwTBcUua1Mac715URlK8DsMhBEyrDRfU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:51.1875rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:50.75rem;left:40.625rem;display:block; }
#tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.25rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:14.6875rem;top:16.4375rem;left:44.375rem;overflow:hidden;display:block; }
#nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:28.6875rem;top:36.375rem;left:44.375rem;overflow:hidden;display:block; }
#Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:28.6875rem;top:54.1875rem;left:44.375rem;overflow:hidden;display:block; }
#ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { box-sizing:content-box;height:55.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:37.5rem;display:block; }
#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { border-width: 0; border-radius: 0; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { color:#ffffff;display:block;width:53.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0616455078125rem;left:10.498657226562rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5db4ff;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.796875rem;padding-right:0.706875rem;padding-bottom:0.796875rem;padding-left:0.706875rem;display:block;align-items:center;width:4.24125rem;min-width:4.24125rem;height:4.28375rem;position:relative;font-family:montserrat;font-size:3.188125rem;font-weight:700;line-height:68.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.498125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.655rem;height:1.69375rem;position:relative;font-family:montserrat;font-size:1.195625rem;font-weight:300;line-height:27.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:8.069375rem;padding-top:0.99625rem;padding-right:1.01rem;padding-bottom:0.99625rem;padding-left:1.01rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.8748779296875rem;left:23.17626953125rem;z-index:15009; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE { width:auto; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
#r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { color:#ffffff;display:block;width:46.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.187255859375rem;left:14.124755859375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.25rem;left:19.46875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.249633789062rem;left:26.5625rem;display:block; }
#uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { background-color: transparent; background-image: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .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); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { border-width: 0; border-radius: 0; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#xpvo8oIFdov78v8XncWecgToEhN0htNq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { position:absolute;display:block;z-index:15059;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.5rem;width:1.5rem;top:4.6875rem;left:59.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.25rem;top:1.1875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.1875rem;top:1.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:7rem;height:2.25rem;top:1.25rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:7.4375rem;height:2.25rem;top:1.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #DyMnRcAzET6QWBDvxMM40GCU3iUCs2vl { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW056X5hvlqvRIbfXiu1HPtmLDvheZpR { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:18.75rem;height:3.5rem;top:39.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { top:26.125rem;left:15.8125rem;width:29.6875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { top:45.3125rem;left:9.1875rem;width:27.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { top:9.875rem;left:10.625rem;width:29.375rem;height:7.8730625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { top:47.125rem;left:7.375rem;width:30.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { top:22rem;left:0rem;width:47.75rem;height:2.2383582214884rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { top:26.25rem;left:9.25rem;width:5.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { top:33.8125rem;left:6.6875rem;width:32.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRTV2f333uTPyGc3LGsOWzb2lITKibwi { top:43.875rem;left:0rem;width:28.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { width:33.125rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { width:14.375rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { width:26.5rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { top:9.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqImXqX13IFNqAbFw6sD19erbSnTBfk { top:16.5rem;left:0rem;width:40.625rem;height:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { top:57.9375rem;left:0rem;width:47.75rem;height:108.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { top:63.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { top:69.4375rem;left:0rem;width:42.375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { top:29.8125rem;left:0rem;width:46.8125rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { top:94.4375rem;left:30.5rem;width:17.25rem;height:13.812450180437rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { top:79.5625rem;left:0rem;width:47.75rem;height:21.63671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { top:108.9375rem;left:0rem;width:44.5625rem;height:21.65711136384rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { top:139.6875rem;left:0rem;width:47.1875rem;height:21.096419491638rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { top:130.25rem;left:0rem;width:21.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { top:119rem;left:0rem;width:17.4375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { top:5.875rem;left:0rem;width:20rem;height:28rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { width:36.875rem;height:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { width:36.125rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { width:37.4375rem;height:28.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe { display:block; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCa33Gr7QIDsOVk7BdN8pCBMhEy3vC7c { top:13.875rem;left:0rem;width:42.8125rem;height:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7gEnzrJmUi69hTfaByQ3ZEVSrAXvrZw { top:7.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQwgkWXS7Am4Q2NJuTD8nbzz3RJGqlr2 { top:31.5625rem;left:0.9375rem;width:46.8125rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMPNdap7gQrE7JhFulfHDcM3xyR0mEBQ { top:55.3125rem;left:31.4375rem;width:16.3125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxmrD8Od97T5VbJE1ezLFndn7IhSt5QK { top:24.75rem;left:0rem;width:20rem;height:26.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1mzkkdKarieuHbBsrMTaXTd2WN1Pe9h { top:23.6875rem;left:11.5rem;width:12.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpXFFBWLcJCf6yLUNTRbPCqpUOykdoSe { top:43.5rem;left:0rem;width:35.875rem;height:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9wOnGgwhSgC0tGoLLlTFmS9bTl15kO { top:23.75rem;left:12.125rem;width:11.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmU10nymlCrEt9JpUo7ixrO68hdoPCBT { top:23.6875rem;left:23.875rem;width:11.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { top:7.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { top:14.4375rem;left:16.375rem;width:13.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { top:41.6875rem;left:0rem;width:47.75rem;height:10.560642092747rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrU55q7ils21x4FEWVnxldu0fbDfUa09 { top:14.4375rem;left:0rem;width:13.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { top:13.875rem;left:33.375rem;width:14.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { top:30.8125rem;left:15.1875rem;width:16.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { top:26.875rem;left:15.625rem;width:14.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { top:26.875rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { top:26.875rem;left:30.25rem;width:17.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { top:30.8125rem;left:0rem;width:16.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { top:30.8125rem;left:31.625rem;width:16.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { top:77.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { top:60.0625rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { width:21.875rem;height:3.4375rem;top:56.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block; }
 }@media only screen and (max-width: 763px) { #cqu5qwRCOBLwgTyHhoEQPLLK9yTKu8lU { top:45.25rem;left:5rem;width:37.9375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMneWXBM4DQoD9CSwSEpSMJEsXFaNFbn { display:none; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:block; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { top:6.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { top:23.5rem;left:0rem;width:20.5625rem;height:54.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { top:23.625rem;left:3.375rem;width:20.5rem;height:53.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { top:23.5625rem;left:27.3125rem;width:20.4375rem;height:53.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { top:13.3125rem;left:0rem;width:21.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { top:13.75rem;left:1.375rem;width:22.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { top:12.125rem;left:26.375rem;width:21.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { top:26.125rem;left:1.1875rem;width:13.25rem;height:5.0381404236938rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { top:26.1875rem;left:11.625rem;width:12.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { top:26.125rem;left:32rem;width:15.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { top:31.9375rem;left:1.5rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { top:32rem;left:12rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { top:31.9375rem;left:34.125rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { top:93.75rem;left:0rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { top:93.75rem;left:17.125rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { top:93.75rem;left:21.0625rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { top:92.5rem;left:23.5625rem;width:0.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { top:110.5rem;left:0rem;width:47.75rem;height:9.2871559633028rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { top:80.5rem;left:0rem;width:42.8125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { top:84.375rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { top:87.0625rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { top:116.75rem;left:0.25rem;width:14.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { top:113.1875rem;left:2.0625rem;width:11.875rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:17.375rem;height:3.3125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:17.25rem;height:3.1875rem;top:70.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:17.1875rem;height:3.125rem;top:70.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { top:50rem;left:30.875rem;width:16.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { top:38.75rem;left:2.875rem;width:12.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { top:38.8125rem;left:10.0625rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { top:38.75rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { top:44.75rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { top:56.625rem;left:1.3125rem;width:12.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { top:56.6875rem;left:7.5rem;width:16.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { top:57.5625rem;left:33.6875rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { top:64.0625rem;left:0rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { top:64.1875rem;left:7.5rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { top:64.0625rem;left:31.375rem;width:16.375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { top:74.3125rem;left:28.125rem;width:19.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { top:38.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { top:38.1875rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { top:38.125rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { top:44.0625rem;left:31.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { top:119.1875rem;left:0rem;width:32.6875rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { top:116.25rem;left:0rem;width:30rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { top:111.8125rem;left:23.875rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { top:2.5rem;left:1.1251220703125rem;width:12rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { top:36.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { top:26.75rem;left:0rem;width:21.1875rem;height:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { width:23.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { top:26.6875rem;left:0rem;width:21.1875rem;height:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWOfTlWd1IH3SGME9uxhRlrDvATney3L { top:103.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { top:98.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { display:block; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZifn7TDiT0SA0k3p9cklZSzT9bTrGok { top:5.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypeQWMWCqC5BK1MuabhmVaoJmLFzJWRT { top:21.4375rem;left:0rem;width:20.25rem;height:53.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiEA7hQ6Run5fTs6T4WL5aOcTAGBPAQf { top:21.5rem;left:3.625rem;width:20.25rem;height:53.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqE7PHUMhWRe3zdVouT6BOTuAONAyuST { top:21.5rem;left:27.5625rem;width:20.1875rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhuA0lzRi2ZIGLOqX3URsU89EKp8yh7 { top:11.0625rem;left:0rem;width:21.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVZ2WwL1SFpSO6JcPBb9BGgp118cxss { top:11.5625rem;left:1.375rem;width:22.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzpDUCuaUfTOtDzyaOybptKABeI4c4v { top:11.0625rem;left:26.375rem;width:21.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHXbF3JHchSygDLuLgfSA85tueqV9zQ6 { top:24.125rem;left:1.25rem;width:13.25rem;height:5.0381404236938rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlGaQmueta2VFmngisApXVaMUbJz7n6L { top:24.125rem;left:11.625rem;width:12.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxlFH5XiiWvsNBA16HTcp8bMhPAMp7Ni { top:24.0625rem;left:32rem;width:15.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dw4vwV2zAl59Q5fvNTzCaN81cuB0ks { top:29.9375rem;left:1.5625rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHM1DTKfNPZG5OQb8H5cRtNCZotzhZE { top:29.9375rem;left:12rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIyyFfvfqqZ66bOL9eEXLJNcTXsTfat { top:29.9375rem;left:34.1875rem;width:11.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcA0IZO0ffr150npu3g6XXDxbfgRAAok { top:90.9375rem;left:0rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7pLFZMWT0Ry16PQUs7fepxFE2b27bf { top:90.9375rem;left:17.125rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16Qv3rEPZHyWAit5Vn9kVQrNLqE2TyI { top:90.9375rem;left:21.0625rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2MifKBauwR5FSrFheXEWGH7hfJdxqt { top:89.6875rem;left:23.5625rem;width:0.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx54IazToTf8BrNVZUOg7wU8avVGRUaJ { width:17.5rem;height:3.4375rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIUUxMx7MP7PmNkq3vmMK3zRaazQJkUW { display:block; }
 }@media only screen and (max-width: 763px) { #cNErlP1nUO6kMGuFFP8CKOuZKUoH82w2 { width:17.375rem;height:3.3125rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9DUNw0T7wLTJ3Fh02pUTv3PvNXPTTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fqs4FLK04GdQgBDBEgdBoucGlcs4BkVz { width:17.375rem;height:3.3125rem;top:64.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLzfuAT7N0CCNaWJEpXiAB5naIfTPE7v { display:block; }
 }@media only screen and (max-width: 763px) { #wIKtovJ7hAJpMLn2GHM7ZyqOmW9iw2M1 { width:17.25rem;height:3.1875rem;top:69rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUp88EMeHOEsXT6nskS7m98QkxeE4rRS { display:block; }
 }@media only screen and (max-width: 763px) { #g29dcpD5HbG5g32aptMMNPykqt3uxqWO { width:17.1875rem;height:3.125rem;top:69rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slvITq44oA0TIBE9RyxzfHDGaKhNgsSo { display:block; }
 }@media only screen and (max-width: 763px) { #n6r8lASZ6TKQl0OASVxKtILE3lq332Xt { top:48.375rem;left:29.8125rem;width:17.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV9Z6wMekmPQWAdqovcdQumdcG3MGByL { top:36.3125rem;left:3.0625rem;width:12.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVdNg9UCKQNOxWiJwi6qwXkgFiIX2Iz { top:36.3125rem;left:10.0625rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHbbwCvlgazn4Z037uNzGqZLJuAbAcR { top:36.3125rem;left:33.9375rem;width:13.8125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdf1mwVNSVH04y46qGIJD9bDSKaQsAEo { top:43.4375rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0klemgUXcrqS18PHDwMmqKZVrbQiVI { top:54.3125rem;left:1.25rem;width:12.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu6hJbtz4VkDwLWS5kT42JzmE33RBn3v { top:54.3125rem;left:7.5rem;width:16.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HehFr4HvDBQtRIS8iHlN24noETXsZ11H { top:55.3125rem;left:33.875rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOuUO0H1guqTcL3oJEBgIxavOyxLCKWB { top:59.1875rem;left:0rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2dqDnk3TfTqiOlUPUTFuPcGu4qyleL { top:59.1875rem;left:7.5rem;width:16.375rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmsidQKauxv29Lu845neyifrOEwb238q { top:59.1875rem;left:31.375rem;width:16.375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2L2LUKUwEADZo7BvLF0bKDxzmuvERn { top:65.8125rem;left:30.375rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLDb8B5cZyHWpWpsfUT5r61gIoMHaSm3 { top:35.9375rem;left:0.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luu81AyLlOuhgfI28kAxfMQX5EpboV7B { top:36.0625rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsdHVH2JAD99qwgLO5Ton3BypIAt6Isc { top:36.0625rem;left:32.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCFRW7umLlGTFg4QLq9nZ7PSLSge2E5W { top:43.125rem;left:32.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lmOpAe8Qihr3FGzOP8Hukke7yEr62x { top:2.5rem;left:1.1251220703125rem;width:12rem;height:5.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQgAoqoGroRhVG3XHl5JeM00Ubg8gbXd { top:36.3125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #twpvwBcxH624auKtBg0m9zCAVbuQMAla { top:26.75rem;left:0rem;width:21.0625rem;height:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0TTS4IANUKEqrisdPsl6PF77hiaL0iO { width:23.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O02ZR32yBVrQzixPhBkU0ue6wceUu6Rb { top:105.75rem;left:0rem;width:47.75rem;height:15.571776814735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXcJWTgKchSN9bVoVizfOr6b1HBA7Je { top:114.125rem;left:3.5625rem;width:17.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frie0NMQ1RQWKqDgkpzFpLJZ6heACU3R { top:110.25rem;left:6.5625rem;width:11.875rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwBentSZvAV9zrxXnSc8uTrFCq4exP2u { top:111.625rem;left:0rem;width:30rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7hXNkeGXLuLuTxapyMpGzJuxqIQVVeo { top:107.5rem;left:23.875rem;width:16.375rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4uqZvWhkvMakWa8eaA9STW8RO7kpFx { top:78.1875rem;left:0rem;width:42.8125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EidrNyStIPO3eFwfiADwrMXcXCCzhCyU { top:82.625rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4xR4EXZcrsGBca3pB8ucIPDd7q7CMua { top:85.375rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x02E19lH8MUHHA2UsMRTZq4DMXbXmxTA { top:96.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XLqmfL8DTeumhZeTiO5oWGR9T9ixNX { top:114.8125rem;left:0rem;width:32.625rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ1VQMayVDU8guG0QExw7HKxPexfO9yR { width:17.5rem;height:3.4375rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdvigObZWxLbIV3PvAhJ0E8ufrpQs6TV { display:block; }
 }@media only screen and (max-width: 763px) { #OFiq4FiteJGzWUSRC0e8JT0JiCsamW0Q { width:17.375rem;height:3.3125rem;top:119.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsmHD7LtXd8PPxZDdurcF1gEHzCbrqIp { display:block; }
 }@media only screen and (max-width: 763px) { #GPnnNmSnEfzhI4bC18TMGxE3ErJyhJlk { width:18.5625rem;height:34.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUeJMQhuzWlGTHvVt2RprTuMrRqDHF1x { top:21.125rem;left:27.625rem;width:20.125rem;height:53.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { top:7rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { top:13.3125rem;left:0rem;width:47.75rem;height:20.125rem;font-size:0.8125rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { width:18.75rem;height:3.4375rem;top:39.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { top:13.125rem;left:0rem;width:21.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { top:27.125rem;left:29.5625rem;width:18.1875rem;height:13.453724459042rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { top:7.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { top:16.75rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { top:46.3125rem;left:30.6875rem;width:17.0625rem;height:16.564420276367rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { top:12rem;left:2.18701171875rem;width:38.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { top:17.5625rem;left:0rem;width:47.75rem;height:23.70167876588rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:23.125rem;height:3.4375rem;top:54.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { width:47.3125rem;height:54.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vazWZb44n4OFivw7OmMbAWFE14aR0JVi { top:4.0625rem;left:1.59375rem;width:42.375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { display:block; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { top:14.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { top:8.25rem;left:10.1875rem;width:21.5625rem;height:6.3561500710991rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { top:0rem;left:6rem;width:39.4375rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41r9HNde979S8CkMSTWJZmZsQL0hGSP { top:22.0625rem;left:0rem;width:20.625rem;height:22.437125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { top:22rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { top:23.6875rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { top:26.5rem;left:14.25rem;width:17.5rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { top:30.125rem;left:15rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { top:36.875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { top:37.3125rem;left:18.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { top:39.8125rem;left:3.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOeehomST9U5062VCFb5JVAleRx51OT { top:41.875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { top:73.5rem;left:0rem;width:20.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { top:90.0625rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { top:92.25rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { top:123.6875rem;left:0rem;width:20.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { top:140.25rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { top:142.4375rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuu9lMutuNbyuhw8fJOKDTEMyKMMMR9 { top:23.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfPrOQE9EfrmJMxLTgu1eGyx2frn4e7 { top:22.0625rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyNvlStC5fexoopOay5FNru26UmmH3Nr { top:23.6875rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIia84VUJd2rwUNQ0yPO6G01MEDPBDsr { top:26.5625rem;left:30rem;width:17.75rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuSotRXoWG03pgkHNbvGeFrwBBvoL4S { top:32.6875rem;left:30.875rem;width:16.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7v6NsHisgP3EFHCCb5ncV5zEnES336 { top:36.875rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDQOrdgl77E7RACHy4C6q9HUcsqORHSq { top:23.5625rem;left:39.1875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3nKTeWBKo8UISlbsaD8C1WNGu1A1Ti { top:37.375rem;left:33.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8AcfNGTm8DdLn0NzNKf10GOTM5WJsNa { top:38.8125rem;left:33.1875rem;width:12.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCP2UhhXAdTd2JCTP1KlzC41vQzJo0NP { top:41.0625rem;left:31.75rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDpR6Sre3SO1il4XFT5bsoTBEdaXqr8 { top:41.125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBLToogCSylmg5Ma3HoqBUOxPCBREvHA { top:47.1875rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB32scSMyB6A5wbKVLoPpAt2QnHHn91T { top:48.8125rem;left:1.8125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1q04vppAfy2m3u0GQac4z82LWUklmw0 { top:51.0625rem;left:0rem;width:17.3125rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRP6IBUwzAtr0sbH35pkvJTw7qB2LCfc { top:59.4375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSDd0XSGvvMQDl161TNyc3oBAoQku10 { top:48.6875rem;left:8.6875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nvpTtXtTN1blUKo0HTugymTBgqbGcv { top:62rem;left:1.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5SJ2DWtg8XrCiAhFRrOdlS6KdPwRTe { top:61.875rem;left:2.9375rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXOrTvivbT7P0sG0rLouoFFJAAE27LMI { top:63.25rem;left:2.9375rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE74ED0ns3TA3RpJbgL5Ulnef8e2CVes { top:66.4375rem;left:3.625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0EonZVTJWS6D5mWKs4G1JDh8T2bsk4Z { top:66.4375rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJkbQO0vUbASQXWmavHIZEJW5zfaqZ1n { top:47.0625rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRAc5SJbMmdmNOJkwS76MHgTOxplw7kF { top:48.625rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfK2CqBA96noH2RG2EbLt3pXJoMTKcQe { top:50.875rem;left:30.625rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imexq8tA2GEqWPTvohDl2xWDyWC1PJVp { top:57.125rem;left:30.8125rem;width:16.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMZ77PlCfT4KmZGzy1v7HaFepoRJ9nP { top:48.5rem;left:39.125rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye03dV2LkyoVFN6AWSxgVy6TpIuUFQfq { top:61.8125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cH4J3JCPmk363T5usiXumUMs8UiFgx { top:62.3125rem;left:33.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5kuX9XWqE9fhUkBCCAL4SaquOWfcWx2 { top:63.75rem;left:33.1875rem;width:12.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOLatkeaH6swN5FISd1AGgaTF3Q10bD { top:66.125rem;left:31.75rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNUxVWzuAWUWwMufeITHhA2zxifN4JR { top:66.25rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il9GBZxTZIqai3Tx9fTAbBHIlc4AzkC7 { top:40.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJMzHVo81nwm0JE31mNh6ov1xCEN8Zk { top:40.8125rem;left:17.375rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVBIKs4EO4llT1mExkNefSackfAHxQUZ { top:72.3125rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOqgK7HfZziafhD4uxaePEg8p0ZaHx7t { top:73.9375rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDrXxhRxcDT74FVzCkX8QBL9P1J14wP { top:76.1875rem;left:14.75rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vnRXSNWSlvMi7RwuFWqa0g1qKPn8HE { top:82rem;left:14.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LtiwCeugGtZIT4an30Fn6JofJeeDoh { top:87.125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJAyrN80m5yvByzDOThO5Id08TMNbt9 { top:88.0625rem;left:18.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5rdikT1nqkw6iqQOlNdUdTWn6XrgrLR { top:73.8125rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8PMAoyVCaDTv76VftDdK4lGs4SV222 { top:91.5625rem;left:17.0625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgPZQGGxBSfUla6aD0zB4J8teNxZHPGc { top:91.5625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNKVFcnzXSFMU4DXTRhTNrR8c5lbTHJJ { top:97.25rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJW6TTVazf09Zt2WGxy5cXrxHoZvL9QB { top:101.125rem;left:15.5625rem;width:16.1875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua0ev0Vk0t94sTE9Zfn4H2JnxvBzyxmV { top:107rem;left:14.5rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeSve6vX4L75NU2OU3hpMVMPSe8TLnQ { top:98.75rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvw7vGtoGUnxLNRTtuH0DfKzS5nHoHoZ { top:97.25rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzdV8NP1IV2FMmVoCmsV3rxMZciNKBm { top:101.125rem;left:0rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ACObErKX8T7kr4gPq5QZcyxmGcrqfi { top:106.75rem;left:0rem;width:16.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxzLoV6XbgswIkKrXdNPfLEGDMUCrNS1 { top:98.75rem;left:8.6875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXcA2d6TiBFm5KqutPKLSQLVfCkBLOde { top:112.4375rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nJUXziUEx8kr132FDHmhAKpoNz9J1n { top:72.3125rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0HpwOnIWu8AB97vtv8ofrqDzwSLbAdK { top:73.9375rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUo4PEAuqMFz7lhhbRuRqCix7JwGGaN1 { top:76.1875rem;left:29.75rem;width:17.875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D57vsMwWiychPuJtA0dvpaK2Pa3tahbT { top:73.8125rem;left:39.1875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLz7gyCAutDfR6Va8k3VxZg5K2V0nTmu { top:82.0625rem;left:31.75rem;width:12.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skENZD3hxkBay8Ng8ApyKTT1JBxU7TeT { top:91.5625rem;left:31.75rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ATrqVpbJXyPcTSticLTTS5In6e2vHr { top:91.5625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZJ2GcdBkd5ivecfhnmT15Jzzvl7iNr { top:122.4375rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2AZDdnqrExuAl8KiKc2aElnF5OuKoOH { top:124.0625rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTt7H58eO3C2G2FcScbKGZJXT8QIoCt5 { top:126.3125rem;left:31.75rem;width:15rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afC7zcp5SGFKKsO9BEx5VOM8CHbJKORI { top:132.125rem;left:30.0625rem;width:17.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDgAkTTED05rNW1Zy78G7lb5MqtfzfQA { top:123.9375rem;left:39.1875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMymf7CpS2ZRWJke3mcZq7gClK03FeZZ { top:137.25rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDuOgSN69RTuXl77Hnd8ARIO3KTC1Gc { top:137.8125rem;left:33.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNUgstuyOQgqovUhdp9aMtk2KSelW9OM { top:139.25rem;left:33.125rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3GJGvp23y19fwOgzHDuHfMqtRk91pB { top:141.6875rem;left:31.75rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD0IyZdz5NosbhvZ9G5kJ4DOTRWPoyVT { top:141.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSEMVhThwBvHKAUDaab89Cno8Zydxor { top:147.4375rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsvEfKZr7doLyLnd2t47ar8yxddLSV1 { top:149.0625rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3aFudxOQoFZe55qiv25GTR1KTw2LfiB { top:151.3125rem;left:29.375rem;width:18.25rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLw7w4wCHwtHRJn24qWUbZTrAEkn9rI { top:157.125rem;left:31.125rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AImnZlkiufkD2wS9R3uE9TkG16rROT7I { top:148.9375rem;left:39.1875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXxkA20OUzgBP2zJpRE2AUgZePTzaeO { top:162.25rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFsBe2iZTOSmv9GNvU7LNdSE8D5CVCcO { top:162.25rem;left:33.125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn7Rn0CR2RS8huRocWamFhxA99wCqnX3 { top:163.5625rem;left:33.125rem;width:11.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkX1u4T3KkHTD9zuhTRxCQFXOHyP6T4 { top:166.6875rem;left:31.75rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqM7i4egu1iJtN8ueuMrMbMJGTXwCH2u { top:166.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoTv1w4F8POU74Cb8uNXqzmKVkoSiVQt { top:172.375rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJA67PNOlkxS7nbdtv4AwwRJ68URfZC { top:176.25rem;left:0rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUxunuVZBkB4Bqp7yQGmA5Q1TWuvWxPN { top:173.875rem;left:8.6875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIiCHkiu5lB9hxB1L3pTRvnKQPLfnAb { top:182.0625rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARC0UQ1hrlyAgwIVyPOHRS2vq81JN2k3 { top:187.1875rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4SftHpGGPTAF14XGMvRrOvTmdeeRgq7 { top:122.4375rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7m4VDI0tN1BZMwvHuelewXw6323QB2b { top:124.0625rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyJE3dQbS7AST12BXZSwTy5mE8yQKO1 { top:126.3125rem;left:14.75rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0KiETpTGH2Cnh82Oqr4QpL8AhbvSKp { top:132.125rem;left:15.875rem;width:12.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTbF4MHPTENNyEpMaNmS3h5ZmHlDgLp { top:123.9375rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1QEGUMZLT2bU8DqWuOGvghLSkJ9INq { top:137.25rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXStTxaz6wKv8fTnBz30MDKRUEGdN67b { top:137.75rem;left:18.0625rem;width:13.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7k1O9rQNblnqTKGfOBTT7vNedmA6tE { top:139.1875rem;left:19.4375rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKFcK5ETmEHCqbgEkIMCteU4cff2UTf { top:141.6875rem;left:17.0625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNcI0pazevluxnk9uizW67dqKaWTTmIy { top:141.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bydNnDteUE4PJ4SuwWZgW7yBaLTpDJx6 { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKb6Nu7rxlHyfUFCFN2txNnpOkMyuaS { top:48.625rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzEoAxE4WwRTfpNEoh2ynAHEAHGJqQPL { top:50.875rem;left:14.75rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ome28GS4TAKEolGEKX3BB5tsTpi1EFxd { top:57.125rem;left:14.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2dUeQIZ6lvvWadcBzFIOrfdKWCetyg { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTbuXpe4N4iqz1qWmSu9eVXCXppCeBW { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF1NF1pzXtTuwsVGZmMRJKzZ23kCfRI5 { top:62.3125rem;left:17.9375rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ob2Ni6KoJXSP9nzTgCPJO0Z6edEq07 { top:63.8125rem;left:18rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLsZd03iNpk2JFwKEattf0c7HgEeyKR { top:66.25rem;left:17.0625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRV7aWA6iK9TfNHcJi6TcQyZtbbG7vE8 { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flm58SEQcp9KWyKX291akoTB8zRDRpfu { top:147.4375rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAOOuoTPdQiuMHPCAuZDG8VMxrkuFVg { top:149.0625rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vBCa3rSoTbWinsmc8qUiqGUkrQ1LuI { top:151.3125rem;left:13.5rem;width:18.25rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxmrU5sv6lUhm4JVWQP2DHTaWNLgVuR { top:157.125rem;left:15.25rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34QuhuWeac7Ia7xokau2eaXG4B7HVQh { top:148.9375rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pusb9FKLcyzq88nQTG076RLg3car5702 { top:162.4375rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPvR5DbgGuXHGpK0zm8oZL1BA90GQVQ { top:162.875rem;left:18.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4XzXOsXqCRgerqiKro5mwrphziMMiUl { top:164.3125rem;left:16.125rem;width:15.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paza6Ucx4kiNB0g6BI7bdd4PPiz65qpp { top:166.6875rem;left:17.0625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFtocwZLZooBersldUqmliOUFEtTywFa { top:166.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqzmVSEctQZvigof9oVAJ7VL5MrqAUs { top:159.6875rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuIBR0DdR1DEL4oOcvJ8yHv0z79vGv1 { top:160.0625rem;left:18.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiOEx9qkJppT2xfNopCLhHLil9t6mXZ { top:161.3125rem;left:18.3125rem;width:13.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxHzeqVbKEgObTKw7yJByLlaKUoNKnN { top:147.4375rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSc5Vvba2qZAHPwNH5U4bFspkkgacWr { top:149.0625rem;left:1.8125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWd44UEK78t6RmKcfWoUqrnEbPBUv8BU { top:151.3125rem;left:0rem;width:17rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F367xHiKoitxygVsukucQoUMselCSJst { top:157.125rem;left:1.75rem;width:12.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTheK8I3JkZS262Bw6CNXq0D9p7fnDR { top:148.9375rem;left:8.6875rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1P5aHXUqXWZP2xU9lBSDKg8oiFV9pf { top:162.25rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZbSigEpoRpzLG4vmsEEhENtGdTdberX { top:162.875rem;left:1.0625rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt369VqpyD7qp9HdwMgiEAunIXPyiirl { top:164.3125rem;left:4.375rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOW8IFPTuuS05s8NfesOHdZqk73EobMl { top:166.6875rem;left:3.4375rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6Rphtdr254qElIrSvml0PUhkfHIM34x { top:166.6875rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZFGVLW3oMXHOXVmy37A3FqqMVto4zq { top:38.6875rem;left:18.8125rem;width:12.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biaRCsr8InZUs8asopN7KrR3aCRSVsvn { top:87.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ZUeNAT9sA4VPZe5H3ThelO4iR4UKyt { top:87.25rem;left:33rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye5eDIBd79SIfoc7Z9vLiUssQBuX4kIV { top:4.875rem;left:0rem;width:42.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5DLulk9Mxphe0OGaJXZXWpuXZsdAsz { top:113.25rem;left:2.9375rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brblietSJ854zTmgCp7lBbfJdaFN62zW { top:113.0625rem;left:18.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KyCQNGpUFO29QkEfzenJ7OtdvycmxV { top:112.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHyU0oXQV4iDKXVV54xcRZr2EdeTVBq { top:188.1875rem;left:2.9375rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buLWrJdu7RtWlSatmer7H0xG9qIy5idc { width:18.75rem;height:3.4375rem;top:199.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGTxhWMf8XOnPHEnEfXiObXZuHDuZdKG { display:block; }
 }@media only screen and (max-width: 763px) { #a9frnQFZuX073lIfyLo3Mp9fWZcC3lkm { top:88.625rem;left:33.0625rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op { display:none; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqlnaiffDGNd8mRgM3ppmXyT52TczWzu { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVR8cv50SJ4ndo4dgg6EIlO8XCfocsCs { top:35.375rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvTTz6wlZiSFnHIllTpZyuT4wI2rr5xn { top:37.1875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0RhtypUPNHFFUy9ys71uEAHifBrmIMy { top:31.125rem;left:0rem;width:16.75rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1SxQJAHJ1BxfcVvQq3rFdTHBRCGqMEE { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NthUVt2EXxpG4SEmsCHssmc9oaDFPwhu { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mN7gPofdKoNM8SHFpuvNGJRJg719GNX4 { top:37rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVTOVEPuWyhoaLTUHRO1edFK8SRczAfO { top:42.75rem;left:0rem;width:6.5625rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACGJ7wiGzyKJ2rMsuIr5lTHKt0Kbup5C { top:45rem;left:0rem;width:9.125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r08n6JtLMbCPVbfxPgsSU3heKaxigHVs { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbRCaFCQQHn7IVz6KNhcKviyph9ttLff { width:31.4375rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3yQprCRLGEnwtESosEmRavqnXdq6pqm { top:7.625rem;left:0rem;width:20rem;height:;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ0N2OLUgzx4VnLEPalVfA363iPKJGtB { width:20.125rem;height:21.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #EqO2yXTVggyCuS0vLpBzdciBROghhApZ {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #hMt0focdDGM0is2rdpcVPik3fAdCKCRI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #iP5TCud5PC54EqymUbVlKwh3BUaxaZyT {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #z9at2lTulGDOAUTgZ7fEePpXyqA2W4tm {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #w65UWaOuXeI8FZfS08yTVFrkoIT38p4k {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #B7LKpQ3kdrq3oENAkZ2WAvomU8xTpV4G {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #v5eDPcGLO0VwNWolXF2zL4eEFzDs74fd {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #pJg2Kw8072tbxEyv5K0FuCwiy83PRiB3 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fTyEsOKoxBGlS82wD8I8G3sqeagRS7sC {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fby5g45WbdJkno8anJIWCmTk8JAvfTxB {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #O4H8yapxuzZxCVAllx1nlnvqSNfgOELI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #G78vFTrfqb6mkI4cM2WlPDTa6RrbXyRw {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #xds9viKhq7hgJM3XnEPIqooNw6MBesQg {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #wySGJlc70BT8cXDniNavxI0pu3gTp4v7 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #yKZfCBPmieEa9DIuELktiVb1kHbT7BC1 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #SuR8917kxCce4B49JUFL3kFeHPHDxeDA {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #dy9NeQ6PiwZhV94PANxuGyOMufuw8Zsp {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #ZSXbxTclq66lP9ZMEw60Br0JTSAsaVhw {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fA01RaFFfoNRwTTOAg9rdHhIdyLfT9bI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #vT80DVhAzFhbT13TsqwWzbkKg6m2xL0F {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #U4kd090F5pBN9QsRbymMQptB6i3kSL8S {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #IFvIZ7v6QQHy8QNN4bI8aTOrCH4RCcu9 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #tknyK4xu1LmfS5tXfq0IZSR8S5fv6p0Z {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #k52ukFzFMngtesiZ4pia00XF1pIi0TaH {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #m5veTTfEigWT8oTR15PgruhGS1iXgOZV {  }
 }@media only screen and (max-width: 763px) { #Vz3ZSydX5Xwx99ltuBC4sIav0fmwhKM5 { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVDogwdiabWnx2O2CP2LT4G84XB5N0BT { top:47.3125rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPi4h4VJkZ8PBHKokur2pEVTftdx4eSq { top:44.125rem;left:0rem;width:18.25rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #udmgecL0DQNM8aZKGrTeZbVtKN9GpxoG { top:54.9375rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q120kqAW5dWp93fVdLUwVGlttAtCqppe { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC5BirEIH4ShHVCxmWAbSi1MmN6bZGUO { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNTAxgheAHA60gkOH68075mmKDhabuRV { top:47.3125rem;left:0rem;width:12.875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcQkZguizUGspxHw6zEfPQZDXvDp5RCN { top:56.625rem;left:0rem;width:12.9375rem;height:0.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgay0eZuTv4qrAQTDVTWBDG4Qs3ia4x4 { top:60.625rem;left:0rem;width:9.125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6klXuyWnqCOlwl5s28qP8B3TdkiQhhx { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMXGNUC802gOSKLzb1qWK0ensZlDqncu { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cH4e7CTVei2SME1ak2viFCnPWL6STHod { top:54.9375rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #caMdggcCrsVK36otDL50TRJQJPRZqeJz { top:51.5rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dX6uieAm5r2sDJg4TNU6BgaUVRPhM8DK { top:48.625rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcR74PamFETJH8ZVNuCNI9hVyXcTN04J { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLXMfaN7cBNP3tCtpkJq06x6BKJ5a6LN { display:none; }
 }@media only screen and (max-width: 763px) { #OyVCdEyCcC9qivOIz2Tn2pWvXkQELmJE { display:none; }
 }@media only screen and (max-width: 763px) { #GySGEDw11Sb6FOEUhMKvGzte0IWneNxo { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyMbBC80vzl4TPkXp5JTzXA5TVgTxlyp { top:60.375rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgkWmUXKTXl1CSIgVoNHWmy2AM9hDbXo { top:62.1875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSypPfM8L1Xxd0LDNid21OaXNTXTIEtV { top:64.375rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3Ok8so1PrSATzrO0CmoTlg3A26z7eQl { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqBvEVvIC2GvqEyXGy1pe5y6gB0NPpqh { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQs9gBtRUbSOzUyr8iEEDviobhrLIJ1a { top:62.5625rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrZ6rJ22T2yrUQSNhiPoXZ497CvSwxin { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVLE8eW1INZuZWePKP1e9Dz3bylPcvn9 { top:67.8125rem;left:0rem;width:6.5625rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdTaGtPgcJfDWDlPKxBvKN90ElefwITa { top:60.9375rem;left:0.4375rem;width:5.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSXunmUGSsohBSyrzr9Av9sH7ILrg5Gy { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdgGgzCmBQwE0NsPTqOXTLTNWD64E8Fu { top:72.875rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J84gQHXSITmIpkLF8U1whga2UKbzhKNO { top:74.6875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVPG40CPnzf6S5gBU88318EV8dncbxUd { top:45rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORnnrzmngqgzkib0lkAZWKnaDKnJCx7d { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQF7nR2wloZxHsavAt17LJIwT91DoWxF { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pedZF1NssUs0O0qCZhHaixU3hqKgqs1b { top:75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZlWW3kIJwQFGOUwE3Nh6JQPoGvIkRu4 { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrZCUS0tIzxEwl05wXH5KrvhrrySCszE { top:72.6875rem;left:0rem;width:6.5625rem;height:1.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K98Zszb2ZhTqO1m4z3I7omDgq6J5VwpH { top:80.875rem;left:0rem;width:5.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdPB2LWOLAgKcXMwZQScc5vAx48f6QXV { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVWzyq32dNSAVTJ28R0a7CkTHz86qxmc { top:77.1875rem;left:0rem;width:4.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRcT8R946hnhJL8uD5V9IKZLKfGE5LqE { top:86.9375rem;left:0rem;width:18.25rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhLbVcv5FTqwxir7A2nnabVHi4dU6Sog { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF2gqdi1UaPqlap1MlL9wzH8720DJZvQ { top:90.6875rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnEvpObFk2ZUlTqdDGqnGW2vMeS2arzK { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svA1l5ievEam0Co57fPMQUaOw2TxMw2l { top:64.6875rem;left:0rem;width:12.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kc3WyLT6xTBUcIblQ3mdMhA2nLA7EVxT { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBg37zlc2kK066t6wbwdLb1xRG8FOLRQ { top:85.6875rem;left:0.49934959411621rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElaJ0BEKhiXMStIyzr6JTMeMPCyrXftz { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGw6v09CT7QTbFhJ6SLIzL3vdrmnCDVG { top:108.375rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJrhPA7TrlTFhzxDfab8ccfGpHWdiow3 { top:110.1875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaKuJqd36lV7yZNcEx69cug0LUtFrItq { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqCyln1RkL7saeCT9TJmHmWHuFTf28l8 { top:112.375rem;left:0rem;width:16.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vgh8z3E9oV7XvP5hOpotOWT2mv4Zu7KJ { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUc0uxXfWeOBO5PbCgPWDfR9oqAEwF1x { top:114.75rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPVS9T2wuSvgAXVufeMpXOK19vFVEx5h { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIDeQZMP5enNhGSfTyhfwohIuBQE3ViW { top:115.75rem;left:0rem;width:5.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFWK4IPiif4vHTBG2hPT1izycOBKEbSF { width:20.3125rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDHeP47Axk6S49pR1e9s0sGI47rf4eu1 { width:20.3125rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIw5lh7T2Z7wKCs3up5BHPmFKqTRzq24 { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGkNKaPypuv2Zv1DLv7ODz4PfSz6WMmm { top:150.875rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP72ANIdooMSBxQJQGPwFXTzhdGrTRTy { top:152.6875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHbbGGfxJvd8XQLJPlGpUoDdg6pWpPzm { top:154.875rem;left:0rem;width:15.6875rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMg2NA2OLnv1GWZueWpPuK5vXQfr9oUc { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIuFs4sAZWt9TtSd46Zpgz8U9oE0bksD { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlS6Sz3kI7cH1t7kels8LITM6Pfm8Sp7 { top:159.9375rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoPLnCap2yHwtDNETolzx0PsyF8wa3l7 { top:158.1875rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETHKNz820aWNpLJ6RT6dv1APTg7gb3T3 { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwkglxA6VoXxKRVoUoLJKoTKPGeHvNG8 { width:20.3125rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx7Tu3Ris8Z29SABwXsr0i8ttZPpbpv { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZXwhD2Nz5KptvTKr9HQ6JuqGMnw197F { top:184.4375rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z19X2ke4hmnU0kWylD7SbVWnGiJs1XEr { top:184.5rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0ETrnLxUA5p90ThkS11GwrpC43oEtZT { top:188.4375rem;left:0rem;width:15.6875rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsswZIr2XB3wCdie6Hz18qvBWearMEC7 { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6ghLPGgImsEh84uuoVH2FOxUNW4z5xF { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1IkwBygeWrAZFasPnDGOQLt87axAzBW { top:189.375rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT06vQNlSfUugsdrhRguqHOTe1tP6G1L { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJXdSFwvDHJUBDOFmgc6myTAnDFmmZyZ { top:193.5rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpLm1i21r55O9Gn0dIMD4yTBJonc85vl { top:192.875rem;left:0rem;width:6.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0ELapb5xJnqA9qm9Pke5rXZusb6N5EA { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH1ADKcWNyAJpCCThtwop0ss7PTHyHd4 { top:196.9375rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #POnIGZcGpHUy1km7r8TQ6TFLmXsrZMRf { top:198.75rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3cohFaOX86O0Cpu7CrzLfwuRV8tSTGT { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJWt1VzHQnkKMaMTGNWeetqHpeEBzm1w { top:200.9375rem;left:0rem;width:15.6875rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWTQt1a5TI9zuk3BKV14aI8ZkZAgTw1g { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9p2GDg0ZSPTUAy0pH8cgRaShPIdcRmO { top:204.4375rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMMshL54ocg9ydEQsALnmmqwOa54QLqH { top:205.375rem;left:0rem;width:6.5625rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFItRtLOVx5DN8p6ikByPKnN32MNN24v { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmfccmJvw6KSOTSTk0qqim9z9fTpxSgO { top:205.625rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFoZV1XTy76KrlR0zT7eaOqWR4aqc1BI { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxaISALf9Ev07doi987PraybWFBHh3KF { top:210.0625rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLiTFmbt2TBhsxqQJwRLmqa3K002TazK { top:210.0625rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxZEmQ65GoQu78uS8XvgLbrnHrnLw3ii { top:214.0625rem;left:0rem;width:15.6875rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn4JXOhg1vu2foeNN7NLSlhvgzeXCOPN { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBSnQikdf5PxcqsEkThvp8CT7TcNS27y { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzBh13dXkmFbCtewf1SN9BCePlrzBk9K { top:214.9375rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS4f0eGeugEhkUBi9aJKuyH6fKxM18Dg { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXJnZJgyLhnl3PyguqZpbG2BST8iGtht { top:193.5rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBw0BguN0rrC1wAgNd3zgo2sRrxrLDkT { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #knVICI4UMcFy2NGH5WfCXN6dFeT9hfK0 { top:224.375rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiMtElCygI3nf2mOrZhdZ0gRCkQhosZU { top:226.5625rem;left:0rem;width:15.6875rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWt7diO6bRkk4JcHTWCBHBx1w4uExgMO { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS5GpBRSR2wcTk5nU3TknNPbfPdzuFt2 { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1sC5QTWpItS22WxJpCzArkuBAKhKilL { top:244rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOKwGsr3Md805RN9zskBVr96irTWgZes { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHioKE00NWPzqNNP90soTReRdPRSDkL1 { top:222.5625rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvJgIZWrB3In3oRCgHA7TtTDV0gBhg1l { top:236.875rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbFaG4ff8KV6xAKbHymRTBum1e9tq6XX { top:211.8125rem;left:0rem;width:15.6875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvwlzsXCpnnUT0E2pbfJ2m7WnUs7ArTd { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uH3QufQV2R1OUG92aTFtxEXQO6dVMPrF { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gv25OkWO4dUpQ4d9oMlW82pTyWT8dhbi { top:227.625rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #voNMnhXa8sd3ccR1aQVIg7VznWcmpUft { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UN0XpPTm2LAm3S4sH0uhAKiCqZdP8I0m { top:246.3125rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0mG2hlOs99tpIOJAKIenTrRo8L8EFoW { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWA0FQ3JNrU0tM2tEqfKncqtpVUsbiLT { top:230.375rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGnC80DoaqVVg268SIHn6nV6gWT7GJKX { top:243.4375rem;left:0rem;width:7.6875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUWyxf61Gta6T99PtHSZTUZOkgCRAPMv { top:245.9375rem;left:0rem;width:7.125rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdIsezLwMyfQ1pPRMXeWNoxGP2O6A0vI { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPnyiR9Q5ApfpDBA6UszgKNFoVx8ObCm { top:250.6875rem;left:0rem;width:4.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmNfwv15UbtvgraaQq8UcPe8Z5rzy4A6 { top:252.5rem;left:0rem;width:17rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbsIKsS1ymamb20cnMbqceqH8IgaPO6l { top:256.4375rem;left:0rem;width:15.625rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwRHyfCBTSkdRzCEC0T2vOuu9L0vA2VZ { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA2tl8bubyJB5CPJ9zuGrAfmQIXb8X8h { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMCk7yCtuZWGGZt4BU8Sg0JHXQlbsa3A { top:66.25rem;left:15.875rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZImhlNlst3Ivmza7UEQEP9I9l565A4a3 { top:259.75rem;left:0rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7ceVT6kvUMERD9PQp1D43KqW7UB0fTb { top:63.8125rem;left:0rem;width:13.6875rem;height:1.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkaS4NTQTUdyBW37R4VIkp4TEscdpu1o { top:218.1875rem;left:0rem;width:7.6875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZtlyKy5t35NXl1vIP8UvUWzaqKMo7Lc { top:258.5625rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIxV7T8mwB5K6JbwsABBWP1sogBDBkgT { top:259.625rem;left:0rem;width:7.125rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKO8vdFJ8WNhg6NqzF18JcrEvadJRzaD { width:18.75rem;height:3.4375rem;top:62.9375rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9h6G1vFs2rmACNqtp3uL5SwNSRmIoJE { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5f8aSBmz0VItCJ3VV1xnHTwUTLqSeO { top:4.875rem;left:0rem;width:42.375rem;height:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8hZxMRlgzy0nWl501IOubqoVETJxusf { top:139.875rem;left:0rem;width:19.375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJbdTAipTsDF9bJBznNNAtZXLKaaMmCi { top:144.0625rem;left:0rem;width:20rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdxQhVMkJRElAsITsTKwANmsGqGKdbhZ { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwWn3rzpV8Ps9fCs5Te1gfnsT6xrIToQ { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkQF5mxTOgnlUhQDwB8MnQazvFogOqHd { top:148.6875rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlQtqGw4gBmCDr4mv3TadwlSAtHpdBtU { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny9DaipOQWXK723M1mfahvk6JIdCSFH8 { top:48.5rem;left:24.5625rem;width:7.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUMvTiANKdnQhUO3x1so2BhxumCFmoI7 { top:154.5625rem;left:0rem;width:16.875rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #THK5aU4Rrg287vc4PiH137sqx7CQixGd { top:157.0625rem;left:0rem;width:15.6875rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdCVgIkyNDudPJiGPOJHwl7aOOlEeX23 { top:61.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8guPD1OM7FFWzageQGpkW2r2MyWBTFI { top:148.6875rem;left:0rem;width:12.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBpJdl4mEwTzrnZgRTrqUcVi52vedMuu { top:47rem;left:11.125rem;width:20.625rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:block; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { top:5.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { top:14.9375rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { top:14.6875rem;left:13rem;width:21.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { top:15.3125rem;left:25.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { top:36.125rem;left:12.75rem;width:22.375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { top:35.5625rem;left:24.6875rem;width:23.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJcS67wFK7xdTomvALlx0hHN4nVib5q { top:36.6875rem;left:0rem;width:22.375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { width:18.75rem;height:3.4375rem;top:61rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #aWz2N518KECIH3too9J2TWLstdKe3UCH { top:10.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { display:block; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { top:4.75rem;left:4rem;width:39.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { top:12.9375rem;left:0rem;width:47.75rem;height:73.77375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { top:130rem;left:2.6572265625rem;width:42.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:block; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { top:7.125rem;left:3.7498779296875rem;width:40.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { top:15.5rem;left:0rem;width:20.375rem;height:15.687442483957rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { top:13.5625rem;left:10.625rem;width:15.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { top:16rem;left:23.9375rem;width:17.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { top:15.9375rem;left:29.625rem;width:18.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { top:49.4375rem;left:0rem;width:47.75rem;height:19.801091269841rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { top:33.6875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { top:36.375rem;left:0rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { top:39rem;left:0rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { top:41.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { top:39.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { top:41.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { top:36rem;left:13.1875rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { top:36rem;left:11.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { top:33.5625rem;left:11.249267578125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { top:31rem;left:11.249267578125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { top:39rem;left:26.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { top:39rem;left:28.4375rem;width:12.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { top:36.875rem;left:26.18701171875rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { top:34.3125rem;left:26.18701171875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { top:39.625rem;left:44.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { top:39.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { top:37.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { top:33.625rem;left:34.0625rem;width:13.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { top:31.0625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { top:37.875rem;left:11.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { top:37.8125rem;left:13.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { top:37.8125rem;left:44.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI { display:none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xcX12S97esJ3Trvr7P09O6q6XVGusDpp { top:7.125rem;left:3.7498779296875rem;width:40.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XwgD6GF6IgCZeCTGBztTclPMJ5dH0m { top:15.5rem;left:0rem;width:20.375rem;height:15.687442483957rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGDRzPERJ2LwDTd3lUPF6HCNisk6yuyn { top:13.5625rem;left:10.625rem;width:15.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzWZoSkVmvLwl3d6uOE7yWIcvZZoNTGy { top:16rem;left:23.9375rem;width:17.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtqDGf0iGXgy4nwHesbnd7zTWRK0FqI { top:15.9375rem;left:29.625rem;width:18.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmIX4P5BibvS6bw0ysBmZQclfh8b5tN { top:50.875rem;left:0rem;width:47.75rem;height:19.864460907336rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoloxQ0tcBh4r5uHbSDVuFWpvxZ4C29 { top:32.9375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLRFQvbeCy0WAf91N18W3t3e3D2NGxU { top:13.375rem;left:0rem;width:10.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtBvQp0yzU53i9Jftnh7t89SKg1WRvym { top:33.5625rem;left:11.249267578125rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkev4720QZ2OhcxPS20igLUiVcpcVu97 { top:31rem;left:11.249267578125rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWG0tr3HdkTHk4ubyaRX2RTQoS8COGld { top:36.875rem;left:26.18701171875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuXikcf72bpyA90TfUhEIUTCh3PFndwh { top:34.3125rem;left:26.18701171875rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTw75VuqhdQBho0oaXMwtHA9V8oxAmm7 { top:33.625rem;left:34.0625rem;width:13.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbmk4LaNiMoJh9ApoUkHZc2LGFVV7Vz { top:31.0625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6CLZa2ZKainNS8bRyTKot8WtpeEJuO { top:41.5625rem;left:0rem;width:12.375rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ve0EMn96K2dcn54qKQLav0qvbw4Z3pxW { top:43.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmrgoSIOTNlNzsdzisGQl2sabz1iSyfb { top:41.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #llrdzdZ2MW8Oko5g2OwG5GPxNbAWDNsb { top:43.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3B3GynsnH90NXJdTnLBaQf6hJO2SvM4 { top:41.5625rem;left:0rem;width:12.375rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATTCk4UqMDL9dLX4ksnUZCCUWMVmG9Bd { top:41.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzZvimMLRcAw1QIQif21gOHP42pxsZok { top:41.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRMB6CRTyBJ6x6vMc0do0P7wKytXT53w { top:41.5625rem;left:0rem;width:12.375rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mphhMg6HlLLaLgrsecelnRITJztgBnTH { top:66.6875rem;left:0rem;width:8.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #espGy0PDvnpUe028Gs3CB1lHq1UILlQW { top:43.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg6WIesi8P9nF96rBKyBr3wOeTxgAdsa { top:43.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMdCVUdllLvAE2rowinnFo7nLkvFOuFW { top:43.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnwDGNLU5ETPsb39T4CQlP3UZ7hAKFKv { top:43.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL4J5kEO5whS6DKXNX9G4COcmGRCIKcD { top:41.625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:block; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:21.875rem;height:3.4375rem;top:22.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { top:9.625rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:block; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:21.875rem;height:3.4375rem;top:18.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { top:13.125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:block; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { top:4.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { top:11.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { top:12.875rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:block; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { top:0.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:block; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { top:0.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { top:1.6875rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:block; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:block; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { top:1.75rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:block; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { top:0.25rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:block; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:block; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { top:0.25rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:block; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:block; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:block; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:block; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:block; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:15.625rem;height:3.4375rem;top:1.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:block; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { top:5.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { top:13.4375rem;left:0rem;width:28.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { top:19.1875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { top:13rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { top:19.125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { top:13.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { top:37.875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { top:37.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { top:37.8125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { top:22rem;left:0rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { top:41.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { top:42.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { top:42.5625rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { top:45.375rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { top:13.4375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { top:13rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { top:13.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { top:33.375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { top:32.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { top:33.4375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { top:51.1875rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { top:50.75rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { top:51.25rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { top:16.4375rem;left:23.9375rem;width:14.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { top:36.375rem;left:18.9375rem;width:28.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { top:54.1875rem;left:18.9375rem;width:28.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { top:13rem;left:23.875rem;width:0.0625rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { top:5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:18rem;height:5.0625rem;top:9.25rem;left:9.55126953125rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { top:23.125rem;left:0.4996452331543rem;width:46.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { top:26.25rem;left:5.8432178497314rem;width:36rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:21.875rem;height:3.4375rem;top:30.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { top:4.6875rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { background-color: transparent; background-image: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .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); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.1875rem;top:3.53125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.25rem;top:3.5rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:3.5rem;left:6.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:7rem;height:2.1875rem;top:5.71875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:7.5rem;height:2.1875rem;top:5.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #DyMnRcAzET6QWBDvxMM40GCU3iUCs2vl { width:6.25rem;height:2.1875rem;top:3.5rem;left:6.40625rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eW056X5hvlqvRIbfXiu1HPtmLDvheZpR { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#f9ed41;background-image:url("https://images.assets-landingi.com/uc/3595e54f-d1c2-4c69-8a38-999d8718b28f/Frame483186.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:18.75rem;height:3.125rem;top:34.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { width:15.1875rem;height:2.9248rem;top:27.35546875rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { width:20rem;height:1.04858125rem;top:39.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { width:20rem;height:5.5223224339657rem;top:45.562127929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { width:20rem;height:1.224975rem;top:40.7373046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { width:20rem;height:0.93760400967522rem;top:52.333977929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { width:2.875rem;height:2.6875rem;top:27.4375rem;left:1.3891129032258rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { width:19.4375rem;height:1rem;top:31.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRTV2f333uTPyGc3LGsOWzb2lITKibwi { width:20rem;height:14.279188992092rem;top:63.184809179687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { top:13.3740234375rem;left:1.531005859375rem;width:16.437375rem;height:3.99963125rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { top:4.263671875rem;left:7.3125rem;width:5.375rem;height:5rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { top:10.73046875rem;left:2.25rem;width:15.5rem;height:6.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { display:none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:20rem;height:116.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { width:14.874rem;height:3.8994125rem;top:4.2490234375rem;left:2.5615234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqImXqX13IFNqAbFw6sD19erbSnTBfk { width:20rem;height:43.989275rem;top:12.2900390625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { width:20rem;height:72.3125rem;top:41.1083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { width:14.9365rem;height:3.8994125rem;top:47.93310546875rem;left:2.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { width:15.187375rem;height:6rem;top:53.0009765625rem;left:2.404296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { width:15.6875rem;height:15.6875rem;top:36.08203125rem;left:10.3876953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { width:5.25rem;height:4.1875rem;top:75.232421875rem;left:17.103676470588rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { width:20rem;height:9.0625rem;top:61.599731445312rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { width:20rem;height:9.6875rem;top:171.90723945312rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { width:19.6875rem;height:8.75rem;top:205.74818183594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { width:6rem;height:5.6875rem;top:94.18359375rem;left:-3.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { width:5.0625rem;height:5.1875rem;top:90.962890625rem;left:-2.6982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { width:20rem;height:27.98825rem;top:10.6015625rem;left:0rem;font-size:0.875rem;z-index:15002;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { top:61.576171875rem;left:1.875rem;width:15.9375rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { top:78.314453125rem;left:1.9375rem;width:16.125rem;height:12.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { top:94.1923828125rem;left:1.4677734375rem;width:17rem;height:13.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe { background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/9305f836-55df-4276-b736-9ccb49f7feed/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.adaptive-delivery-prevent-bg, #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.lazyload, #Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe.lazyloading { background-image: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { background-color: transparent; background-image: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container > .video-iframe-container { display: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row > .video-iframe-container { display: none; }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .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); }#Z9MTNHVhJiQ3PzH9H2KVtnCvgHllPdoe > .row .container { width:20rem;height:62.62451171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCa33Gr7QIDsOVk7BdN8pCBMhEy3vC7c { width:15.3125rem;height:8.92089375rem;top:4.7568359375rem;left:2.34375rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #a7gEnzrJmUi69hTfaByQ3ZEVSrAXvrZw { width:14.9355625rem;height:1.9494625rem;top:1.9951171875rem;left:2.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQwgkWXS7Am4Q2NJuTD8nbzz3RJGqlr2 { width:15.625rem;height:15.625rem;top:47rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMPNdap7gQrE7JhFulfHDcM3xyR0mEBQ { width:6.125rem;height:4.75rem;top:51.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxmrD8Od97T5VbJE1ezLFndn7IhSt5QK { width:20rem;height:26.5888375rem;top:29.4814453125rem;left:0rem;font-size:0.875rem;z-index:15013;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #i1mzkkdKarieuHbBsrMTaXTd2WN1Pe9h { width:6.375rem;height:8.1875rem;top:15rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpXFFBWLcJCf6yLUNTRbPCqpUOykdoSe { width:17.4375rem;height:24.5068rem;top:24.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9wOnGgwhSgC0tGoLLlTFmS9bTl15kO { width:6.3125rem;height:8.3125rem;top:14.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmU10nymlCrEt9JpUo7ixrO68hdoPCBT { width:6.1875rem;height:8.25rem;top:15rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6253dd81-18f9-479b-83fb-5a1ab9e0329d/conditionc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.adaptive-delivery-prevent-bg, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyload, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyloading { background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { background-color: transparent; background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .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); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { width:15.875rem;height:3.8994125rem;top:1.99951171875rem;left:1.7498779296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { width:6.3125rem;height:4.5rem;top:25.32421875rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { width:20rem;height:4.375rem;top:78.14748671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrU55q7ils21x4FEWVnxldu0fbDfUa09 { width:6.3125rem;height:4.5625rem;top:10.0625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { width:6.3125rem;height:4.6875rem;top:40.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { width:16.1230625rem;height:5.68846875rem;top:30.81640625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { width:12.5rem;height:1.9494625rem;top:22.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { width:12.5rem;height:1.9494625rem;top:7.55078125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { width:12.5rem;height:1.9494625rem;top:38.4375rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { width:16.1230625rem;height:5.68846875rem;top:15.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { width:16.124rem;height:5.68846875rem;top:46.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { top:60.25rem;left:2.5rem;width:15.3125rem;height:2.59765rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { top:55.9375rem;left:0.125rem;width:20rem;height:2.9248rem;z-index:15036;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { width:18.75rem;height:3.125rem;top:66.1875rem;left:0.75rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block; }
 }@media only screen and (max-width: 763px) { #cqu5qwRCOBLwgTyHhoEQPLLK9yTKu8lU { width:20rem;height:9rem;top:89.24951171875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMneWXBM4DQoD9CSwSEpSMJEsXFaNFbn { top:54.5rem;left:0rem;width:20rem;height:9.6875rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:none; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:20rem;height:221.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { width:12.0625rem;height:3.90014375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { width:14.6875rem;height:38.6875rem;top:13.861328125rem;left:0.65625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { width:18.75rem;height:49.125rem;top:75.81787109375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { width:18.75rem;height:49.3125rem;top:106.9365234375rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { width:16.1875rem;height:9.5rem;top:8.6005859375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { width:17.9365rem;height:10.625rem;top:52.81005859375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { width:17rem;height:15.75rem;top:98rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { width:12rem;height:4.6875rem;top:18.1005859375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { width:10.749rem;height:4.47314375rem;top:63.31005859375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { width:13.125rem;height:4.1875rem;top:109.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { width:11.875rem;height:2.4375rem;top:23.162109375rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { width:11.875rem;height:2.4375rem;top:68.15771484375rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { width:11.875rem;height:2.4375rem;top:114.6875rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { width:7.8125rem;height:0.1875rem;top:171.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { width:7.8125rem;height:0.1875rem;top:171.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { width:1.875rem;height:0.1875rem;top:171.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { width:0.1875rem;height:1.875rem;top:170.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { width:20rem;height:3.8891625rem;top:191.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { width:17.375rem;height:3.898925rem;top:159.25rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { width:20rem;height:1.625rem;top:165.25rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { width:20rem;height:1.29980625rem;top:167.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { width:13.8125rem;height:4.0625rem;top:193.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { width:11.875rem;height:2.4375rem;top:190.25rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:16.15625rem;height:3.12463125rem;top:47.6865234375rem;left:1.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:16.25rem;height:3.1875rem;top:92.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:16.25rem;height:3.125rem;top:147.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { width:16.875rem;height:5.68725625rem;top:131.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { width:12.5rem;height:3.89941875rem;top:28.66259765625rem;left:6.529296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { width:11.937rem;height:3.8994125rem;top:74.294921875rem;left:6.21923828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { width:11.1875rem;height:3.89941875rem;top:120.9375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { width:11.8125rem;height:3.8994125rem;top:126.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { width:12.5rem;height:2.9238375rem;top:35.74951171875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { width:16.3735625rem;height:2.9238375rem;top:80.97998046875rem;left:1.81298828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { width:9.5rem;height:1.9494625rem;top:139.625rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { width:16.3733125rem;height:3.25rem;top:39.1240234375rem;left:1.81298828125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { width:16.3735625rem;height:3.25rem;top:85.265625rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { width:16.373875rem;height:3.65625rem;top:142.6875rem;left:1.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { width:13.9375rem;height:1.949225rem;top:152.3125rem;left:3.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { display:flex;width:2.5rem;height:2.5rem;top:28.42919921875rem;left:2.46826171875rem; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { display:flex;width:2.5rem;height:2.5rem;top:73.794921875rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { display:flex;width:2.5rem;height:2.5rem;top:120.75rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { display:flex;width:2.5rem;height:2.5rem;top:125.875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { width:15.49925rem;height:5.59765rem;top:209.31030273438rem;left:2.24853515625rem;font-size:1rem;color:rgba(var(--color-tertiary-0),0.7);display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { width:20rem;height:1.875rem;top:206.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { width:16.3735625rem;height:3.25rem;top:202.9375rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { width:15.7495rem;height:3.8994125rem;top:4.4366455078125rem;left:2.1246337890625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ATJ849k2khTe8BTupfvBKAlDIn4QJTv5 { width:15.3125rem;height:2.2734375rem;top:36.26220703125rem;left:2.34375rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #o76BUCKOrLvaqTeBzMTDaU6Z0JrJAv2h { width:18.6875rem;height:38.6875rem;top:58.7158203125rem;left:0.65625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IlvBXvlUVgh54sXXMzI0lwJNrviXgPTD { top:187.75rem;left:0.625rem;width:18.6875rem;height:28.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rMmufLFei1ihAO36ZOSyQ4c89LZ2ySOe { width:18.75rem;height:38.75rem;top:13.923828125rem;left:0.625rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #dWOfTlWd1IH3SGME9uxhRlrDvATney3L { width:20rem;height:6rem;top:180.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMz5BcvO3ScuvbLs4iSQkOcmlv6ymVee { width:20rem;height:3.898925rem;top:175rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT { display:block; }#JEdNBMirBfmtVWmMDTp5uKkL6tqUP6GT > .row .container { width:20rem;height:196.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZifn7TDiT0SA0k3p9cklZSzT9bTrGok { width:12.0625rem;height:3.90014375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypeQWMWCqC5BK1MuabhmVaoJmLFzJWRT { width:14.6875rem;height:38.6875rem;top:13.861328125rem;left:0.65625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hiEA7hQ6Run5fTs6T4WL5aOcTAGBPAQf { width:18.75rem;height:49.125rem;top:75.81787109375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqE7PHUMhWRe3zdVouT6BOTuAONAyuST { width:18.75rem;height:42.1875rem;top:95.875rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uKhuA0lzRi2ZIGLOqX3URsU89EKp8yh7 { width:14.25rem;height:8.3125rem;top:7.125rem;left:2.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qXVZ2WwL1SFpSO6JcPBb9BGgp118cxss { width:16.25rem;height:9.5625rem;top:46.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzpDUCuaUfTOtDzyaOybptKABeI4c4v { width:14.125rem;height:13.125rem;top:89.125rem;left:2.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HHXbF3JHchSygDLuLgfSA85tueqV9zQ6 { width:12.5rem;height:4.5rem;top:13.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlGaQmueta2VFmngisApXVaMUbJz7n6L { width:10.749rem;height:4.47314375rem;top:55rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxlFH5XiiWvsNBA16HTcp8bMhPAMp7Ni { width:13.125rem;height:4.1875rem;top:97.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dw4vwV2zAl59Q5fvNTzCaN81cuB0ks { width:9.3125rem;height:2.4375rem;top:18.3125rem;left:5.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHM1DTKfNPZG5OQb8H5cRtNCZotzhZE { width:11.875rem;height:2.4375rem;top:59.875rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIyyFfvfqqZ66bOL9eEXLJNcTXsTfat { width:11.875rem;height:2.4375rem;top:102.4375rem;left:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcA0IZO0ffr150npu3g6XXDxbfgRAAok { width:7.8125rem;height:0.1875rem;top:152.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP7pLFZMWT0Ry16PQUs7fepxFE2b27bf { width:7.8125rem;height:0.1875rem;top:152.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16Qv3rEPZHyWAit5Vn9kVQrNLqE2TyI { width:1.875rem;height:0.1875rem;top:152.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2MifKBauwR5FSrFheXEWGH7hfJdxqt { width:0.1875rem;height:1.875rem;top:152.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx54IazToTf8BrNVZUOg7wU8avVGRUaJ { width:16.1875rem;height:3.125rem;top:43.68701171875rem;left:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #hIUUxMx7MP7PmNkq3vmMK3zRaazQJkUW { display:block; }
 }@media only screen and (max-width: 763px) { #cNErlP1nUO6kMGuFFP8CKOuZKUoH82w2 { width:16.15625rem;height:3.124025rem;top:41.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9DUNw0T7wLTJ3Fh02pUTv3PvNXPTTT { display:block; }
 }@media only screen and (max-width: 763px) { #Fqs4FLK04GdQgBDBEgdBoucGlcs4BkVz { width:16.25rem;height:3.125rem;top:79.4375rem;left:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OLzfuAT7N0CCNaWJEpXiAB5naIfTPE7v { display:block; }
 }@media only screen and (max-width: 763px) { #wIKtovJ7hAJpMLn2GHM7ZyqOmW9iw2M1 { width:16.25rem;height:3.1875rem;top:83.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUp88EMeHOEsXT6nskS7m98QkxeE4rRS { display:block; }
 }@media only screen and (max-width: 763px) { #g29dcpD5HbG5g32aptMMNPykqt3uxqWO { width:16.25rem;height:3.125rem;top:130.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slvITq44oA0TIBE9RyxzfHDGaKhNgsSo { display:block; }
 }@media only screen and (max-width: 763px) { #n6r8lASZ6TKQl0OASVxKtILE3lq332Xt { width:16.875rem;height:5.125rem;top:117.5rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cV9Z6wMekmPQWAdqovcdQumdcG3MGByL { width:11.8125rem;height:3.896475rem;top:23.0625rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVdNg9UCKQNOxWiJwi6qwXkgFiIX2Iz { width:11.937rem;height:3.8964875rem;top:64.8125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHbbwCvlgazn4Z037uNzGqZLJuAbAcR { width:11.1875rem;height:4.87305rem;top:107.125rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdf1mwVNSVH04y46qGIJD9bDSKaQsAEo { width:11.8125rem;height:3.6547875rem;top:113.25rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0klemgUXcrqS18PHDwMmqKZVrbQiVI { width:12.5rem;height:2.9238375rem;top:35.74951171875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu6hJbtz4VkDwLWS5kT42JzmE33RBn3v { width:16.3730625rem;height:3.41308125rem;top:70.125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HehFr4HvDBQtRIS8iHlN24noETXsZ11H { width:12.0605625rem;height:2.2753875rem;top:123.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOuUO0H1guqTcL3oJEBgIxavOyxLCKWB { width:16.3730625rem;height:3.25rem;top:32.4375rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2dqDnk3TfTqiOlUPUTFuPcGu4qyleL { width:16.3730625rem;height:3.25rem;top:74.9375rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmsidQKauxv29Lu845neyifrOEwb238q { width:16.3730625rem;height:3.65625rem;top:126.4375rem;left:1.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2L2LUKUwEADZo7BvLF0bKDxzmuvERn { width:17.9375rem;height:1.29980625rem;top:134.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLDb8B5cZyHWpWpsfUT5r61gIoMHaSm3 { display:flex;width:1.9375rem;height:2.3125rem;top:22.875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #luu81AyLlOuhgfI28kAxfMQX5EpboV7B { display:flex;width:2.5rem;height:2.5rem;top:64.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #UsdHVH2JAD99qwgLO5Ton3BypIAt6Isc { display:flex;width:2.5rem;height:2.5rem;top:106.9375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #nCFRW7umLlGTFg4QLq9nZ7PSLSge2E5W { display:flex;width:2.5rem;height:2.5rem;top:112.9375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #D0lmOpAe8Qihr3FGzOP8Hukke7yEr62x { width:20rem;height:3.75rem;top:2.373046875rem;left:0rem;font-size:1.875rem;z-index:15003;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nQgAoqoGroRhVG3XHl5JeM00Ubg8gbXd { width:16.625rem;height:2.2753875rem;top:28.58203125rem;left:1.6875rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #twpvwBcxH624auKtBg0m9zCAVbuQMAla { width:18.625rem;height:34.6875rem;top:53.4375rem;left:0.6875rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #o0TTS4IANUKEqrisdPsl6PF77hiaL0iO { top:163.9375rem;left:0.625rem;width:18.6875rem;height:28.5rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O02ZR32yBVrQzixPhBkU0ue6wceUu6Rb { width:20rem;height:6.522210184182rem;top:105.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETXcJWTgKchSN9bVoVizfOr6b1HBA7Je { width:14.6875rem;height:4.311525rem;top:167.6875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frie0NMQ1RQWKqDgkpzFpLJZ6heACU3R { width:11.875rem;height:2.11230625rem;top:165rem;left:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwBentSZvAV9zrxXnSc8uTrFCq4exP2u { width:20rem;height:1.875rem;top:178.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7hXNkeGXLuLuTxapyMpGzJuxqIQVVeo { width:16.373875rem;height:3.65625rem;top:174.875rem;left:1.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4uqZvWhkvMakWa8eaA9STW8RO7kpFx { width:16.875rem;height:3.898925rem;top:140.125rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EidrNyStIPO3eFwfiADwrMXcXCCzhCyU { width:20rem;height:1.625rem;top:145.8125rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H4xR4EXZcrsGBca3pB8ucIPDd7q7CMua { width:20rem;height:1.29980625rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x02E19lH8MUHHA2UsMRTZq4DMXbXmxTA { width:20rem;height:5.35766875rem;top:156.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XLqmfL8DTeumhZeTiO5oWGR9T9ixNX { width:17.125rem;height:3.41308125rem;top:182.4375rem;left:1.4375rem;font-size:0.8125rem;color:rgba(var(--color-tertiary-0),0.7);display:block; }
 }@media only screen and (max-width: 763px) { #GZ1VQMayVDU8guG0QExw7HKxPexfO9yR { width:16.3125rem;height:3.1875rem;top:37.3125rem;left:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #VdvigObZWxLbIV3PvAhJ0E8ufrpQs6TV { display:block; }
 }@media only screen and (max-width: 763px) { #OFiq4FiteJGzWUSRC0e8JT0JiCsamW0Q { width:16.25rem;height:3.3125rem;top:187.7216796875rem;left:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #qsmHD7LtXd8PPxZDdurcF1gEHzCbrqIp { display:block; }
 }@media only screen and (max-width: 763px) { #GPnnNmSnEfzhI4bC18TMGxE3ErJyhJlk { top:12.1875rem;left:0.9375rem;width:18.0625rem;height:33.625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SUeJMQhuzWlGTHvVt2RprTuMrRqDHF1x { width:20rem;height:52.795031055901rem;top:193.6875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { width:13.4375rem;height:3.8994125rem;top:4rem;left:3.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { width:18.8125rem;height:28.1885rem;top:10.00244140625rem;left:0.53125rem;font-size:0.8125rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { width:18.75rem;height:3.4375rem;top:41.1689453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { width:9.25rem;height:8.875rem;top:15.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { width:7.4375rem;height:5.4375rem;top:15.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { width:20rem;height:3.898925rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { width:20rem;height:2.99805rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { width:7.3125rem;height:7.0625rem;top:14.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { width:11.5625rem;height:3.8994125rem;top:7.91259765625rem;left:4.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { width:17.25rem;height:4.49706875rem;top:13.3115234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { width:20rem;height:9.93984rem;top:17.62514375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:18.75rem;height:3.125rem;top:47.564453125rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #Js4TTgIqcZM6ZsxqTBUZInMwCRDsgcun { top:20.8125rem;left:0rem;width:20rem;height:23.0625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vazWZb44n4OFivw7OmMbAWFE14aR0JVi { width:20rem;height:1.5rem;top:5.439453125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { display:none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { width:20rem;height:735.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { width:20rem;height:5.8951518269525rem;top:145.7165875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { width:18rem;height:13.4375rem;top:332.5433625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41r9HNde979S8CkMSTWJZmZsQL0hGSP { width:20rem;height:21.7565625rem;top:6.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { width:20rem;height:22.5rem;top:152.8613625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { width:4.74975625rem;height:1.4624rem;top:154.51053242188rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { width:17.5rem;height:1.75rem;top:157.01053242188rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { width:17.1875rem;height:1.13769375rem;top:161.51065449219rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { width:3.125rem;height:3.125rem;top:164.57339863281rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { width:12.937rem;height:1.13769375rem;top:165.19839863281rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { width:12.5rem;height:1.625rem;top:22.711183203125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOeehomST9U5062VCFb5JVAleRx51OT { width:16.5625rem;height:1.29980625rem;top:24.763795507812rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { width:20rem;height:20.606060606061rem;top:53.1305875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { width:12.5rem;height:1.625rem;top:69.740694921875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { width:16.5625rem;height:1.29980625rem;top:71.894625585938rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { width:20rem;height:20.606060606061rem;top:100.1110875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { width:12.5rem;height:1.625rem;top:116.69678085937rem;left:4.000244140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { width:16.5625rem;height:1.29980625rem;top:118.88428085937rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuu9lMutuNbyuhw8fJOKDTEMyKMMMR9 { width:7.1875rem;height:1.625rem;top:444.85583496094rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfPrOQE9EfrmJMxLTgu1eGyx2frn4e7 { width:20rem;height:22.5rem;top:619.16833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyNvlStC5fexoopOay5FNru26UmmH3Nr { width:4.75rem;height:1.4624rem;top:620.79333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIia84VUJd2rwUNQ0yPO6G01MEDPBDsr { width:16.8125rem;height:3.5rem;top:623.66833496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuSotRXoWG03pgkHNbvGeFrwBBvoL4S { width:16.8125rem;height:1.13720625rem;top:629.84151268006rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7v6NsHisgP3EFHCCb5ncV5zEnES336 { width:3.125rem;height:3.125rem;top:633.98083496094rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDQOrdgl77E7RACHy4C6q9HUcsqORHSq { width:7.1875rem;height:1.625rem;top:620.66833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3nKTeWBKo8UISlbsaD8C1WNGu1A1Ti { width:12.9375rem;height:1.13606875rem;top:634.48083496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8AcfNGTm8DdLn0NzNKf10GOTM5WJsNa { width:12.9375rem;height:0.89355625rem;top:635.91833496094rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCP2UhhXAdTd2JCTP1KlzC41vQzJo0NP { width:9.125rem;height:1.4624rem;top:638.35583496094rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDpR6Sre3SO1il4XFT5bsoTBEdaXqr8 { display:flex;width:1.25rem;height:1.25rem;top:638.41833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #SBLToogCSylmg5Ma3HoqBUOxPCBREvHA { width:20rem;height:22.5rem;top:476.66833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB32scSMyB6A5wbKVLoPpAt2QnHHn91T { width:4.75rem;height:1.4624rem;top:478.29333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1q04vppAfy2m3u0GQac4z82LWUklmw0 { width:17.3125rem;height:3.5rem;top:480.54333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRP6IBUwzAtr0sbH35pkvJTw7qB2LCfc { width:16.8125rem;height:1.13720625rem;top:488.91833496094rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSDd0XSGvvMQDl161TNyc3oBAoQku10 { width:7.1875rem;height:1.625rem;top:478.16833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nvpTtXtTN1blUKo0HTugymTBgqbGcv { width:3.125rem;height:3.125rem;top:491.48083496094rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU5SJ2DWtg8XrCiAhFRrOdlS6KdPwRTe { width:12.9375rem;height:1.13720625rem;top:491.98083496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXOrTvivbT7P0sG0rLouoFFJAAE27LMI { width:12.9375rem;height:0.89355625rem;top:493.48083496094rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE74ED0ns3TA3RpJbgL5Ulnef8e2CVes { width:9.125rem;height:1.4624rem;top:495.91833496094rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0EonZVTJWS6D5mWKs4G1JDh8T2bsk4Z { display:flex;width:1.25rem;height:1.25rem;top:495.91833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #rJkbQO0vUbASQXWmavHIZEJW5zfaqZ1n { width:20rem;height:22.5rem;top:452.91833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRAc5SJbMmdmNOJkwS76MHgTOxplw7kF { width:4.75rem;height:1.4624rem;top:454.54333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfK2CqBA96noH2RG2EbLt3pXJoMTKcQe { width:17rem;height:1.75rem;top:456.79333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imexq8tA2GEqWPTvohDl2xWDyWC1PJVp { width:16.8125rem;height:2.2744125rem;top:463.04333496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMZ77PlCfT4KmZGzy1v7HaFepoRJ9nP { width:7.1875rem;height:1.625rem;top:454.41833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye03dV2LkyoVFN6AWSxgVy6TpIuUFQfq { width:3.125rem;height:3.125rem;top:467.73083496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cH4J3JCPmk363T5usiXumUMs8UiFgx { width:12.9375rem;height:1.13720625rem;top:468.35583496094rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5kuX9XWqE9fhUkBCCAL4SaquOWfcWx2 { width:12.9375rem;height:0.89355625rem;top:469.79333496094rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOLatkeaH6swN5FISd1AGgaTF3Q10bD { width:9.125rem;height:1.4624rem;top:472.16833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUNUxVWzuAWUWwMufeITHhA2zxifN4JR { display:flex;width:1.25rem;height:1.25rem;top:472.16833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Il9GBZxTZIqai3Tx9fTAbBHIlc4AzkC7 { display:flex;width:1.25rem;height:1.25rem;top:447.73083496094rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #lPJMzHVo81nwm0JE31mNh6ov1xCEN8Zk { width:9.125rem;height:1.4624rem;top:450.23083496094rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVBIKs4EO4llT1mExkNefSackfAHxQUZ { width:20rem;height:22.5rem;top:500.41833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOqgK7HfZziafhD4uxaePEg8p0ZaHx7t { width:4.75rem;height:1.4624rem;top:502.04333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKDrXxhRxcDT74FVzCkX8QBL9P1J14wP { width:17rem;height:1.75rem;top:504.29333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9vnRXSNWSlvMi7RwuFWqa0g1qKPn8HE { width:16.8125rem;height:1.13720625rem;top:510.10583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LtiwCeugGtZIT4an30Fn6JofJeeDoh { width:3.125rem;height:3.125rem;top:515.23083496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJAyrN80m5yvByzDOThO5Id08TMNbt9 { width:12.9375rem;height:1.13720625rem;top:515.85583496094rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5rdikT1nqkw6iqQOlNdUdTWn6XrgrLR { width:7.1875rem;height:1.625rem;top:501.91833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8PMAoyVCaDTv76VftDdK4lGs4SV222 { width:9.125rem;height:1.4624rem;top:519.66833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgPZQGGxBSfUla6aD0zB4J8teNxZHPGc { display:flex;width:1.25rem;height:1.25rem;top:519.66833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #iNKVFcnzXSFMU4DXTRhTNrR8c5lbTHJJ { width:20rem;height:22.5rem;top:373.60583496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJW6TTVazf09Zt2WGxy5cXrxHoZvL9QB { width:16.1875rem;height:1.75rem;top:377.48083496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua0ev0Vk0t94sTE9Zfn4H2JnxvBzyxmV { width:17.25rem;height:2.2744125rem;top:383.35583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeSve6vX4L75NU2OU3hpMVMPSe8TLnQ { width:7.1875rem;height:1.625rem;top:375.10583496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvw7vGtoGUnxLNRTtuH0DfKzS5nHoHoZ { width:20rem;height:22.5rem;top:642.91833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzdV8NP1IV2FMmVoCmsV3rxMZciNKBm { width:17rem;height:3.5rem;top:646.79333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ACObErKX8T7kr4gPq5QZcyxmGcrqfi { width:16.8125rem;height:2.2744125rem;top:652.60583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxzLoV6XbgswIkKrXdNPfLEGDMUCrNS1 { width:7.1875rem;height:1.625rem;top:644.41833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXcA2d6TiBFm5KqutPKLSQLVfCkBLOde { width:3.125rem;height:3.125rem;top:658.10583496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nJUXziUEx8kr132FDHmhAKpoNz9J1n { width:20rem;height:22.5rem;top:524.16833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0HpwOnIWu8AB97vtv8ofrqDzwSLbAdK { width:4.75rem;height:1.4624rem;top:525.79333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUo4PEAuqMFz7lhhbRuRqCix7JwGGaN1 { width:17rem;height:1.75rem;top:528.04333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D57vsMwWiychPuJtA0dvpaK2Pa3tahbT { width:7.1875rem;height:1.625rem;top:525.66833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLz7gyCAutDfR6Va8k3VxZg5K2V0nTmu { width:12.9375rem;height:2.2744125rem;top:533.85583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skENZD3hxkBay8Ng8ApyKTT1JBxU7TeT { width:9.125rem;height:1.4624rem;top:543.41833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ATrqVpbJXyPcTSticLTTS5In6e2vHr { display:flex;width:1.25rem;height:1.25rem;top:543.41833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #y5ZJ2GcdBkd5ivecfhnmT15Jzzvl7iNr { width:20rem;height:22.5rem;top:666.66833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2AZDdnqrExuAl8KiKc2aElnF5OuKoOH { width:4.75rem;height:1.4624rem;top:668.29333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTt7H58eO3C2G2FcScbKGZJXT8QIoCt5 { width:15rem;height:3.5rem;top:670.54333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afC7zcp5SGFKKsO9BEx5VOM8CHbJKORI { width:17.5625rem;height:2.2744125rem;top:676.35583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDgAkTTED05rNW1Zy78G7lb5MqtfzfQA { width:7.1875rem;height:1.625rem;top:668.16833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMymf7CpS2ZRWJke3mcZq7gClK03FeZZ { width:3.125rem;height:3.125rem;top:681.48083496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDuOgSN69RTuXl77Hnd8ARIO3KTC1Gc { width:12.9375rem;height:1.13720625rem;top:682.10583496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNUgstuyOQgqovUhdp9aMtk2KSelW9OM { width:11.5rem;height:0.89355625rem;top:683.54333496094rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3GJGvp23y19fwOgzHDuHfMqtRk91pB { width:9.125rem;height:1.4624rem;top:685.91833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD0IyZdz5NosbhvZ9G5kJ4DOTRWPoyVT { display:flex;width:1.25rem;height:1.25rem;top:685.91833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #fGSEMVhThwBvHKAUDaab89Cno8Zydxor { width:20rem;height:22.5rem;top:421.10583496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsvEfKZr7doLyLnd2t47ar8yxddLSV1 { width:4.75rem;height:1.4624rem;top:422.73083496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3aFudxOQoFZe55qiv25GTR1KTw2LfiB { width:18.25rem;height:3.5rem;top:424.98083496094rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLw7w4wCHwtHRJn24qWUbZTrAEkn9rI { width:16.5rem;height:1.13769375rem;top:430.79333496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AImnZlkiufkD2wS9R3uE9TkG16rROT7I { width:7.1875rem;height:1.625rem;top:422.60583496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXxkA20OUzgBP2zJpRE2AUgZePTzaeO { width:3.125rem;height:3.125rem;top:435.91833496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFsBe2iZTOSmv9GNvU7LNdSE8D5CVCcO { width:12.9375rem;height:1.13671875rem;top:436.54333496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn7Rn0CR2RS8huRocWamFhxA99wCqnX3 { width:11.5rem;height:0.89355625rem;top:437.98083496094rem;left:6.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkX1u4T3KkHTD9zuhTRxCQFXOHyP6T4 { width:9.125rem;height:1.4624rem;top:440.35583496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqM7i4egu1iJtN8ueuMrMbMJGTXwCH2u { display:flex;width:1.25rem;height:1.25rem;top:440.35583496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #xoTv1w4F8POU74Cb8uNXqzmKVkoSiVQt { width:20rem;height:22.5rem;top:571.66833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJA67PNOlkxS7nbdtv4AwwRJ68URfZC { width:17rem;height:1.75rem;top:575.54333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUxunuVZBkB4Bqp7yQGmA5Q1TWuvWxPN { width:7.1875rem;height:1.625rem;top:573.16833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIiCHkiu5lB9hxB1L3pTRvnKQPLfnAb { width:16.5rem;height:1.13720625rem;top:581.35583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARC0UQ1hrlyAgwIVyPOHRS2vq81JN2k3 { width:3.125rem;height:3.125rem;top:586.48083496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4SftHpGGPTAF14XGMvRrOvTmdeeRgq7 { width:20rem;height:22.5rem;top:547.91833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7m4VDI0tN1BZMwvHuelewXw6323QB2b { width:4.75rem;height:1.4624rem;top:549.54333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyJE3dQbS7AST12BXZSwTy5mE8yQKO1 { width:17rem;height:1.75rem;top:551.79333496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0KiETpTGH2Cnh82Oqr4QpL8AhbvSKp { width:12.125rem;height:1.13720625rem;top:557.60583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTbF4MHPTENNyEpMaNmS3h5ZmHlDgLp { width:7.1875rem;height:1.625rem;top:549.41833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1QEGUMZLT2bU8DqWuOGvghLSkJ9INq { width:3.125rem;height:3.125rem;top:562.73083496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXStTxaz6wKv8fTnBz30MDKRUEGdN67b { width:12.9375rem;height:1.13720625rem;top:563.35583496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7k1O9rQNblnqTKGfOBTT7vNedmA6tE { width:11.5rem;height:0.89355625rem;top:564.79333496094rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKFcK5ETmEHCqbgEkIMCteU4cff2UTf { width:9.125rem;height:1.4624rem;top:567.16833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNcI0pazevluxnk9uizW67dqKaWTTmIy { display:flex;width:1.25rem;height:1.25rem;top:567.16833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #bydNnDteUE4PJ4SuwWZgW7yBaLTpDJx6 { width:20rem;height:22.5rem;top:348.60583496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBKb6Nu7rxlHyfUFCFN2txNnpOkMyuaS { width:4.75rem;height:1.4624rem;top:350.23083496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzEoAxE4WwRTfpNEoh2ynAHEAHGJqQPL { width:17rem;height:1.75rem;top:372.35583496094rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ome28GS4TAKEolGEKX3BB5tsTpi1EFxd { width:16.8125rem;height:1.13720625rem;top:358.73083496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR2dUeQIZ6lvvWadcBzFIOrfdKWCetyg { width:7.1875rem;height:1.625rem;top:350.10583496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXTbuXpe4N4iqz1qWmSu9eVXCXppCeBW { width:3.125rem;height:3.125rem;top:363.41833496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF1NF1pzXtTuwsVGZmMRJKzZ23kCfRI5 { width:12.9375rem;height:1.13720625rem;top:364.04333496094rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ob2Ni6KoJXSP9nzTgCPJO0Z6edEq07 { width:12.9375rem;height:0.89355625rem;top:365.48083496094rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLsZd03iNpk2JFwKEattf0c7HgEeyKR { width:9.125rem;height:1.4624rem;top:367.85583496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRV7aWA6iK9TfNHcJi6TcQyZtbbG7vE8 { display:flex;width:1.25rem;height:1.25rem;top:367.85583496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Flm58SEQcp9KWyKX291akoTB8zRDRpfu { width:20rem;height:22.5rem;top:595.41833496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAOOuoTPdQiuMHPCAuZDG8VMxrkuFVg { width:4.75rem;height:1.4624rem;top:597.04333496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vBCa3rSoTbWinsmc8qUiqGUkrQ1LuI { width:18.25rem;height:1.75rem;top:599.29333496094rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxmrU5sv6lUhm4JVWQP2DHTaWNLgVuR { width:16.5rem;height:1.13720625rem;top:605.10583496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b34QuhuWeac7Ia7xokau2eaXG4B7HVQh { width:7.1875rem;height:1.625rem;top:596.91833496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pusb9FKLcyzq88nQTG076RLg3car5702 { width:3.125rem;height:3.125rem;top:610.41833496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPvR5DbgGuXHGpK0zm8oZL1BA90GQVQ { width:12.9375rem;height:1.13720625rem;top:610.85583496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4XzXOsXqCRgerqiKro5mwrphziMMiUl { width:13.4375rem;height:0.89355625rem;top:612.29333496094rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paza6Ucx4kiNB0g6BI7bdd4PPiz65qpp { width:9.125rem;height:1.4624rem;top:614.66833496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFtocwZLZooBersldUqmliOUFEtTywFa { display:flex;width:1.25rem;height:1.25rem;top:614.66833496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #wAqzmVSEctQZvigof9oVAJ7VL5MrqAUs { width:3.125rem;height:3.125rem;top:607.66833496094rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuIBR0DdR1DEL4oOcvJ8yHv0z79vGv1 { width:12.9375rem;height:1.13720625rem;top:608.04333496094rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiOEx9qkJppT2xfNopCLhHLil9t6mXZ { width:11.5rem;height:0.89355625rem;top:609.29333496094rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxHzeqVbKEgObTKw7yJByLlaKUoNKnN { width:20rem;height:22.5rem;top:397.35583496094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSc5Vvba2qZAHPwNH5U4bFspkkgacWr { width:4.75rem;height:1.4624rem;top:398.98083496094rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWd44UEK78t6RmKcfWoUqrnEbPBUv8BU { width:17rem;height:1.75rem;top:401.23083496094rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F367xHiKoitxygVsukucQoUMselCSJst { width:12.125rem;height:2.2744125rem;top:407.04333496094rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTheK8I3JkZS262Bw6CNXq0D9p7fnDR { width:7.1875rem;height:1.625rem;top:398.85583496094rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1P5aHXUqXWZP2xU9lBSDKg8oiFV9pf { width:3.125rem;height:3.125rem;top:412.16833496094rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZbSigEpoRpzLG4vmsEEhENtGdTdberX { width:12.9375rem;height:1.13671875rem;top:412.79333496094rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt369VqpyD7qp9HdwMgiEAunIXPyiirl { width:11.5rem;height:0.89355625rem;top:414.23083496094rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOW8IFPTuuS05s8NfesOHdZqk73EobMl { width:9.125rem;height:1.4624rem;top:416.60583496094rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6Rphtdr254qElIrSvml0PUhkfHIM34x { display:flex;width:1.25rem;height:1.25rem;top:416.60583496094rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ehZFGVLW3oMXHOXVmy37A3FqqMVto4zq { width:12.9375rem;height:0.89355625rem;top:708.03859375rem;left:3.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biaRCsr8InZUs8asopN7KrR3aCRSVsvn { width:3.125rem;height:3.125rem;top:710.18215rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ZUeNAT9sA4VPZe5H3ThelO4iR4UKyt { width:12.9375rem;height:0;top:714.55715rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye5eDIBd79SIfoc7Z9vLiUssQBuX4kIV { width:20rem;height:1.5rem;top:717.05715rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5DLulk9Mxphe0OGaJXZXWpuXZsdAsz { width:12.9375rem;height:0;top:729.74465rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brblietSJ854zTmgCp7lBbfJdaFN62zW { width:12.9375rem;height:0;top:724.74465rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KyCQNGpUFO29QkEfzenJ7OtdvycmxV { width:3.125rem;height:3.125rem;top:720.36965rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHyU0oXQV4iDKXVV54xcRZr2EdeTVBq { width:12.9375rem;height:0;top:727.24465rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buLWrJdu7RtWlSatmer7H0xG9qIy5idc { width:18.75rem;height:3.4375rem;top:199.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGTxhWMf8XOnPHEnEfXiObXZuHDuZdKG { display:block; }
 }@media only screen and (max-width: 763px) { #a9frnQFZuX073lIfyLo3Mp9fWZcC3lkm { width:12.9375rem;height:0;top:732.24465rem;left:3.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op { background-color:#5db4ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container { background-color: transparent; background-image: none; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container > .video-iframe-container { display: none; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row > .video-iframe-container { display: none; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .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); }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container { border-width: 0; border-radius: 0; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSwQ51hZuM2JusQOQpMVcyzIGZZnk7Op > .row .container { width:20rem;height:252.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqlnaiffDGNd8mRgM3ppmXyT52TczWzu { width:20rem;height:11.25rem;top:26.3125rem;left:0rem;z-index:15039;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVR8cv50SJ4ndo4dgg6EIlO8XCfocsCs { width:4.75rem;height:1.298825rem;top:27.1875rem;left:1.3125rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UvTTz6wlZiSFnHIllTpZyuT4wI2rr5xn { width:17rem;height:1.7504875rem;top:28.4375rem;left:1.25rem;font-size:1.75rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #b0RhtypUPNHFFUy9ys71uEAHifBrmIMy { width:16.8125rem;height:1.13769375rem;top:30.625rem;left:1.25rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #g1SxQJAHJ1BxfcVvQq3rFdTHBRCGqMEE { width:5.5rem;height:1.25rem;top:27.0625rem;left:13.375rem;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #NthUVt2EXxpG4SEmsCHssmc9oaDFPwhu { width:2.5rem;height:2.5rem;top:33.625rem;left:1.3125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mN7gPofdKoNM8SHFpuvNGJRJg719GNX4 { width:12.9375rem;height:1.05590625rem;top:33.5625rem;left:4.375rem;font-size:0.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #FVTOVEPuWyhoaLTUHRO1edFK8SRczAfO { width:6.5625rem;height:1.94824375rem;top:34.6875rem;left:4.375rem;font-size:0.75rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ACGJ7wiGzyKJ2rMsuIr5lTHKt0Kbup5C { width:5.5rem;height:0.97411875rem;top:35.375rem;left:13.5625rem;font-size:0.75rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #r08n6JtLMbCPVbfxPgsSU3heKaxigHVs { display:flex;width:1.25rem;height:1.25rem;top:35.1875rem;left:11.875rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #dbRCaFCQQHn7IVz6KNhcKviyph9ttLff { top:4.8125rem;left:4.375rem;width:11.25rem;height:3.25rem;z-index:15170;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3yQprCRLGEnwtESosEmRavqnXdq6pqm { top:8.0615234375rem;left:0rem;width:20rem;height:3.00536875rem;z-index:15171;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;font-size:2.3125rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0N2OLUgzx4VnLEPalVfA363iPKJGtB { top:11.875rem;left:0rem;width:20rem;height:21.8125rem;z-index:15172;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-heading-text { font-family:"darumadrop one";font-weight:400;font-style:normal;font-size:1.6875rem;height:auto;color:#a37c1b; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B .accordion-desc-text { font-size:0.875rem;height:auto; }
#VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B { display:flex;height:auto;width:17.5rem;top:59.8125rem;left:0rem;z-index:15174;background-color:#ffffff;background-image:none;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #EqO2yXTVggyCuS0vLpBzdciBROghhApZ {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #hMt0focdDGM0is2rdpcVPik3fAdCKCRI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #iP5TCud5PC54EqymUbVlKwh3BUaxaZyT {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #z9at2lTulGDOAUTgZ7fEePpXyqA2W4tm {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #w65UWaOuXeI8FZfS08yTVFrkoIT38p4k {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #B7LKpQ3kdrq3oENAkZ2WAvomU8xTpV4G {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #v5eDPcGLO0VwNWolXF2zL4eEFzDs74fd {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #pJg2Kw8072tbxEyv5K0FuCwiy83PRiB3 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fTyEsOKoxBGlS82wD8I8G3sqeagRS7sC {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fby5g45WbdJkno8anJIWCmTk8JAvfTxB {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #O4H8yapxuzZxCVAllx1nlnvqSNfgOELI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #G78vFTrfqb6mkI4cM2WlPDTa6RrbXyRw {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #xds9viKhq7hgJM3XnEPIqooNw6MBesQg {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #wySGJlc70BT8cXDniNavxI0pu3gTp4v7 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #yKZfCBPmieEa9DIuELktiVb1kHbT7BC1 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #SuR8917kxCce4B49JUFL3kFeHPHDxeDA {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #dy9NeQ6PiwZhV94PANxuGyOMufuw8Zsp {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #ZSXbxTclq66lP9ZMEw60Br0JTSAsaVhw {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #fA01RaFFfoNRwTTOAg9rdHhIdyLfT9bI {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #vT80DVhAzFhbT13TsqwWzbkKg6m2xL0F {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #U4kd090F5pBN9QsRbymMQptB6i3kSL8S {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #IFvIZ7v6QQHy8QNN4bI8aTOrCH4RCcu9 {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #tknyK4xu1LmfS5tXfq0IZSR8S5fv6p0Z {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #k52ukFzFMngtesiZ4pia00XF1pIi0TaH {  }
 }@media only screen and (max-width: 763px) { #VJoQGeaxZ6s2z2hQqv7A8Zu48BUyJv7B #m5veTTfEigWT8oTR15PgruhGS1iXgOZV {  }
 }@media only screen and (max-width: 763px) { #Vz3ZSydX5Xwx99ltuBC4sIav0fmwhKM5 { width:20rem;height:11.25rem;top:38.5625rem;left:0rem;z-index:15049;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVDogwdiabWnx2O2CP2LT4G84XB5N0BT { width:4.75rem;height:1.298825rem;top:39.4375rem;left:1.3125rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #rPi4h4VJkZ8PBHKokur2pEVTftdx4eSq { width:18.25rem;height:3.1494125rem;top:40.625rem;left:1.25rem;font-size:1.75rem;z-index:15055;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #udmgecL0DQNM8aZKGrTeZbVtKN9GpxoG { width:16.8125rem;height:1.13769375rem;top:44.3125rem;left:1.3125rem;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Q120kqAW5dWp93fVdLUwVGlttAtCqppe { width:5.5rem;height:1.25rem;top:39.3125rem;left:13.375rem;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #UC5BirEIH4ShHVCxmWAbSi1MmN6bZGUO { width:2.5rem;height:2.5rem;top:46.375rem;left:1.3125rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oNTAxgheAHA60gkOH68075mmKDhabuRV { width:12.9375rem;height:1.05590625rem;top:46.4375rem;left:4.375rem;font-size:0.8125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #FcQkZguizUGspxHw6zEfPQZDXvDp5RCN { width:12.9375rem;height:0.97411875rem;top:47.5rem;left:4.375rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #hgay0eZuTv4qrAQTDVTWBDG4Qs3ia4x4 { width:5.75rem;height:0.97411875rem;top:47.625rem;left:14.125rem;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #a6klXuyWnqCOlwl5s28qP8B3TdkiQhhx { display:flex;width:1.25rem;height:1.25rem;top:47.5rem;left:12.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #OMXGNUC802gOSKLzb1qWK0ensZlDqncu { width:20rem;height:9.125rem;top:63.625rem;left:0rem;z-index:15059;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cH4e7CTVei2SME1ak2viFCnPWL6STHod { width:16.8125rem;height:1.13720625rem;top:70rem;left:1.3125rem;font-size:0.875rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #caMdggcCrsVK36otDL50TRJQJPRZqeJz { width:18.25rem;height:3.5rem;top:66.25rem;left:1.3125rem;font-size:1.75rem;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #dX6uieAm5r2sDJg4TNU6BgaUVRPhM8DK { width:4.75rem;height:1.29980625rem;top:64.75rem;left:1.3125rem;font-size:1rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #HcR74PamFETJH8ZVNuCNI9hVyXcTN04J { width:5.5rem;height:1.25rem;top:64.625rem;left:13.375rem;z-index:15189;display:none; }
 }@media only screen and (max-width: 763px) { #dLXMfaN7cBNP3tCtpkJq06x6BKJ5a6LN { display:flex;top:69.474609375rem;left:16.75rem;width:2.1875rem;height:2.1875rem;z-index:15190;display:none; }
 }@media only screen and (max-width: 763px) { #OyVCdEyCcC9qivOIz2Tn2pWvXkQELmJE { top:73.25rem;left:0rem;width:20rem;height:14.3125rem;z-index:15191;display:none; }
 }@media only screen and (max-width: 763px) { #GySGEDw11Sb6FOEUhMKvGzte0IWneNxo { width:20rem;height:11.25rem;top:63.875rem;left:0rem;z-index:15049;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyMbBC80vzl4TPkXp5JTzXA5TVgTxlyp { width:4.75rem;height:1.298825rem;top:65rem;left:1.3125rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #hgkWmUXKTXl1CSIgVoNHWmy2AM9hDbXo { width:17rem;height:1.7504875rem;top:66.3125rem;left:1.3125rem;font-size:1.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #NSypPfM8L1Xxd0LDNid21OaXNTXTIEtV { width:16.8125rem;height:1.13769375rem;top:68.5rem;left:1.3125rem;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #M3Ok8so1PrSATzrO0CmoTlg3A26z7eQl { width:5.5rem;height:1.25rem;top:64.875rem;left:13.375rem;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #zqBvEVvIC2GvqEyXGy1pe5y6gB0NPpqh { width:2.5rem;height:2.5rem;top:71.5625rem;left:1.3125rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eQs9gBtRUbSOzUyr8iEEDviobhrLIJ1a { width:12.9375rem;height:1.05590625rem;top:71.375rem;left:4.375rem;font-size:0.8125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #yrZ6rJ22T2yrUQSNhiPoXZ497CvSwxin { display:flex;width:1.25rem;height:1.25rem;top:73.0625rem;left:12.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #fVLE8eW1INZuZWePKP1e9Dz3bylPcvn9 { width:7.375rem;height:1.94824375rem;top:72.5rem;left:4.375rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #IdTaGtPgcJfDWDlPKxBvKN90ElefwITa { width:5.5rem;height:0.97411875rem;top:73.1875rem;left:14.0625rem;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #nSXunmUGSsohBSyrzr9Av9sH7ILrg5Gy { width:20rem;height:11.25rem;top:76.125rem;left:0rem;z-index:15049;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgGgzCmBQwE0NsPTqOXTLTNWD64E8Fu { width:4.75rem;height:1.298825rem;top:77.4375rem;left:1.3125rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #J84gQHXSITmIpkLF8U1whga2UKbzhKNO { width:17rem;height:1.7504875rem;top:79.25rem;left:1.3125rem;font-size:1.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG40CPnzf6S5gBU88318EV8dncbxUd { width:16.8125rem;height:1.13769375rem;top:81.4375rem;left:1.3125rem;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #ORnnrzmngqgzkib0lkAZWKnaDKnJCx7d { width:5.5rem;height:1.25rem;top:77.3125rem;left:13.375rem;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #yQF7nR2wloZxHsavAt17LJIwT91DoWxF { width:2.5rem;height:2.5rem;top:83.5625rem;left:1.3125rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pedZF1NssUs0O0qCZhHaixU3hqKgqs1b { width:12.9375rem;height:1.05590625rem;top:83.625rem;left:4.375rem;font-size:0.8125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #XZlWW3kIJwQFGOUwE3Nh6JQPoGvIkRu4 { display:flex;width:1.25rem;height:1.25rem;top:85.25rem;left:11.875rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #DrZCUS0tIzxEwl05wXH5KrvhrrySCszE { width:6.5625rem;height:1.94824375rem;top:84.6875rem;left:4.375rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #K98Zszb2ZhTqO1m4z3I7omDgq6J5VwpH { width:5.5rem;height:0.97411875rem;top:85.4375rem;left:13.5625rem;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #RdPB2LWOLAgKcXMwZQScc5vAx48f6QXV { width:20rem;height:12.0625rem;top:50.8125rem;left:0rem;z-index:15059;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVWzyq32dNSAVTJ28R0a7CkTHz86qxmc { width:4.75rem;height:1.298825rem;top:51.75rem;left:1.3125rem;font-size:1rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #dRcT8R946hnhJL8uD5V9IKZLKfGE5LqE { width:17.875rem;height:3.2495125rem;top:53.125rem;left:1.3125rem;font-size:1.625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #dhLbVcv5FTqwxir7A2nnabVHi4dU6Sog { width:5.5rem;height:1.25rem;top:51.6875rem;left:13.375rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #xF2gqdi1UaPqlap1MlL9wzH8720DJZvQ { width:16.8125rem;height:1.13769375rem;top:56.9375rem;left:1.3125rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #pnEvpObFk2ZUlTqdDGqnGW2vMeS2arzK { width:2.5rem;height:2.5rem;top:59.625rem;left:1.3125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #svA1l5ievEam0Co57fPMQUaOw2TxMw2l { width:12.9375rem;height:1.05590625rem;top:59.1875rem;left:4.3125rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #kc3WyLT6xTBUcIblQ3mdMhA2nLA7EVxT { display:flex;width:1.25rem;height:1.25rem;top:60.9375rem;left:12.625rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #zBg37zlc2kK066t6wbwdLb1xRG8FOLRQ { width:5.75rem;height:0.97411875rem;top:61.0625rem;left:14.0625rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ElaJ0BEKhiXMStIyzr6JTMeMPCyrXftz { width:20rem;height:11.25rem;top:103.8125rem;left:0rem;z-index:15059;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGw6v09CT7QTbFhJ6SLIzL3vdrmnCDVG { width:4.75rem;height:1.298825rem;top:104.9375rem;left:1.3125rem;font-size:1rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #uJrhPA7TrlTFhzxDfab8ccfGpHWdiow3 { width:17rem;height:1.7504875rem;top:106.75rem;left:1.3125rem;font-size:1.75rem;z-index:15065;color:#3c81bd;display:block; }
 }@media only screen and (max-width: 763px) { #KaKuJqd36lV7yZNcEx69cug0LUtFrItq { width:5.5rem;height:1.25rem;top:104.8125rem;left:13.375rem;z-index:15189;display:block; }
 }@media only screen and (max-width: 763px) { #hqCyln1RkL7saeCT9TJmHmWHuFTf28l8 { width:16.8125rem;height:1.13769375rem;top:108.9375rem;left:1.3125rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Vgh8z3E9oV7XvP5hOpotOWT2mv4Zu7KJ { width:2.5rem;height:2.5rem;top:111.5rem;left:1.125rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IUc0uxXfWeOBO5PbCgPWDfR9oqAEwF1x { width:12.9375rem;height:1.05590625rem;top:112.375rem;left:4.1875rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #UPVS9T2wuSvgAXVufeMpXOK19vFVEx5h { display:flex;width:1.25rem;height:1.25rem;top:112.125rem;left:11.75rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #hIDeQZMP5enNhGSfTyhfwohIuBQE3ViW { width:5.5rem;height:0.97411875rem;top:112.3125rem;left:13.4375rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #pFWK4IPiif4vHTBG2hPT1izycOBKEbSF { top:11.0625rem;left:0rem;width:20rem;height:14.375rem;z-index:15193;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pDHeP47Axk6S49pR1e9s0sGI47rf4eu1 { top:89.125rem;left:0rem;width:20rem;height:13.6875rem;z-index:15194;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pIw5lh7T2Z7wKCs3up5BHPmFKqTRzq24 { width:20rem;height:11.25rem;top:116.0625rem;left:0rem;z-index:15078;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGkNKaPypuv2Zv1DLv7ODz4PfSz6WMmm { width:4.75rem;height:1.298825rem;top:117.1875rem;left:1.3125rem;font-size:1rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #MP72ANIdooMSBxQJQGPwFXTzhdGrTRTy { width:17rem;height:1.7504875rem;top:119rem;left:1.3125rem;font-size:1.75rem;z-index:15084;color:#3c81bd;display:block; }
 }@media only screen and (max-width: 763px) { #CHbbGGfxJvd8XQLJPlGpUoDdg6pWpPzm { width:18rem;height:1.13769375rem;top:121.1875rem;left:1.3125rem;font-size:0.875rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #GMg2NA2OLnv1GWZueWpPuK5vXQfr9oUc { width:5.5rem;height:1.25rem;top:117.0625rem;left:13.375rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #AIuFs4sAZWt9TtSd46Zpgz8U9oE0bksD { display:flex;width:1.25rem;height:1.25rem;top:125.0625rem;left:11.875rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #IlS6Sz3kI7cH1t7kels8LITM6Pfm8Sp7 { width:6.0625rem;height:0.97411875rem;top:125.25rem;left:13.5625rem;font-size:0.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #OoPLnCap2yHwtDNETolzx0PsyF8wa3l7 { width:12.9375rem;height:0.97411875rem;top:125.25rem;left:4.4375rem;font-size:0.75rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #ETHKNz820aWNpLJ6RT6dv1APTg7gb3T3 { width:2.5rem;height:2.5rem;top:124.4375rem;left:1.3125rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zwkglxA6VoXxKRVoUoLJKoTKPGeHvNG8 { top:153.875rem;left:0rem;width:20rem;height:13.5rem;z-index:15209;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KMx7Tu3Ris8Z29SABwXsr0i8ttZPpbpv { width:20rem;height:11.25rem;top:168.375rem;left:0rem;z-index:15078;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZXwhD2Nz5KptvTKr9HQ6JuqGMnw197F { width:4.75rem;height:1.298825rem;top:169.5rem;left:1.3125rem;font-size:1rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #z19X2ke4hmnU0kWylD7SbVWnGiJs1XEr { width:17rem;height:1.7504875rem;top:171.3125rem;left:1.3125rem;font-size:1.75rem;z-index:15084;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #D0ETrnLxUA5p90ThkS11GwrpC43oEtZT { width:15.6875rem;height:1.13769375rem;top:173.5rem;left:1.3125rem;font-size:0.875rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #fsswZIr2XB3wCdie6Hz18qvBWearMEC7 { width:5.5rem;height:1.25rem;top:169.375rem;left:13.375rem;z-index:15208;display:block; }
 }@media only screen and (max-width: 763px) { #O6ghLPGgImsEh84uuoVH2FOxUNW4z5xF { width:2.5rem;height:2.5rem;top:176.125rem;left:1.3125rem;z-index:15085;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IkwBygeWrAZFasPnDGOQLt87axAzBW { width:12.9375rem;height:0.97411875rem;top:176.1875rem;left:4.375rem;font-size:0.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #vT06vQNlSfUugsdrhRguqHOTe1tP6G1L { display:flex;width:1.25rem;height:1.25rem;top:177.6875rem;left:11.875rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #QJXdSFwvDHJUBDOFmgc6myTAnDFmmZyZ { width:6.0625rem;height:0.97411875rem;top:177.9375rem;left:13.5625rem;font-size:0.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #xpLm1i21r55O9Gn0dIMD4yTBJonc85vl { width:6.5625rem;height:1.6235375rem;top:177.3125rem;left:4.4375rem;font-size:0.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #k0ELapb5xJnqA9qm9Pke5rXZusb6N5EA { width:20rem;height:11.25rem;top:180.625rem;left:0rem;z-index:15088;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH1ADKcWNyAJpCCThtwop0ss7PTHyHd4 { width:4.75rem;height:1.298825rem;top:181.75rem;left:1.3125rem;font-size:1rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #POnIGZcGpHUy1km7r8TQ6TFLmXsrZMRf { width:17rem;height:1.7504875rem;top:183.5625rem;left:1.3125rem;font-size:1.75rem;z-index:15094;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #Z3cohFaOX86O0Cpu7CrzLfwuRV8tSTGT { width:5.5rem;height:1.25rem;top:181.625rem;left:13.375rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #oJWt1VzHQnkKMaMTGNWeetqHpeEBzm1w { width:15.6875rem;height:2.2753875rem;top:185.75rem;left:1.3125rem;font-size:0.875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #OWTQt1a5TI9zuk3BKV14aI8ZkZAgTw1g { width:2.5rem;height:2.5rem;top:188.625rem;left:1.25rem;z-index:15095;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9p2GDg0ZSPTUAy0pH8cgRaShPIdcRmO { width:12.9375rem;height:0.97411875rem;top:188.875rem;left:4.3125rem;font-size:0.75rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #OMMshL54ocg9ydEQsALnmmqwOa54QLqH { width:7.6875rem;height:0.81176875rem;top:190.1875rem;left:4.3125rem;font-size:0.625rem;z-index:15221;display:block; }
 }@media only screen and (max-width: 763px) { #OFItRtLOVx5DN8p6ikByPKnN32MNN24v { display:flex;width:1.25rem;height:1.25rem;top:189.9375rem;left:12.3125rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #pmfccmJvw6KSOTSTk0qqim9z9fTpxSgO { width:6.0625rem;height:0.97411875rem;top:190.125rem;left:13.9375rem;font-size:0.75rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #MFoZV1XTy76KrlR0zT7eaOqWR4aqc1BI { width:20rem;height:11.25rem;top:192.875rem;left:0rem;z-index:15088;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxaISALf9Ev07doi987PraybWFBHh3KF { width:4.75rem;height:1.298825rem;top:194rem;left:1.3125rem;font-size:1rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #GLiTFmbt2TBhsxqQJwRLmqa3K002TazK { width:17rem;height:1.7504875rem;top:195.8125rem;left:1.3125rem;font-size:1.75rem;z-index:15094;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #QxZEmQ65GoQu78uS8XvgLbrnHrnLw3ii { width:15.6875rem;height:1.13769375rem;top:198rem;left:1.3125rem;font-size:0.875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #qn4JXOhg1vu2foeNN7NLSlhvgzeXCOPN { width:5.5rem;height:1.25rem;top:193.875rem;left:13.375rem;z-index:15218;display:block; }
 }@media only screen and (max-width: 763px) { #mBSnQikdf5PxcqsEkThvp8CT7TcNS27y { width:2.5rem;height:2.5rem;top:200.625rem;left:1.3125rem;z-index:15095;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HzBh13dXkmFbCtewf1SN9BCePlrzBk9K { width:12.9375rem;height:0.97411875rem;top:200.6875rem;left:4.25rem;font-size:0.75rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #cS4f0eGeugEhkUBi9aJKuyH6fKxM18Dg { display:flex;width:1.25rem;height:1.25rem;top:202.3125rem;left:11.875rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #VXJnZJgyLhnl3PyguqZpbG2BST8iGtht { width:6.0625rem;height:0.97411875rem;top:202.5rem;left:13.5625rem;font-size:0.75rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #MBw0BguN0rrC1wAgNd3zgo2sRrxrLDkT { width:20rem;height:11.25rem;top:231.5rem;left:0rem;z-index:15097;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knVICI4UMcFy2NGH5WfCXN6dFeT9hfK0 { width:17rem;height:1.7504875rem;top:234.4375rem;left:1.3125rem;font-size:1.75rem;z-index:15103;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #MiMtElCygI3nf2mOrZhdZ0gRCkQhosZU { width:15.6875rem;height:1.13769375rem;top:236.625rem;left:1.3125rem;font-size:0.875rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #iWt7diO6bRkk4JcHTWCBHBx1w4uExgMO { width:5.5rem;height:1.25rem;top:232.5rem;left:13.375rem;z-index:15227;display:block; }
 }@media only screen and (max-width: 763px) { #uS5GpBRSR2wcTk5nU3TknNPbfPdzuFt2 { width:2.5rem;height:2.5rem;top:239.25rem;left:1.3125rem;z-index:15104;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i1sC5QTWpItS22WxJpCzArkuBAKhKilL { width:12.9375rem;height:0.97411875rem;top:240.3125rem;left:4.375rem;font-size:0.75rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #kOKwGsr3Md805RN9zskBVr96irTWgZes { width:20rem;height:13.125rem;top:205.125rem;left:0rem;z-index:15106;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHioKE00NWPzqNNP90soTReRdPRSDkL1 { width:4.75rem;height:1.298825rem;top:206.25rem;left:1.3125rem;font-size:1rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #WvJgIZWrB3In3oRCgHA7TtTDV0gBhg1l { width:17rem;height:1.7504875rem;top:208.0625rem;left:1.3125rem;font-size:1.75rem;z-index:15112;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #hbFaG4ff8KV6xAKbHymRTBum1e9tq6XX { width:15.6875rem;height:1.13769375rem;top:210.25rem;left:1.3125rem;font-size:0.875rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #PvwlzsXCpnnUT0E2pbfJ2m7WnUs7ArTd { width:5.5rem;height:1.25rem;top:206.125rem;left:13.375rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #uH3QufQV2R1OUG92aTFtxEXQO6dVMPrF { width:2.5rem;height:2.5rem;top:212.0625rem;left:1.3125rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gv25OkWO4dUpQ4d9oMlW82pTyWT8dhbi { width:12.9375rem;height:0.97411875rem;top:212.375rem;left:4.375rem;font-size:0.75rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #voNMnhXa8sd3ccR1aQVIg7VznWcmpUft { display:flex;width:1.25rem;height:1.25rem;top:215.9375rem;left:11.9375rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #UN0XpPTm2LAm3S4sH0uhAKiCqZdP8I0m { width:6.0625rem;height:0.97411875rem;top:216.1875rem;left:13.625rem;font-size:0.75rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #R0mG2hlOs99tpIOJAKIenTrRo8L8EFoW { width:2.5rem;height:2.5rem;top:214.75rem;left:1.3125rem;z-index:15114;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kWA0FQ3JNrU0tM2tEqfKncqtpVUsbiLT { width:12.9375rem;height:0.97411875rem;top:214.8125rem;left:4.375rem;font-size:0.75rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #JGnC80DoaqVVg268SIHn6nV6gWT7GJKX { width:9.3125rem;height:0.81176875rem;top:213.4375rem;left:4.375rem;font-size:0.625rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 763px) { #JUWyxf61Gta6T99PtHSZTUZOkgCRAPMv { width:7.125rem;height:1.6235375rem;top:215.8125rem;left:4.375rem;font-size:0.625rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 763px) { #MdIsezLwMyfQ1pPRMXeWNoxGP2O6A0vI { width:20rem;height:11.25rem;top:219.25rem;left:0rem;z-index:15106;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPnyiR9Q5ApfpDBA6UszgKNFoVx8ObCm { width:4.75rem;height:1.298825rem;top:220.375rem;left:1.3125rem;font-size:1rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #MmNfwv15UbtvgraaQq8UcPe8Z5rzy4A6 { width:14.8125rem;height:3.500975rem;top:221.375rem;left:1.125rem;font-size:1.75rem;z-index:15112;color:#d15177;display:block; }
 }@media only screen and (max-width: 763px) { #mbsIKsS1ymamb20cnMbqceqH8IgaPO6l { width:15.6875rem;height:1.13769375rem;top:225.4375rem;left:1.125rem;font-size:0.875rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #qwRHyfCBTSkdRzCEC0T2vOuu9L0vA2VZ { width:5.5rem;height:1.25rem;top:220.25rem;left:13.375rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #gA2tl8bubyJB5CPJ9zuGrAfmQIXb8X8h { width:2.5rem;height:2.5rem;top:227.25rem;left:1.125rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bMCk7yCtuZWGGZt4BU8Sg0JHXQlbsa3A { display:flex;width:1.25rem;height:1.25rem;top:228.1875rem;left:11.6875rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #ZImhlNlst3Ivmza7UEQEP9I9l565A4a3 { width:6.0625rem;height:0.97411875rem;top:228.4375rem;left:13.375rem;font-size:0.75rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ceVT6kvUMERD9PQp1D43KqW7UB0fTb { width:11.4375rem;height:1.6235375rem;top:60.1875rem;left:4.25rem;font-size:0.625rem;z-index:15237;display:block; }
 }@media only screen and (max-width: 763px) { #EkaS4NTQTUdyBW37R4VIkp4TEscdpu1o { width:7.6875rem;height:1.6235375rem;top:201.75rem;left:4.25rem;font-size:0.625rem;z-index:15222;display:block; }
 }@media only screen and (max-width: 763px) { #GZtlyKy5t35NXl1vIP8UvUWzaqKMo7Lc { width:12.9375rem;height:0.97411875rem;top:227.5rem;left:3.9375rem;font-size:0.75rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #eIxV7T8mwB5K6JbwsABBWP1sogBDBkgT { width:7.125rem;height:0.81176875rem;top:228.625rem;left:4rem;font-size:0.625rem;z-index:15225;display:block; }
 }@media only screen and (max-width: 763px) { #KKO8vdFJ8WNhg6NqzF18JcrEvadJRzaD { width:18.75rem;height:3.4375rem;top:245.43701171875rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #A9h6G1vFs2rmACNqtp3uL5SwNSRmIoJE { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5f8aSBmz0VItCJ3VV1xnHTwUTLqSeO { width:20rem;height:1.499025rem;top:2.6875rem;left:0rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #l8hZxMRlgzy0nWl501IOubqoVETJxusf { width:13.3125rem;height:3.500975rem;top:130.375rem;left:1.5rem;font-size:1.75rem;z-index:15085;color:#3c81bd;display:block; }
 }@media only screen and (max-width: 763px) { #LJbdTAipTsDF9bJBznNNAtZXLKaaMmCi { width:18.125rem;height:1.13769375rem;top:134.5625rem;left:1.3125rem;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #kdxQhVMkJRElAsITsTKwANmsGqGKdbhZ { width:2.5rem;height:2.5rem;top:136.3125rem;left:1.3125rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BwWn3rzpV8Ps9fCs5Te1gfnsT6xrIToQ { width:5.5rem;height:1.25rem;top:129.1875rem;left:12.875rem;z-index:15209;display:block; }
 }@media only screen and (max-width: 763px) { #rkQF5mxTOgnlUhQDwB8MnQazvFogOqHd { width:12.9375rem;height:0.97411875rem;top:137.125rem;left:4.375rem;font-size:0.75rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #nlQtqGw4gBmCDr4mv3TadwlSAtHpdBtU { width:20rem;height:11.25rem;top:140.5rem;left:0rem;z-index:15080;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny9DaipOQWXK723M1mfahvk6JIdCSFH8 { width:5.5rem;height:1.25rem;top:141.5625rem;left:12.875rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #kUMvTiANKdnQhUO3x1so2BhxumCFmoI7 { width:16.875rem;height:1.7504875rem;top:142.8125rem;left:1.3125rem;font-size:1.75rem;z-index:15086;color:#3c81bd;display:block; }
 }@media only screen and (max-width: 763px) { #THK5aU4Rrg287vc4PiH137sqx7CQixGd { width:15.6875rem;height:2.2753875rem;top:145.3125rem;left:1.3125rem;font-size:0.875rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #IdCVgIkyNDudPJiGPOJHwl7aOOlEeX23 { width:2.5rem;height:2.5rem;top:148.5rem;left:1.3125rem;z-index:15088;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G8guPD1OM7FFWzageQGpkW2r2MyWBTFI { width:12.9375rem;height:0.97411875rem;top:149.25rem;left:4.375rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #lBpJdl4mEwTzrnZgRTrqUcVi52vedMuu { width:20rem;height:11.25rem;top:128.25rem;left:0rem;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:block; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:20rem;height:121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { width:20rem;height:2.436525rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { width:18.875rem;height:18.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { width:18.49975rem;height:18.49975rem;top:26.93603515625rem;left:1.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { width:18.6865rem;height:18.6865rem;top:43.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { width:18.2495rem;height:18.2495rem;top:76.53076171875rem;left:1.75048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { width:20rem;height:20.3125rem;top:91.263427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJcS67wFK7xdTomvALlx0hHN4nVib5q { width:19.4995rem;height:19.4995rem;top:59.952392578125rem;left:0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfKRP3cQBTzmpwSnfupwDN4lME84tH9 { width:18.75rem;height:3.4375rem;top:114.06127929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMTb1yQXZ1H0ICuFQzp4hPiHerRi1l5 { display:block; }
 }@media only screen and (max-width: 763px) { #aWz2N518KECIH3too9J2TWLstdKe3UCH { width:20rem;height:2.99805rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { background-color: transparent; background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container > .video-iframe-container { display: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container { display: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .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); }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { width:17.0625rem;height:2.0625rem;top:3.6240234375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { width:20rem;height:31.1875rem;top:7.2333984375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTLh4ZBuUd56u5m3iKaCHAUkBcOmQK3H { width:20rem;height:1.21948125rem;top:39.2333984375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:20rem;height:193.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { width:20rem;height:15.398716548669rem;top:5.1001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { width:15.8125rem;height:16.499755432849rem;top:21.7486625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { width:17.8125rem;height:15.625rem;top:43.02306875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { width:18.125rem;height:14.74975rem;top:59.89806875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { width:14.6875rem;height:6.0625rem;top:179.03759765625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { width:12.5rem;height:2.27478125rem;top:78.610227929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { width:12.5rem;height:1.46179375rem;top:91.083377929688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { width:12.312rem;height:1.2994375rem;top:148.99521542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { width:12.5rem;height:1.2994375rem;top:169.19051542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { display:flex;width:1.25rem;height:1.25rem;top:146.49521542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { display:flex;width:1.25rem;height:1.25rem;top:166.69051542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { width:12.312rem;height:1.2994375rem;top:133.84874042969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { display:flex;width:1.25rem;height:1.25rem;top:131.34874042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { width:12.5rem;height:1.46179375rem;top:82.135009179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { width:12.5rem;height:2.27478125rem;top:39.4982875rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { display:flex;width:1.25rem;height:1.25rem;top:156.59286542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { width:12.312rem;height:1.2994375rem;top:159.09286542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { width:12.5rem;height:1.46179375rem;top:98.718996679688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { width:12.5rem;height:2.27478125rem;top:84.846802929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { display:flex;width:1.25rem;height:1.25rem;top:161.64169042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { width:12.5rem;height:1.2994375rem;top:164.14169042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { width:12.5rem;height:1.2994375rem;top:103.80579042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { width:12.5rem;height:1.46179375rem;top:88.371584179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { width:12.5rem;height:2.27478125rem;top:75.085446679687rem;left:5.999755859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94J0chdz99i15OG5N3ZSJfQFMIkI1iz { display:flex;width:1.25rem;height:1.25rem;top:186.35009765625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #uZuwXy5zizOgrp7dgEQGdGHg72O8FIEb { width:12.5rem;height:0;top:188.85009765625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNvE621Q5dZssGIT2qPz6AOi3pHEnTT { display:flex;width:1.25rem;height:1.25rem;top:191.35009765625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/67cc4e30-d183-49c6-b152-f4cee46e2900/Frame483246.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.adaptive-delivery-prevent-bg, #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.lazyload, #TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI.lazyloading { background-image: none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container { background-color: transparent; background-image: none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container > .video-iframe-container { display: none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row > .video-iframe-container { display: none; }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .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); }#TSQTCkDG9tPbhaKK71ng6pBU3h4rtMbI > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcX12S97esJ3Trvr7P09O6q6XVGusDpp { width:20rem;height:2.598875rem;top:2.874755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XwgD6GF6IgCZeCTGBztTclPMJ5dH0m { width:8.875rem;height:6.75rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGDRzPERJ2LwDTd3lUPF6HCNisk6yuyn { width:6.875rem;height:7.125rem;top:15.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzWZoSkVmvLwl3d6uOE7yWIcvZZoNTGy { width:7.8125rem;height:6.8125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtqDGf0iGXgy4nwHesbnd7zTWRK0FqI { width:8.5625rem;height:6.875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmIX4P5BibvS6bw0ysBmZQclfh8b5tN { width:20rem;height:8.0625rem;top:76rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAoloxQ0tcBh4r5uHbSDVuFWpvxZ4C29 { width:10.9375rem;height:1.9494625rem;top:7.625rem;left:9.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MvLRFQvbeCy0WAf91N18W3t3e3D2NGxU { width:10.75rem;height:1.13769375rem;top:9.9375rem;left:9.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AtBvQp0yzU53i9Jftnh7t89SKg1WRvym { width:7.9375rem;height:1.13769375rem;top:18.3125rem;left:8.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gkev4720QZ2OhcxPS20igLUiVcpcVu97 { width:7.625rem;height:1.9494625rem;top:16.125rem;left:9rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FWG0tr3HdkTHk4ubyaRX2RTQoS8COGld { width:8.5625rem;height:1.13769375rem;top:26.25rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuXikcf72bpyA90TfUhEIUTCh3PFndwh { width:7.625rem;height:1.9494625rem;top:24.25rem;left:8.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTw75VuqhdQBho0oaXMwtHA9V8oxAmm7 { width:11.125rem;height:2.2753875rem;top:33.625rem;left:9.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gVbmk4LaNiMoJh9ApoUkHZc2LGFVV7Vz { width:9.5rem;height:1.9494625rem;top:31.125rem;left:9.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ao6CLZa2ZKainNS8bRyTKot8WtpeEJuO { width:9.3125rem;height:0.97411875rem;top:11.5rem;left:10.6875rem;font-size:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ve0EMn96K2dcn54qKQLav0qvbw4Z3pxW { width:8.5rem;height:0.97411875rem;top:12.875rem;left:10.6875rem;font-size:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QmrgoSIOTNlNzsdzisGQl2sabz1iSyfb { display:flex;width:1rem;height:1rem;top:11.375rem;left:9.1875rem;z-index:15020;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #llrdzdZ2MW8Oko5g2OwG5GPxNbAWDNsb { display:flex;width:1rem;height:1rem;top:12.875rem;left:9.1875rem;z-index:15021;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #R3B3GynsnH90NXJdTnLBaQf6hJO2SvM4 { width:9.3125rem;height:0.97411875rem;top:19.75rem;left:10.3125rem;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ATTCk4UqMDL9dLX4ksnUZCCUWMVmG9Bd { display:flex;width:1rem;height:1rem;top:19.625rem;left:8.8125rem;z-index:15026;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SzZvimMLRcAw1QIQif21gOHP42pxsZok { display:flex;width:1rem;height:1rem;top:36.25rem;left:9.0625rem;z-index:15032;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BRMB6CRTyBJ6x6vMc0do0P7wKytXT53w { width:9.3125rem;height:0.97411875rem;top:27.6875rem;left:10.125rem;font-size:0.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mphhMg6HlLLaLgrsecelnRITJztgBnTH { width:8.75rem;height:0.97411875rem;top:36.3125rem;left:10.5625rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #espGy0PDvnpUe028Gs3CB1lHq1UILlQW { width:8.5rem;height:0.97411875rem;top:37.75rem;left:10.5625rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bg6WIesi8P9nF96rBKyBr3wOeTxgAdsa { display:flex;width:1rem;height:1rem;top:37.75rem;left:9.0625rem;z-index:15039;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IMdCVUdllLvAE2rowinnFo7nLkvFOuFW { width:8.5rem;height:0.97411875rem;top:21.125rem;left:10.3125rem;font-size:0.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JnwDGNLU5ETPsb39T4CQlP3UZ7hAKFKv { display:flex;width:1rem;height:1rem;top:21.125rem;left:8.8125rem;z-index:15022;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JL4J5kEO5whS6DKXNX9G4COcmGRCIKcD { display:flex;width:1rem;height:1rem;top:27.625rem;left:8.6875rem;z-index:15027;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:none; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:16.25rem;height:2.8125rem;top:19.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { width:20rem;height:6.1875rem;top:8.75rem;left:0.25rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:block; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:16.25rem;height:2.8125rem;top:17.560546875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { width:20rem;height:8.2470625rem;top:6.498046875rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:20rem;height:12.249755859375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { width:20rem;height:4.87426875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { width:20rem;height:3.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { width:11.25rem;height:1.29980625rem;top:9.724609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { display:flex;width:2.5rem;height:2.5rem;top:9.125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { width:20rem;height:5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { width:18.25rem;height:2.598875rem;top:1.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:20rem;height:3.9996337890625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { width:20rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { width:11.1875rem;height:1.29980625rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:20rem;height:5.8746337890625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { width:20rem;height:5.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { width:17.8125rem;height:3.8983125rem;top:1.30078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:20rem;height:3.9373779296875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { width:10.0625rem;height:1.29980625rem;top:1.412109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { display:flex;width:2.5rem;height:2.5rem;top:0.8125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { width:20rem;height:7.1875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { width:16.5625rem;height:5.19775625rem;top:1.400390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:20rem;height:5.6866462890625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { width:20rem;height:5.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { width:15rem;height:3.8983125rem;top:1.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { width:20rem;height:8.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { width:16rem;height:6.4971875rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:20rem;height:3.9996337890625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { width:20rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { width:12.375rem;height:1.29980625rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:20rem;height:5.1873779296875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { width:20rem;height:5rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { width:17.4375rem;height:2.598875rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { width:20rem;height:4.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { width:13.25rem;height:2.598875rem;top:1.13671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:20rem;height:5.8123779296875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { width:20rem;height:5.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { width:17.5625rem;height:3.8983125rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:none; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:20rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:20rem;height:80.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { width:20rem;height:4.87426875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { width:16.375rem;height:2.598875rem;top:9.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { width:17.4375rem;height:1.29980625rem;top:13.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { width:1.875rem;height:1.875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { width:1.875rem;height:1.875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { width:1.75rem;height:1.29980625rem;top:13.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { width:1.75rem;height:1.29980625rem;top:9.5869140625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { width:14.125rem;height:1.29980625rem;top:28.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { width:1.75rem;height:1.29980625rem;top:28.224609375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { width:11.875rem;height:10.6875rem;top:15.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { width:1.875rem;height:1.875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { width:1.75rem;height:1.29980625rem;top:31.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { width:12.4375rem;height:2.598875rem;top:31.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { width:15.625rem;height:5.8125rem;top:34.662109375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { width:11.0625rem;height:1.29980625rem;top:42.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { width:1.875rem;height:1.875rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { width:1.75rem;height:1.29980625rem;top:42.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { width:16.5rem;height:1.29980625rem;top:57.599609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { width:1.875rem;height:1.875rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { width:1.75rem;height:1.29980625rem;top:57.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { width:11.8125rem;height:1.29980625rem;top:68.224609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { width:1.875rem;height:1.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { width:1.75rem;height:1.29980625rem;top:68.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { width:11.875rem;height:11.5625rem;top:44.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { width:15.625rem;height:6.75rem;top:59.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { width:15.625rem;height:7.8125rem;top:70.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { width:0.0625rem;height:55.5rem;top:60.745125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { background-color:#000000;background-image:none;display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { width:19.8118125rem;height:3.8994125rem;top:4.0598363876342rem;left:0.092329502105713rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.433125rem;padding-right:0.380625rem;padding-bottom:0.433125rem;padding-left:0.380625rem;width:2.284375rem;min-width:2.284375rem;height:2.3275rem;font-size:1.731875rem;line-height:37.24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#5db4ff;background-image:none; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.270625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.045625rem;height:0.92rem;font-size:0.649375rem;line-height:14.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:16.1875rem;height:4.384375rem;top:8.4368896484375rem;left:1.1553955078125rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { width:15.625rem;height:2.59765625rem;top:15.931396484375rem;left:2.1875rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { width:15.1245rem;height:2.2753875rem;top:19.993286132812rem;left:2.4371337890625rem;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:16.25rem;height:2.8125rem;top:24.817504882812rem;left:1.875rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { width:10rem;height:0.97473125rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { width:6.375rem;height:0.97473125rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { width:6.5rem;height:0.97473125rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { width:12.75rem;height:1.2999125rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { width:1.5rem;height:1.5rem;top:8.4375rem;left:10.875rem;overflow:hidden;display:block; }
 }