.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:242,247,228;--color-primary-1:213,229,165;--color-primary-2:171,202,74;--color-primary-3:86,101,37;--color-primary-4:26,30,11;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:16,16,16;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#TDEW0DQBg9duKPJqa7eM4TiiDmNeydGs { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:eczar;font-size:4.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.51904296875rem;left:2.625rem;height:6.4184375rem;display:block; }
#woTwqipeb2QGNaNOSEOHeFs5NTB1BaBH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.875rem;left:4.5rem;display:block; }
#nZbPUBy4OG0rfnnbXXUMoNPJ4SThOgxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hi9ykN9sNNo43ID8XWe8zWs9wDm1qWVg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.875rem;left:12.5625rem;display:block; }
#AbERSis6L5d9CFS7RG1FdLiByahLvNIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETgiCZVDVFeAHO4UpJTMIlwqTWuhTCei { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.0625rem;height:1.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.875rem;left:21.625rem;display:block; }
#Qmz1GGKixwZurqbBhTUq8PvnESmoqkGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slWzi4MpZzp9IzWEQw3H3iW6KRZJmBvg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.875rem;left:26.1875rem;display:block; }
#PinKog99JLWsdl8rqZGRJV2zZKCCJMrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tz68GwlNc5b3yITmOQFJwUlCZ4xm7FpL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:1.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.875rem;left:34rem;display:block; }
#K5hyDqaC7wzL7Qlp2kc86r6BVMD9pDqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqfFdJigPuzeRfoVkdoWep7klNeND5ht { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:1.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.875rem;left:43rem;display:block; }
#SVvPdHNl5qh2m44nR8zeS9T6LqPxTv0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJCucK2r4OWz8IW6LT8gJhz9hRHp9ELu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.875rem;left:49.125rem;display:block; }
#OS4iUsSNGWmksHMEvB5CpBltG02Ui4H4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJ3l78G3IcI3OthJSowr1nvFXE5dKh4Q { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:11.5625rem;display:block; }
#FzuhCWLmxTT7ZdCJvUtB4Lfbnbvi99Kk { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:20.625rem;display:block; }
#bqlAAwQrrOwdRtksygcTIqg6tg7WOUGT { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:25rem;display:block; }
#DWdovVST7myzMvD9aIVFPg92u6A5Oto1 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:33rem;display:block; }
#GomFFC0VwWVOCrT9Wur4HSxEIK2ksnOb { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:41.9375rem;display:block; }
#GdOtJgCrbPOxxTy8xrletQSRpu0T3ATs { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:48.1875rem;display:block; }
#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q { position:relative;display:block; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q { background-color: transparent; background-image: none; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row .container > .video-iframe-container { display: none; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row > .video-iframe-container { display: none; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .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); }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q { border-width: 0; border-radius: 0; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .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; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .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:9.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k4i5SXoRcX0HmEX73fLpboTinJch3buE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:18.75rem;height:3.73730625rem;display:block; }
#KTPNEw3LSiSyr56J9a13kvOGTwVsCDiy { box-sizing:content-box;height:0.6875rem;width:23.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0244140625rem;left:18.09375rem;display:block; }
#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH { position:relative;display:block; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH { background-color: transparent; background-image: none; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row .container > .video-iframe-container { display: none; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row > .video-iframe-container { display: none; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .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); }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH { border-width: 0; border-radius: 0; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .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; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .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:24.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#opZHf1g7BWXA5P50iqUamf5QcTvWUXG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:8.3125rem;height:2.03125rem;display:block; }
#MwZFpo5Ha65fGSshas1H3r0WelHn6UGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:8.625rem;height:2.03125rem;display:block; }
#KT3ivCFkzoMPmTkhBmDr4hOfdVJDSSci { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:18.3125rem;height:1.625rem;display:block; }
#ptpHebnQEA4cua3zxkUDaCGZLX2h6ZdI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.125rem;height:2.03125rem;display:block; }
#KBU1yT285cr7GUWthR4TzAx9IcaHPbty { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3125rem;left:33.375rem;height:2.03125rem;display:block; }
#cU1vpfp5pqCX4ubaaASEJQpf6HuCy0g4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5rem;left:48.75rem;height:1.625rem;display:block; }
#qvXXCstdbFw0vs9C86I5y9WUfKBvTUlR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.625rem;left:33.375rem;height:2.03125rem;display:block; }
#FSBq9G5IHTD3JPZhwT9hdidtD4sLz9pb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.875rem;left:48.75rem;height:1.625rem;display:block; }
#T2Qlsa37ITELx0SoO3isA1B0pl83ODBP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.9375rem;left:33.375rem;height:2.03125rem;display:block; }
#xEfB8EwQ4uw8RgEUcsfSvQO37WOHkdiF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.125rem;left:48.75rem;height:1.625rem;display:block; }
#hapkag0TdGqimhPFnND8C1rlh1dIbpCk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.578125rem;left:12.21875rem;height:2.03125rem;display:block; }
#LgIXWshCrZ84qUq9hpPOLFJtncbXsfTL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.171875rem;left:3.125rem;height:2.03125rem;display:block; }
#kEX0PUx5TdWN6ERdpOJdwKIS9ZOERl33 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.375rem;left:19.125rem;height:1.625rem;display:block; }
#aHOVdry8I23uviZliBmgdLph7L4Zuzs2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.453125rem;left:3.125rem;height:4.0625rem;display:block; }
#p8LW5XD56qebVWsPBl8erbk7BmvsfCqB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.671875rem;left:19.125rem;height:1.625rem;display:block; }
#TGQmNoT1MZSyAZr7BUnkdXREseU9HVXI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.578125rem;left:42.375rem;height:2.03125rem;display:block; }
#cSVMdThHlnaLNAnX9zbSFcs7orfT9TDo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.8125rem;left:33.375rem;height:2.03125rem;display:block; }
#xAJgbHXtnVBA9GCZqm7d3OvhVT9WBeqO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:18.125rem;left:33.375rem;height:2.03125rem;display:block; }
#CzMXSODazZrIi14nI17XESwDrlmqTIL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.4375rem;left:33.375rem;height:2.03125rem;display:block; }
#U9CTLXA2uOTvJNMZg8yURBmXSBSFlWlf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16rem;left:48.75rem;height:1.625rem;display:block; }
#NkzB3yIDnenerH39SN7iqenno5CAcOrH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:18.375rem;left:48.75rem;height:1.625rem;display:block; }
#wxiihTCCI4Nm7lP6N3IfqqBhRei66yez { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:20.625rem;left:48.75rem;height:1.625rem;display:block; }
#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e { position:relative;display:block; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e { background-color: transparent; background-image: none; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row .container > .video-iframe-container { display: none; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row > .video-iframe-container { display: none; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .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); }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e { border-width: 0; border-radius: 0; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .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; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .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:16.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTkJucaF9M4nNtU8HW90TJTK16eqvETm { 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:16.25rem;width:12rem;top:0rem;left:24rem;overflow:hidden;display:block; }
#RBSOFne4XoAlCxg7qRVUSau2pbo3CQnK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#krkR4KTbTqyKHtk2EOOALmLeTDU2x5KL { position:absolute;display:block;z-index:15091;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.1875rem;width:19.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { 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; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { background-color: transparent; background-image: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container > .video-iframe-container { display: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container { display: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .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); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { border-width: 0; border-radius: 0; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;position:relative;display:block; }#pmqhey2sNbprKIore45wQDVDNOeqRTkX { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.68701171875rem;left:21.78125rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#CQ4DVvSSuh8QogX3V6hx2SG6oTBQzypz { box-sizing:content-box;height:0.6875rem;width:23.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.42431640625rem;left:17.90625rem;display:block; }
#g9OvDPTogEOg7cS0KSeqMfiQ5HcfsQIF { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#bAZiP2tlZSCxQFpcpJEqZHOroCMpu9PH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#SxrGXzMgUmlklUP5NGTM4yZiWgLOwUTx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#iaxIwOKulNTMDcU8C1xo9q9aNEPp0pVB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#HL3GCRvRWx6JNb279xLAIuzPyXWc9EUT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#Ogx7xOlHUqHon0os74qC3usmGDhVZUEs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#xQmwhcibIMvGmcVQGsRDBSeq51gTVWu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#GnTG595La5qsBUfKC85NEAI147lFqrLK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#hpnXJP4LXXdeLiZCptODNVrpGSnH4B9R { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#J9FnGtS6bwr33zogbqaoO9h1pQQFPwFb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#Uhw0Gc6QdsSWQRstdNVwgfNmA7G7hxup { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#FSnJXiDceGT8k4hVUCqaH2SXZm8AgXGu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#GtFhmayLJHEVitMJ131pB6SR1O7kI98t { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#f50zSH3IubJbeDyEfrwm8rWVII7hSMZS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#NR9zGuyw9EoOrLmG3eauUgBifnHOKMSW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.125rem;left:4.875rem;height:2.03125rem;display:block; }
#QvMo6wNsX7WbPTedZMvsU8Tdl8fZMmsk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#bieKv1ivMFVLSqpKdVIcGRVOtoRJlAVk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#k1udBpUAk0xTeJPn9Lv88Qnlls7xNlnS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.25rem;left:4.875rem;height:2.03125rem;display:block; }
#cgF8TTd5EnG9HxG9qtyzi9rVkTZXFTtn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#LOvmr5TlFeN120I7n4aamHA7oW76UNUx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:50.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#S2BbJ94pE0p7MmPO4XioTMOVzQap5Tw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:52.375rem;left:4.875rem;height:2.03125rem;display:block; }
#SkF7TTSEC3LhlxcfcOIi4rp7oISBgAgw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:54.375rem;left:4.875rem;height:2.03125rem;display:block; }
#ZogEp6QPqkl5FTMSbiyMMCM67I8e2SxE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:56.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#gpEJJwuU6LCWmpQKdtVPemDImEiCKO0C { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#DFen8RPlNTck6K7LecXuUWpgQZipikqF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:60.5rem;left:4.875rem;height:2.03125rem;display:block; }
#Tban3BQesTXwhC1TPr7HxhknQuT8PFfl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50.1875rem;height:1.625rem;display:block; }
#bk2hueSl6d31foQk28LXR5i9DqqD8Btx { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:50.1875rem;height:1.625rem;display:block; }
#n2p4x4kACTOET5xffxBd7RMGMh1oLWJT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.1875rem;height:1.625rem;display:block; }
#oyqUBkZN5WuAxgSMU362yW67O06Nac1T { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.1875rem;height:1.625rem;display:block; }
#qsNETQbnzgvRZJwPC6h74CVVEyXlZI65 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:49.75rem;height:1.625rem;display:block; }
#fdafvNLmpluawTG85R4Ktl1DThLdKxst { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.25rem;height:1.625rem;display:block; }
#KbvSlcTxDW8kdiuCsh7ftiTvkA0KEWHz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.1875rem;height:1.625rem;display:block; }
#NPxARIho4VU8KQRIARCatCguDLi6ZRtE { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:49.8125rem;height:1.625rem;display:block; }
#uMM7VwEtnQ6Tnkhep1OLm3weBFRrLfN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:49.8125rem;height:1.625rem;display:block; }
#LuE6DrTxz5vZgL9eF8LeMdX8rQPKxilT { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:49.8125rem;height:1.625rem;display:block; }
#DWIdUUF5ewCqs0rsOpPlJ6whQrfkAG4w { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.3125rem;height:1.625rem;display:block; }
#ivS4X3OwhKhQsr9TDqV7kGDIgrk3ZCcT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.375rem;height:1.625rem;display:block; }
#Pb2iBdEQTdrTFDhb84mK055BlLlNtyPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50.3125rem;height:1.625rem;display:block; }
#eb9leRBc1O3E4gfG39QVd7dhAGiOHgyl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.375rem;height:1.625rem;display:block; }
#UTEPe4Er3iLSWT41LRZv3ok2Aa1T77UR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:49.75rem;height:1.625rem;display:block; }
#VPBADbsfNVaiMdL1yaIEdiAaZmof2VPL { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.390625rem;left:50.375rem;height:1.625rem;display:block; }
#VosKhLoi3WvhViTay01ftTUb7eSUoeH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.390625rem;left:50.4375rem;height:1.625rem;display:block; }
#g0TTFevvehLIaiVKRLcShccO4nrnPhRh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:46.453125rem;left:49.9375rem;height:1.625rem;display:block; }
#Xb6msNcqIkTuovzIEPVMDSzzXEETbre4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48.515625rem;left:49.96875rem;height:1.625rem;display:block; }
#uP4EURyJKnxGsuhTTTgQQt1gv0S2pVKH { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.515625rem;left:50.4375rem;height:1.625rem;display:block; }
#fVdW891OCGcE5gGVltXABm3oiEKrixTp { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:52.578125rem;left:50.5rem;height:1.625rem;display:block; }
#xl2KZdqrGvgDA94RHdr9rxJO3VAn8mQn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.578125rem;left:49.96875rem;height:1.625rem;display:block; }
#xTP554tqdrf480GP1VsBwmENNuP2brqx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.640625rem;left:50.03125rem;height:1.625rem;display:block; }
#Dhx37Z3XEK3uXuD7Tqr5onqwlSQn1SHN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58.640625rem;left:50.03125rem;height:1.625rem;display:block; }
#nhkQc30lM6O4qkDxwITh6ktRtFsmEvzy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:60.703125rem;left:50.03125rem;height:1.625rem;display:block; }
#I1ll9Sn2ZvrnxfnwZhXaWTATSmZyDR5N { box-sizing:content-box;height:50rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container { background-color: transparent; background-image: none; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container > .video-iframe-container { display: none; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row > .video-iframe-container { display: none; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .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); }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container { border-width: 0; border-radius: 0; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#pLkdXOSR8OuAgNL8RCTPTCigzAdniSkn { position:absolute;display:block;z-index:15034;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.3125rem;width:20.375rem;top:0rem;left:35.75rem;overflow:hidden;display:block; }
#BAXZL4ov3I1HksaT5JnxpPcK0Q3QIDgo { 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:16.125rem;width:24.125rem;top:0rem;left:4.8125rem;overflow:hidden;display:block; }
#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx { 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; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container { background-color: transparent; background-image: none; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container > .video-iframe-container { display: none; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row > .video-iframe-container { display: none; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .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); }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container { border-width: 0; border-radius: 0; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container { font-size:0.875rem;font-family:arial;height:71.75rem;width:60rem;position:relative;display:block; }#eTGTDuKTzmvdJSrsks92D5WJrXhsoqiK { color:rgba(var(--color-primary-4),1);display:block;width:19.5rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2490234375rem;left:20.25rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#rMeCElmxAAWHpcxJlirL3XprqpkCf1GT { box-sizing:content-box;height:0.6875rem;width:23.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.986328125rem;left:18.09375rem;display:block; }
#fylQuoTrkASfdeaNzFcppdsuKEJNXZwb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#MBhJ3TOwZxgKwUsse73CBhIGkVT8KE8A { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#CDPLvSbz9TvM2z26OOCfMUzxrfAaIiqD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#Tx4TLNhxyPrpOdSUmcaRZuKPMgD0PpOX { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#DrWfXd6OG7sLPTTnXF2lfT9xGUlZwqBq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#sSpS3CBsbpx6qmTQXRHf4C2B8uNmy0IV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#WF08Ch76BtytKgBm9JWVqPQhDplWPwNe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#FgMueKaC7N4eDN7C1U6qScu4QZHlPA6t { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#QwNppAPQOm6vlTxoXmFkoBVeBlVwTeSA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#u6TokrGLyzSr3HHiZ5wlAmU88ziHytap { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#ekT2f3cBaPIRiI2RQZWhFblDInB1sEN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#WZO2GSvNqCn2CaRomETmZnF3PJnuUvAK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#JEmIVADRycpisSBypeXQ8LPV0PCm3Exc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#aeSqvPxDa6nkti8G9Kc3d7xh4WAXLazz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#XoRhaXTCO8RJFBLF94L14MD6tTBIJGsz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.125rem;left:4.875rem;height:2.03125rem;display:block; }
#inX96HmPcZXtKBu8hpRSLF6f2f7Gtaq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#WUXErMLWPfhz73oGhRW3OhRnkHiN2KSp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#am6lxvxuuEH3MAyEIqMdnEXg1FyJB1pN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.25rem;left:4.875rem;height:2.03125rem;display:block; }
#DMxnyfavwVqc9zl8T9azNhH1T8TB1EXT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#CGNxN5yl39qm5ZK2v8nodnT9rcEiyhL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:50.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#iuPvMOUhU0K50ZNpBhJsq5TPEizy50CV { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:52.375rem;left:4.875rem;height:2.03125rem;display:block; }
#TF1OwFlXOiTABDbCO8ykmVQ6u2LGmeAO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:54.375rem;left:4.875rem;height:2.03125rem;display:block; }
#IzKWk2fR5lSibhlx3CWaIaQtQlFVVX4K { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:56.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#qeRbQeEgSGZngTwUASoH6uoTD0NPtfdp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#LoT2Oqwt9gFC4yg3r3qPy411Rf9uTdub { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:60.5rem;left:4.875rem;height:2.03125rem;display:block; }
#eCadgikJvTHqFADWaSJ4MsbnbrldPkht { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50.125rem;height:1.625rem;display:block; }
#QdtTRlWqqIZqHoK8WvtmpqJp1W9Hf4xX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:50.0625rem;height:1.625rem;display:block; }
#TgKAO1iCCupyp9xOCE4kVXELx5RzCmm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#O62puI7lkebGn66vBulVeWdc9itRRMLm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#LSpvhNoZ8bDgw00S3NKKQ3N2Tg0qX5kD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#HN2Rw95AVFIt8pKye5ThRqohkdG0IDFB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.25rem;height:1.625rem;display:block; }
#Q9eGvTndCQhQlfaHlnvptAoz8VrBcMnT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#DKRzNFWldcvpC9nVdazTsOdPPm5qQS80 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.25rem;height:1.625rem;display:block; }
#suo8Q4g0KSvk5qzH9W0J8QkxmnBFTErL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#TTAH0yRrWA7O6Tq8mRH85Zp1FfRQFGuN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.21875rem;height:1.625rem;display:block; }
#PWStMnP6wlebrW1E5y5aovd1XEouZzdk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.1875rem;height:1.625rem;display:block; }
#TZO7S05f2aZexptTOCTB4xoKTt4sTlOh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.1875rem;height:1.625rem;display:block; }
#G1we0Ndl70ag95qyHnQkpBBofrod0c0E { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50.125rem;height:1.625rem;display:block; }
#oAfm2mUmzEdDDDOtcsSozXLU1Cgchxpf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.1875rem;height:1.625rem;display:block; }
#plVeq4bcUO78SK0C51G3xCUwQuXQStVq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:50.09375rem;height:1.625rem;display:block; }
#TA4bdmOVpTbVFasVPwbDdLnxmleRvANH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.390625rem;left:50.1875rem;height:1.625rem;display:block; }
#cCf16QHJHdbTlpOQzNzuPBPACdWoweAM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.390625rem;left:50.0625rem;height:1.625rem;display:block; }
#CUckoE4icpRAtu5VcQb0iwH6pPDAmH9W { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:46.453125rem;left:50.1875rem;height:1.625rem;display:block; }
#ZxP74mgZWzQ1f8d9TXLtmFFS7WyDkilE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48.515625rem;left:50.15625rem;height:1.625rem;display:block; }
#F7LVh7TWhAblGZICVgWX6zm3rTSTdyX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.515625rem;left:50.09375rem;height:1.625rem;display:block; }
#qGmatgIWX6bNiPRCdJEimmTyrte7m23M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:52.578125rem;left:50.1875rem;height:1.625rem;display:block; }
#rwBoESEnzOEOCqyNBZ7yDxKEreOHeJpM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.578125rem;left:50.09375rem;height:1.625rem;display:block; }
#XMteEvoPvTc6X1oQd1xhPFH1lTts7HJH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.640625rem;left:50.03125rem;height:1.625rem;display:block; }
#OLG24TnMyuWv5z3cHCbHL9CW3WKRIrhl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58.640625rem;left:50.03125rem;height:1.625rem;display:block; }
#WrkdwZ96E9qmgB2M8UPfWG7eAI2nBDWz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:60.703125rem;left:50.03125rem;height:1.625rem;display:block; }
#LBTMQdEZkOSw7lOZ6NLxN4eTA7veceJh { box-sizing:content-box;height:56.0625rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#r6ZaJLsszRREgQfCFANKGSndILf9IOO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:62.53125rem;left:4.875rem;height:2.03125rem;display:block; }
#UFXbw9waf9i4w3Tai9iRLRapimHUJ7nu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:64.5625rem;left:4.875rem;height:2.03125rem;display:block; }
#uhdTdT0eo2ZTw5T45vgTpMapBSsiXert { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:66.59375rem;left:4.875rem;height:2.03125rem;display:block; }
#NxkFuQtsLuDX3ED4AomzGOE6ZMSzAQWu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:62.734375rem;left:50.0625rem;height:1.625rem;display:block; }
#qDFIFkcTmX942zMUKbhvHKvEJsl8CvGn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:64.765625rem;left:50.0625rem;height:1.625rem;display:block; }
#Ze2InxuxLuTuNgiC2zuxiTVOIx6N5VyX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:66.796875rem;left:50.5rem;height:1.625rem;display:block; }
#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container { background-color: transparent; background-image: none; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container > .video-iframe-container { display: none; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row > .video-iframe-container { display: none; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .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); }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container { border-width: 0; border-radius: 0; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#IRhiLFd2HmlWGgEFAAN9U8ducXAIk3Gx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#PpGTgNbEItcTq0zh3U7t3VRqurzsoZRt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#zDiHrsBdFScxo8NN6aXmmNQZ6P01T9lE { position:absolute;display:block;z-index:15032;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.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy { 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; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container { background-color: transparent; background-image: none; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container > .video-iframe-container { display: none; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row > .video-iframe-container { display: none; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .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); }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container { border-width: 0; border-radius: 0; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#dnLM0xfofLfQR11orhZ2U1HJKaJm69SG { color:rgba(var(--color-primary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.31103515625rem;left:26.1875rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#NhCMIJ9GNmIxG51DQKiesgTNBbspL6ww { box-sizing:content-box;height:0.6875rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.04833984375rem;left:23.3125rem;display:block; }
#ke2TfQOQGUlWFZJvtoseaaySqC5USmmu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#k4ohoNFRU7dWWFcWNikDVMGETMdolCWg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#kUIv6Ixgr7rwSeA4LL1iQkyuFCne3JuB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#N0Fgyawpgg6FRJikJp5uJh7JpFZoKGNx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#q2ahKfxkXouThosubLZIQk04AFfPiELM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#V8qm4WQxPs6hLWMmvpfzi4DqKDW8q1MR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#Mk0OCAhfMkBxrFOMPteR5dhsqZNuZdzz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#TKdZGsqFiSN5M6g19UsACT572qBlb7Xh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#xTDPuJGQ6tHUpPZpp0ydSsIBeRKzJ3Bq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#f1toEF3tPfXceG6BgerEknl0aaUgUZ92 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#WgbSWBWiBsxvl04r7WIxPx27QUD22eBq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#pLxUSktDfbJcHRdrggM0p8WeGAeMua3T { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#BrpJpZP6UIExZPne5xpthmcM6ZZ35CRq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#c6uuBsWkuOnGD0df7fo7kwdUCyx6lkTB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#dQEh6unTy67eWI7TK9sTOluy4TdFT8lJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.15625rem;left:4.875rem;height:2.03125rem;display:block; }
#IZEkVsiXWupec5XVzs8WBuJexQrGomS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50rem;height:1.625rem;display:block; }
#rlvyuvP3J93p9CEUTS3rsygwPvkyfImV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:49.9375rem;height:1.625rem;display:block; }
#wBwTCSGUmIuMUdhwkBdTdOOw1BWiKv8i { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#XavvHDfiXzQ23WtHh0LfpNDw79eJPuBO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#phZH1ndO3L9lNxqcIg8tC12nDmgQq83h { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#zqNibr11ebExGp3UgB3yrKqlNyseJHnL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.125rem;height:1.625rem;display:block; }
#yT9dsXUHgggBwNSF5ipL4N4BlL0P8IHq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#f1GHXuNCvItKicPMKLXtpa1nfT3gMmU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.125rem;height:1.625rem;display:block; }
#MgKmx0WUJPlTILtLuSqC2cpnL8ZzDyku { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#deKOrCJiBDaADlNSchmkmAo8MbKba7ea { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.09375rem;height:1.625rem;display:block; }
#bVMohetsvF7tnqvNhC83SwgMRHKgQ7VR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.0625rem;height:1.625rem;display:block; }
#CeZSp96IQCU8IkwFdilozVTz9BZtVDcb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.0625rem;height:1.625rem;display:block; }
#qoleWeN2Ugz21qvJRWhIshEQoof8gSAy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50rem;height:1.625rem;display:block; }
#N1pbPJaoJXSlCFG3voD8ipOTJs38efTx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.0625rem;height:1.625rem;display:block; }
#rAiy0eWREQyR4ziTEO2HbUQkThBCORry { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:49.96875rem;height:1.625rem;display:block; }
#FRAf4erInmJ4dMwaER8vf1xs52KdV6au { box-sizing:content-box;height:29.5rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#loiTdADUi4QTKScbK1hKCzdBAipSHgKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container { background-color: transparent; background-image: none; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container > .video-iframe-container { display: none; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row > .video-iframe-container { display: none; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .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); }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container { border-width: 0; border-radius: 0; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#tNFkKKxBy1sQz3nyTDN44GH5mic3q6sQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sr2IEP0x1kCV66Q9sPTZxa316aq2HfIA { position:absolute;display:block;z-index:15033;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.1875rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#lkVxokqdSRBMCALCgeGoq78JLqZIfmli { position:absolute;display:block;z-index:15034;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.1875rem;width:19.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#GRJlv0hwaVgRyx269T0g0qBHNV39Q6Bu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.296875rem;left:22.28125rem;height:1.625rem;display:block; }
#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL { 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; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container { background-color: transparent; background-image: none; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container > .video-iframe-container { display: none; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row > .video-iframe-container { display: none; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .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); }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container { border-width: 0; border-radius: 0; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:60rem;position:relative;display:block; }#ikImrtG6i1QaVKWOc9rMuGL4vPuTVKfz { color:rgba(var(--color-primary-4),1);display:block;width:16.8125rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.373046875rem;left:21.59375rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#MrNmKDsE27XkeBat2dw5LitTxN3MuIUD { box-sizing:content-box;height:0.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1103515625rem;left:18.875rem;display:block; }
#XTFTrDlkE7LnpvJ8PNhTEHltBOO2Ld7S { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#pXSrB79O574xVNGNKSgfAutG92yttdbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#IZ1WATAKWqCIANpTFHId5hFakJOaSPeT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#Eb45NrQRhn1ECEDDbpTb1i14EHalxeI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#XqTNbv9D70dSEQohsQrvNC6764vi7rIP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#d47nylkg76Ulx6kRJBoJKDldb8VEa3WU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#pO9lal84UPuPI4cU9KX1FusarIBGW0hp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#JiOfhhT78t8G6yuLg7plQHNBN9cMhtqA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#pGiKFiT8xOywnKcZJGmghm027ZwbWgtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#zspVOgburaf2ub4cn2H77K5And3ESqAT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#pTCUhPNL5AdIrGfxHTlpVxR9LobZJLDC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#g8SaEJLbAzkzCJXEEXWvzRtyVHnnmhJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#JW7r1pNkX5ZC4AtDm9X96dLyb6drUEOD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#SrQLEf9vToLRwLuLg6DsmZIFnFWLhhPS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#ZLXKEvrEe3y4T6UXloVQwsD47305DNMX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.125rem;left:4.875rem;height:2.03125rem;display:block; }
#I4Q4dD1pXX8vGeudmERJTd1KEeOIE12M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50rem;height:1.625rem;display:block; }
#mNBVuUAwZp8Bp81SikGN3lqnoGntZiXl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:49.9375rem;height:1.625rem;display:block; }
#DElsyTStZEzwWQkXNNdJe2l1OGAqRCzy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#Au9T3ylBlFFHyawDJfekCfz2Z6xn3ULn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#pCDxi0xtAi2k2cVud421m3UuQJdgIESQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#n9qUN7vke40Ozuwc7zgcO5D4Z1Jzo7E0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.125rem;height:1.625rem;display:block; }
#DsXf89ewBLZsEilhtAaDAJNZkeopkvVm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#UIZPRXTe2B06C3iecIvoTSK3iozgRBhn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.125rem;height:1.625rem;display:block; }
#nEibvxqZfSgqBDSknnlnzvu0qCMZWBRN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#GrtwKq75WOsNmff0eSJy14UZ9KoxF9KI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.09375rem;height:1.625rem;display:block; }
#Vsx3Sc12HLKFOHV37QeM05OvUv2nhhGm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.0625rem;height:1.625rem;display:block; }
#Nitw5xTuZBAD0fryJiHdIyHPJb2T06sa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.0625rem;height:1.625rem;display:block; }
#c3Vwf3d6gyzOF3HIPmEfkkSyJnnztVFy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50rem;height:1.625rem;display:block; }
#ZFamlHQ7eVtXwprsNbptOHwWVBrwArTO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.0625rem;height:1.625rem;display:block; }
#vpvstTM9JCeWablObAX1Wq04GIOTqNPu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:49.96875rem;height:1.625rem;display:block; }
#slw90otc0gRWqhQ0BmV2ig90ofoCisFw { box-sizing:content-box;height:40.1875rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#L8JHfonncsl40TzR2rnItnmOXrAnKLUr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.15625rem;left:4.875rem;height:2.03125rem;display:block; }
#peTyRPPttZ5s54qCeg8I8LP4GhNkEg8V { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#sfFAXpxR4odb63cLL4ypypGVLIgmmMRs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.21875rem;left:4.875rem;height:2.03125rem;display:block; }
#bBAiMapPqDJsZ6pNsd2JaXucyfrXoW06 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.25rem;left:4.875rem;height:2.03125rem;display:block; }
#ubm0NeN33rSQIP7NBsIRMpqMT3EtE3pN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.359375rem;left:49.96875rem;height:1.625rem;display:block; }
#WUos2v4MHR7bZZtzdVCdlCymPAaHVRgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.390625rem;left:50rem;height:1.625rem;display:block; }
#nZkTrAkdNly5JcnqV6bI6KGvtmXN807i { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.421875rem;left:49.96875rem;height:1.625rem;display:block; }
#xrlUMtvwt5mKWz4Vvo4Eiti0w0HlEeQK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.453125rem;left:50.03125rem;height:1.625rem;display:block; }
#WkRzg6mKTFXsvQlmyolSTT9o4FqyX3Df { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.390625rem;left:4.875rem;height:2.03125rem;display:block; }
#PrL8zmom8o8gL6anAa7EmqgzadLbFEo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.546875rem;left:50rem;height:1.625rem;display:block; }
#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container { background-color: transparent; background-image: none; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container > .video-iframe-container { display: none; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row > .video-iframe-container { display: none; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .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); }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container { border-width: 0; border-radius: 0; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#cqECHmyrOOnf4Cuv27Co4dN4JSbaTDTa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#owyWKN7y5UPToH9O5TqULEL5elPL6dVX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uaCz6HxGaiQNqZyTLP7yee1HzrH0Q7qQ { position:absolute;display:block;z-index:15090;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.1875rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi { 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; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container { background-color: transparent; background-image: none; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container > .video-iframe-container { display: none; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row > .video-iframe-container { display: none; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .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); }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container { border-width: 0; border-radius: 0; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container { font-size:0.875rem;font-family:arial;height:113.6875rem;width:60rem;position:relative;display:block; }#eFwDMaNwh52TfeyTiTzHbPMscuH7yiDQ { color:rgba(var(--color-primary-4),1);display:block;width:19.0625rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.43505859375rem;left:20.46875rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#ChfLahHxP4gN1zrcskc77eIZbqoagHNq { box-sizing:content-box;height:0.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1103515625rem;left:18.875rem;display:block; }
#n3sFMgrxg0486HTyteaGm68igKh3m3AC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#qN2mbd4TqT6DM1Snia4y9EUvpswXGR6T { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#sxsBTUd21rIVqVr7R9ftTIQDMTG4PzGN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#N5PM4fZFvCPcPHRox3ZfeOgnyhm5bTXv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#RMQrlwLlCOUJTLC3ZU7SLdzF5u8GRq6o { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#mZpdNbTduCCSv4Zs4FKyJTGCHDdy3kS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#iD1o6zxgdIOcP82dgocdCO5t7p863Eph { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#uFU8Sqen046XilGHLbvkOKpBeNg8TosF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#OF6hof1e20FCBBKwd4CLqRmJ1sPgXu13 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#aKwzR8lnDnlRNFUUkzdLzysybZ1MQwiQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#Jais4LCe5MIARnV6SUL3Px88gHK64K0A { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#DRT5nMp90owHBNAc8J0nfCd3VFrzZA6U { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#knk7XwM8OrJWFugGHfD0od9PK7EJucgr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#vtHlnLU4E8KCXyBb0AdrWGqKWTGLBcyI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#y8mT5vcmipT2OT7gKZ1fsaBwlcVZ2mee { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50rem;height:1.625rem;display:block; }
#u0M0FXbQoNCxwiD54JL3bnDcOegxdtfU { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:49.9375rem;height:1.625rem;display:block; }
#gUpvKFCEqLp9JrAIxpLP78fHWqbEqCVD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#rEU9dEoOId77q774UxwSPTNZCbZeCL5d { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#STRKfTwJ7OBGx0K3HLvbVgm7ba2tcDzg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#woaUstqBPETknxqA1DETNTstQHvPQikD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.125rem;height:1.625rem;display:block; }
#XPW4ZXhogC1RlgkRui1SRcM1DI1DhTzB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#FTUQoK4vDrRPIee3ibEEIPRpf7HWBmuO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.125rem;height:1.625rem;display:block; }
#b5WkuFldh8vTL9J2uLbz908rrTFPX7Tt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#gTOOKKbkqMI5q7A7J4bV1hLMdI8lZCZq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.09375rem;height:1.625rem;display:block; }
#Cw2WwM9BSQUC14ixhThVeGtkEGAaCDmN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.0625rem;height:1.625rem;display:block; }
#sAgSOouo90Gz4lszc0D64LBIA5Of9si1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.0625rem;height:1.625rem;display:block; }
#w0FsvlU775mVn0SqOwH02NMXhcD8whS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:50.0625rem;height:1.625rem;display:block; }
#J79zohJeNmAbqumguMFqpifwG8zCODs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.5rem;left:50rem;height:1.625rem;display:block; }
#QKIM6J4wCZcqntiUTyBs0bvUTXOsBhVO { box-sizing:content-box;height:98.5625rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:48.8125rem;display:block; }
#vL1k9KRIo0IeUA3kIkxSUJWst7tTK2F7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.375rem;left:4.875rem;height:2.03125rem;display:block; }
#K4yXEbbGnWqMGOXKDVgEctD1VlpSurxH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.375rem;left:4.875rem;height:2.03125rem;display:block; }
#bgr7Br7g3sPlHBfP8nQ27qpWDPDnwkFz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:44.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#VD7fGnWiqdsFUSo4ghmZZlzgwKV3kpUO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:46.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#tnxcxiuqmeHSHNfXnP45l6O9fSvzwv1J { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.5625rem;left:50rem;height:1.625rem;display:block; }
#NvrF0bRzEKL9iKTCTT94K9JzlxEMdnVa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.5625rem;left:50rem;height:1.625rem;display:block; }
#cLtz29XKpmksmMh5AKSc70x7cZUCmVti { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.625rem;left:50rem;height:1.625rem;display:block; }
#qTytKJvkcvPNOuMTNooEAscrtBiZMt0u { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:46.625rem;left:50.0625rem;height:1.625rem;display:block; }
#OVLlaeydvFExvmoN5dIhHDOUGKCQ6h5m { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:77.5625rem;left:50rem;height:1.625rem;display:block; }
#yyJudrEaLFF0MEVuh6e2bg0wLcIo2PZp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:71.375rem;left:50rem;height:1.625rem;display:block; }
#UJzWv61NVmpTRiiCf8SlEVNeTaM6G96Q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:73.375rem;left:50rem;height:1.625rem;display:block; }
#oPZsZnb8DLa9AmMDThc4nU69dxXBL2Fm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:75.4375rem;left:50rem;height:1.625rem;display:block; }
#TBH5Q2JIDG0FLfOFd1Wc7FwQFvvA62LB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:69.375rem;left:50.0625rem;height:1.625rem;display:block; }
#NKIuQlrJcFLoRnwh5sU1fSzRQtRx0LBV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:67.3125rem;left:50rem;height:1.625rem;display:block; }
#CV8h1QKfHtBf1XkGBJ7eB97w3pKXPSC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:65.3125rem;left:50.0625rem;height:1.625rem;display:block; }
#zCWJimixUXmCcEWxrUcmVR54gScdE6qm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:63.25rem;left:50.0625rem;height:1.625rem;display:block; }
#ukflsXwEzVsBo1otcGWb19WlWso1C1uM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:61.1875rem;left:50.125rem;height:1.625rem;display:block; }
#bItGdG7VLSX9NVo3DVfQAqtcugXrLfVX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:59.1875rem;left:50.1875rem;height:1.625rem;display:block; }
#uteXklEPmT5JcePrG846Ob45Z5ZnI95n { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:57.125rem;left:50.125rem;height:1.625rem;display:block; }
#yyZbDH7VO9CT6oru2M9xMocX7utnVorP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:55.125rem;left:50.125rem;height:1.625rem;display:block; }
#ypbdnJlVaZRowlz8xXPAFPJpSgEL8Ndn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:59rem;left:4.875rem;height:2.03125rem;display:block; }
#HLmOUliR7HieOcH9Zq1PLZ8ZSBSg1kie { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:61rem;left:4.875rem;height:2.03125rem;display:block; }
#NZgTVlEPrgOHzTZ1Kx7rzHHrgIDeyfvG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:63.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#gN5VC9aSkpUtkRuSy7n6Di2t6MwGZNkW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:65.125rem;left:4.875rem;height:2.03125rem;display:block; }
#fAXbPKCf3PFRRZiwvTE8nZxdgGvAKaqK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:67.125rem;left:4.875rem;height:2.03125rem;display:block; }
#eFGygEI24VBrlymTfAHsudcqkLPHyGbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:69.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#ExKIMC5GNmcfx165Sf0kAvpgmCik9vSW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:71.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#ypHHdoW4fNnxKDbQT8T5eoBCEKQqn5eb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:73.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#ubyD1hvb2WGTEoJSycIKVPNbdteuG1RK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:75.25rem;left:4.875rem;height:2.03125rem;display:block; }
#KMoWHxewOluPmOipSyCqT9GolMAA5FF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:77.375rem;left:4.875rem;height:2.03125rem;display:block; }
#KzOx5R14zbg1eFnHOgxvZ7WOyi9DQJTD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:79.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#CxDuDa9V7L5Hz3iQACW25Ql4v35rNvHv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:53.0625rem;left:50.125rem;height:1.625rem;display:block; }
#OToPlcevuZZ21eOXH26L6vowNF3H6GvE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:56.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#LC3mauaz8esdgbOBLdIWQKPM4XPMiEBE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:51.0625rem;left:50.125rem;height:1.625rem;display:block; }
#fOOTCStePK3WuydEofQp81dgudHld4x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:50.875rem;left:4.875rem;height:2.03125rem;display:block; }
#sNbbl9IqzTa35QG6RgOiwHUzX5bTkonR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:52.875rem;left:4.875rem;height:2.03125rem;display:block; }
#rZuU3sRVKn5Gl43DKEXqFsvok7kZTnoO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:54.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#tnp8h6rhS2Mmnel8t8x7Eg0ApoEtKhMH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:49rem;left:50.0625rem;height:1.625rem;display:block; }
#ksiSxUNeVphPLGXA6ImJHc8ZtOC8qI45 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:48.75rem;left:4.875rem;height:2.03125rem;display:block; }
#sRt3ZiPgXV7O75VT1vKGsNATo1inrxlm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:79.625rem;left:50.0625rem;height:1.625rem;display:block; }
#Tdpf2a0v8mrMZq6wsD05dpiWBEuGrTRT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:108.6875rem;left:50rem;height:1.625rem;display:block; }
#kXAhd51sDF2VHPQmz2mpIO5Ok6r6s73o { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:106.6875rem;left:50.0625rem;height:1.625rem;display:block; }
#vr0Q6swaffP7WsETnE0tF26uQWcqkVHD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:104.625rem;left:50.0625rem;height:1.625rem;display:block; }
#zTypTTQzNmWZzdmzMuePhZTEh8l2J1h4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:102.5625rem;left:50.125rem;height:1.625rem;display:block; }
#Hq8iU3qqZIiSN3cWRGIgwHJOiV00mKnX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:100.5625rem;left:50.1875rem;height:1.625rem;display:block; }
#sCEQci9g4dees2R4wkiQOCWQvZScDBDl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:98.5rem;left:50.125rem;height:1.625rem;display:block; }
#W86i7s7DwgLbyEbOpz4rFZ3v68TWuKqt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:100.375rem;left:4.875rem;height:2.03125rem;display:block; }
#HVTv2qfT2SnT0y0bGZry2HglW3Rw8TVL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:102.375rem;left:4.875rem;height:2.03125rem;display:block; }
#a4idF5UD81Le98nS9MA5xk7c9JSQEBfp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:104.4375rem;left:4.875rem;height:2.03125rem;display:block; }
#b5JVlvLcLSTnWKGXZ9f95VKet3Soe31L { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:106.5rem;left:4.875rem;height:2.03125rem;display:block; }
#nhmftV2pROFzfFzo5BOGtcp0rThyqTRg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:108.5rem;left:4.875rem;height:2.03125rem;display:block; }
#yHg6DdkTPo8r8tVxDHBJNefDvXUpti3d { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:96.5rem;left:50.125rem;height:1.625rem;display:block; }
#b4zvkpWLRo2cXXaMkeDyhOWOwI6kpald { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:94.4375rem;left:50.125rem;height:1.625rem;display:block; }
#cr91aMEWnV9mGubLNlMOzTKKNtcvlvNg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:98.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#G9V9KGzeR04cc26JKGvfXTTLAgUumuZH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:92.4375rem;left:50.125rem;height:1.625rem;display:block; }
#GWHVn8281FiBx2A7ChgQZWwTg2PVGun2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:92.25rem;left:4.875rem;height:2.03125rem;display:block; }
#S6oQlIFVXOF1AF1Ek6Z84fB3LOHVO8D4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:94.25rem;left:4.875rem;height:2.03125rem;display:block; }
#JSuxS4UwF87kTCrlpDIvCTvvNcw53SA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:96.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#tAKPsxHed7zO5ORIkrq1Aq0XtJ4TWiIJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:90.375rem;left:50.0625rem;height:1.625rem;display:block; }
#sdNZuKDkkDTlhoenbVunnvfuG3R6xQKT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:87.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#EQ720x1rw87NyxkqehUgGD9J4EtpviCS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:88rem;left:50.0625rem;height:1.625rem;display:block; }
#XydoJH3gJJ3DLtaIh56sTp48m04p1unC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:90.125rem;left:4.875rem;height:2.03125rem;display:block; }
#cWS2rTs44Ub5VJnsMIkJWmTzZhnynGXf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:85.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#pZUK2cdiCy9tgXP8DNqQf4nDvGKGU0iq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:86rem;left:50rem;height:1.625rem;display:block; }
#hZxRJi3nBo2X0WT2IB6XMr3FTtJPnLt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:83.75rem;left:4.875rem;height:2.03125rem;display:block; }
#I3T61MnTHIUn0ruIywsqTairTeLRTPXa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:83.9375rem;left:50rem;height:1.625rem;display:block; }
#nSapQDWkQauQJA37zHgGMfWZwhqCR0wO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:81.75rem;left:4.875rem;height:2.03125rem;display:block; }
#iu11W0Ot6thU96mArq05zvFhypneIr1f { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:81.9375rem;left:50rem;height:1.625rem;display:block; }
#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container { background-color: transparent; background-image: none; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container > .video-iframe-container { display: none; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row > .video-iframe-container { display: none; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .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); }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container { border-width: 0; border-radius: 0; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#Xr43uL4NFmk7cZIV1eihbX8yJkADvrkP { position:absolute;display:block;z-index:15090;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.1875rem;width:19.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#qhK12TBbuit8P3UMWEOphT0eLQzI6DCX { position:absolute;display:block;z-index:15034;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.1875rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#p7eXaeHqBKsRaIDwuEvfMf4blAHHRHTT { position:absolute;display:block;z-index:15091;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.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT { 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; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container { background-color: transparent; background-image: none; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container > .video-iframe-container { display: none; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row > .video-iframe-container { display: none; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .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); }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container { border-width: 0; border-radius: 0; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;position:relative;display:block; }#rwNPS82kv9I0pVSlr3gqdmndpygOs4Ra { color:rgba(var(--color-primary-4),1);display:block;width:12.875rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.43505859375rem;left:23.5625rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#af5xml9vznRZ4CTTEZpqoPHDJgKAPwM5 { box-sizing:content-box;height:0.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1103515625rem;left:18.875rem;display:block; }
#moCotpH4rdBwuOOpogv7PRsRu4FUEkoy { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#V6fiAWyNwndP8WDeHfTrdmP5g90SBH1q { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#UWyXgJNIfAQPtxi5wsTos1LdgOnygNBa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#phTE59yJu8rud75QHEw5TQMwiC8whg1m { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#SJiDO3BU3tabIbxUvLT9DFILIOlUz6hx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#GWob2XuQOf6XuOSlN5TRp4t6wU0f6vwv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#qcyw2fi5eExxmz9pkpg89xIQ06O8Ic0i { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#vh6soFlGbU2ORd57iM7u1criFo42aKdg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#UReQ81m8N4hw3zfEPhTKG2tcEfok9kg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#Iz9JrBNTXvydGF1ddnfWDT7NQcaher3y { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#ToTBZllUQ3SdP6uiHD59KZoPTytOzzb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#lxgpIVheGg3Mxcu17LSMkK9O7ByPFV0L { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#NQQGWcWvbpb5whUvu01QQu5va70SFHwB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#hEErr2Q3PuRZRW4o0JXsBoeG4O8QdVVk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#m3n1eJSQQTif0cUZ7Qk6ykD43EZMTZkX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.125rem;left:4.875rem;height:2.03125rem;display:block; }
#XLFxmaXlhTJTeVqzULhshIqVgJMcarnh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50rem;height:1.625rem;display:block; }
#cc8GkI7GDinCzZGoc3rlHNaMdOL0iJ4b { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:49.9375rem;height:1.625rem;display:block; }
#JD4I32iyQdq7VQ0pJtCVNKEehAnUa08u { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#yuaHeQuUiHsQGwoy0LfNEgfkiQBSvTQG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#woghvPOuvRMeIoVw2o5kxoWUqklEHbtl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#WhOeNDbJ9l7hR7iJk96gbcHKJfFBbSDi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.125rem;height:1.625rem;display:block; }
#ufTtGFoLaKvoOhtNlHEHn7Avkc11O5WA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#u2Q7mBxVrpRdpsQzQrCMDuJFdD1a15EZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.125rem;height:1.625rem;display:block; }
#eXnTuqvqG79TP7XpLbXPbRCx4H7K1OiM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#byTmhSb29X6VKBIxT5QF9b68HsTghNNU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.09375rem;height:1.625rem;display:block; }
#UsfeV2lWAma0KNHOv2443sNxNwVO935L { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.0625rem;height:1.625rem;display:block; }
#u757kMC6uhy139V8cbB57R3rKoOeKgs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.0625rem;height:1.625rem;display:block; }
#ZRAMGrr9BNvN5TvyeZqBn662bCAq28Ub { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50rem;height:1.625rem;display:block; }
#TleHcODCi1hdwZTHZJs3AixPS8PaevgX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.0625rem;height:1.625rem;display:block; }
#CRsZbv4fVWzO1TnrWUl76yIC7EeCRUO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:49.96875rem;height:1.625rem;display:block; }
#gfnKKFmZrtEx4Qbe99n2zKSDxU7eb4lJ { box-sizing:content-box;height:40.1875rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#ZCksZTUCgJhlbWyFZd8Ie0Id09loR5eT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.15625rem;left:4.875rem;height:2.03125rem;display:block; }
#Pt8vaKOtiZIzDRKOVcOINQmXqEVGZDOn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#XyixXLfl9ibaNR14G1mnZ3flgl3sarkT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.21875rem;left:4.875rem;height:2.03125rem;display:block; }
#gzJLsdrU7rS3qNsIDwHAsMoewLydA4it { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.25rem;left:4.875rem;height:2.03125rem;display:block; }
#LtUwFyKq1gDh9nPWwmeMtdPoJP0hZa0I { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.359375rem;left:49.96875rem;height:1.625rem;display:block; }
#DJpKFA45ixvp2zLpSQXaTlLUCL5Vve3e { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.390625rem;left:50rem;height:1.625rem;display:block; }
#tWcLXe01zLNW1IxFMvJMsEUppcmJiGsV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.421875rem;left:49.96875rem;height:1.625rem;display:block; }
#eT0T7zZbqg8d688rHT6H2L3uAkHPArOd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.453125rem;left:50.03125rem;height:1.625rem;display:block; }
#JE2M42a1EzIDgx90UfrUJNbTvZbAgcp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:50.234375rem;left:4.875rem;height:2.03125rem;display:block; }
#wwZTVG1tZeii3faGGhO8ZR9bM4tzeWwd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:50.484375rem;left:49.90625rem;height:1.625rem;display:block; }
#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container { background-color: transparent; background-image: none; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container > .video-iframe-container { display: none; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row > .video-iframe-container { display: none; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .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); }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container { border-width: 0; border-radius: 0; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#FGGJpAPJmZ0xs7WoWz7BTHdIUxudywIS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UeJS36l1NehOU3K0hArsXeboT3hDTR1S { 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:16.1875rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#Tc6zVqhsym1yoaMtmz8yrA95vSOr69ZG { 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:16.1875rem;width:19.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb { 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; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container { background-color: transparent; background-image: none; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container > .video-iframe-container { display: none; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row > .video-iframe-container { display: none; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .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); }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container { border-width: 0; border-radius: 0; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:60rem;position:relative;display:block; }#zAxbrOsEIBby4mEugBNuNucPWp3qWgTp { color:rgba(var(--color-primary-4),1);display:block;width:11.8125rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.43505859375rem;left:24.09375rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#z0pyEmGoFgIOxI2D5z7plPvrH8C3DtuW { box-sizing:content-box;height:0.6875rem;width:22.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1103515625rem;left:18.875rem;display:block; }
#NqoC1AuCBgO4voeZgyzCEbl4LZsnec3b { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#skk1vfb0sVbFMS6LdulpTumHLTdPS3ci { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.71875rem;left:4.875rem;height:2.03125rem;display:block; }
#k0CA0SGbsnTHTDRbNy6TlCmhE5GIrdpl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.875rem;height:2.03125rem;display:block; }
#yr8qN9uAhV6sDTihpaJW1Zuo8TuqQC2Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.875rem;height:2.03125rem;display:block; }
#Om76Hvac5c54dmzT9pJWsG6RrRTpK9yy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#imseRWF2U7TEEyeCBch7tkQbSn5THJbt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:4.875rem;height:2.03125rem;display:block; }
#mDlIkKGkBiIBLSD92tWzZdenp5Dlw3mD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.875rem;height:2.03125rem;display:block; }
#vorTUnSkzdTbRyL7EN62Rw3t3JtVGkiO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.90625rem;left:4.875rem;height:2.03125rem;display:block; }
#EQ0i21gGWzmTW1WgIlgVRthh1A5H7TPB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.875rem;height:2.03125rem;display:block; }
#CGqnI2qTOUe6URi9DMmXaQVEe2bmI0z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.96875rem;left:4.875rem;height:2.03125rem;display:block; }
#M2cbQ1c1Fe9aVv08SDhTA2leBPFq94mL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:4.875rem;height:2.03125rem;display:block; }
#HQy00TNcz9ECrobMKEbR3L3eTu7mk2E0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#dGzHg98vneN2Rp6fT2nGM0AII0w0v86K { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.0625rem;left:4.875rem;height:2.03125rem;display:block; }
#WUKqQUt5V3Tgf9Ji4ULnUnLXaBlM55IC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.875rem;height:2.03125rem;display:block; }
#y7xoKNrU8TlD05p769pRhEp5I28GZ4fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.125rem;left:4.875rem;height:2.03125rem;display:block; }
#z1SkegZ3QaP5EoO0J7FR8COHFRl09mlL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.890625rem;left:50rem;height:1.625rem;display:block; }
#AFyTO5CivKc5Ge2yiM1GA5yFd6R1UcNf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.921875rem;left:49.9375rem;height:1.625rem;display:block; }
#wEB0fgLtaKKbV7LAZnPu5QJTqen4fcIR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.953125rem;left:50.0625rem;height:1.625rem;display:block; }
#MxDyWnSuXnvQXntImKmCD8AJEdutTqJw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.984375rem;left:50.0625rem;height:1.625rem;display:block; }
#DPDOUidJoth5f89OhGggA15EZoV3sAAG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.015625rem;left:50.09375rem;height:1.625rem;display:block; }
#GiwxBW4ySb521RxaZ6ranAParWVgW1En { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.046875rem;left:50.125rem;height:1.625rem;display:block; }
#T9rNhzo2xTEJCPpNvQHDxca9dwTzLDOv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.078125rem;left:50.125rem;height:1.625rem;display:block; }
#V2AktHL1vpwfa0E7XDBVw5ykGk9qQbbk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.109375rem;left:50.125rem;height:1.625rem;display:block; }
#n30xGK8pgsJZl4MRDQ2MNiBeJ0p5dBwX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.140625rem;left:50.15625rem;height:1.625rem;display:block; }
#gXB9v8Bz91n15I6exilqTVLme1E4VTmW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.171875rem;left:50.09375rem;height:1.625rem;display:block; }
#twTwMIcGyxioN2U5E7vzXENBbiPHORTD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.203125rem;left:50.0625rem;height:1.625rem;display:block; }
#oqncUtSR2uCy0q3DC5IH3GOaAmoJHkmH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.265625rem;left:50.0625rem;height:1.625rem;display:block; }
#RZKOFopDTPggBEREmBWWzp8qcJDfb5ns { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.265625rem;left:50rem;height:1.625rem;display:block; }
#Q6T5lR54iTX9ySFOKKMQOgbwW66li7Ct { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.328125rem;left:50.0625rem;height:1.625rem;display:block; }
#rb6fm3N1hs0kA5TSgamIV0AOI0TT21T6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.328125rem;left:49.96875rem;height:1.625rem;display:block; }
#i2U90QRVI4o1pk447f0a3iTTu2CTMERV { box-sizing:content-box;height:37.9375rem;width:0.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.171875rem;left:48.25rem;display:block; }
#m69rbdNzRMLDUJuCv706SiS06c1s3Sv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:42.15625rem;left:4.875rem;height:2.03125rem;display:block; }
#NweKuRlq3KiBGaZo81cKCJQdZDKReNRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.1875rem;left:4.875rem;height:2.03125rem;display:block; }
#OaCA7rEhxl2t4qJm28UevSO9B41DKXQC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.21875rem;left:4.875rem;height:2.03125rem;display:block; }
#HfDOzuP5UMxIgvTCfr80q5TJe5Qx93Fr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.25rem;left:4.875rem;height:2.03125rem;display:block; }
#unp9M1CuoklG8XoJleV4PGcQcFFAnxpq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.359375rem;left:49.96875rem;height:1.625rem;display:block; }
#pIo6zeViaJSnvsRWr9lyF6t1P5EbMu0f { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.390625rem;left:50rem;height:1.625rem;display:block; }
#IBdtlBiGEvJeTvvEmtVicuvFqtAIH8uS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.421875rem;left:49.96875rem;height:1.625rem;display:block; }
#WG08D87P9pLvM16FwFokyckaRekyyaIV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.453125rem;left:50.03125rem;height:1.625rem;display:block; }
#Nc19zQmWJU2o7AO7TVhD8iFHfD8Z4K5s { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:72.8125rem;left:49.875rem;height:1.625rem;display:block; }
#UhyMk2xUy8WvhKGvnEGSMDbNlewEH8kE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:68.75rem;left:49.875rem;height:1.625rem;display:block; }
#ZROb5tkari1eST0GeAHOTapBICKiNuxA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:70.8125rem;left:49.9375rem;height:1.625rem;display:block; }
#mCSrmntGanMcyUG3XMpwf7Vvxk64DHrA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:66.75rem;left:49.9375rem;height:1.625rem;display:block; }
#PgxPdCHg0hr90fR96czMGIwRfAPK985G { box-sizing:content-box;height:31.875rem;width:0.625rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.6875rem;left:48.25rem;display:block; }
#HiB1PGRqdZtpeVoGRsedosFtImbMHuip { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:64.6875rem;left:49.9375rem;height:1.625rem;display:block; }
#trGvUKVwpiGGmWJpZbJ50v5yJm3yoUWX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:62.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#ELWuU9x3AyIFQRFTrwatgOWIvLFyDEeI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:64.6875rem;left:4.875rem;height:2.03125rem;display:block; }
#mSStV5ggRWKkkaoIJDx3zmG1VxH3UTxf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:66.75rem;left:4.875rem;height:2.03125rem;display:block; }
#PXHNGqT5RB1ihJTkFfZQZ4fQWyrFd9SV { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:68.75rem;left:4.875rem;height:2.03125rem;display:block; }
#X5ob7B20zmIbIAc0HLpukhk7gF8sQght { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:70.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#IqvHJuSyiXkGPH3i9FPRUmBTzL6brbMw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:72.8125rem;left:4.875rem;height:2.03125rem;display:block; }
#ehVZoc8iP1Qust8Nr4PEOph8PxHt1Jiy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:62.6875rem;left:50rem;height:1.625rem;display:block; }
#R0TMxV2wt7WMoZGdzlFxFp5MgwR7dRdN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:60.625rem;left:4.875rem;height:2.03125rem;display:block; }
#C4MpQvqPTR8rOkfRyiCVUsVVE4dT5Jre { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:60.625rem;left:50.0625rem;height:1.625rem;display:block; }
#uZ8NfxfXOBc2OgQLLrFV93RN2UwQ0XrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:58.625rem;left:4.875rem;height:2.03125rem;display:block; }
#Hn91LyOyVfeTkvsTJr5BXWuhacpD2VyE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:58.625rem;left:50rem;height:1.625rem;display:block; }
#u4kJepMv4Q8JeUH7kro5Q8Rsa8i65w0S { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:56.5625rem;left:4.875rem;height:2.03125rem;display:block; }
#Zwo3d9TnkupUy4gZAqU1Gu3iuPHtK3r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:56.5625rem;left:50rem;height:1.625rem;display:block; }
#mhNyHRVkLUlyD0RybxUKRaeutvy2Jbpi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:54.5625rem;left:4.875rem;height:2.03125rem;display:block; }
#lkzDHRIbhuMTgLeMthBZvK1m64ckOk9r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:54.5625rem;left:50rem;height:1.625rem;display:block; }
#qqxrIrEw46ORm2rbGlkUO5Kbkbg5zPRE { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:50.3125rem;left:4.875rem;height:2.03125rem;display:block; }
#XHPb8OFEJke6g0SO0tThzV6EEedHBdEg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:50.5rem;left:50.125rem;height:1.625rem;display:block; }
#f9yHu0eDv7QoVtvmpD2b536qWrvXR91l { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:eczar;font-size:1.5625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:52.59375rem;left:4.875rem;height:2.03125rem;display:block; }
#gUNkBZlnKz8DhQKZDCAZR2EFiJX5U9HQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:eczar;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:52.625rem;left:50rem;height:1.625rem;display:block; }
#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { background-color: transparent; background-image: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container > .video-iframe-container { display: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container { display: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .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); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { border-width: 0; border-radius: 0; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#AB5LW2deJ9mONQbRS5oNnhbiksPbliCu { z-index:15004;top:5.8125rem;left:18.34375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,190,0,0.35) ;box-sizing:border-box;color:#abca4a;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#raRlPgUxXNTJHXGgk9Kh7Db3W45xH6dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeWD5LC5V0JwU0TAg4suVzs6qNTzQN7E { 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:9.1875rem;width:13.8125rem;top:17.6875rem;left:23.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDEW0DQBg9duKPJqa7eM4TiiDmNeydGs { top:6.5rem;left:0rem;width:47.75rem;height:6.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTwqipeb2QGNaNOSEOHeFs5NTB1BaBH { width:6.875rem;height:1.4375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZbPUBy4OG0rfnnbXXUMoNPJ4SThOgxT { display:block; }
 }@media only screen and (max-width: 763px) { #hi9ykN9sNNo43ID8XWe8zWs9wDm1qWVg { width:7.6875rem;height:1.4375rem;top:12.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbERSis6L5d9CFS7RG1FdLiByahLvNIu { display:block; }
 }@media only screen and (max-width: 763px) { #ETgiCZVDVFeAHO4UpJTMIlwqTWuhTCei { width:3.0625rem;height:1.4375rem;top:12.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmz1GGKixwZurqbBhTUq8PvnESmoqkGr { display:block; }
 }@media only screen and (max-width: 763px) { #slWzi4MpZzp9IzWEQw3H3iW6KRZJmBvg { width:6.375rem;height:1.4375rem;top:12.875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinKog99JLWsdl8rqZGRJV2zZKCCJMrl { display:block; }
 }@media only screen and (max-width: 763px) { #tz68GwlNc5b3yITmOQFJwUlCZ4xm7FpL { width:7.625rem;height:1.4375rem;top:12.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hyDqaC7wzL7Qlp2kc86r6BVMD9pDqK { display:block; }
 }@media only screen and (max-width: 763px) { #BqfFdJigPuzeRfoVkdoWep7klNeND5ht { width:4.875rem;height:1.4375rem;top:12.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvPdHNl5qh2m44nR8zeS9T6LqPxTv0I { display:block; }
 }@media only screen and (max-width: 763px) { #XJCucK2r4OWz8IW6LT8gJhz9hRHp9ELu { width:4.875rem;height:1.4375rem;top:12.875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS4iUsSNGWmksHMEvB5CpBltG02Ui4H4 { display:block; }
 }@media only screen and (max-width: 763px) { #DJ3l78G3IcI3OthJSowr1nvFXE5dKh4Q { top:13.25rem;left:5.4375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzuhCWLmxTT7ZdCJvUtB4Lfbnbvi99Kk { top:13.25rem;left:14.5rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqlAAwQrrOwdRtksygcTIqg6tg7WOUGT { top:13.25rem;left:18.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdovVST7myzMvD9aIVFPg92u6A5Oto1 { top:13.25rem;left:26.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GomFFC0VwWVOCrT9Wur4HSxEIK2ksnOb { top:13.25rem;left:35.8125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOtJgCrbPOxxTy8xrletQSRpu0T3ATs { top:13.25rem;left:42.0625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewpoz8ZTbJETG05D73HTDmg4FRNJD8q { display:block; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4i5SXoRcX0HmEX73fLpboTinJch3buE { top:1.8125rem;left:12.625rem;width:22.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPNEw3LSiSyr56J9a13kvOGTwVsCDiy { top:6rem;left:11.96875rem;width:23.8125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH { display:block; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opZHf1g7BWXA5P50iqUamf5QcTvWUXG2 { top:1.0625rem;left:2.1875rem;width:13.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZFpo5Ha65fGSshas1H3r0WelHn6UGZ { top:3.3125rem;left:2.5rem;width:8.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3ivCFkzoMPmTkhBmDr4hOfdVJDSSci { top:3.5rem;left:12.1875rem;width:2.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptpHebnQEA4cua3zxkUDaCGZLX2h6ZdI { top:1.0625rem;left:35rem;width:7.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBU1yT285cr7GUWthR4TzAx9IcaHPbty { top:3.3125rem;left:27.25rem;width:12.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU1vpfp5pqCX4ubaaASEJQpf6HuCy0g4 { top:3.5rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvXXCstdbFw0vs9C86I5y9WUfKBvTUlR { top:5.625rem;left:27.25rem;width:4.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSBq9G5IHTD3JPZhwT9hdidtD4sLz9pb { top:5.875rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Qlsa37ITELx0SoO3isA1B0pl83ODBP { top:7.9375rem;left:27.25rem;width:5.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfB8EwQ4uw8RgEUcsfSvQO37WOHkdiF { top:8.125rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapkag0TdGqimhPFnND8C1rlh1dIbpCk { top:13.5625rem;left:6.09375rem;width:5.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgIXWshCrZ84qUq9hpPOLFJtncbXsfTL { top:16.125rem;left:0rem;width:13.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEX0PUx5TdWN6ERdpOJdwKIS9ZOERl33 { top:16.375rem;left:13rem;width:6.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHOVdry8I23uviZliBmgdLph7L4Zuzs2 { top:18.4375rem;left:0rem;width:11.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LW5XD56qebVWsPBl8erbk7BmvsfCqB { top:19.625rem;left:13rem;width:8.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQmNoT1MZSyAZr7BUnkdXREseU9HVXI { top:13.5625rem;left:36.25rem;width:5.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVMdThHlnaLNAnX9zbSFcs7orfT9TDo { top:15.8125rem;left:27.25rem;width:12.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAJgbHXtnVBA9GCZqm7d3OvhVT9WBeqO { top:18.125rem;left:27.25rem;width:4.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMXSODazZrIi14nI17XESwDrlmqTIL5 { top:20.4375rem;left:27.25rem;width:5.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9CTLXA2uOTvJNMZg8yURBmXSBSFlWlf { top:16rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkzB3yIDnenerH39SN7iqenno5CAcOrH { top:18.375rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiihTCCI4Nm7lP6N3IfqqBhRei66yez { top:20.625rem;left:40rem;width:7.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e { display:block; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTkJucaF9M4nNtU8HW90TJTK16eqvETm { top:0rem;left:17.875rem;width:12rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSOFne4XoAlCxg7qRVUSau2pbo3CQnK { width:19.75rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krkR4KTbTqyKHtk2EOOALmLeTDU2x5KL { top:0rem;left:28rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { display:block; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmqhey2sNbprKIore45wQDVDNOeqRTkX { top:3.625rem;left:15.65625rem;width:16.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ4DVvSSuh8QogX3V6hx2SG6oTBQzypz { top:7.375rem;left:11.78125rem;width:23.8125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OvDPTogEOg7cS0KSeqMfiQ5HcfsQIF { top:11.6875rem;left:0rem;width:4.4375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZiP2tlZSCxQFpcpJEqZHOroCMpu9PH { top:13.6875rem;left:0rem;width:4.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxrGXzMgUmlklUP5NGTM4yZiWgLOwUTx { top:15.75rem;left:0rem;width:6.3125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxIwOKulNTMDcU8C1xo9q9aNEPp0pVB { top:17.75rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3GCRvRWx6JNb279xLAIuzPyXWc9EUT { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogx7xOlHUqHon0os74qC3usmGDhVZUEs { top:21.8125rem;left:0rem;width:18.375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQmwhcibIMvGmcVQGsRDBSeq51gTVWu2 { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTG595La5qsBUfKC85NEAI147lFqrLK { top:25.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpnXJP4LXXdeLiZCptODNVrpGSnH4B9R { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9FnGtS6bwr33zogbqaoO9h1pQQFPwFb { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhw0Gc6QdsSWQRstdNVwgfNmA7G7hxup { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnJXiDceGT8k4hVUCqaH2SXZm8AgXGu { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFhmayLJHEVitMJ131pB6SR1O7kI98t { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f50zSH3IubJbeDyEfrwm8rWVII7hSMZS { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR9zGuyw9EoOrLmG3eauUgBifnHOKMSW { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvMo6wNsX7WbPTedZMvsU8Tdl8fZMmsk { top:42.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieKv1ivMFVLSqpKdVIcGRVOtoRJlAVk { top:44.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1udBpUAk0xTeJPn9Lv88Qnlls7xNlnS { top:46.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgF8TTd5EnG9HxG9qtyzi9rVkTZXFTtn { top:48.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOvmr5TlFeN120I7n4aamHA7oW76UNUx { top:50.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2BbJ94pE0p7MmPO4XioTMOVzQap5Tw5 { top:52.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkF7TTSEC3LhlxcfcOIi4rp7oISBgAgw { top:54.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogEp6QPqkl5FTMSbiyMMCM67I8e2SxE { top:56.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpEJJwuU6LCWmpQKdtVPemDImEiCKO0C { top:58.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFen8RPlNTck6K7LecXuUWpgQZipikqF { top:60.5rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tban3BQesTXwhC1TPr7HxhknQuT8PFfl { top:11.875rem;left:44.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk2hueSl6d31foQk28LXR5i9DqqD8Btx { top:13.875rem;left:44.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2p4x4kACTOET5xffxBd7RMGMh1oLWJT { top:15.9375rem;left:44.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyqUBkZN5WuAxgSMU362yW67O06Nac1T { top:17.9375rem;left:44.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsNETQbnzgvRZJwPC6h74CVVEyXlZI65 { top:20rem;left:43.625rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafvNLmpluawTG85R4Ktl1DThLdKxst { top:22rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbvSlcTxDW8kdiuCsh7ftiTvkA0KEWHz { top:24.0625rem;left:44.0625rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxARIho4VU8KQRIARCatCguDLi6ZRtE { top:26.0625rem;left:43.6875rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMM7VwEtnQ6Tnkhep1OLm3weBFRrLfN1 { top:28.125rem;left:43.6875rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuE6DrTxz5vZgL9eF8LeMdX8rQPKxilT { top:30.125rem;left:43.6875rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWIdUUF5ewCqs0rsOpPlJ6whQrfkAG4w { top:32.1875rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivS4X3OwhKhQsr9TDqV7kGDIgrk3ZCcT { top:34.25rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2iBdEQTdrTFDhb84mK055BlLlNtyPJ { top:36.25rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9leRBc1O3E4gfG39QVd7dhAGiOHgyl { top:38.3125rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEPe4Er3iLSWT41LRZv3ok2Aa1T77UR { top:40.3125rem;left:43.625rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPBADbsfNVaiMdL1yaIEdiAaZmof2VPL { top:42.375rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosKhLoi3WvhViTay01ftTUb7eSUoeH6 { top:44.375rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TTFevvehLIaiVKRLcShccO4nrnPhRh { top:46.4375rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb6msNcqIkTuovzIEPVMDSzzXEETbre4 { top:48.5rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4EURyJKnxGsuhTTTgQQt1gv0S2pVKH { top:50.5rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVdW891OCGcE5gGVltXABm3oiEKrixTp { top:52.5625rem;left:44.125rem;width:3.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl2KZdqrGvgDA94RHdr9rxJO3VAn8mQn { top:54.5625rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTP554tqdrf480GP1VsBwmENNuP2brqx { top:56.625rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhx37Z3XEK3uXuD7Tqr5onqwlSQn1SHN { top:58.625rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkQc30lM6O4qkDxwITh6ktRtFsmEvzy { top:60.6875rem;left:43.6875rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ll9Sn2ZvrnxfnwZhXaWTATSmZyDR5N { top:12.125rem;left:42.125rem;width:0.625rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR { display:block; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLkdXOSR8OuAgNL8RCTPTCigzAdniSkn { top:0rem;left:11.375rem;width:20.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAXZL4ov3I1HksaT5JnxpPcK0Q3QIDgo { top:0rem;left:0rem;width:24.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx { display:block; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTGTDuKTzmvdJSrsks92D5WJrXhsoqiK { top:3.1875rem;left:14.125rem;width:19.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMeCElmxAAWHpcxJlirL3XprqpkCf1GT { top:6.9375rem;left:11.96875rem;width:23.8125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylQuoTrkASfdeaNzFcppdsuKEJNXZwb { top:11.6875rem;left:0rem;width:4.4375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBhJ3TOwZxgKwUsse73CBhIGkVT8KE8A { top:13.6875rem;left:0rem;width:4.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDPLvSbz9TvM2z26OOCfMUzxrfAaIiqD { top:15.75rem;left:0rem;width:6.3125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4TLNhxyPrpOdSUmcaRZuKPMgD0PpOX { top:17.75rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWfXd6OG7sLPTTnXF2lfT9xGUlZwqBq { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpS3CBsbpx6qmTQXRHf4C2B8uNmy0IV { top:21.8125rem;left:0rem;width:18.375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF08Ch76BtytKgBm9JWVqPQhDplWPwNe { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMueKaC7N4eDN7C1U6qScu4QZHlPA6t { top:25.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNppAPQOm6vlTxoXmFkoBVeBlVwTeSA { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TokrGLyzSr3HHiZ5wlAmU88ziHytap { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekT2f3cBaPIRiI2RQZWhFblDInB1sEN3 { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZO2GSvNqCn2CaRomETmZnF3PJnuUvAK { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmIVADRycpisSBypeXQ8LPV0PCm3Exc { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeSqvPxDa6nkti8G9Kc3d7xh4WAXLazz { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoRhaXTCO8RJFBLF94L14MD6tTBIJGsz { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inX96HmPcZXtKBu8hpRSLF6f2f7Gtaq8 { top:42.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXErMLWPfhz73oGhRW3OhRnkHiN2KSp { top:44.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am6lxvxuuEH3MAyEIqMdnEXg1FyJB1pN { top:46.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMxnyfavwVqc9zl8T9azNhH1T8TB1EXT { top:48.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGNxN5yl39qm5ZK2v8nodnT9rcEiyhL1 { top:50.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPvMOUhU0K50ZNpBhJsq5TPEizy50CV { top:52.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1OwFlXOiTABDbCO8ykmVQ6u2LGmeAO { top:54.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzKWk2fR5lSibhlx3CWaIaQtQlFVVX4K { top:56.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeRbQeEgSGZngTwUASoH6uoTD0NPtfdp { top:58.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoT2Oqwt9gFC4yg3r3qPy411Rf9uTdub { top:60.5rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCadgikJvTHqFADWaSJ4MsbnbrldPkht { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtTRlWqqIZqHoK8WvtmpqJp1W9Hf4xX { top:13.875rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKAO1iCCupyp9xOCE4kVXELx5RzCmm3 { top:15.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62puI7lkebGn66vBulVeWdc9itRRMLm { top:17.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSpvhNoZ8bDgw00S3NKKQ3N2Tg0qX5kD { top:20rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN2Rw95AVFIt8pKye5ThRqohkdG0IDFB { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eGvTndCQhQlfaHlnvptAoz8VrBcMnT { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRzNFWldcvpC9nVdazTsOdPPm5qQS80 { top:26.0625rem;left:40.5rem;width:7.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suo8Q4g0KSvk5qzH9W0J8QkxmnBFTErL { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAH0yRrWA7O6Tq8mRH85Zp1FfRQFGuN { top:30.125rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWStMnP6wlebrW1E5y5aovd1XEouZzdk { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZO7S05f2aZexptTOCTB4xoKTt4sTlOh { top:34.25rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1we0Ndl70ag95qyHnQkpBBofrod0c0E { top:36.25rem;left:40.5rem;width:7.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfm2mUmzEdDDDOtcsSozXLU1Cgchxpf { top:38.3125rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plVeq4bcUO78SK0C51G3xCUwQuXQStVq { top:40.3125rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4bdmOVpTbVFasVPwbDdLnxmleRvANH { top:42.375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCf16QHJHdbTlpOQzNzuPBPACdWoweAM { top:44.375rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUckoE4icpRAtu5VcQb0iwH6pPDAmH9W { top:46.4375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxP74mgZWzQ1f8d9TXLtmFFS7WyDkilE { top:48.5rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7LVh7TWhAblGZICVgWX6zm3rTSTdyX0 { top:50.5rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGmatgIWX6bNiPRCdJEimmTyrte7m23M { top:52.5625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBoESEnzOEOCqyNBZ7yDxKEreOHeJpM { top:54.5625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMteEvoPvTc6X1oQd1xhPFH1lTts7HJH { top:56.625rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLG24TnMyuWv5z3cHCbHL9CW3WKRIrhl { top:58.625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrkdwZ96E9qmgB2M8UPfWG7eAI2nBDWz { top:60.6875rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTMQdEZkOSw7lOZ6NLxN4eTA7veceJh { top:12.125rem;left:42.125rem;width:0.625rem;height:56.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZaJLsszRREgQfCFANKGSndILf9IOO7 { top:62.5rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFXbw9waf9i4w3Tai9iRLRapimHUJ7nu { top:64.5625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhdTdT0eo2ZTw5T45vgTpMapBSsiXert { top:66.5625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxkFuQtsLuDX3ED4AomzGOE6ZMSzAQWu { top:62.6875rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFIFkcTmX942zMUKbhvHKvEJsl8CvGn { top:64.75rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2InxuxLuTuNgiC2zuxiTVOIx6N5VyX { top:66.75rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU { display:block; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRhiLFd2HmlWGgEFAAN9U8ducXAIk3Gx { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGTgNbEItcTq0zh3U7t3VRqurzsoZRt { width:19.6875rem;height:16.1875rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDiHrsBdFScxo8NN6aXmmNQZ6P01T9lE { top:0rem;left:0rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy { display:block; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLM0xfofLfQR11orhZ2U1HJKaJm69SG { top:3.25rem;left:20.0625rem;width:7.625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhCMIJ9GNmIxG51DQKiesgTNBbspL6ww { top:7rem;left:17.1875rem;width:13.375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke2TfQOQGUlWFZJvtoseaaySqC5USmmu { top:11.6875rem;left:0rem;width:10.9375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ohoNFRU7dWWFcWNikDVMGETMdolCWg { top:13.6875rem;left:0rem;width:10.1875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIv6Ixgr7rwSeA4LL1iQkyuFCne3JuB { top:15.75rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Fgyawpgg6FRJikJp5uJh7JpFZoKGNx { top:17.75rem;left:0rem;width:11.875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ahKfxkXouThosubLZIQk04AFfPiELM { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qm4WQxPs6hLWMmvpfzi4DqKDW8q1MR { top:21.8125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk0OCAhfMkBxrFOMPteR5dhsqZNuZdzz { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdZGsqFiSN5M6g19UsACT572qBlb7Xh { top:25.875rem;left:0rem;width:24.1875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDPuJGQ6tHUpPZpp0ydSsIBeRKzJ3Bq { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1toEF3tPfXceG6BgerEknl0aaUgUZ92 { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbSWBWiBsxvl04r7WIxPx27QUD22eBq { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLxUSktDfbJcHRdrggM0p8WeGAeMua3T { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpJpZP6UIExZPne5xpthmcM6ZZ35CRq { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6uuBsWkuOnGD0df7fo7kwdUCyx6lkTB { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQEh6unTy67eWI7TK9sTOluy4TdFT8lJ { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZEkVsiXWupec5XVzs8WBuJexQrGomS5 { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvyuvP3J93p9CEUTS3rsygwPvkyfImV { top:13.875rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwTCSGUmIuMUdhwkBdTdOOw1BWiKv8i { top:15.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavvHDfiXzQ23WtHh0LfpNDw79eJPuBO { top:17.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phZH1ndO3L9lNxqcIg8tC12nDmgQq83h { top:20rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqNibr11ebExGp3UgB3yrKqlNyseJHnL { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT9dsXUHgggBwNSF5ipL4N4BlL0P8IHq { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1GHXuNCvItKicPMKLXtpa1nfT3gMmU7 { top:26.0625rem;left:40.5rem;width:7.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKmx0WUJPlTILtLuSqC2cpnL8ZzDyku { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKOrCJiBDaADlNSchmkmAo8MbKba7ea { top:30.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMohetsvF7tnqvNhC83SwgMRHKgQ7VR { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeZSp96IQCU8IkwFdilozVTz9BZtVDcb { top:34.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoleWeN2Ugz21qvJRWhIshEQoof8gSAy { top:36.25rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1pbPJaoJXSlCFG3voD8ipOTJs38efTx { top:38.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAiy0eWREQyR4ziTEO2HbUQkThBCORry { top:40.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRAf4erInmJ4dMwaER8vf1xs52KdV6au { top:12.125rem;left:42.125rem;width:0.625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loiTdADUi4QTKScbK1hKCzdBAipSHgKk { display:block; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNFkKKxBy1sQz3nyTDN44GH5mic3q6sQ { width:19.75rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2IEP0x1kCV66Q9sPTZxa316aq2HfIA { top:0rem;left:12rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVxokqdSRBMCALCgeGoq78JLqZIfmli { top:0rem;left:27.875rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRJlv0hwaVgRyx269T0g0qBHNV39Q6Bu { top:8.25rem;left:16.09375rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL { display:block; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikImrtG6i1QaVKWOc9rMuGL4vPuTVKfz { top:3.3125rem;left:15.46875rem;width:16.8125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNmKDsE27XkeBat2dw5LitTxN3MuIUD { top:7.0625rem;left:12.75rem;width:22.0625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFTrDlkE7LnpvJ8PNhTEHltBOO2Ld7S { top:11.6875rem;left:0rem;width:11.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSrB79O574xVNGNKSgfAutG92yttdbQ { top:13.6875rem;left:0rem;width:10.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ1WATAKWqCIANpTFHId5hFakJOaSPeT { top:15.75rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb45NrQRhn1ECEDDbpTb1i14EHalxeI3 { top:17.75rem;left:0rem;width:11.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTNbv9D70dSEQohsQrvNC6764vi7rIP { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47nylkg76Ulx6kRJBoJKDldb8VEa3WU { top:21.8125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9lal84UPuPI4cU9KX1FusarIBGW0hp { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOfhhT78t8G6yuLg7plQHNBN9cMhtqA { top:25.875rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiKFiT8xOywnKcZJGmghm027ZwbWgtJ { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zspVOgburaf2ub4cn2H77K5And3ESqAT { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCUhPNL5AdIrGfxHTlpVxR9LobZJLDC { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SaEJLbAzkzCJXEEXWvzRtyVHnnmhJJ { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW7r1pNkX5ZC4AtDm9X96dLyb6drUEOD { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrQLEf9vToLRwLuLg6DsmZIFnFWLhhPS { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLXKEvrEe3y4T6UXloVQwsD47305DNMX { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Q4dD1pXX8vGeudmERJTd1KEeOIE12M { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNBVuUAwZp8Bp81SikGN3lqnoGntZiXl { top:13.875rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElsyTStZEzwWQkXNNdJe2l1OGAqRCzy { top:15.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au9T3ylBlFFHyawDJfekCfz2Z6xn3ULn { top:17.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCDxi0xtAi2k2cVud421m3UuQJdgIESQ { top:20rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qUN7vke40Ozuwc7zgcO5D4Z1Jzo7E0 { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsXf89ewBLZsEilhtAaDAJNZkeopkvVm { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZPRXTe2B06C3iecIvoTSK3iozgRBhn { top:26.0625rem;left:40.5rem;width:7.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEibvxqZfSgqBDSknnlnzvu0qCMZWBRN { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrtwKq75WOsNmff0eSJy14UZ9KoxF9KI { top:30.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsx3Sc12HLKFOHV37QeM05OvUv2nhhGm { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nitw5xTuZBAD0fryJiHdIyHPJb2T06sa { top:34.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Vwf3d6gyzOF3HIPmEfkkSyJnnztVFy { top:36.25rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFamlHQ7eVtXwprsNbptOHwWVBrwArTO { top:38.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpvstTM9JCeWablObAX1Wq04GIOTqNPu { top:40.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw90otc0gRWqhQ0BmV2ig90ofoCisFw { top:12.125rem;left:42.125rem;width:0.625rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8JHfonncsl40TzR2rnItnmOXrAnKLUr { top:42.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTyRPPttZ5s54qCeg8I8LP4GhNkEg8V { top:44.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFAXpxR4odb63cLL4ypypGVLIgmmMRs { top:46.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBAiMapPqDJsZ6pNsd2JaXucyfrXoW06 { top:48.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubm0NeN33rSQIP7NBsIRMpqMT3EtE3pN { top:42.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUos2v4MHR7bZZtzdVCdlCymPAaHVRgQ { top:44.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZkTrAkdNly5JcnqV6bI6KGvtmXN807i { top:46.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlUMtvwt5mKWz4Vvo4Eiti0w0HlEeQK { top:48.4375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkRzg6mKTFXsvQlmyolSTT9o4FqyX3Df { top:50.375rem;left:0rem;width:27.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrL8zmom8o8gL6anAa7EmqgzadLbFEo5 { top:50.5rem;left:40.5rem;width:7.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y { display:block; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqECHmyrOOnf4Cuv27Co4dN4JSbaTDTa { width:19.75rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyWKN7y5UPToH9O5TqULEL5elPL6dVX { width:19.75rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaCz6HxGaiQNqZyTLP7yee1HzrH0Q7qQ { top:0rem;left:12rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi { display:block; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFwDMaNwh52TfeyTiTzHbPMscuH7yiDQ { top:3.375rem;left:14.34375rem;width:19.0625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfLahHxP4gN1zrcskc77eIZbqoagHNq { top:7.0625rem;left:12.75rem;width:22.0625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3sFMgrxg0486HTyteaGm68igKh3m3AC { top:11.6875rem;left:0rem;width:14.375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2mbd4TqT6DM1Snia4y9EUvpswXGR6T { top:13.6875rem;left:0rem;width:10.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsBTUd21rIVqVr7R9ftTIQDMTG4PzGN { top:15.75rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5PM4fZFvCPcPHRox3ZfeOgnyhm5bTXv { top:17.75rem;left:0rem;width:11.875rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMQrlwLlCOUJTLC3ZU7SLdzF5u8GRq6o { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpdNbTduCCSv4Zs4FKyJTGCHDdy3kS4 { top:21.8125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD1o6zxgdIOcP82dgocdCO5t7p863Eph { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFU8Sqen046XilGHLbvkOKpBeNg8TosF { top:25.875rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF6hof1e20FCBBKwd4CLqRmJ1sPgXu13 { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKwzR8lnDnlRNFUUkzdLzysybZ1MQwiQ { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jais4LCe5MIARnV6SUL3Px88gHK64K0A { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRT5nMp90owHBNAc8J0nfCd3VFrzZA6U { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knk7XwM8OrJWFugGHfD0od9PK7EJucgr { top:36.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtHlnLU4E8KCXyBb0AdrWGqKWTGLBcyI { top:38.3125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8mT5vcmipT2OT7gKZ1fsaBwlcVZ2mee { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0M0FXbQoNCxwiD54JL3bnDcOegxdtfU { top:13.875rem;left:39.625rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpvKFCEqLp9JrAIxpLP78fHWqbEqCVD { top:15.9375rem;left:40.375rem;width:7.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEU9dEoOId77q774UxwSPTNZCbZeCL5d { top:17.9375rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRKfTwJ7OBGx0K3HLvbVgm7ba2tcDzg { top:20rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woaUstqBPETknxqA1DETNTstQHvPQikD { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPW4ZXhogC1RlgkRui1SRcM1DI1DhTzB { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUQoK4vDrRPIee3ibEEIPRpf7HWBmuO { top:26.0625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5WkuFldh8vTL9J2uLbz908rrTFPX7Tt { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOOKKbkqMI5q7A7J4bV1hLMdI8lZCZq { top:30.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw2WwM9BSQUC14ixhThVeGtkEGAaCDmN { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgSOouo90Gz4lszc0D64LBIA5Of9si1 { top:34.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0FsvlU775mVn0SqOwH02NMXhcD8whS9 { top:36.5rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79zohJeNmAbqumguMFqpifwG8zCODs1 { top:38.5rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKIM6J4wCZcqntiUTyBs0bvUTXOsBhVO { top:11.6875rem;left:42.6875rem;width:0.625rem;height:98.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL1k9KRIo0IeUA3kIkxSUJWst7tTK2F7 { top:40.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yXEbbGnWqMGOXKDVgEctD1VlpSurxH { top:42.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgr7Br7g3sPlHBfP8nQ27qpWDPDnwkFz { top:44.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD7fGnWiqdsFUSo4ghmZZlzgwKV3kpUO { top:46.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnxcxiuqmeHSHNfXnP45l6O9fSvzwv1J { top:40.5625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrF0bRzEKL9iKTCTT94K9JzlxEMdnVa { top:42.5625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLtz29XKpmksmMh5AKSc70x7cZUCmVti { top:44.625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTytKJvkcvPNOuMTNooEAscrtBiZMt0u { top:46.625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVLlaeydvFExvmoN5dIhHDOUGKCQ6h5m { top:77.5625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJudrEaLFF0MEVuh6e2bg0wLcIo2PZp { top:71.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzWv61NVmpTRiiCf8SlEVNeTaM6G96Q { top:73.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPZsZnb8DLa9AmMDThc4nU69dxXBL2Fm { top:75.4375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH5Q2JIDG0FLfOFd1Wc7FwQFvvA62LB { top:69.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKIuQlrJcFLoRnwh5sU1fSzRQtRx0LBV { top:67.3125rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8h1QKfHtBf1XkGBJ7eB97w3pKXPSC7 { top:65.3125rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCWJimixUXmCcEWxrUcmVR54gScdE6qm { top:63.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukflsXwEzVsBo1otcGWb19WlWso1C1uM { top:61.1875rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItGdG7VLSX9NVo3DVfQAqtcugXrLfVX { top:59.1875rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteXklEPmT5JcePrG846Ob45Z5ZnI95n { top:57.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyZbDH7VO9CT6oru2M9xMocX7utnVorP { top:55.125rem;left:39.625rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbdnJlVaZRowlz8xXPAFPJpSgEL8Ndn { top:59rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLmOUliR7HieOcH9Zq1PLZ8ZSBSg1kie { top:61rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZgTVlEPrgOHzTZ1Kx7rzHHrgIDeyfvG { top:63.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN5VC9aSkpUtkRuSy7n6Di2t6MwGZNkW { top:65.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXbPKCf3PFRRZiwvTE8nZxdgGvAKaqK { top:67.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFGygEI24VBrlymTfAHsudcqkLPHyGbZ { top:69.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExKIMC5GNmcfx165Sf0kAvpgmCik9vSW { top:71.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypHHdoW4fNnxKDbQT8T5eoBCEKQqn5eb { top:73.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubyD1hvb2WGTEoJSycIKVPNbdteuG1RK { top:75.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMoWHxewOluPmOipSyCqT9GolMAA5FF5 { top:77.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOx5R14zbg1eFnHOgxvZ7WOyi9DQJTD { top:79.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxDuDa9V7L5Hz3iQACW25Ql4v35rNvHv { top:53.0625rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToPlcevuZZ21eOXH26L6vowNF3H6GvE { top:56.9375rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3mauaz8esdgbOBLdIWQKPM4XPMiEBE { top:51.0625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOOTCStePK3WuydEofQp81dgudHld4x7 { top:50.875rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNbbl9IqzTa35QG6RgOiwHUzX5bTkonR { top:52.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZuU3sRVKn5Gl43DKEXqFsvok7kZTnoO { top:54.9375rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnp8h6rhS2Mmnel8t8x7Eg0ApoEtKhMH { top:49rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksiSxUNeVphPLGXA6ImJHc8ZtOC8qI45 { top:48.75rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRt3ZiPgXV7O75VT1vKGsNATo1inrxlm { top:79.625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdpf2a0v8mrMZq6wsD05dpiWBEuGrTRT { top:108.6875rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXAhd51sDF2VHPQmz2mpIO5Ok6r6s73o { top:106.6875rem;left:38.4375rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0Q6swaffP7WsETnE0tF26uQWcqkVHD { top:104.625rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTypTTQzNmWZzdmzMuePhZTEh8l2J1h4 { top:102.5625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8iU3qqZIiSN3cWRGIgwHJOiV00mKnX { top:100.5625rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCEQci9g4dees2R4wkiQOCWQvZScDBDl { top:98.5rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86i7s7DwgLbyEbOpz4rFZ3v68TWuKqt { top:100.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTv2qfT2SnT0y0bGZry2HglW3Rw8TVL { top:102.375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4idF5UD81Le98nS9MA5xk7c9JSQEBfp { top:104.4375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5JVlvLcLSTnWKGXZ9f95VKet3Soe31L { top:106.5rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhmftV2pROFzfFzo5BOGtcp0rThyqTRg { top:108.5rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHg6DdkTPo8r8tVxDHBJNefDvXUpti3d { top:96.5rem;left:39.625rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4zvkpWLRo2cXXaMkeDyhOWOwI6kpald { top:94.4375rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr91aMEWnV9mGubLNlMOzTKKNtcvlvNg { top:98.3125rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9V9KGzeR04cc26JKGvfXTTLAgUumuZH { top:92.4375rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWHVn8281FiBx2A7ChgQZWwTg2PVGun2 { top:92.25rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6oQlIFVXOF1AF1Ek6Z84fB3LOHVO8D4 { top:94.25rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSuxS4UwF87kTCrlpDIvCTvvNcw53SA4 { top:96.3125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAKPsxHed7zO5ORIkrq1Aq0XtJ4TWiIJ { top:90.375rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdNZuKDkkDTlhoenbVunnvfuG3R6xQKT { top:87.8125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ720x1rw87NyxkqehUgGD9J4EtpviCS { top:88rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydoJH3gJJ3DLtaIh56sTp48m04p1unC { top:90.125rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWS2rTs44Ub5VJnsMIkJWmTzZhnynGXf { top:85.8125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZUK2cdiCy9tgXP8DNqQf4nDvGKGU0iq { top:86rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxRJi3nBo2X0WT2IB6XMr3FTtJPnLt3 { top:83.75rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3T61MnTHIUn0ruIywsqTairTeLRTPXa { top:83.9375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSapQDWkQauQJA37zHgGMfWZwhqCR0wO { top:81.75rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu11W0Ot6thU96mArq05zvFhypneIr1f { top:81.9375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl { display:block; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr43uL4NFmk7cZIV1eihbX8yJkADvrkP { top:0rem;left:27.875rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhK12TBbuit8P3UMWEOphT0eLQzI6DCX { top:0rem;left:12rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7eXaeHqBKsRaIDwuEvfMf4blAHHRHTT { top:0rem;left:0rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT { display:block; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwNPS82kv9I0pVSlr3gqdmndpygOs4Ra { top:3.375rem;left:17.4375rem;width:12.875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5xml9vznRZ4CTTEZpqoPHDJgKAPwM5 { top:7.0625rem;left:12.75rem;width:22.0625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moCotpH4rdBwuOOpogv7PRsRu4FUEkoy { top:11.6875rem;left:0rem;width:22.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6fiAWyNwndP8WDeHfTrdmP5g90SBH1q { top:13.6875rem;left:0rem;width:21.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWyXgJNIfAQPtxi5wsTos1LdgOnygNBa { top:15.75rem;left:0rem;width:15.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phTE59yJu8rud75QHEw5TQMwiC8whg1m { top:17.75rem;left:0rem;width:15.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiDO3BU3tabIbxUvLT9DFILIOlUz6hx { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWob2XuQOf6XuOSlN5TRp4t6wU0f6vwv { top:21.8125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcyw2fi5eExxmz9pkpg89xIQ06O8Ic0i { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh6soFlGbU2ORd57iM7u1criFo42aKdg { top:25.875rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UReQ81m8N4hw3zfEPhTKG2tcEfok9kg3 { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9JrBNTXvydGF1ddnfWDT7NQcaher3y { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTBZllUQ3SdP6uiHD59KZoPTytOzzb3 { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxgpIVheGg3Mxcu17LSMkK9O7ByPFV0L { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQGWcWvbpb5whUvu01QQu5va70SFHwB { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEErr2Q3PuRZRW4o0JXsBoeG4O8QdVVk { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3n1eJSQQTif0cUZ7Qk6ykD43EZMTZkX { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFxmaXlhTJTeVqzULhshIqVgJMcarnh { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc8GkI7GDinCzZGoc3rlHNaMdOL0iJ4b { top:13.875rem;left:39.625rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD4I32iyQdq7VQ0pJtCVNKEehAnUa08u { top:15.9375rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuaHeQuUiHsQGwoy0LfNEgfkiQBSvTQG { top:17.9375rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woghvPOuvRMeIoVw2o5kxoWUqklEHbtl { top:20rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOeNDbJ9l7hR7iJk96gbcHKJfFBbSDi { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTtGFoLaKvoOhtNlHEHn7Avkc11O5WA { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Q7mBxVrpRdpsQzQrCMDuJFdD1a15EZ { top:26.0625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnTuqvqG79TP7XpLbXPbRCx4H7K1OiM { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTmhSb29X6VKBIxT5QF9b68HsTghNNU { top:30.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsfeV2lWAma0KNHOv2443sNxNwVO935L { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u757kMC6uhy139V8cbB57R3rKoOeKgs1 { top:34.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRAMGrr9BNvN5TvyeZqBn662bCAq28Ub { top:36.25rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleHcODCi1hdwZTHZJs3AixPS8PaevgX { top:38.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsZbv4fVWzO1TnrWUl76yIC7EeCRUO6 { top:40.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnKKFmZrtEx4Qbe99n2zKSDxU7eb4lJ { top:12.125rem;left:42.125rem;width:0.625rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCksZTUCgJhlbWyFZd8Ie0Id09loR5eT { top:42.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt8vaKOtiZIzDRKOVcOINQmXqEVGZDOn { top:44.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyixXLfl9ibaNR14G1mnZ3flgl3sarkT { top:46.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzJLsdrU7rS3qNsIDwHAsMoewLydA4it { top:48.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUwFyKq1gDh9nPWwmeMtdPoJP0hZa0I { top:42.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJpKFA45ixvp2zLpSQXaTlLUCL5Vve3e { top:44.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWcLXe01zLNW1IxFMvJMsEUppcmJiGsV { top:46.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0T7zZbqg8d688rHT6H2L3uAkHPArOd { top:48.4375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2M42a1EzIDgx90UfrUJNbTvZbAgcp7 { top:50.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZTVG1tZeii3faGGhO8ZR9bM4tzeWwd { top:50.4375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 { display:block; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGGJpAPJmZ0xs7WoWz7BTHdIUxudywIS { width:19.75rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJS36l1NehOU3K0hArsXeboT3hDTR1S { top:0rem;left:12rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6zVqhsym1yoaMtmz8yrA95vSOr69ZG { top:0rem;left:27.875rem;width:19.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb { display:block; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAxbrOsEIBby4mEugBNuNucPWp3qWgTp { top:3.375rem;left:17.96875rem;width:11.8125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pyEmGoFgIOxI2D5z7plPvrH8C3DtuW { top:7.0625rem;left:12.75rem;width:22.0625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoC1AuCBgO4voeZgyzCEbl4LZsnec3b { top:11.6875rem;left:0rem;width:22.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk1vfb0sVbFMS6LdulpTumHLTdPS3ci { top:13.6875rem;left:0rem;width:21.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CA0SGbsnTHTDRbNy6TlCmhE5GIrdpl { top:15.75rem;left:0rem;width:15.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8qN9uAhV6sDTihpaJW1Zuo8TuqQC2Q { top:17.75rem;left:0rem;width:15.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om76Hvac5c54dmzT9pJWsG6RrRTpK9yy { top:19.8125rem;left:0rem;width:19.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imseRWF2U7TEEyeCBch7tkQbSn5THJbt { top:21.8125rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDlIkKGkBiIBLSD92tWzZdenp5Dlw3mD { top:23.875rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vorTUnSkzdTbRyL7EN62Rw3t3JtVGkiO { top:25.875rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0i21gGWzmTW1WgIlgVRthh1A5H7TPB { top:27.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGqnI2qTOUe6URi9DMmXaQVEe2bmI0z1 { top:29.9375rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2cbQ1c1Fe9aVv08SDhTA2leBPFq94mL { top:32rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQy00TNcz9ECrobMKEbR3L3eTu7mk2E0 { top:34.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzHg98vneN2Rp6fT2nGM0AII0w0v86K { top:36.0625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUKqQUt5V3Tgf9Ji4ULnUnLXaBlM55IC { top:38.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7xoKNrU8TlD05p769pRhEp5I28GZ4fJ { top:40.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1SkegZ3QaP5EoO0J7FR8COHFRl09mlL { top:11.875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyTO5CivKc5Ge2yiM1GA5yFd6R1UcNf { top:13.875rem;left:39.625rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEB0fgLtaKKbV7LAZnPu5QJTqen4fcIR { top:15.9375rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDyWnSuXnvQXntImKmCD8AJEdutTqJw { top:17.9375rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPDOUidJoth5f89OhGggA15EZoV3sAAG { top:20rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwxBW4ySb521RxaZ6ranAParWVgW1En { top:22rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9rNhzo2xTEJCPpNvQHDxca9dwTzLDOv { top:24.0625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AktHL1vpwfa0E7XDBVw5ykGk9qQbbk { top:26.0625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30xGK8pgsJZl4MRDQ2MNiBeJ0p5dBwX { top:28.125rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXB9v8Bz91n15I6exilqTVLme1E4VTmW { top:30.125rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTwMIcGyxioN2U5E7vzXENBbiPHORTD { top:32.1875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqncUtSR2uCy0q3DC5IH3GOaAmoJHkmH { top:34.25rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKOFopDTPggBEREmBWWzp8qcJDfb5ns { top:36.25rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T5lR54iTX9ySFOKKMQOgbwW66li7Ct { top:38.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6fm3N1hs0kA5TSgamIV0AOI0TT21T6 { top:40.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2U90QRVI4o1pk447f0a3iTTu2CTMERV { top:12.125rem;left:42.125rem;width:0.625rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m69rbdNzRMLDUJuCv706SiS06c1s3Sv6 { top:42.125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NweKuRlq3KiBGaZo81cKCJQdZDKReNRZ { top:44.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCA7rEhxl2t4qJm28UevSO9B41DKXQC { top:46.1875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDOzuP5UMxIgvTCfr80q5TJe5Qx93Fr { top:48.25rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unp9M1CuoklG8XoJleV4PGcQcFFAnxpq { top:42.3125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIo6zeViaJSnvsRWr9lyF6t1P5EbMu0f { top:44.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdtlBiGEvJeTvvEmtVicuvFqtAIH8uS { top:46.375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG08D87P9pLvM16FwFokyckaRekyyaIV { top:48.4375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc19zQmWJU2o7AO7TVhD8iFHfD8Z4K5s { top:72.8125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyMk2xUy8WvhKGvnEGSMDbNlewEH8kE { top:68.75rem;left:40.3125rem;width:7.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZROb5tkari1eST0GeAHOTapBICKiNuxA { top:70.8125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSrmntGanMcyUG3XMpwf7Vvxk64DHrA { top:66.75rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgxPdCHg0hr90fR96czMGIwRfAPK985G { top:42.6875rem;left:42.125rem;width:0.625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiB1PGRqdZtpeVoGRsedosFtImbMHuip { top:64.6875rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGvUKVwpiGGmWJpZbJ50v5yJm3yoUWX { top:62.6875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWuU9x3AyIFQRFTrwatgOWIvLFyDEeI { top:64.6875rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSStV5ggRWKkkaoIJDx3zmG1VxH3UTxf { top:66.75rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHNGqT5RB1ihJTkFfZQZ4fQWyrFd9SV { top:68.75rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ob7B20zmIbIAc0HLpukhk7gF8sQght { top:70.8125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqvHJuSyiXkGPH3i9FPRUmBTzL6brbMw { top:72.8125rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVZoc8iP1Qust8Nr4PEOph8PxHt1Jiy { top:62.6875rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TMxV2wt7WMoZGdzlFxFp5MgwR7dRdN { top:60.625rem;left:0rem;width:33.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MpQvqPTR8rOkfRyiCVUsVVE4dT5Jre { top:60.625rem;left:40.1875rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8NfxfXOBc2OgQLLrFV93RN2UwQ0XrZ { top:58.625rem;left:0rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn91LyOyVfeTkvsTJr5BXWuhacpD2VyE { top:58.625rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kJepMv4Q8JeUH7kro5Q8Rsa8i65w0S { top:56.5625rem;left:0rem;width:18.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwo3d9TnkupUy4gZAqU1Gu3iuPHtK3r1 { top:56.5625rem;left:40.4375rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNyHRVkLUlyD0RybxUKRaeutvy2Jbpi { top:54.5625rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzDHRIbhuMTgLeMthBZvK1m64ckOk9r { top:54.5625rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxrIrEw46ORm2rbGlkUO5Kbkbg5zPRE { top:50.3125rem;left:0rem;width:29.5rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHPb8OFEJke6g0SO0tThzV6EEedHBdEg { top:50.5rem;left:40.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9yHu0eDv7QoVtvmpD2b536qWrvXR91l { top:52.5625rem;left:0rem;width:29.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUNkBZlnKz8DhQKZDCAZR2EFiJX5U9HQ { top:52.625rem;left:40.25rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { display:block; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AB5LW2deJ9mONQbRS5oNnhbiksPbliCu { top:5.8125rem;left:12.21875rem;width:23.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raRlPgUxXNTJHXGgk9Kh7Db3W45xH6dk { display:block; }
 }@media only screen and (max-width: 763px) { #VeWD5LC5V0JwU0TAg4suVzs6qNTzQN7E { top:17.6875rem;left:16.96875rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDEW0DQBg9duKPJqa7eM4TiiDmNeydGs { width:13.25rem;height:9rem;top:2.19921875rem;left:3.375rem;font-size:2.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woTwqipeb2QGNaNOSEOHeFs5NTB1BaBH { width:6.875rem;height:1.4375rem;top:13.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZbPUBy4OG0rfnnbXXUMoNPJ4SThOgxT { display:block; }
 }@media only screen and (max-width: 763px) { #hi9ykN9sNNo43ID8XWe8zWs9wDm1qWVg { width:7.6875rem;height:1.4375rem;top:16.375rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbERSis6L5d9CFS7RG1FdLiByahLvNIu { display:block; }
 }@media only screen and (max-width: 763px) { #ETgiCZVDVFeAHO4UpJTMIlwqTWuhTCei { width:3.0625rem;height:1.4375rem;top:19.75rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmz1GGKixwZurqbBhTUq8PvnESmoqkGr { display:block; }
 }@media only screen and (max-width: 763px) { #slWzi4MpZzp9IzWEQw3H3iW6KRZJmBvg { width:6.375rem;height:1.4375rem;top:23.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinKog99JLWsdl8rqZGRJV2zZKCCJMrl { display:block; }
 }@media only screen and (max-width: 763px) { #tz68GwlNc5b3yITmOQFJwUlCZ4xm7FpL { width:7.625rem;height:1.4375rem;top:26.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hyDqaC7wzL7Qlp2kc86r6BVMD9pDqK { display:block; }
 }@media only screen and (max-width: 763px) { #BqfFdJigPuzeRfoVkdoWep7klNeND5ht { width:4.875rem;height:1.4375rem;top:30.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVvPdHNl5qh2m44nR8zeS9T6LqPxTv0I { display:block; }
 }@media only screen and (max-width: 763px) { #XJCucK2r4OWz8IW6LT8gJhz9hRHp9ELu { width:4.875rem;height:1.4375rem;top:33.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS4iUsSNGWmksHMEvB5CpBltG02Ui4H4 { display:block; }
 }@media only screen and (max-width: 763px) { #DJ3l78G3IcI3OthJSowr1nvFXE5dKh4Q { width:0.6875rem;height:0.6875rem;top:15.0625rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzuhCWLmxTT7ZdCJvUtB4Lfbnbvi99Kk { width:0.6875rem;height:0.6875rem;top:18.375rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqlAAwQrrOwdRtksygcTIqg6tg7WOUGT { width:0.6875rem;height:0.6875rem;top:21.8125rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdovVST7myzMvD9aIVFPg92u6A5Oto1 { width:0.6875rem;height:0.6875rem;top:25.3125rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GomFFC0VwWVOCrT9Wur4HSxEIK2ksnOb { width:0.6875rem;height:0.6875rem;top:28.875rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOtJgCrbPOxxTy8xrletQSRpu0T3ATs { width:0.6875rem;height:0.6875rem;top:32.1875rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewpoz8ZTbJETG05D73HTDmg4FRNJD8q { display:block; }#lewpoz8ZTbJETG05D73HTDmg4FRNJD8q > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4i5SXoRcX0HmEX73fLpboTinJch3buE { width:15.9375rem;height:2.5996125rem;top:2.18701171875rem;left:2.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTPNEw3LSiSyr56J9a13kvOGTwVsCDiy { width:20rem;height:0.6875rem;top:5.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH { display:block; }#cwI4GvFhwV6JOffJAlmyXw1Ju42HKAJH > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opZHf1g7BWXA5P50iqUamf5QcTvWUXG2 { width:13.3125rem;height:2.03125rem;top:1.25rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZFpo5Ha65fGSshas1H3r0WelHn6UGZ { width:8.1875rem;height:2.03125rem;top:4.0625rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3ivCFkzoMPmTkhBmDr4hOfdVJDSSci { width:2.9375rem;height:1.625rem;top:4.265625rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptpHebnQEA4cua3zxkUDaCGZLX2h6ZdI { width:7.625rem;height:2.03125rem;top:8.28125rem;left:6.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBU1yT285cr7GUWthR4TzAx9IcaHPbty { width:7.5625rem;height:3.125rem;top:11.46875rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cU1vpfp5pqCX4ubaaASEJQpf6HuCy0g4 { width:7.75rem;height:1.25rem;top:12.40625rem;left:11.875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qvXXCstdbFw0vs9C86I5y9WUfKBvTUlR { width:4.75rem;height:1.5625rem;top:15.34375rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FSBq9G5IHTD3JPZhwT9hdidtD4sLz9pb { width:7.75rem;height:1.25rem;top:15.5625rem;left:11.875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T2Qlsa37ITELx0SoO3isA1B0pl83ODBP { width:5.1875rem;height:1.5625rem;top:17.78125rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xEfB8EwQ4uw8RgEUcsfSvQO37WOHkdiF { width:7.3125rem;height:1.25rem;top:17.9375rem;left:11.875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hapkag0TdGqimhPFnND8C1rlh1dIbpCk { width:5.5rem;height:2.03125rem;top:21.59375rem;left:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgIXWshCrZ84qUq9hpPOLFJtncbXsfTL { width:8.6875rem;height:4.0625rem;top:24.40625rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEX0PUx5TdWN6ERdpOJdwKIS9ZOERl33 { width:6.4375rem;height:1.625rem;top:25.625rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHOVdry8I23uviZliBmgdLph7L4Zuzs2 { width:6.8125rem;height:6.09375rem;top:29.21875rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LW5XD56qebVWsPBl8erbk7BmvsfCqB { width:8.4375rem;height:1.625rem;top:31.453125rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQmNoT1MZSyAZr7BUnkdXREseU9HVXI { width:5.125rem;height:2.03125rem;top:37.25rem;left:7.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVMdThHlnaLNAnX9zbSFcs7orfT9TDo { width:7.3125rem;height:3.125rem;top:40.40625rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xAJgbHXtnVBA9GCZqm7d3OvhVT9WBeqO { width:4.75rem;height:1.5625rem;top:44.34375rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CzMXSODazZrIi14nI17XESwDrlmqTIL5 { width:5.1875rem;height:1.5625rem;top:46.65625rem;left:1.125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U9CTLXA2uOTvJNMZg8yURBmXSBSFlWlf { width:7.75rem;height:1.25rem;top:41.34375rem;left:11.84375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NkzB3yIDnenerH39SN7iqenno5CAcOrH { width:7.75rem;height:1.25rem;top:44.71875rem;left:11.84375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wxiihTCCI4Nm7lP6N3IfqqBhRei66yez { width:7.75rem;height:1.25rem;top:47.03125rem;left:11.84375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e { display:block; }#XUT6DdHv80QJ0Qa0Q4mWpQdgEDAQhJ2e > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTkJucaF9M4nNtU8HW90TJTK16eqvETm { width:12rem;height:16.25rem;top:18.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSOFne4XoAlCxg7qRVUSau2pbo3CQnK { width:20rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krkR4KTbTqyKHtk2EOOALmLeTDU2x5KL { width:19.75rem;height:16.1875rem;top:36.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { display:block; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmqhey2sNbprKIore45wQDVDNOeqRTkX { width:11.5625rem;height:2.5996125rem;top:1.25rem;left:4.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ4DVvSSuh8QogX3V6hx2SG6oTBQzypz { width:20rem;height:0.6875rem;top:4.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OvDPTogEOg7cS0KSeqMfiQ5HcfsQIF { width:4.4375rem;height:2.03125rem;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZiP2tlZSCxQFpcpJEqZHOroCMpu9PH { width:4.4375rem;height:2.03125rem;top:9.390625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxrGXzMgUmlklUP5NGTM4yZiWgLOwUTx { width:6.3125rem;height:2.03125rem;top:12.046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxIwOKulNTMDcU8C1xo9q9aNEPp0pVB { width:4.8125rem;height:2.03125rem;top:14.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3GCRvRWx6JNb279xLAIuzPyXWc9EUT { width:14.25rem;height:3.125rem;top:17.359375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ogx7xOlHUqHon0os74qC3usmGDhVZUEs { width:12.6875rem;height:3.125rem;top:21.75rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xQmwhcibIMvGmcVQGsRDBSeq51gTVWu2 { width:7.5625rem;height:2.03125rem;top:25.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTG595La5qsBUfKC85NEAI147lFqrLK { width:14.875rem;height:3.125rem;top:28.15625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hpnXJP4LXXdeLiZCptODNVrpGSnH4B9R { width:14.25rem;height:4.6875rem;top:32.21875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J9FnGtS6bwr33zogbqaoO9h1pQQFPwFb { width:9.125rem;height:2.03125rem;top:37.53125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhw0Gc6QdsSWQRstdNVwgfNmA7G7hxup { width:12.9375rem;height:2.03125rem;top:40.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnJXiDceGT8k4hVUCqaH2SXZm8AgXGu { width:4.5625rem;height:2.03125rem;top:42.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFhmayLJHEVitMJ131pB6SR1O7kI98t { width:8.875rem;height:2.03125rem;top:45.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f50zSH3IubJbeDyEfrwm8rWVII7hSMZS { width:12.375rem;height:3.125rem;top:48.15625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NR9zGuyw9EoOrLmG3eauUgBifnHOKMSW { width:7.6875rem;height:2.03125rem;top:51.90625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvMo6wNsX7WbPTedZMvsU8Tdl8fZMmsk { width:5.9375rem;height:2.03125rem;top:54.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieKv1ivMFVLSqpKdVIcGRVOtoRJlAVk { width:12.5625rem;height:2.03125rem;top:57.21875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1udBpUAk0xTeJPn9Lv88Qnlls7xNlnS { width:12.3125rem;height:3.125rem;top:59.875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cgF8TTd5EnG9HxG9qtyzi9rVkTZXFTtn { width:10.1875rem;height:3.125rem;top:63.9375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LOvmr5TlFeN120I7n4aamHA7oW76UNUx { width:6.125rem;height:2.03125rem;top:67.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2BbJ94pE0p7MmPO4XioTMOVzQap5Tw5 { width:7.8125rem;height:2.03125rem;top:70.34375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkF7TTSEC3LhlxcfcOIi4rp7oISBgAgw { width:12.5rem;height:4.6875rem;top:73.0625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZogEp6QPqkl5FTMSbiyMMCM67I8e2SxE { width:13.375rem;height:3.125rem;top:78.6875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gpEJJwuU6LCWmpQKdtVPemDImEiCKO0C { width:5.9375rem;height:2.03125rem;top:82.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFen8RPlNTck6K7LecXuUWpgQZipikqF { width:9.0625rem;height:2.03125rem;top:85.53125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tban3BQesTXwhC1TPr7HxhknQuT8PFfl { width:3.625rem;height:1.625rem;top:7.140625rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk2hueSl6d31foQk28LXR5i9DqqD8Btx { width:3.625rem;height:1.625rem;top:9.59375rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2p4x4kACTOET5xffxBd7RMGMh1oLWJT { width:3.625rem;height:1.625rem;top:12.25rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyqUBkZN5WuAxgSMU362yW67O06Nac1T { width:3.625rem;height:1.625rem;top:14.90625rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsNETQbnzgvRZJwPC6h74CVVEyXlZI65 { width:4rem;height:1.625rem;top:18.109375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdafvNLmpluawTG85R4Ktl1DThLdKxst { width:3.625rem;height:1.625rem;top:22.5rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbvSlcTxDW8kdiuCsh7ftiTvkA0KEWHz { width:3.625rem;height:1.625rem;top:25.703125rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxARIho4VU8KQRIARCatCguDLi6ZRtE { width:4rem;height:1.625rem;top:28.90625rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMM7VwEtnQ6Tnkhep1OLm3weBFRrLfN1 { width:4rem;height:1.625rem;top:33.75rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuE6DrTxz5vZgL9eF8LeMdX8rQPKxilT { width:4rem;height:1.625rem;top:37.734375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWIdUUF5ewCqs0rsOpPlJ6whQrfkAG4w { width:3.625rem;height:1.625rem;top:40.390625rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivS4X3OwhKhQsr9TDqV7kGDIgrk3ZCcT { width:3.625rem;height:1.625rem;top:43.046875rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2iBdEQTdrTFDhb84mK055BlLlNtyPJ { width:3.625rem;height:1.625rem;top:45.703125rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9leRBc1O3E4gfG39QVd7dhAGiOHgyl { width:3.625rem;height:1.625rem;top:48.90625rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEPe4Er3iLSWT41LRZv3ok2Aa1T77UR { width:4.0625rem;height:1.625rem;top:52.109375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPBADbsfNVaiMdL1yaIEdiAaZmof2VPL { width:3.625rem;height:1.625rem;top:54.765625rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosKhLoi3WvhViTay01ftTUb7eSUoeH6 { width:3.625rem;height:1.625rem;top:57.421875rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0TTFevvehLIaiVKRLcShccO4nrnPhRh { width:4.0625rem;height:1.625rem;top:60.625rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb6msNcqIkTuovzIEPVMDSzzXEETbre4 { width:4.0625rem;height:1.625rem;top:64.6875rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4EURyJKnxGsuhTTTgQQt1gv0S2pVKH { width:3.625rem;height:1.625rem;top:67.890625rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVdW891OCGcE5gGVltXABm3oiEKrixTp { width:3.625rem;height:1.625rem;top:70.546875rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl2KZdqrGvgDA94RHdr9rxJO3VAn8mQn { width:4.0625rem;height:1.625rem;top:74.59375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTP554tqdrf480GP1VsBwmENNuP2brqx { width:4.0625rem;height:1.625rem;top:79.4375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhx37Z3XEK3uXuD7Tqr5onqwlSQn1SHN { width:4.0625rem;height:1.625rem;top:83.078125rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkQc30lM6O4qkDxwITh6ktRtFsmEvzy { width:4.0625rem;height:1.625rem;top:85.734375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ll9Sn2ZvrnxfnwZhXaWTATSmZyDR5N { width:2.8125rem;height:0.5rem;top:4.130859375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR { display:block; }#y8kLMaBmpd7RMTPZmxpg8wO5kq8Fn0gR > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLkdXOSR8OuAgNL8RCTPTCigzAdniSkn { width:20rem;height:16.01226993865rem;top:13.265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAXZL4ov3I1HksaT5JnxpPcK0Q3QIDgo { width:20rem;height:13.367875647668rem;top:1.97216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx { display:block; }#Tq4DS7UhUmcWWTnOo3TcZTyLDrngEvLx > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTGTDuKTzmvdJSrsks92D5WJrXhsoqiK { width:13.625rem;height:2.5996125rem;top:1.6875rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMeCElmxAAWHpcxJlirL3XprqpkCf1GT { width:20rem;height:0.6875rem;top:4.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylQuoTrkASfdeaNzFcppdsuKEJNXZwb { width:4.4375rem;height:2.03125rem;top:7.474609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBhJ3TOwZxgKwUsse73CBhIGkVT8KE8A { width:4.4375rem;height:2.03125rem;top:10.130859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDPLvSbz9TvM2z26OOCfMUzxrfAaIiqD { width:6.3125rem;height:2.03125rem;top:12.724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4TLNhxyPrpOdSUmcaRZuKPMgD0PpOX { width:6.3125rem;height:2.03125rem;top:15.318359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWfXd6OG7sLPTTnXF2lfT9xGUlZwqBq { width:9.625rem;height:4.6875rem;top:17.974609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sSpS3CBsbpx6qmTQXRHf4C2B8uNmy0IV { width:9.375rem;height:4.6875rem;top:23.599609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WF08Ch76BtytKgBm9JWVqPQhDplWPwNe { width:7.8125rem;height:2.03125rem;top:28.912109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMueKaC7N4eDN7C1U6qScu4QZHlPA6t { width:10.3125rem;height:3.125rem;top:31.880859375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QwNppAPQOm6vlTxoXmFkoBVeBlVwTeSA { width:11.5rem;height:4.5rem;top:35.943359375rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u6TokrGLyzSr3HHiZ5wlAmU88ziHytap { width:9rem;height:2.03125rem;top:41.068359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekT2f3cBaPIRiI2RQZWhFblDInB1sEN3 { width:7.25rem;height:3.125rem;top:43.724609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WZO2GSvNqCn2CaRomETmZnF3PJnuUvAK { width:4.8125rem;height:2.03125rem;top:47.474609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmIVADRycpisSBypeXQ8LPV0PCm3Exc { width:8.875rem;height:2.03125rem;top:50.130859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeSqvPxDa6nkti8G9Kc3d7xh4WAXLazz { width:10.6875rem;height:3.125rem;top:52.787109375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XoRhaXTCO8RJFBLF94L14MD6tTBIJGsz { width:7.625rem;height:2.03125rem;top:56.537109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inX96HmPcZXtKBu8hpRSLF6f2f7Gtaq8 { width:5.9375rem;height:2.03125rem;top:59.255859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXErMLWPfhz73oGhRW3OhRnkHiN2KSp { width:8.5rem;height:3.125rem;top:61.974609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #am6lxvxuuEH3MAyEIqMdnEXg1FyJB1pN { width:10.25rem;height:4.6875rem;top:66.037109375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DMxnyfavwVqc9zl8T9azNhH1T8TB1EXT { width:9.75rem;height:3.125rem;top:71.662109375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CGNxN5yl39qm5ZK2v8nodnT9rcEiyhL1 { width:6.25rem;height:2.03125rem;top:75.412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPvMOUhU0K50ZNpBhJsq5TPEizy50CV { width:7.8125rem;height:2.03125rem;top:78.068359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1OwFlXOiTABDbCO8ykmVQ6u2LGmeAO { width:12.1875rem;height:4.6875rem;top:80.724609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IzKWk2fR5lSibhlx3CWaIaQtQlFVVX4K { width:12.75rem;height:4.6875rem;top:86.349609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qeRbQeEgSGZngTwUASoH6uoTD0NPtfdp { width:5.875rem;height:2.03125rem;top:91.662109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoT2Oqwt9gFC4yg3r3qPy411Rf9uTdub { width:9.1875rem;height:2.03125rem;top:94.318359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCadgikJvTHqFADWaSJ4MsbnbrldPkht { width:7.5rem;height:1.625rem;top:7.677734375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdtTRlWqqIZqHoK8WvtmpqJp1W9Hf4xX { width:7.375rem;height:1.625rem;top:10.333984375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKAO1iCCupyp9xOCE4kVXELx5RzCmm3 { width:7.375rem;height:1.625rem;top:12.927734375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62puI7lkebGn66vBulVeWdc9itRRMLm { width:7.375rem;height:1.625rem;top:15.521484375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSpvhNoZ8bDgw00S3NKKQ3N2Tg0qX5kD { width:7.3125rem;height:1.625rem;top:19.505859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN2Rw95AVFIt8pKye5ThRqohkdG0IDFB { width:7.5rem;height:1.625rem;top:25.130859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9eGvTndCQhQlfaHlnvptAoz8VrBcMnT { width:7.3125rem;height:1.625rem;top:29.115234375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRzNFWldcvpC9nVdazTsOdPPm5qQS80 { width:7.25rem;height:1.625rem;top:32.630859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suo8Q4g0KSvk5qzH9W0J8QkxmnBFTErL { width:7.5625rem;height:1.625rem;top:37.380859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAH0yRrWA7O6Tq8mRH85Zp1FfRQFGuN { width:7.3125rem;height:1.625rem;top:41.271484375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWStMnP6wlebrW1E5y5aovd1XEouZzdk { width:7.5rem;height:1.625rem;top:44.474609375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZO7S05f2aZexptTOCTB4xoKTt4sTlOh { width:7.375rem;height:1.625rem;top:47.677734375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1we0Ndl70ag95qyHnQkpBBofrod0c0E { width:7.25rem;height:1.625rem;top:50.333984375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfm2mUmzEdDDDOtcsSozXLU1Cgchxpf { width:7.4375rem;height:1.625rem;top:53.537109375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plVeq4bcUO78SK0C51G3xCUwQuXQStVq { width:7.4375rem;height:1.625rem;top:56.740234375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4bdmOVpTbVFasVPwbDdLnxmleRvANH { width:7.375rem;height:1.625rem;top:59.458984375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCf16QHJHdbTlpOQzNzuPBPACdWoweAM { width:7.625rem;height:1.625rem;top:62.724609375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUckoE4icpRAtu5VcQb0iwH6pPDAmH9W { width:7.375rem;height:1.625rem;top:67.568359375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxP74mgZWzQ1f8d9TXLtmFFS7WyDkilE { width:7.375rem;height:1.625rem;top:72.412109375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7LVh7TWhAblGZICVgWX6zm3rTSTdyX0 { width:7.6875rem;height:1.625rem;top:75.615234375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGmatgIWX6bNiPRCdJEimmTyrte7m23M { width:7.3125rem;height:1.625rem;top:78.271484375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwBoESEnzOEOCqyNBZ7yDxKEreOHeJpM { width:7.6875rem;height:1.625rem;top:82.255859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMteEvoPvTc6X1oQd1xhPFH1lTts7HJH { width:7.5rem;height:1.625rem;top:87.880859375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLG24TnMyuWv5z3cHCbHL9CW3WKRIrhl { width:7.625rem;height:1.625rem;top:91.865234375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrkdwZ96E9qmgB2M8UPfWG7eAI2nBDWz { width:7.625rem;height:1.625rem;top:94.521484375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTMQdEZkOSw7lOZ6NLxN4eTA7veceJh { width:0.1875rem;height:0.625rem;top:4.880859375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZaJLsszRREgQfCFANKGSndILf9IOO7 { width:10.1875rem;height:2.03125rem;top:96.974609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFXbw9waf9i4w3Tai9iRLRapimHUJ7nu { width:9.875rem;height:2.03125rem;top:99.630859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhdTdT0eo2ZTw5T45vgTpMapBSsiXert { width:8.3125rem;height:2.03125rem;top:102.287109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxkFuQtsLuDX3ED4AomzGOE6ZMSzAQWu { width:7.625rem;height:1.625rem;top:97.177734375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFIFkcTmX942zMUKbhvHKvEJsl8CvGn { width:7.625rem;height:1.625rem;top:99.833984375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2InxuxLuTuNgiC2zuxiTVOIx6N5VyX { width:6.8125rem;height:1.625rem;top:102.490234375rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU { display:block; }#vuDnGtCKQsLr1TPfXfAveXXTzCxtTfuU > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRhiLFd2HmlWGgEFAAN9U8ducXAIk3Gx { width:20rem;height:14.9375rem;top:17rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpGTgNbEItcTq0zh3U7t3VRqurzsoZRt { width:20rem;height:14.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDiHrsBdFScxo8NN6aXmmNQZ6P01T9lE { width:19.75rem;height:16.1875rem;top:16.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy { display:block; }#DXmqBn1y3Ql4WbLqRF3NVhtQvhWbVuRy > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLM0xfofLfQR11orhZ2U1HJKaJm69SG { width:5.375rem;height:2.5996125rem;top:1.3125rem;left:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhCMIJ9GNmIxG51DQKiesgTNBbspL6ww { width:20rem;height:0.6875rem;top:4.099609375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke2TfQOQGUlWFZJvtoseaaySqC5USmmu { width:10.4375rem;height:2.03125rem;top:6.287109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ohoNFRU7dWWFcWNikDVMGETMdolCWg { width:10.1875rem;height:2.03125rem;top:8.943359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIv6Ixgr7rwSeA4LL1iQkyuFCne3JuB { width:4.4375rem;height:2.03125rem;top:11.599609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Fgyawpgg6FRJikJp5uJh7JpFZoKGNx { width:11.875rem;height:2.03125rem;top:14.255859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ahKfxkXouThosubLZIQk04AFfPiELM { width:12.6875rem;height:2.03125rem;top:16.912109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qm4WQxPs6hLWMmvpfzi4DqKDW8q1MR { width:8.6875rem;height:2.03125rem;top:19.568359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk0OCAhfMkBxrFOMPteR5dhsqZNuZdzz { width:11.6875rem;height:2.03125rem;top:22.224609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdZGsqFiSN5M6g19UsACT572qBlb7Xh { width:11.8125rem;height:4.6875rem;top:24.880859375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xTDPuJGQ6tHUpPZpp0ydSsIBeRKzJ3Bq { width:11.0625rem;height:3.125rem;top:30.505859375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f1toEF3tPfXceG6BgerEknl0aaUgUZ92 { width:11.25rem;height:2.03125rem;top:34.318359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbSWBWiBsxvl04r7WIxPx27QUD22eBq { width:9rem;height:2.03125rem;top:36.974609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLxUSktDfbJcHRdrggM0p8WeGAeMua3T { width:9.75rem;height:2.03125rem;top:39.630859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpJpZP6UIExZPne5xpthmcM6ZZ35CRq { width:8.9375rem;height:2.03125rem;top:42.287109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6uuBsWkuOnGD0df7fo7kwdUCyx6lkTB { width:7.0625rem;height:2.03125rem;top:44.943359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQEh6unTy67eWI7TK9sTOluy4TdFT8lJ { width:7.9375rem;height:2.03125rem;top:47.599609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZEkVsiXWupec5XVzs8WBuJexQrGomS5 { width:3.625rem;height:1.625rem;top:6.490234375rem;left:15.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvyuvP3J93p9CEUTS3rsygwPvkyfImV { width:3.5625rem;height:1.625rem;top:9.146484375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwTCSGUmIuMUdhwkBdTdOOw1BWiKv8i { width:3.4375rem;height:1.625rem;top:11.802734375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavvHDfiXzQ23WtHh0LfpNDw79eJPuBO { width:3.5rem;height:1.625rem;top:14.458984375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phZH1ndO3L9lNxqcIg8tC12nDmgQq83h { width:3.3125rem;height:1.625rem;top:17.115234375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqNibr11ebExGp3UgB3yrKqlNyseJHnL { width:3.5rem;height:1.625rem;top:19.771484375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT9dsXUHgggBwNSF5ipL4N4BlL0P8IHq { width:3.8125rem;height:1.625rem;top:22.427734375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1GHXuNCvItKicPMKLXtpa1nfT3gMmU7 { width:3.8125rem;height:1.625rem;top:26.412109375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgKmx0WUJPlTILtLuSqC2cpnL8ZzDyku { width:3.75rem;height:1.625rem;top:31.255859375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deKOrCJiBDaADlNSchmkmAo8MbKba7ea { width:7.625rem;height:1.625rem;top:34.521484375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMohetsvF7tnqvNhC83SwgMRHKgQ7VR { width:7.5rem;height:1.625rem;top:37.177734375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeZSp96IQCU8IkwFdilozVTz9BZtVDcb { width:7.5rem;height:1.625rem;top:39.833984375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoleWeN2Ugz21qvJRWhIshEQoof8gSAy { width:7.4375rem;height:1.625rem;top:42.490234375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1pbPJaoJXSlCFG3voD8ipOTJs38efTx { width:7.6875rem;height:1.625rem;top:45.146484375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAiy0eWREQyR4ziTEO2HbUQkThBCORry { width:7.6875rem;height:1.625rem;top:47.802734375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRAf4erInmJ4dMwaER8vf1xs52KdV6au { width:0.125rem;height:0.125rem;top:4.349609375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loiTdADUi4QTKScbK1hKCzdBAipSHgKk { display:block; }#loiTdADUi4QTKScbK1hKCzdBAipSHgKk > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNFkKKxBy1sQz3nyTDN44GH5mic3q6sQ { width:20rem;height:14.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2IEP0x1kCV66Q9sPTZxa316aq2HfIA { width:20rem;height:16.1875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVxokqdSRBMCALCgeGoq78JLqZIfmli { width:19.75rem;height:16.1875rem;top:34.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRJlv0hwaVgRyx269T0g0qBHNV39Q6Bu { width:7.6875rem;height:1.625rem;top:29.0625rem;left:6.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL { display:block; }#MRGdOuv9lS5VcPahvnzx0Z1bX8WA91qL > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikImrtG6i1QaVKWOc9rMuGL4vPuTVKfz { width:11.8125rem;height:2.5996125rem;top:1.9375rem;left:4.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNmKDsE27XkeBat2dw5LitTxN3MuIUD { width:20rem;height:0.6875rem;top:5.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFTrDlkE7LnpvJ8PNhTEHltBOO2Ld7S { width:10.625rem;height:3.125rem;top:7.599609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pXSrB79O574xVNGNKSgfAutG92yttdbQ { width:10.1875rem;height:2.03125rem;top:11.349609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ1WATAKWqCIANpTFHId5hFakJOaSPeT { width:6.3125rem;height:2.03125rem;top:14.068359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb45NrQRhn1ECEDDbpTb1i14EHalxeI3 { width:8.8125rem;height:2.03125rem;top:16.724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTNbv9D70dSEQohsQrvNC6764vi7rIP { width:10.3125rem;height:2.03125rem;top:19.380859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47nylkg76Ulx6kRJBoJKDldb8VEa3WU { width:11.75rem;height:2.03125rem;top:22.037109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9lal84UPuPI4cU9KX1FusarIBGW0hp { width:5.8125rem;height:2.03125rem;top:24.755859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOfhhT78t8G6yuLg7plQHNBN9cMhtqA { width:11.375rem;height:2.03125rem;top:27.412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGiKFiT8xOywnKcZJGmghm027ZwbWgtJ { width:9.1875rem;height:2.03125rem;top:30.068359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zspVOgburaf2ub4cn2H77K5And3ESqAT { width:10.3125rem;height:2.03125rem;top:32.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCUhPNL5AdIrGfxHTlpVxR9LobZJLDC { width:9.8125rem;height:2.03125rem;top:35.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SaEJLbAzkzCJXEEXWvzRtyVHnnmhJJ { width:8.0625rem;height:2.03125rem;top:38.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW7r1pNkX5ZC4AtDm9X96dLyb6drUEOD { width:4.8125rem;height:2.03125rem;top:40.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrQLEf9vToLRwLuLg6DsmZIFnFWLhhPS { width:12.6875rem;height:3.125rem;top:43.65625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZLXKEvrEe3y4T6UXloVQwsD47305DNMX { width:9.1875rem;height:2.03125rem;top:47.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Q4dD1pXX8vGeudmERJTd1KEeOIE12M { width:6.5625rem;height:1.625rem;top:8.662109375rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNBVuUAwZp8Bp81SikGN3lqnoGntZiXl { width:6.0625rem;height:1.625rem;top:11.552734375rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElsyTStZEzwWQkXNNdJe2l1OGAqRCzy { width:6.4375rem;height:1.625rem;top:14.271484375rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au9T3ylBlFFHyawDJfekCfz2Z6xn3ULn { width:6.6875rem;height:1.625rem;top:16.927734375rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCDxi0xtAi2k2cVud421m3UuQJdgIESQ { width:6.125rem;height:1.625rem;top:19.583984375rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9qUN7vke40Ozuwc7zgcO5D4Z1Jzo7E0 { width:7.125rem;height:1.625rem;top:22.240234375rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsXf89ewBLZsEilhtAaDAJNZkeopkvVm { width:6.5rem;height:1.625rem;top:24.958984375rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZPRXTe2B06C3iecIvoTSK3iozgRBhn { width:6.5rem;height:1.625rem;top:27.615234375rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEibvxqZfSgqBDSknnlnzvu0qCMZWBRN { width:7.5625rem;height:1.625rem;top:30.271484375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrtwKq75WOsNmff0eSJy14UZ9KoxF9KI { width:7.625rem;height:1.625rem;top:32.921875rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsx3Sc12HLKFOHV37QeM05OvUv2nhhGm { width:6.875rem;height:1.625rem;top:35.578125rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nitw5xTuZBAD0fryJiHdIyHPJb2T06sa { width:7.5rem;height:1.625rem;top:38.234375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Vwf3d6gyzOF3HIPmEfkkSyJnnztVFy { width:7.4375rem;height:1.625rem;top:40.890625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFamlHQ7eVtXwprsNbptOHwWVBrwArTO { width:7.6875rem;height:1.625rem;top:44.40625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpvstTM9JCeWablObAX1Wq04GIOTqNPu { width:6.8125rem;height:1.625rem;top:47.609375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slw90otc0gRWqhQ0BmV2ig90ofoCisFw { width:0.625rem;height:37.6875rem;top:115.3808625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8JHfonncsl40TzR2rnItnmOXrAnKLUr { width:10.1875rem;height:2.03125rem;top:50.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTyRPPttZ5s54qCeg8I8LP4GhNkEg8V { width:4.8125rem;height:2.03125rem;top:52.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFAXpxR4odb63cLL4ypypGVLIgmmMRs { width:11.9375rem;height:3.125rem;top:55.375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bBAiMapPqDJsZ6pNsd2JaXucyfrXoW06 { width:11.1875rem;height:2.03125rem;top:59.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubm0NeN33rSQIP7NBsIRMpqMT3EtE3pN { width:7.0625rem;height:1.625rem;top:50.265625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUos2v4MHR7bZZtzdVCdlCymPAaHVRgQ { width:7.6875rem;height:1.625rem;top:52.921875rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZkTrAkdNly5JcnqV6bI6KGvtmXN807i { width:7.6875rem;height:1.625rem;top:56.125rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlUMtvwt5mKWz4Vvo4Eiti0w0HlEeQK { width:7.6875rem;height:1.625rem;top:59.328125rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkRzg6mKTFXsvQlmyolSTT9o4FqyX3Df { width:10.5rem;height:4.5rem;top:61.96875rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PrL8zmom8o8gL6anAa7EmqgzadLbFEo5 { width:7.25rem;height:1.625rem;top:63.40625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y { display:block; }#RVMutzevMAv9gB5JxLyBuVhaPEIVEx0y > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqECHmyrOOnf4Cuv27Co4dN4JSbaTDTa { width:20rem;height:14.9375rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #owyWKN7y5UPToH9O5TqULEL5elPL6dVX { width:19.6875rem;height:14.75rem;top:0.5625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaCz6HxGaiQNqZyTLP7yee1HzrH0Q7qQ { width:19.75rem;height:16.1875rem;top:16.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi { display:block; }#hHGxuf9GTdfG0JwVU0FhtKLzNuCfTufi > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFwDMaNwh52TfeyTiTzHbPMscuH7yiDQ { width:13.6875rem;height:2.5996125rem;top:1.8125rem;left:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfLahHxP4gN1zrcskc77eIZbqoagHNq { width:20rem;height:0.6875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3sFMgrxg0486HTyteaGm68igKh3m3AC { width:12.6875rem;height:3.125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qN2mbd4TqT6DM1Snia4y9EUvpswXGR6T { width:10.1875rem;height:2.03125rem;top:11.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsBTUd21rIVqVr7R9ftTIQDMTG4PzGN { width:9.25rem;height:3.125rem;top:14.0625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N5PM4fZFvCPcPHRox3ZfeOgnyhm5bTXv { width:10.5rem;height:3rem;top:18.125rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RMQrlwLlCOUJTLC3ZU7SLdzF5u8GRq6o { width:10.0625rem;height:2.03125rem;top:21.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpdNbTduCCSv4Zs4FKyJTGCHDdy3kS4 { width:11.4375rem;height:3.125rem;top:24.4375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iD1o6zxgdIOcP82dgocdCO5t7p863Eph { width:9.75rem;height:3.125rem;top:28.5rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uFU8Sqen046XilGHLbvkOKpBeNg8TosF { width:10.9375rem;height:3.125rem;top:32.5625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OF6hof1e20FCBBKwd4CLqRmJ1sPgXu13 { width:10.3125rem;height:3.125rem;top:36.625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aKwzR8lnDnlRNFUUkzdLzysybZ1MQwiQ { width:7.6875rem;height:3.125rem;top:40.6875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jais4LCe5MIARnV6SUL3Px88gHK64K0A { width:7.25rem;height:3.125rem;top:44.75rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DRT5nMp90owHBNAc8J0nfCd3VFrzZA6U { width:8.1875rem;height:2.03125rem;top:49.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knk7XwM8OrJWFugGHfD0od9PK7EJucgr { width:7.5rem;height:3.125rem;top:52.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vtHlnLU4E8KCXyBb0AdrWGqKWTGLBcyI { width:8.5625rem;height:2.8125rem;top:56.875rem;left:0rem;font-size:1.5625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #y8mT5vcmipT2OT7gKZ1fsaBwlcVZ2mee { width:7.5rem;height:1.625rem;top:8.1875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0M0FXbQoNCxwiD54JL3bnDcOegxdtfU { width:8.125rem;height:1.625rem;top:11.625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUpvKFCEqLp9JrAIxpLP78fHWqbEqCVD { width:6.0625rem;height:1.625rem;top:14.8125rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEU9dEoOId77q774UxwSPTNZCbZeCL5d { width:7.9375rem;height:1.625rem;top:18.8125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRKfTwJ7OBGx0K3HLvbVgm7ba2tcDzg { width:7.625rem;height:1.625rem;top:21.9375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woaUstqBPETknxqA1DETNTstQHvPQikD { width:7.5rem;height:1.625rem;top:25.1875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPW4ZXhogC1RlgkRui1SRcM1DI1DhTzB { width:5.8125rem;height:1.625rem;top:29.25rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUQoK4vDrRPIee3ibEEIPRpf7HWBmuO { width:7.625rem;height:1.625rem;top:33.3125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5WkuFldh8vTL9J2uLbz908rrTFPX7Tt { width:7.5625rem;height:1.625rem;top:37.375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTOOKKbkqMI5q7A7J4bV1hLMdI8lZCZq { width:7.625rem;height:1.625rem;top:41.4375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw2WwM9BSQUC14ixhThVeGtkEGAaCDmN { width:7.5rem;height:1.625rem;top:45.5rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAgSOouo90Gz4lszc0D64LBIA5Of9si1 { width:7.5rem;height:1.625rem;top:49.375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0FsvlU775mVn0SqOwH02NMXhcD8whS9 { width:6.125rem;height:1.625rem;top:53rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79zohJeNmAbqumguMFqpifwG8zCODs1 { width:7.6875rem;height:1.625rem;top:57.5rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKIM6J4wCZcqntiUTyBs0bvUTXOsBhVO { width:0.625rem;height:99.5625rem;top:115.3808625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL1k9KRIo0IeUA3kIkxSUJWst7tTK2F7 { width:8.5625rem;height:2.03125rem;top:60.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4yXEbbGnWqMGOXKDVgEctD1VlpSurxH { width:9.25rem;height:3.125rem;top:63rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bgr7Br7g3sPlHBfP8nQ27qpWDPDnwkFz { width:10rem;height:3.125rem;top:67.0625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VD7fGnWiqdsFUSo4ghmZZlzgwKV3kpUO { width:7.625rem;height:2.03125rem;top:70.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnxcxiuqmeHSHNfXnP45l6O9fSvzwv1J { width:7.6875rem;height:1.625rem;top:60.5rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrF0bRzEKL9iKTCTT94K9JzlxEMdnVa { width:6.0625rem;height:1.625rem;top:63.75rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLtz29XKpmksmMh5AKSc70x7cZUCmVti { width:7.6875rem;height:1.625rem;top:67.8125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTytKJvkcvPNOuMTNooEAscrtBiZMt0u { width:7.6875rem;height:1.625rem;top:71rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVLlaeydvFExvmoN5dIhHDOUGKCQ6h5m { width:7.6875rem;height:1.625rem;top:127.3125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJudrEaLFF0MEVuh6e2bg0wLcIo2PZp { width:7.6875rem;height:1.625rem;top:115.875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzWv61NVmpTRiiCf8SlEVNeTaM6G96Q { width:7.6875rem;height:1.625rem;top:120rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPZsZnb8DLa9AmMDThc4nU69dxXBL2Fm { width:7.6875rem;height:1.625rem;top:124.125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH5Q2JIDG0FLfOFd1Wc7FwQFvvA62LB { width:7.6875rem;height:1.625rem;top:111.8125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKIuQlrJcFLoRnwh5sU1fSzRQtRx0LBV { width:7.4375rem;height:1.625rem;top:107.75rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8h1QKfHtBf1XkGBJ7eB97w3pKXPSC7 { width:7.5rem;height:1.625rem;top:104.75rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCWJimixUXmCcEWxrUcmVR54gScdE6qm { width:7.5rem;height:1.625rem;top:102.0625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukflsXwEzVsBo1otcGWb19WlWso1C1uM { width:7.625rem;height:1.625rem;top:98.875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItGdG7VLSX9NVo3DVfQAqtcugXrLfVX { width:7.5625rem;height:1.625rem;top:94.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteXklEPmT5JcePrG846Ob45Z5ZnI95n { width:7.625rem;height:1.625rem;top:90.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyZbDH7VO9CT6oru2M9xMocX7utnVorP { width:8.125rem;height:1.625rem;top:86.375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbdnJlVaZRowlz8xXPAFPJpSgEL8Ndn { width:8.6875rem;height:3.125rem;top:93.8125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HLmOUliR7HieOcH9Zq1PLZ8ZSBSg1kie { width:8.75rem;height:3.125rem;top:98.125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NZgTVlEPrgOHzTZ1Kx7rzHHrgIDeyfvG { width:8.8125rem;height:2.03125rem;top:101.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN5VC9aSkpUtkRuSy7n6Di2t6MwGZNkW { width:9.125rem;height:2.03125rem;top:104.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXbPKCf3PFRRZiwvTE8nZxdgGvAKaqK { width:6.5625rem;height:3.125rem;top:107rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eFGygEI24VBrlymTfAHsudcqkLPHyGbZ { width:9.25rem;height:3.125rem;top:111.0625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ExKIMC5GNmcfx165Sf0kAvpgmCik9vSW { width:8rem;height:3.125rem;top:115.125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ypHHdoW4fNnxKDbQT8T5eoBCEKQqn5eb { width:7.625rem;height:3.125rem;top:119.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ubyD1hvb2WGTEoJSycIKVPNbdteuG1RK { width:9.3125rem;height:3.125rem;top:123.375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KMoWHxewOluPmOipSyCqT9GolMAA5FF5 { width:8.125rem;height:2.03125rem;top:127.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOx5R14zbg1eFnHOgxvZ7WOyi9DQJTD { width:6.875rem;height:2.03125rem;top:129.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxDuDa9V7L5Hz3iQACW25Ql4v35rNvHv { width:7.5rem;height:1.625rem;top:82.3125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToPlcevuZZ21eOXH26L6vowNF3H6GvE { width:8.1875rem;height:3.125rem;top:89.8125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LC3mauaz8esdgbOBLdIWQKPM4XPMiEBE { width:7.625rem;height:1.625rem;top:78.25rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOOTCStePK3WuydEofQp81dgudHld4x7 { width:7.875rem;height:3.125rem;top:77.5rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sNbbl9IqzTa35QG6RgOiwHUzX5bTkonR { width:7.375rem;height:3.125rem;top:81.5625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rZuU3sRVKn5Gl43DKEXqFsvok7kZTnoO { width:8.3125rem;height:3.125rem;top:85.625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tnp8h6rhS2Mmnel8t8x7Eg0ApoEtKhMH { width:7.75rem;height:1.625rem;top:74.1875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksiSxUNeVphPLGXA6ImJHc8ZtOC8qI45 { width:7.8125rem;height:3.125rem;top:73.4375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sRt3ZiPgXV7O75VT1vKGsNATo1inrxlm { width:7.6875rem;height:1.625rem;top:130.125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdpf2a0v8mrMZq6wsD05dpiWBEuGrTRT { width:6.625rem;height:1.625rem;top:172.375rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXAhd51sDF2VHPQmz2mpIO5Ok6r6s73o { width:9.3125rem;height:1.625rem;top:168.5625rem;left:10.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0Q6swaffP7WsETnE0tF26uQWcqkVHD { width:7.5rem;height:1.625rem;top:164.8125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTypTTQzNmWZzdmzMuePhZTEh8l2J1h4 { width:6.375rem;height:1.625rem;top:161.625rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8iU3qqZIiSN3cWRGIgwHJOiV00mKnX { width:7.5625rem;height:1.625rem;top:157.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCEQci9g4dees2R4wkiQOCWQvZScDBDl { width:7.625rem;height:1.625rem;top:154.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86i7s7DwgLbyEbOpz4rFZ3v68TWuKqt { width:7rem;height:3.125rem;top:156.8125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HVTv2qfT2SnT0y0bGZry2HglW3Rw8TVL { width:6.625rem;height:3.125rem;top:160.875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a4idF5UD81Le98nS9MA5xk7c9JSQEBfp { width:8.3125rem;height:2.03125rem;top:164.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5JVlvLcLSTnWKGXZ9f95VKet3Soe31L { width:6rem;height:3.125rem;top:167.8125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nhmftV2pROFzfFzo5BOGtcp0rThyqTRg { width:5.8125rem;height:3.125rem;top:171.625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yHg6DdkTPo8r8tVxDHBJNefDvXUpti3d { width:8.125rem;height:1.625rem;top:152.125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4zvkpWLRo2cXXaMkeDyhOWOwI6kpald { width:7.5rem;height:1.625rem;top:149.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr91aMEWnV9mGubLNlMOzTKKNtcvlvNg { width:4.3125rem;height:2.03125rem;top:154.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9V9KGzeR04cc26JKGvfXTTLAgUumuZH { width:7.625rem;height:1.625rem;top:147.125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWHVn8281FiBx2A7ChgQZWwTg2PVGun2 { width:6.4375rem;height:2.03125rem;top:146.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6oQlIFVXOF1AF1Ek6Z84fB3LOHVO8D4 { width:9.75rem;height:2.03125rem;top:149.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSuxS4UwF87kTCrlpDIvCTvvNcw53SA4 { width:7.6875rem;height:2.03125rem;top:151.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAKPsxHed7zO5ORIkrq1Aq0XtJ4TWiIJ { width:7.6875rem;height:1.625rem;top:144.6875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdNZuKDkkDTlhoenbVunnvfuG3R6xQKT { width:4.375rem;height:2.03125rem;top:141.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ720x1rw87NyxkqehUgGD9J4EtpviCS { width:7.6875rem;height:1.625rem;top:141.875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydoJH3gJJ3DLtaIh56sTp48m04p1unC { width:6.1875rem;height:2.03125rem;top:144.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWS2rTs44Ub5VJnsMIkJWmTzZhnynGXf { width:5.625rem;height:2.03125rem;top:139.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZUK2cdiCy9tgXP8DNqQf4nDvGKGU0iq { width:7.6875rem;height:1.625rem;top:139.25rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxRJi3nBo2X0WT2IB6XMr3FTtJPnLt3 { width:6.25rem;height:2.03125rem;top:136.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3T61MnTHIUn0ruIywsqTairTeLRTPXa { width:7.6875rem;height:1.625rem;top:136.5625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSapQDWkQauQJA37zHgGMfWZwhqCR0wO { width:5.9375rem;height:3.125rem;top:132.5625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iu11W0Ot6thU96mArq05zvFhypneIr1f { width:7.6875rem;height:1.625rem;top:133.3125rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl { display:block; }#qCJrTo5MXMpKt1un8f9XT6H7i7TXPoxl > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr43uL4NFmk7cZIV1eihbX8yJkADvrkP { width:19.75rem;height:16.1875rem;top:36.125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhK12TBbuit8P3UMWEOphT0eLQzI6DCX { width:19.75rem;height:16.1875rem;top:17.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7eXaeHqBKsRaIDwuEvfMf4blAHHRHTT { width:19.75rem;height:16.1875rem;top:0.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT { display:block; }#kX5Whf1bFQZIesH2xI9TndGtpPNDQ0QT > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwNPS82kv9I0pVSlr3gqdmndpygOs4Ra { width:9.125rem;height:2.5996125rem;top:2.12451171875rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5xml9vznRZ4CTTEZpqoPHDJgKAPwM5 { width:20rem;height:0.6875rem;top:5.22412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moCotpH4rdBwuOOpogv7PRsRu4FUEkoy { width:8.9375rem;height:4.6875rem;top:7.599609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V6fiAWyNwndP8WDeHfTrdmP5g90SBH1q { width:9.0625rem;height:4.6875rem;top:13.224609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UWyXgJNIfAQPtxi5wsTos1LdgOnygNBa { width:5.5625rem;height:3.125rem;top:18.849609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #phTE59yJu8rud75QHEw5TQMwiC8whg1m { width:6.1875rem;height:3.125rem;top:22.912109375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SJiDO3BU3tabIbxUvLT9DFILIOlUz6hx { width:8.125rem;height:2.03125rem;top:26.912109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWob2XuQOf6XuOSlN5TRp4t6wU0f6vwv { width:10.375rem;height:2.03125rem;top:29.568359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcyw2fi5eExxmz9pkpg89xIQ06O8Ic0i { width:11rem;height:2.03125rem;top:32.224609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh6soFlGbU2ORd57iM7u1criFo42aKdg { width:6.625rem;height:3.125rem;top:35.193359375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UReQ81m8N4hw3zfEPhTKG2tcEfok9kg3 { width:8.6875rem;height:4.5rem;top:39.318359375rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9JrBNTXvydGF1ddnfWDT7NQcaher3y { width:6.0625rem;height:3.125rem;top:44.755859375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ToTBZllUQ3SdP6uiHD59KZoPTytOzzb3 { width:5.4375rem;height:2.03125rem;top:48.755859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxgpIVheGg3Mxcu17LSMkK9O7ByPFV0L { width:10.125rem;height:2.03125rem;top:51.412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQQGWcWvbpb5whUvu01QQu5va70SFHwB { width:4.8125rem;height:2.03125rem;top:54.068359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEErr2Q3PuRZRW4o0JXsBoeG4O8QdVVk { width:9.9375rem;height:2.03125rem;top:56.662109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3n1eJSQQTif0cUZ7Qk6ykD43EZMTZkX { width:6rem;height:2.03125rem;top:59.318359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFxmaXlhTJTeVqzULhshIqVgJMcarnh { width:7.5rem;height:1.625rem;top:9.130859375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc8GkI7GDinCzZGoc3rlHNaMdOL0iJ4b { width:7.625rem;height:1.625rem;top:14.755859375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD4I32iyQdq7VQ0pJtCVNKEehAnUa08u { width:7.5rem;height:1.625rem;top:19.599609375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuaHeQuUiHsQGwoy0LfNEgfkiQBSvTQG { width:7.6875rem;height:1.625rem;top:23.662109375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woghvPOuvRMeIoVw2o5kxoWUqklEHbtl { width:7.625rem;height:1.625rem;top:27.115234375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhOeNDbJ9l7hR7iJk96gbcHKJfFBbSDi { width:6.75rem;height:1.625rem;top:29.771484375rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTtGFoLaKvoOhtNlHEHn7Avkc11O5WA { width:7.3125rem;height:1.625rem;top:32.427734375rem;left:11.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Q7mBxVrpRdpsQzQrCMDuJFdD1a15EZ { width:7.625rem;height:1.625rem;top:35.943359375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnTuqvqG79TP7XpLbXPbRCx4H7K1OiM { width:7.5625rem;height:1.625rem;top:40.755859375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTmhSb29X6VKBIxT5QF9b68HsTghNNU { width:7.625rem;height:1.625rem;top:45.505859375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsfeV2lWAma0KNHOv2443sNxNwVO935L { width:7.5rem;height:1.625rem;top:48.958984375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u757kMC6uhy139V8cbB57R3rKoOeKgs1 { width:7.5rem;height:1.625rem;top:51.615234375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRAMGrr9BNvN5TvyeZqBn662bCAq28Ub { width:7.4375rem;height:1.625rem;top:54.271484375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleHcODCi1hdwZTHZJs3AixPS8PaevgX { width:7.6875rem;height:1.625rem;top:56.865234375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsZbv4fVWzO1TnrWUl76yIC7EeCRUO6 { width:7.6875rem;height:1.625rem;top:59.521484375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfnKKFmZrtEx4Qbe99n2zKSDxU7eb4lJ { width:0.625rem;height:37.9375rem;top:119.4433625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCksZTUCgJhlbWyFZd8Ie0Id09loR5eT { width:8.3125rem;height:3.125rem;top:62.287109375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pt8vaKOtiZIzDRKOVcOINQmXqEVGZDOn { width:6.625rem;height:3.125rem;top:66.349609375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XyixXLfl9ibaNR14G1mnZ3flgl3sarkT { width:7.3125rem;height:2.03125rem;top:70.412109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzJLsdrU7rS3qNsIDwHAsMoewLydA4it { width:9.6875rem;height:2.03125rem;top:73.005859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUwFyKq1gDh9nPWwmeMtdPoJP0hZa0I { width:6.0625rem;height:1.625rem;top:63.037109375rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJpKFA45ixvp2zLpSQXaTlLUCL5Vve3e { width:7.6875rem;height:1.625rem;top:67.099609375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWcLXe01zLNW1IxFMvJMsEUppcmJiGsV { width:7.6875rem;height:1.625rem;top:70.615234375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0T7zZbqg8d688rHT6H2L3uAkHPArOd { width:7.6875rem;height:1.625rem;top:73.208984375rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2M42a1EzIDgx90UfrUJNbTvZbAgcp7 { width:6.875rem;height:2.03125rem;top:75.724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZTVG1tZeii3faGGhO8ZR9bM4tzeWwd { width:7.6875rem;height:1.625rem;top:75.927734375rem;left:11.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 { display:block; }#iE97mWz3GgBTVlFwEnvE1kF3PZ9QT0m2 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGGJpAPJmZ0xs7WoWz7BTHdIUxudywIS { width:4.9375rem;height:3.6875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeJS36l1NehOU3K0hArsXeboT3hDTR1S { width:19.75rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6zVqhsym1yoaMtmz8yrA95vSOr69ZG { width:19.75rem;height:16.1875rem;top:18.6875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb { display:block; }#CrCzft3xDz6UDv4kTGNxAmA1p2JoUpQb > .row .container { width:20rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAxbrOsEIBby4mEugBNuNucPWp3qWgTp { width:8.8125rem;height:2.5996125rem;top:1.875rem;left:5.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pyEmGoFgIOxI2D5z7plPvrH8C3DtuW { width:20rem;height:0.6875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoC1AuCBgO4voeZgyzCEbl4LZsnec3b { width:8.25rem;height:2.03125rem;top:8.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skk1vfb0sVbFMS6LdulpTumHLTdPS3ci { width:8.0625rem;height:2.03125rem;top:10.96875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CA0SGbsnTHTDRbNy6TlCmhE5GIrdpl { width:9.0625rem;height:2.03125rem;top:13.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr8qN9uAhV6sDTihpaJW1Zuo8TuqQC2Q { width:9.1875rem;height:2.03125rem;top:16.28125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om76Hvac5c54dmzT9pJWsG6RrRTpK9yy { width:10rem;height:2.03125rem;top:18.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imseRWF2U7TEEyeCBch7tkQbSn5THJbt { width:9.4375rem;height:2.03125rem;top:21.59375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDlIkKGkBiIBLSD92tWzZdenp5Dlw3mD { width:11.75rem;height:2.03125rem;top:24.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vorTUnSkzdTbRyL7EN62Rw3t3JtVGkiO { width:11.9375rem;height:2.03125rem;top:26.84375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0i21gGWzmTW1WgIlgVRthh1A5H7TPB { width:10.0625rem;height:2.03125rem;top:29.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGqnI2qTOUe6URi9DMmXaQVEe2bmI0z1 { width:10.8125rem;height:2.03125rem;top:32.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2cbQ1c1Fe9aVv08SDhTA2leBPFq94mL { width:11.125rem;height:2.03125rem;top:34.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQy00TNcz9ECrobMKEbR3L3eTu7mk2E0 { width:11.375rem;height:2.03125rem;top:37.21875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzHg98vneN2Rp6fT2nGM0AII0w0v86K { width:8.5625rem;height:2.03125rem;top:39.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUKqQUt5V3Tgf9Ji4ULnUnLXaBlM55IC { width:11.3125rem;height:2.03125rem;top:42.46875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7xoKNrU8TlD05p769pRhEp5I28GZ4fJ { width:11rem;height:3.125rem;top:45.3125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z1SkegZ3QaP5EoO0J7FR8COHFRl09mlL { width:3.8125rem;height:1.625rem;top:8.515625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFyTO5CivKc5Ge2yiM1GA5yFd6R1UcNf { width:3.5rem;height:1.625rem;top:11.171875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEB0fgLtaKKbV7LAZnPu5QJTqen4fcIR { width:3.875rem;height:1.625rem;top:13.828125rem;left:15.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDyWnSuXnvQXntImKmCD8AJEdutTqJw { width:4.125rem;height:1.625rem;top:16.484375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPDOUidJoth5f89OhGggA15EZoV3sAAG { width:4.125rem;height:1.625rem;top:19.140625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwxBW4ySb521RxaZ6ranAParWVgW1En { width:3.9375rem;height:1.625rem;top:21.796875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9rNhzo2xTEJCPpNvQHDxca9dwTzLDOv { width:3.6875rem;height:1.625rem;top:24.453125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AktHL1vpwfa0E7XDBVw5ykGk9qQbbk { width:3.6875rem;height:1.625rem;top:27.046875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30xGK8pgsJZl4MRDQ2MNiBeJ0p5dBwX { width:4.125rem;height:1.625rem;top:29.90625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXB9v8Bz91n15I6exilqTVLme1E4VTmW { width:3.9375rem;height:1.625rem;top:32.234375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTwMIcGyxioN2U5E7vzXENBbiPHORTD { width:4.125rem;height:1.625rem;top:34.828125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqncUtSR2uCy0q3DC5IH3GOaAmoJHkmH { width:3.9375rem;height:1.625rem;top:37.421875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKOFopDTPggBEREmBWWzp8qcJDfb5ns { width:4.3125rem;height:1.625rem;top:40.078125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T5lR54iTX9ySFOKKMQOgbwW66li7Ct { width:4.1875rem;height:1.625rem;top:42.9375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6fm3N1hs0kA5TSgamIV0AOI0TT21T6 { width:4.375rem;height:1.625rem;top:46.0625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2U90QRVI4o1pk447f0a3iTTu2CTMERV { width:0.625rem;height:37.9375rem;top:95.6621125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m69rbdNzRMLDUJuCv706SiS06c1s3Sv6 { width:12rem;height:3.125rem;top:49.3125rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NweKuRlq3KiBGaZo81cKCJQdZDKReNRZ { width:13.5rem;height:4.6875rem;top:53.375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OaCA7rEhxl2t4qJm28UevSO9B41DKXQC { width:10.625rem;height:2.03125rem;top:58.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDOzuP5UMxIgvTCfr80q5TJe5Qx93Fr { width:11.6875rem;height:3.125rem;top:61.65625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #unp9M1CuoklG8XoJleV4PGcQcFFAnxpq { width:4rem;height:1.625rem;top:50.0625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIo6zeViaJSnvsRWr9lyF6t1P5EbMu0f { width:4.6875rem;height:1.625rem;top:54.90625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdtlBiGEvJeTvvEmtVicuvFqtAIH8uS { width:4.25rem;height:1.625rem;top:59.078125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG08D87P9pLvM16FwFokyckaRekyyaIV { width:4.75rem;height:1.625rem;top:62.40625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc19zQmWJU2o7AO7TVhD8iFHfD8Z4K5s { width:4.125rem;height:1.625rem;top:103.140625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhyMk2xUy8WvhKGvnEGSMDbNlewEH8kE { width:4.375rem;height:1.625rem;top:96.453125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZROb5tkari1eST0GeAHOTapBICKiNuxA { width:4.0625rem;height:1.625rem;top:99.9375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSrmntGanMcyUG3XMpwf7Vvxk64DHrA { width:3.75rem;height:1.625rem;top:93.796875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgxPdCHg0hr90fR96czMGIwRfAPK985G { width:0.625rem;height:31.875rem;top:242.3183625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiB1PGRqdZtpeVoGRsedosFtImbMHuip { width:4.1875rem;height:1.625rem;top:90.59375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGvUKVwpiGGmWJpZbJ50v5yJm3yoUWX { width:11rem;height:2.03125rem;top:87.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWuU9x3AyIFQRFTrwatgOWIvLFyDEeI { width:10.375rem;height:3.125rem;top:89.84375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mSStV5ggRWKkkaoIJDx3zmG1VxH3UTxf { width:8.75rem;height:2.03125rem;top:93.59375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHNGqT5RB1ihJTkFfZQZ4fQWyrFd9SV { width:10.125rem;height:2.03125rem;top:96.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ob7B20zmIbIAc0HLpukhk7gF8sQght { width:10.1875rem;height:3.125rem;top:99.1875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IqvHJuSyiXkGPH3i9FPRUmBTzL6brbMw { width:7.9375rem;height:2.03125rem;top:102.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVZoc8iP1Qust8Nr4PEOph8PxHt1Jiy { width:3.9375rem;height:1.625rem;top:87.328125rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TMxV2wt7WMoZGdzlFxFp5MgwR7dRdN { width:13.75rem;height:2.03125rem;top:84.46875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MpQvqPTR8rOkfRyiCVUsVVE4dT5Jre { width:4.25rem;height:1.625rem;top:84.671875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8NfxfXOBc2OgQLLrFV93RN2UwQ0XrZ { width:11.1875rem;height:2.03125rem;top:81.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn91LyOyVfeTkvsTJr5BXWuhacpD2VyE { width:4rem;height:1.625rem;top:82.015625rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kJepMv4Q8JeUH7kro5Q8Rsa8i65w0S { width:12.375rem;height:2.03125rem;top:79.15625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwo3d9TnkupUy4gZAqU1Gu3iuPHtK3r1 { width:4rem;height:1.625rem;top:79.359375rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNyHRVkLUlyD0RybxUKRaeutvy2Jbpi { width:12.875rem;height:3.125rem;top:71.21875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lkzDHRIbhuMTgLeMthBZvK1m64ckOk9r { width:4.5rem;height:1.625rem;top:75.96875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxrIrEw46ORm2rbGlkUO5Kbkbg5zPRE { width:11.125rem;height:4.6875rem;top:65.59375rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XHPb8OFEJke6g0SO0tThzV6EEedHBdEg { width:4.375rem;height:1.625rem;top:67.125rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9yHu0eDv7QoVtvmpD2b536qWrvXR91l { width:10.5rem;height:3.125rem;top:75.21875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gUNkBZlnKz8DhQKZDCAZR2EFiJX5U9HQ { width:3.875rem;height:1.625rem;top:71.96875rem;left:15.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { display:block; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AB5LW2deJ9mONQbRS5oNnhbiksPbliCu { top:2.125rem;left:0.5rem;width:19rem;height:5.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raRlPgUxXNTJHXGgk9Kh7Db3W45xH6dk { display:block; }
 }@media only screen and (max-width: 763px) { #VeWD5LC5V0JwU0TAg4suVzs6qNTzQN7E { width:13rem;height:8.5625rem;top:8.65625rem;left:3.5rem;display:block; }
 }