.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:235,224,224;--color-primary-1:194,163,163;--color-primary-2:153,102,102;--color-primary-3:92,61,61;--color-primary-4:85,0,0;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:113,89,255;--color-secondary-4:38,24,122;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:figtree;--paragraphs-font-family:figtree; }body { background-color:#030304;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb { position:relative;display:block; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb { background-color: transparent; background-image: none; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row .container > .video-iframe-container { display: none; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row > .video-iframe-container { display: none; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .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); }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb { border-width: 0; border-radius: 0; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .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; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDtST4uv5N9iDGoAQdnxRpxzZC9DmQbE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:6.3125rem;top:3.28125rem;left:3.75rem;overflow:hidden;display:block; }
#C65cbpHmkFnodcaFEmkIXcFTsDRLCS58 { position:absolute;display:block;z-index:15023;height:1.9375rem;width:19.8125rem;top:1.09375rem;left:27.59375rem;display:block; }
#vsO1zqDSVgVHuaRvockTQZhcsy71iteM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:74rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#NMudh6tWpL4BvhdCgzzQQbySMqVCQ7uM { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:6.5rem;left:3.75rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dCSXxx86mgEro7MTxMNKs2QAkcMLDlgu { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:13.125rem;left:3.75rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eXxXVSk7dlOmU89cVoZgiObEudmlR2dv { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:17rem;left:3.75rem;display:block; }
#Cqc93sOtx8bUtufnxXnD5589Tc35yG5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8EsMcMMhu0lpCIbJ8QEr0Ud9lvyoQlI { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.3125rem;top:4.46875rem;left:67.0625rem;overflow:hidden;display:block; }
#s8pki5p8r7RaFB8Wb29mMbtyBwbdZ4IQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.2124996185302rem;left:50.125rem;height:1.95rem;font-style:normal;display:block; }
#nl4lQCFHlMvtbOSPAdWmMzHgZdRk8ys8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:5.34375rem;left:50.125rem;height:1.3rem;font-style:normal;display:block; }
#ciZFASBFARrrbQm4EPAePnNWMp5duNq6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:7.375rem;left:50.125rem;overflow:hidden;display:block; }
#ipDBEh364TzdOakbXVPLvhblb9x6xCUr { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:7.27499961853rem;left:51.25rem;height:1.1375rem;font-style:normal;display:block; }
#DGbaIJXWs2Tc4vb6hr2RG056LI7lt9wv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:23.393749237061rem;left:3.75rem;height:1.95rem;font-style:normal;display:block; }
#L0ydDSx6WvisvEVPhvQ01SwQLOeXiMdP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:7.1875rem;left:49.5625rem;display:block; }
#fE6TmLVoASN579dK9TpsyT1saRSTp6Ki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7yC8NoyJs5WVsZ3mL9qFeza4pvByDUw { 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:32.125rem;width:40.5rem;display:none; }
#co9DHsUwAuQgzG7btADXIDbwplVoFcUA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:11.625rem;left:57.788543701172rem;display:none; }
#N07fCimtTd8qmiXGurFgOcXAOq6hbdCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5aumsmktC1F0cAM7sLJ8nb477uzzDhl { color:#afbbf2;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:11.712501525879rem;left:58.444793701172rem;height:1.1375rem;font-style:normal;display:none; }
#pdJ0O40i2ekspJobF3OhcTZ00EKwePWa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:9.15625rem;left:65.6875rem;display:none; }
#mGHKPw30ZII55eVgug72ah9tztqV52x9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIpulAtoMTTqoP04bML9vZG8zaAohBDh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:9.15625rem;left:50.858337402344rem;display:none; }
#nziUTfmsPbsl0mTPshld8d5Z6MXId31m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClCX2w7TlHTTu60TsNWs9DJ4TdsMvXKC { color:#afbbf2;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:9.2437515258787rem;left:52.170837402344rem;height:1.1375rem;font-style:normal;display:none; }
#Vgxwle59DS3UoNosLeD0ncA5rygiNPSD { color:#afbbf2;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:9.2437515258787rem;left:66.34375rem;height:1.1375rem;font-style:normal;display:none; }
#g6JHhQG2eFgsxfJnn1mI9VpcIsdAV0iQ { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:9.34375rem;left:64.882293701175rem;overflow:hidden;display:none; }
#XRSnwCELU2gCcl8kxAUsQer3ftxP9QTJ { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:11.75rem;left:57.295837402344rem;overflow:hidden;display:none; }
#JnmgEkhIkZzVdInuh8s1XzdL5fTtG0rJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:0.5rem;left:55.319793701172rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hKqPIxx4f5wI65bNT7487Zx8lEX0TuLX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:9.59375rem;left:50.125rem;height:12.5125rem;display:block; }
#oCkbeoL5aUvXb8OsghdcV5LviBmFG5eZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.133333206177rem;left:3.75rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zB718uNFF8PDKCb0s6Gy61H7zIzFmuJn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:25.8125rem;top:2.13720703125rem;left:48.0625rem;overflow:hidden;display:block; }
#XMHzfa5lrqWxfdQpu2HDO9FBvNzteAw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:12.625rem;left:55.75rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w20aUEqlCRL3siFURk37FRP2ogQ9xvoq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4.5625rem;left:65.5625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#X33rwOhU6XPnMq8iuLrr6mpxX5yWClJW { box-sizing:content-box;height:2.3125rem;width:9.375rem;position:absolute;display:block;z-index:15034;background-color:rgba(143,0,0,0.4);background-image:none;top:1.5rem;left:55.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#QnyTJOeA9nhpK2Jh9gopwyTCQlImLfEW { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2rem;left:55.875rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pLGgAT0xTAlzPWawzq6652Nn6ga8L487 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2rem;left:65.5625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pvcw4yCU85XdZEQGV1tCHA4ORWAN97Tt { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(143,0,0,0.4);background-image:none;top:1.5rem;left:65rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#e9S5ZrD6TAxcUlJEQ6y3FfWZEaOtSZKM { box-sizing:content-box;height:12.6875rem;width:25.6875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#050303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#050303' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-size:auto !important;top:0rem;left:48.227081298828rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }
#EExzrmQTb2lCd4FRyIm4v6mZa7hxxcz4 { box-sizing:content-box;height:8.375rem;width:17.875rem;position:absolute;display:block;z-index:15040;background-color:#710101;background-image:none;top:5.625rem;left:29.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }
#Z9rsPSQLKHBMHpUX5b8aXU8kKO4rs3zx { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:1.09375rem;left:9.8125rem;height:2.25rem;font-style:normal;display:none; }
#TDZVmaqVW5Pz6hl8mnEBxAxSWTu87zbD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:.8;letter-spacing:0;top:4.6156253814697rem;left:66.53125rem;height:16.15rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZXUwDQv53JLrswCRw3La80Jib7Sz9Sv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:3.3031253814698rem;left:52.71875rem;height:17.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qQvZVDIFf05mk83fCP1aRTv8l8UWm3nl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:3.3031253814698rem;left:52.71875rem;height:17.95625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ILBPtAW3VR7CyczUcyxNf6bLvgqK0Krg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:4.4093742370606rem;left:54.53125rem;height:12.43125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g8q4cpX4SJqRkaX1yNRuF6s7As6DLhmH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:.8;letter-spacing:0;top:4.6156253814697rem;left:66.53125rem;height:16.15rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx { position:relative;display:block; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx { background-color: transparent; background-image: none; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row .container > .video-iframe-container { display: none; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row > .video-iframe-container { display: none; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .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); }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx { border-width: 0; border-radius: 0; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .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; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdEyKeMSNnlCQyJ3dacZV0TxXfVsxStH { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:2.2000007629394rem;left:3.71875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRiwJi88zWtaMyDcHWJ3WNgUS1aJcZwy { box-sizing:content-box;height:8.375rem;width:26.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:5.625rem;left:2.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#Z3vZnmZTs6X0xWiKgebNxfF1TycxynAa { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.75rem;top:10.5rem;left:10.84375rem;overflow:hidden;display:block; }
#mTJcoFaZ17fEmsecRslxpkHkgd3sI9Io { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:3.3125rem;left:22.9375rem;overflow:hidden;display:block; }
#tGwTIpuUmLSTWEhZIH3a2rMy2kh8e6Ov { position:absolute;display:block;z-index:15042;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:1rem;width:2.875rem;top:7rem;left:3.71875rem;overflow:hidden;display:block; }
#MZT4JbyZilUmiLcVHeGkTSrM12M1FHDF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:8.5999984741213rem;left:3.71875rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AlpU3kUZaUAg8NRPedBP94hLHsblHn9I { position:absolute;display:block;z-index:15044;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:1rem;width:2.75rem;top:9.9375rem;left:8.65625rem;overflow:hidden;display:block; }
#Bzsil5mCFfkIPIGtxZH7iTuUPdRUA1R7 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.5rem;top:6.96875rem;left:15.3125rem;overflow:hidden;display:block; }
#a7ZeGIQrpfOHTHTcCNfQ6OVK2V9qh9xF { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.5625rem;left:12.5625rem;overflow:hidden;display:block; }
#b689KmGDRX9vXsFCGN02kJxI3n9ObKPv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:9.8125rem;left:12.84375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWRTXcgV1fQiJNzsewOL78qNxvRUrNQH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:8.9375rem;left:15.78125rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QotPVWB7BIoWCPEMu9omKztAlfsGUbTA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30.4375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEWiTwqsga5Z0s8TWSCCAM5Sg0I06hrc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:2.1875rem;left:30.4375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kLtrOcciRPtTPMFHGc5ttBeHO2OLzipp { box-sizing:content-box;height:8.375rem;width:17.875rem;position:absolute;display:block;z-index:15040;background-color:#710101;background-image:none;top:5.625rem;left:29.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#zHQciR78L23typpv78mnmTNL3TBkbZwn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:17.75rem;top:10.5rem;left:31.0625rem;overflow:hidden;display:block; }
#T3EmXzyOzDR1u3WhFSJF8tdZS4ArTfCO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:10.625rem;top:2.2000007629394rem;left:38.1875rem;overflow:hidden;display:block; }
#F8l4fHKeqZLtLTQiULeNUpc0riWJTq7T { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:6.8250007629394rem;left:30.4375rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#soMK4ZXVXOmRsFrHicHF4FZ4RPk3HnCV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:23.393749237061rem;left:55.319793701172rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ruX8fbwofwTtooTPCcNmTAJ8qm2ttmrG { box-sizing:content-box;height:2.75rem;width:6.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(143,0,0,0.4);background-image:none;top:0.85208428651094rem;left:65.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CsAEL2pu3kCdT4n5tSf0rM60cZuTXEZl { box-sizing:content-box;height:2.8125rem;width:11.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(143,0,0,0.4);background-image:none;top:0.91458428651094rem;left:50.477081298828rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PCAIEgHBgcQtmgDKk6lJ8VFHReCXBh79 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4.3062496185303rem;left:66.15625rem;height:5.525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hriOJLNJKCGmB3EhFbglco3cHTfBVrGN { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.7208330631256rem;left:53.852081298828rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yL15gSp95JS4s4B5IbCpRouv9kueEvKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.5625rem;left:67.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUhWSQsACh6dG7vmDDWWDrNV2bOMJgDN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17rem;left:25.0625rem;display:none; }
#erLq8uetKG8hL7fh5lBD6rSfk7d5g0bS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:8.6875rem;left:51.25rem;display:block; }
#HGFhUwTnZm6cXOXgfVtUUrTCBMoKiqeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEBuG5VWRAIhkMcnp5Mf5TXdEWGeZMWx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:8.6875rem;left:66.125rem;display:block; }
#I2GCdRauIBlQ4TgmnooCbAHvwy1FwncR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnVGDXHqipgTot72qCA01df91QL3xegI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:8.875rem;left:65.5625rem;overflow:hidden;display:block; }
#v6leXfFwVWs7lXkspnzPbMnNHdHtRogA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.3125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:11.1875rem;left:58.1875rem;display:block; }
#FvDairoITe28kS54T9ecM2mXNoh6AOC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGe2rnxQIA9p03qZ85T8bn1G3Vm5HhUb { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:11.3125rem;left:57.6875rem;overflow:hidden;display:block; }
#ARowcMoPVonGAoTmZ16cLWNhIAWvGhcI { color:#afbbf2;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66.75rem;height:1.1375rem;font-style:normal;display:block; }
#gnnaQJ4fPa1RfsdOT5oMTEJ2KNcZmkD8 { color:#afbbf2;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:11.3125rem;left:59.125rem;height:1.1375rem;font-style:normal;display:block; }
#DHxuNrg2d6BcNTEX1Ok5XzAvrRna1mCh { color:#afbbf2;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:8.8125rem;left:53.125rem;height:1.1375rem;font-style:normal;display:block; }
#vnmSK0TKEhVJVB22BXexT3aS9CfAAhVO { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:8.875rem;left:51.25rem;overflow:hidden;display:block; }
#uHGwEocdczzMvhsmAfqLvoRwCVydWWg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:22.687499046326rem;left:3.71875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ip7SlQPN7hpNVchzOaUo7Au75pRXmFb5 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:2.1270847320557rem;left:31.625rem;height:0;font-style:normal;display:none; }
#Tkacr4vshb3ciNqXuUUgupAlmdQu0qhX { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:21.131249427796rem;left:4.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#txMt8VGW7fbMfO1E1eXTu65anSADFTuN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:18.9375rem;left:2.40625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DtRI5Ne8tIhZx7vTxUvUnb9wUisL5bNs { box-sizing:content-box;height:7.3125rem;width:25.6875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#050303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#050303' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #050303);background-size:auto !important;top:0rem;left:48.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#mmOchsNDrNv5cMLhVDUzqs3fGgpaLIKf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:4.2124996185303rem;left:54.671875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1gsQUTpPifkVlztyiElHJs57lPcRG6p { position:relative;display:block; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p { background-color: transparent; background-image: none; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row .container > .video-iframe-container { display: none; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row > .video-iframe-container { display: none; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .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); }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p { border-width: 0; border-radius: 0; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .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; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#030304;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P8e2dHtMpTTt8RxRpnl4g3m6ZDFuuJJr { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:1.09375rem;left:9.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3KPymJHk6dn77QhgtB7MpPktISgLrfB { color:rgba(var(--color-tertiary-0),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:2.1270847320557rem;left:31.625rem;height:0;font-style:normal;display:none; }
#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ { position:relative;display:block; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ { background-color: transparent; background-image: none; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row .container > .video-iframe-container { display: none; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row > .video-iframe-container { display: none; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .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); }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ { border-width: 0; border-radius: 0; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .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; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hh1zDXR3d348mXmTipPpuuq5H8ax34Il { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:1.4375rem;left:6.9375rem;height:2.6rem;font-style:normal;display:block; }
#Xi3Fls93oNCbpwTnIMCcXPJxLDKyX6K9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:1.6875rem;left:19.75rem;overflow:hidden;display:block; }
#sUx0B1giNP0X6FCkez54BIRNoyTDG4tS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:1.8125rem;left:22.1875rem;height:2.1rem;font-style:normal;display:block; }
#zTEPeTKwrfo9XK5ukr7UZ5FnMhz7e1eH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:1.7312507629394rem;left:45.625rem;height:2.1rem;font-style:normal;display:block; }
#GKhgCTWhnTp2bIt403IEuCcHwe9cGHln { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.25rem;top:1.4375rem;left:54.875rem;overflow:hidden;display:block; }
#V8VkLhlRH4AK0332NQgMZOEuDUBiBSsp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:0.25rem;left:48.8125rem;height:2.1rem;font-style:normal;display:none; }
#ZnZ18MMikzNHMXkNAbH4HsuZuOAZ8xKz { 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:3.25rem;width:13rem;display:none; }
#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC { position:relative;display:block; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC { background-color: transparent; background-image: none; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row .container > .video-iframe-container { display: none; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row > .video-iframe-container { display: none; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .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); }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC { border-width: 0; border-radius: 0; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .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; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyZPmUFL3hlIxQaixDJ0TgTgHXDzDJZc { 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:10.875rem;width:50rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#luNWJXZMKviMJDS6a5wrS4WXFlssqBpT { box-sizing:content-box;height:33.875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bUObOwL0rLCTuTFrqgfut58g2UFz8PwW { position:absolute;display:block;z-index:15004;height:30.125rem;width:73.8125rem;top:2.9375rem;left:0.59375rem;display:block; }
#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up { position:relative;display:block; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up { background-color: transparent; background-image: none; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row .container > .video-iframe-container { display: none; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row > .video-iframe-container { display: none; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .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); }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up { border-width: 0; border-radius: 0; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .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; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kxf8pmiOogo2ezrT6zQ6Uks0WBV8rKTd { box-sizing:content-box;height:11.875rem;width:33.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.5rem;left:25.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zo1bdudf7s8qqoLbS4aDBuzJgb0hpRpa { 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:14.375rem;width:23.75rem;top:0.5rem;left:14.4375rem;overflow:hidden;display:block; }
#rLJp4G7H0kUpCbu7UJ7kHqlsVFQ8HT6d { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.375rem;height:3.9rem;font-style:normal;display:block; }
#TTVo7cbIcJhXWhFPufMfT3U31weEp1Ko { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.8125rem;top:6.8125rem;left:51.875rem;overflow:hidden;display:block; }
#qsVfqliHfWn553zQbiHL2WxfwdIRVbO9 { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:9.375rem;left:38.375rem;height:1.1375rem;font-style:normal;display:block; }
#xumOtbse4MSfiaybzqHlen2dN6C1NKa3 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:9.47500038147rem;left:46.875rem;overflow:hidden;display:block; }
#Qt3VoGH1UyqCUlwmcdKIA6NAK6Hv1KdR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.375rem;height:3.9rem;font-style:normal;display:none; }
#fygeJauuHBZao1a3s30klgzd9uOTg6zF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.125rem;height:11.9375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.5rem;left:15.625rem;display:block; }
#XRu8LoRi1hT76sWnhB6y82G5eQzGLUvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt { position:relative;display:block; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt { background-color: transparent; background-image: none; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row .container > .video-iframe-container { display: none; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row > .video-iframe-container { display: none; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .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); }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt { border-width: 0; border-radius: 0; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .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; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pJWmOGnWCLWyRHNXvRSrssGDnzeQds3l { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.4375rem;left:8.4375rem;overflow:hidden;display:block; }
#qsuEK67LzZ8vIoEb3u8oyRlGvhGZRawv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.5625rem;height:1.95rem;font-style:normal;display:block; }
#yT5Fd2Vx4fT53E9FMr6X2qEXCkoKQ7cT { box-sizing:content-box;height:18rem;width:36.3125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5.1875rem;left:0.5rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;border-top:0.0625rem solid #8f0000;border-left:0.0625rem solid #8f0000;border-right:0.0625rem solid #8f0000;border-bottom:0.0625rem solid #8f0000;display:block; }
#epbvCFqFcCVoTCbhhHfmrxCPBWQv0s4i { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.125rem;top:7.125rem;left:2.1875rem;overflow:hidden;display:block; }
#dB2gOIdZFacUoJrLtdoG3BZe3PhBoWfM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:7.6437492370606rem;left:2.40625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyLwHaHoxk3BisGdWfudOq43GqcMM74O { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.7062492370606rem;left:4.84375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLi6I4KJ2e1mo4gQ8cvxGhRlQTTxwf2s { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.125rem;top:10.0625rem;left:2.1875rem;overflow:hidden;display:block; }
#aqPNJ0gioixzCxTt0CcFOTcTpPMpgyTw { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvEtzSR7IUMbWZmhQ1D26ZAVCufFSBh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:10.1875rem;left:4.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d43ep7lJQRlPNOVX5kCEMnWrTyq8cTD3 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:11.424999237061rem;left:4.84375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypmNqEItoyhECkcIl3B1fRLSaqxkBuIW { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.125rem;top:13rem;left:2.1875rem;overflow:hidden;display:block; }
#qeupAuzCxnDHyatUVwoTKTp0TvRzvVT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gd4kNRb6ft1OTyVV9gK4mpRV6nzT1C4k { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.5625rem;left:4.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0yD6KNf99z5bDqbcTykRFCBUAvs63DS { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.125rem;top:15.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#cLqh39hakWKW9nhx84kTXkXemEycPPdZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:16.4375rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3apH3puBLOGI08xU99NFr1u5UA87OD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:16.5rem;left:4.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cx0Ximebbm9vrsuDPqaBfffsBeEBUr4E { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.125rem;top:18.875rem;left:2.1875rem;overflow:hidden;display:block; }
#AWRoH3i87hoiFhpoCqN4BrDsH37zCz8d { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lX7Sf5BsaMLr4qxVJbxdsxBxfopbUXpo { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:19.4375rem;left:4.875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWT94mdZh1JNexccnMUkECWidylD1Ia1 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.4375rem;left:46rem;overflow:hidden;display:block; }
#fu6x5nWziz4zT6a6rhkUQFfFgRBPppca { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:2.1875rem;left:48.125rem;height:1.95rem;font-style:normal;display:block; }
#wR2ykpggMyoTrVk1P1Tk1qvZR9z1yxf1 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:36.4375rem;top:5.1875rem;left:38rem;overflow:hidden;display:block; }
#SpPcLRucpTfOSkJBELAwrRUnKM1MRa5G { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:6.5875015258787rem;left:39.8125rem;height:3.9rem;font-style:normal;display:block; }
#T2OOohgXcL6W8sQH6lhsgWCJQU1gMnbi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:11.337501525879rem;left:39.8125rem;height:10.2375rem;font-style:normal;display:block; }
#vmEGaTnOcTDm7J0DNHg6OtisQB0Kgf5k { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.875rem;top:24.3125rem;left:14.1875rem;overflow:hidden;display:block; }
#u4ftNbUs9HTyMS64bHHtFzAr2bIU3K29 { color:#afbbf2;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:24.1875rem;left:15.3125rem;height:1.1375rem;font-style:normal;display:block; }
#wX81TFGuBNzxnFbH4KiK6IArOklW5qKh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:20.25rem;display:none; }
#uACz1nhZZ57u2dUygViB5x6wiEf3pIt7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:24.125rem;left:13.625rem;display:block; }
#B9JhvDvG4kWVzywk7Qqh55ogF9soUnqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5AC9UoaobUQ8lQHegqTCnPxQUwIxqRg { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1.5rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:7.5312519073488rem;left:8.125rem;display:block; }
#TQa7XPPLqXo2Mr8V6V7MJTKeQgpFoqCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 { position:relative;display:block; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 { background-color: transparent; background-image: none; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row .container > .video-iframe-container { display: none; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row > .video-iframe-container { display: none; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .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); }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 { border-width: 0; border-radius: 0; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .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; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wuGBFEaTC8vBKbpmdXTDTVekNrwRQXPx { 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:3.4375rem;width:3.625rem;top:0.375rem;left:31.625rem;overflow:hidden;display:block; }
#xnSCMgUxVeBUPuLIoAQV8lM9UTGRTyeT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:35.875rem;height:2.6rem;font-style:normal;display:block; }
#IHFt8LBUzbi9h8QaEOp0lPLVa0ny8Jyu { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:35.875rem;height:1.3rem;font-style:normal;display:block; }
#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ { position:relative;display:block; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ { background-color: transparent; background-image: none; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row .container > .video-iframe-container { display: none; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row > .video-iframe-container { display: none; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .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); }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ { border-width: 0; border-radius: 0; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .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; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p40itiWK5gFSzI7J4yrU0dybJyKTnCdT { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#X4v9mHxzUP28WhdG5Gtr3S7Iih6znOH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#TtZ5v6eKTUxGCpHT6PwwLQoywurQgQ5N { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#HpZBhXteqcgZuFOkD3oJrPRbJdyHEclh { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:2.5rem;left:17.625rem;overflow:hidden;display:block; }
#SFAsaghskuy04EFt8uIuK8Pym3CxIAIr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:2.6375007629394rem;left:17.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8MRqHJWTW1vdTZtec2EAuGpTgyaVOrr { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wACwyyPR7EHlViJ4AaDsNM5VTifiyFkG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:17.28125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgbyXmd8z15CITZs9rPXgEm8PiTBDxeU { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WTbmOLM1wkqyhQwORCQcq0Sl0c4KbVPm { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PT0GBtdd6Kb0UIgQ7d9z631TSoBWs9ui { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:9.25rem;left:6.140625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yarkvc7E3Wm7QpDVknSSl5G9tuA2h6f2 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:9.25rem;left:16.53125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sq7RtQJrSA4NqchpMznV2X6pHk0x42aw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#IDwBWLaeS1pxlMEccf1gB9WpvMHfvxaN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#DwtTSPxn6IsIfhlUSEVh8cPcactMD5JJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#XBRfv0s1z59tsBMeiPDrlsg2lMmDcH2K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#a98k205J6F0PbDmfTlqxF6WcGGK6Q3OZ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#nL3cksABOz8m5enKk6nSl4uuDxRZPuNl { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTugEPlW4pUko9LT3c8Ti8XNm2t4oKKO { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#Ch6dLqpbal90kXgz7eWdFMf8HHiXoBPg { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:2.5rem;left:42.8125rem;overflow:hidden;display:block; }
#ByfXkUdGF0HxAekTGtABX85NOa44xI7E { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfkhUI3N5QA8uoaQWsaSdXx1D2ZzlCS3 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:2.5rem;left:42.8125rem;overflow:hidden;display:block; }
#k97zBENxZ3mzfw0aztmC3quSxFyTPe4T { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15048;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:28.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rSEqHxGTG9SfyypJp43bggE3aeLezvWi { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.5rem;left:32.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Co7XlAXvf7mD7pl7ks0XRZXIllHhC4fn { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:41.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#E0FcVWZv6eyw2wLKoyFv2C7WcgDkuoQq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5rem;left:43.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWxzaXOum9ATayrwBWeuSLRT7gySCOPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:9.2500009536744rem;left:31.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgqaPT7n0RcreNsxTmMaFiVCd8pcxI8q { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.2499990463256rem;left:42.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMSClOp8uLFTlo1FKz0FIA7tOTRfcvpV { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#BaOzwVcfEtFbTC3NEJzANZIvgTouVPy1 { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#hydb6lxibU4qmIsyJv6DgtVvk177p4RH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6SWV7IHMdGm09c2Q02vcOADS2KdOrCw { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Zqqigv9qN1Hycz5AVXEP5wP2Iu8gBQGc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:17.28125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bk7PzAikx7fu4qeTQTgy6ORof0c4S6OU { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#nmmxaROIEwMBKh0n9BhEtp8VQ8IUgMvT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.2499990463256rem;left:42.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kE8NBieFhVOXKM554U1vIPRmpc0nhBr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.625rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xq97ddqbZmqKoBiuLw0U5sDNtC7FQarK { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:2.5rem;left:67.8125rem;overflow:hidden;display:block; }
#QPykDIo0786tlrlhG7WU1uFPcp4UqNGS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:2.5rem;left:67.8125rem;overflow:hidden;display:none; }
#uv4R4tSz8ozGZcQev044ClvNk3ZrmAc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.625rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JhlUCvta4c5Q4FLl6PnKMDhxKBllS2Kn { 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:13.125rem;width:23.875rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#H5WKrkSK4cu0nKLP66uuS8PeUenKgoTk { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15053;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:53.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QMcVsnfsOIR5bDHVNQtbhEz3xlHpel4z { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:57.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DuSsUgzWiXJQsW6QHQpykP6HLQUM4ITg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:68.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHgUwkhUSIhMWiHIPFP2QSRAa9NdI8iH { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15053;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:66.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Os8pfBmhpPhgQkRfQMr7RTpwGtNUdg4U { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.25rem;left:57.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhPW0WMETxhaGLvWgdSSVk8NIE21KxTF { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:9.25rem;left:67.75rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMnmKmBIU4Usf25Bay52cdKzUKrP0Fnp { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#P6tC4gKzwdDpZx2ix7cyt1ZKGazOQxZO { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#ETKqG8aSxo0sSeDLlLlqJTZenSyAWBui { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IlmrWfgk0uULq7l35EnLGMeIfcytLHXL { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#HzO4oZNLk0NvMxesCeSSpNblyDvUDSvS { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:6.5250015258787rem;left:17.28125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KMFdMOWVcyQG4IX1Fb902oUNG1bk930o { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15044;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#fwPrRQIig281TnPZvxxP6C5x8PdGSP7X { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.2499990463256rem;left:42.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH { position:relative;display:block; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH { background-color: transparent; background-image: none; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row .container > .video-iframe-container { display: none; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row > .video-iframe-container { display: none; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .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); }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH { border-width: 0; border-radius: 0; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .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; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#la2c0cL3a2Bb9P3hwc9V60H8gOSgzzRf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#N96dQpskhzDX8IZw4lSAowHv3vbGdlfs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#BnXEoIxBy7qxnmD2KgfqDwHQJUzFDsNb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#pToCdoA9BK2LI8wOKsvmTrANTtUTa27k { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3249988555908rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#QbdTyyrhyt392cN7vUbpOPM15rtOLCkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#VO9UpK8EQI4X4aMeymxQqwtmSmcMMPZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#m85nAn5z0Z4pg9lQDa2ZvhowhekB9IpA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6LrE56caAM9Pp68CoprQTi5xTm3vpwn { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:block; }
#DUta0AOsvU95ETUCK7Z0C3qx9dX36nlp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGJCaVWvZRLIrzbfzTU6sX6n9q1Hr9pe { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:42.75rem;overflow:hidden;display:block; }
#J3IGgnMA5Uikr7V4ruv5cuzDPWTnwdgv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#upoqMNmmCaggeQ0dBS0mlwV0GzKkDiii { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15049;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dNvouBSkbiggOiye5ms3iDRNNPIrkAHv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrOAiBJCQ9BDDw9tTZfwivCN0XmOMaqb { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15049;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Q7wRZLTOEVHCFOJurIoxOTBVuNm1MqhX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:6.5625rem;left:17.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VSt5WHmKtJXuhpbMqMrOqE9sfEUFgWWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:8.9645843505863rem;left:5.9770832061767rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2thd6wbUHofAFJpOPCG1XChxdCysNNG { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.0395851135256rem;left:16.53125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5ntbIgmsri1lzSMtfs1WpTswm04rrpd { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#BpiwLyJnU0ehpA4kc1FlMzWImRP4Oo7N { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g63tiFAnfu1s7oogRxfDTiP9CtJQw0Q3 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#V54vUbZfNWsB12yUy07XGsIcTso5WTc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCWoHT0xusi5hVxePiCBATrS5VxUeZyl { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#wtIyQWkgqzHmrklkxMgvG2XpCmb9EvMZ { 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:13.125rem;width:23.875rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#tdhENJwkVINkkVNNpIfrIkqNxvrcNqz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAWb6fwXDGsGnkQfArtsOOyIqVQJhE5h { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#limN8OpZzU4ziBwLKp4AupsrsoSE9eBl { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z99J3SQkm05v6i0WTbQTXqMANPFh2awp { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#LiAPa3m92pCIC3tg35ulP1sTVPV9b6iT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xIExnvxCvVV2uIdTLfF9apip8y2tRoFb { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#LxaMIeik7tLeNrsXHIXh27c0mcINLQv6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#p9LRVxTWIBsA52GDv229y4P9L73TMva7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3250007629394rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#mUsmX5fpTbbWoAc66SleGbJ7DRXzKSFf { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15053;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:28.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#W0n484vNOcxpzoIOvlBO8rK6Gl9deb8S { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:6.5625rem;left:32.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPqWwbA7tmRKEelMDDdTDLAqiMDJJaPO { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15053;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:41.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dmqVm0WdTixdTebU0U153tmvhOnyAAuX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.5625rem;left:43.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MlJlqzBJVl25UW42JkTdonfVtc0z9if2 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.1208343505863rem;left:31.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5JwLMk014yNPZW8gkESmC6Og0kDowFT { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:9.1208343505863rem;left:42.8125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w2FPe08hQmRLEm2Pfce3eFf1nvFc1nCA { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#A5qWKJrKDZpRo0S71qpyaQsy0nKyCylD { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15057;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:53.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uKK372H0NWDXR325DtTvok5o15QVMzzr { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:6.5625rem;left:57.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsCiGwzJOFTInzta4dIIZxfV1Q5pKweM { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15057;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:67rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i3fx6GsoTBqu3LgC3u1MDVTw0vbTkFVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:6.5625rem;left:68.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3RRVGVtHldvNNwq4Z796T5hCdGA7vx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:8.9645843505863rem;left:67.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQzf2VD8roqEIHp8H0h8gPuulKsUTC5N { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:8.9645843505863rem;left:56.9375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytutGc3QRcpZJgyK7NoTzi2LyQh2EzTd { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#ZyZHcG4zHI1LspTlsuy3c6VxZZnJfOdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:52.3125rem;height:1.3rem;font-style:normal;display:none; }
#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 { position:relative;display:block; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 { background-color: transparent; background-image: none; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row .container > .video-iframe-container { display: none; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row > .video-iframe-container { display: none; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .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); }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 { border-width: 0; border-radius: 0; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .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; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kFU4KqdlUVv9nwhO2gSbfTLzsGOXE5hk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#TSR9uqQKXqJ6f2meTaAcGTcrVmxquHTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#pi0N15vTDlKhNAXZrHfWitCFUcopO6Tm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3249988555908rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#DGTXfW7eKCHvPyTLD27TBMU7wxI9EniR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#itPbQ5oo21CLTDTCsXhTUZMO2z4L9miO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:6.2812509536744rem;left:51.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAXsfPixd69tugkwkTCopZhGJ7PStPbg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#zU655XFqnLFQakQwqU9g7XHwCIHXJseR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#UyJco4AzUgk3Aa83foNQRZ4NWRntU7MW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:27.25rem;height:1.3rem;font-style:normal;display:none; }
#SGs400uu8HNqZP4Owh6Bo5xwkWXCWGiH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3ckWyeNmyg1c8eu6BgtiAarnaHkuvBE { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#iu7VlrLG1dePJcTLMZzIIASX2823R6l1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qf1DsTMFFu1lXnmRLSwBIkxiIATaZpx7 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#Fto3lWZPUMReOd3XAqEIgirEtM7yS8fi { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:1.5rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgFw2vPTAOzOgi6UyGfwmTdGXf3dDfrW { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.375rem;left:42.75rem;overflow:hidden;display:block; }
#O8hB4qvGkMUraWh0uErGV0svc24pLh21 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#pIhJ0TJGT1N9zQNIUkKkS9rPdVfpShe3 { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15061;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#m7xINcWWoLh9ud4lX0T4zLMao0LMUboT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrUgrwD4Igk6N9CibaC3X85LPNX8rRuU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:6.5625rem;left:17.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iokLwDFewXOrUiGvyia2VgrE9iQwDawF { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15061;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JBzzlHSi7868fJ39tawmeH3wdy0IHriI { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.203125rem;left:5.953125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4haFcGZS54mUZVrpsDthSJVo1ihH0ZB { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:9.203125rem;left:16.75rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTeWKIZmIMZt3gpKti8vhieirlPabobV { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#n3uilMDOkpb4ayEJ4TGwTQw1epdu5yna { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6cNlPsRqn784haMKoSdWJ25t0nEiwof { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#ZwVB1ReoHBbqFvC3IaswPgU7sunwrqo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUk11P0s412vuobJUIDkbrfBgAIG4ALw { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#Ug9dSmhTTm5g2OOhDGQVq2gSX040L4GG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#mKR1vwQdS83twJ7lBk3v6UPT52CPIORq { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15065;background-color:rgba(143,0,0,0.4);background-image:none;top:5.75rem;left:28.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TzJgC37veviqhMHO7T9PqOTRuKbJxtPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:6.375rem;left:32.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfxrpucsNuHrldtBbiVnEyV8PKI1ZZKn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:6.375rem;left:43.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLrZfcqJUrspKPmie3A43TTmNkWPx0iH { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15065;background-color:rgba(143,0,0,0.4);background-image:none;top:5.75rem;left:41.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Bckzzxsnq79A1UAvhida87iJZFVBwFKN { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:9.1906242370606rem;left:42.8125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBbKeXs86TKfGkTOq130VUOacXrPUfZP { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:9.1906242370606rem;left:31.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwBQX6We1RE1XKMNWsTPd9AT5N65N6O7 { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#D7P1QgQExcPCT1y7NUy2icyzzb1HCGLC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fhk3AHph2odkEXD7yrruK2meicSNHG0R { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#iyr5EFZRiNpwCKxbsh8FnmL59MiOVTZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H7arz3BGAWwaPIVi732TV9XL6HSk6vpq { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#AAdFtwQu9HH2Qc8fbRIigb8oB2AcEA1i { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:50.8125rem;overflow:hidden;display:block; }
#M76X4aSHg8ygi99Re3wgNk8K2NAeUCO9 { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15070;background-color:rgba(143,0,0,0.4);background-image:none;top:5.75rem;left:52.539581298828rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BLFfFDf5a6TlnGxwfapNm7FJIqk05bvh { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:6.3374986648563rem;left:56.789581298828rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cBoLxuInhpz4GTgz3p0cWpCA8Xnb8J7v { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:6.3374986648563rem;left:69.15625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCHtJBUDBRu7VOC49mkzIJ2TUAdq59Tp { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15070;background-color:rgba(143,0,0,0.4);background-image:none;top:5.75rem;left:67.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PmKAWtx4NTXfp7Le6gTALHqlOfZwLONh { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:9.203125rem;left:56.039581298828rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P76Q32SzVwTShJI1sH6f6sn0QxKKscTw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:9.203125rem;left:68.40625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofIOlaREsbZFF9mCciy3ZiMbF7HeZTKs { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCK4NgEIlhaAhR0malmi0w3pOWwCr9io { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#w8yG3y7vTGe9fHvofmMo48ggiEeynbTf { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB { position:relative;display:block; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB { background-color: transparent; background-image: none; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row .container > .video-iframe-container { display: none; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row > .video-iframe-container { display: none; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .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); }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB { border-width: 0; border-radius: 0; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .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; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hr5Oed7Xa9BW2g7vyBTf7HcMHDvm47Sd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#CrhRVwSrL649OsFIwzL8nwBbDve7nDpk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#pJTFs4WMIZ2FlzXATHu2iaiomuKwHQ3C { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3250064849854rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#KHnSlrwf5qqDLokopxqvGgrrL33gfy06 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#ydO4s0v5i8RCIGnBNthE5ADGdTgTr4Ox { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3250007629394rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#BO5Av3MfdoB5TSqE62OTN2n7H6wJ7iMe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3250036239624rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#r74EQrsfm408xBqK6oupUwkWOwgqToc6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3250007629394rem;left:27.25rem;height:1.3rem;font-style:normal;display:none; }
#zTDTMMLsiTPeOCxCqZ0w7fNpy3FBFDAO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#burCITXH0LPWHZOflkyTdF2wxx3i8p4D { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#vZPDTc9BZZIPz5JBkUsApbQn2TIoO3RS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GPQXvk2fO1iivw7Sr5O7gOZbkuRXDpoB { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#UP9rgi4gLW6Ard2bsy4tTI7ymPWgeAq5 { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#xBzI7WP4H8a9iGu85a0yaaID3eFymGc5 { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15071;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CWC89Wkpe7yf2MClZsIGiJ6Kz3Q4PBhc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:6.5625rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kcDqVet5mTJEnkGUveUHFFvpNoATwbfi { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:6.5625rem;left:17.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDf0LvybDnUv1HnNwDP1SzvHTc4qoTPK { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15071;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eXXlmgzGaJCgXAZgBS4XG67l2l8G8aBW { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:9.125rem;left:16.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ax3z1fdTCbdW7gFVkkAIQmx0Z9fo4J78 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:9.25rem;left:5.9375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kMnHCVgKogzhJEvNOgDtF0OohrlkLLwo { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#oEkuMgTCSMULbTl3achCOlOhxfMM1IQv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpeTVgLr4Stu4sVgVL7Krx3TmWM8QltC { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:42.75rem;overflow:hidden;display:block; }
#DAXuVDJOxaJG3z1LxgmSxhDKkbxle8ob { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyiLbmwI1s5ETVVWWQQXBbcDeTzpAQqw { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:42.75rem;overflow:hidden;display:block; }
#iB21W7WlZzgfIbpNHAvnWq71q4QXD862 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#INsTFL8dJbgUVm2RsJGHcPTTAk8CnOI8 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#hpTgAH3kNysMQLEyInZwbOFdzuMEGOF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTSRAg5KDENNF4miW4J1auGFcJQq4Tps { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#obkI4eKUpsE7gcVoiF6lNi0nGOVHofkO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#pvxbirF4Z3okq3gu0LMXHoyW0LBD0BzD { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15076;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:28rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vRMRGZS67skmixiKDDX7fxBIPF4c0htP { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:6.52499961853rem;left:32.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GFAavaM2dh7IHeydw8I7Q2LWRmQ0Zx8C { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15076;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:41.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IJy63UH0JZuDOzTcNyQOnqtuSN0T1JkL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:6.52499961853rem;left:43.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2HQKNt4GWKHlNBIQuf9Tpb4iBqa3tK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:9.25rem;left:31.75rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5tPBs8x61hhFQRsRMkQtmFZyq2HGQkV { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:9.125rem;left:68.40625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwWFeOQiVbJTBunQcofQ8IOiABxhpebr { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#oizO38a9TSR2RaGRKhoQu3C3pmsXuz1G { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlpDmdlZTC498kgrKFo2NWyelNO8KJTC { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#SRthEEgRoMdp8gOc9XCZnIADyMCG766q { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15080;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:54rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kn14wM1qkPJaRhw80uZbn55QMtBH3xhZ { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15080;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:67.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FGZDFzZPHvRvCRpyR2fppV0HGcNe1iyx { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:6.5rem;left:69.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWa50NpcT4rHi9EsChC5XzZhdPt7Ii2f { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:6.5rem;left:58.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXnsdEhEXyTR527BDDnD1mLxxryDdW5c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#uGMfJg6yPxRUqhJbZZhXWIbwgI21Ksrf { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:9.125rem;left:57.75rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQrJpPrTHU6xM0K849WTgBWsUqyT2p28 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:6.5rem;left:58.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aSylEME4mT1dbdvoWCw2yKn5I55BluPK { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15080;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:54rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Mp829E88LyRGzzatcmWGQf5kZ7lT6TUs { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:6.5rem;left:69.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo7JkP3cH8K1gFTaTHEKPRVxMkrioSSy { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15080;background-color:rgba(143,0,0,0.4);background-image:none;top:5.9375rem;left:67.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bVw8BPJbkcsusn4zGvuV5ZTOXFaKwWLq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:9.125rem;left:68.40625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dG6GXuuKCK24LBReEnWyJxiVykxKb8aU { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:none; }
#GBvohnrd9W592rfqTMxxHTaizMmNlDa3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3250007629394rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#H5T3F6rTTVJr1J6o629h5T9EQ1AHT718 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:9.125rem;left:42.8125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB { position:relative;display:block; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB { background-color: transparent; background-image: none; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row .container > .video-iframe-container { display: none; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row > .video-iframe-container { display: none; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .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); }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB { border-width: 0; border-radius: 0; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .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; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TV8smGFK9dZVf2VTJK87LpsyQA1ERtEW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#DKFqqTbhBWFcnTAObttS3poamUETBXpD { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#sAy28qTc3PJr5lIhHBderIHnb48Pq0pb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#vHT1oDaHmmIcMd03TWcuaWqsEn3QFu4A { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3250064849854rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#OZk3cyoRHX0FXUutsuTDGaH0HNkb9B1b { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#VdcvQCuTlnMGlcUL9sqBN4Wap869KNwO { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#TwB8753m3aCPV9V3pNa7RcaEnXI4OCHW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3249979019165rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#c4wIwIINr6NJIzBsnOLXeI1WMUXrTeJ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3249979019165rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#bMpX4V5cTBPeVDzSRpOaUvEtxHl0yD4O { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3250036239624rem;left:52.3125rem;height:1.3rem;font-style:normal;display:none; }
#R7zbeEoFptM3GqqPzO4ZRJlFwAqmNRsU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vi5wK2HnERuoS1KgHk8Ov9rdzGxCDebF { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#r7pAbGngr89ACz6gZchtGJWOJR8Rngca { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QPoqcKBdqrMzTZPXXiM3etWbnrm41f6c { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#ThwXGCfyecLTzRUcsCad4qKTEVUxpOfC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQaSF3iAmTx6Zf0Fr5N3udcxdVJ0cMly { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15086;background-color:rgba(143,0,0,0.4);background-image:none;top:6.8125rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TnefK4My7qTez6FESo1eSkxtHeh1zTmU { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:10rem;left:16.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HS9vQlXSrpzUBwLgBK4kLVqiABAi9gK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:10rem;left:5.9375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbnBVA1EHuBaeTOprsHz0RAZ8bxHVtly { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:7.375rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xUxVg2lU6rxNTrwrhys5T6fOTRPo77hJ { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15086;background-color:rgba(143,0,0,0.4);background-image:none;top:6.8125rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TP7UQtxUzAgMOR6kT4B9ZGSCJx7sZrUp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExpvRqc8y9utD3p4BMwmQko5tRcqGmbq { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:42.75rem;overflow:hidden;display:block; }
#GR3Uf34HGUJn9JTFxSvuD6FTEmkMBx96 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atTLF7bZkp655lMDwLpag4T1xaTdQTg7 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#cv2OlyqwAKZx1ICsCIL9fsfUbf03CKQO { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15092;background-color:rgba(143,0,0,0.4);background-image:none;top:7rem;left:27.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GDbz8CrUcEMKnF9nX0SqZs2TxTFK1BSp { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:7.5625rem;left:32.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf0GWSa6MHJUk3NtS12kuksipSggfeED { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:7.5625rem;left:43.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yisHc3he8GT4iUGLExwP8xpFv9mAT92P { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:10.1875rem;left:42.3125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WX4nE7nyyOgb6mqRirqWQDTunubL80c7 { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15092;background-color:rgba(143,0,0,0.4);background-image:none;top:7rem;left:41.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fxXu9DkSUyi8T3TtheG0sMHHmdSWh23P { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:10.1875rem;left:31.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fagH4fsEdwITceyGa0V8gyDKCF7OHnVy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNSlCXsMhWzqgGXFqfT1013grMGiu009 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#Tnb9wGouEB1W9vwnmgaQ2T17JQXAHMTT { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#Aa6Wd1lnXosOb9CvLLd2DJ0ZRT62AWA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6pF2Nbu5nRFplRTgWwyFnETFQsfZMxw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lh04d49wyxEtbKv2FuTcPefR6rCtaUNb { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#Qngk7P1CoTHKKy4pe49TtmUDxX6nVe6i { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LJpwoa96GUu8rdmoXXf5UHlsNIytRE56 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#oflgXRlrP0JixSOTRgFlseTDso1nGbr8 { 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:13.125rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#CTSJisM6RmwiaIo3TQxneZVT6JNqlV1x { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15098;background-color:rgba(143,0,0,0.4);background-image:none;top:6.8125rem;left:53.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kXsqFgomu4iqoBACQVF6WJKQvKuiIE81 { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15098;background-color:rgba(143,0,0,0.4);background-image:none;top:6.8125rem;left:67.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WXsBJ4IuVLN28iOevViWkUfOGh4Ko204 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:7.375rem;left:58.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nIpZ6ScNy4rxJX6Eo0UWOofufu6gykMo { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:7.375rem;left:69.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6vhPmzKbfRQNcAAP0s3uoHp7TJ0Dz3M { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:10rem;left:68.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiNJviXTlTDX7L2EaLifCfBb7BoSosUe { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:10rem;left:57.6875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WGmEWfWkqTlTS5R4nHRS0n8cH8TUV96o { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE { position:relative;display:block; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE { background-color: transparent; background-image: none; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row .container > .video-iframe-container { display: none; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row > .video-iframe-container { display: none; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .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); }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE { border-width: 0; border-radius: 0; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .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; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KACkWvfCts5OSFvJEuf0q2pgKhAhcAWh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#THdTIXeEJe6zGtnDqm4TuBmxN0wOkc5O { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#cOhCFqd65XeZTGQMTLQnDtbM9pdUwmDf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#v6mJeF2fTL70Xxedo4nC5LhpUQswgdKz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7.0125007629394rem;left:32.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsC2vrER6mrVVEuqZQmpTATZRziriQD2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:50.625rem;overflow:hidden;display:block; }
#Hz1GGIUZEti99A5J7ZNx0dp0VRdeFbyu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3250045776367rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#xqJoUMNLUIouebmcexwI7tcOyMrwOTzS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#I9hdTdf1XDt9cyO9oOZEMBDt631XsalR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7rem;left:57.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsSZWAgrLZfpNTb4DgzaqqgCRoqhFpvt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3250045776367rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#xh7a5q3w6M5VkBKA8akIrl5SCsywyO7I { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3249969482422rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#ABeLEJWPBPsTHq2WaDL01SRJGKiByqJr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ged8mB5OZpXQzTb87FTpSSXndrTLu8c8 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#Q4EMGd4TIMGWARUknTAzax1wZmkR9svN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CnSd7U3HqrJsbOVBvTwGclgT3Gfx7fOe { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#cTToATWaRlKRDUUWfwEGvT9clLRJOa3b { box-sizing:content-box;height:2.3125rem;width:10.625rem;position:absolute;display:block;z-index:15104;background-color:rgba(143,0,0,0.4);background-image:none;top:6.5rem;left:2.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EdxP1cTFJ5EW28w77Q2MuJ3bK6l7oMMB { box-sizing:content-box;height:2.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15104;background-color:rgba(143,0,0,0.4);background-image:none;top:6.5rem;left:16rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ElozOMll51TFQyaVLZ8rRd0PSnU6q6A6 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQyrUdkXA06ftaeruswybN0QNuT1svaU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:7.0625rem;left:17.4375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A7svmCl8yTwTyA0T1h0Ju8r55vAEelM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:9.6875rem;left:16.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sNvUFR69ra3s9v5eP5RhFuEzTBgJ47ah { color:rgba(var(--color-tertiary-0),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.9375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#At4lIZSCwb9t0WnyIGpyGAmB3tmyIEkb { 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:13.125rem;width:23.875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#PSyxSyTCtuHDd5TsnrV9FJwk9BltkQAX { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#uHuwMg0cZc0UyOSLkQIJzM5VtMZPdBrS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAqnBvbS9zdUJo9TkRkBPRyhO9t1c2QZ { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:42.75rem;overflow:hidden;display:block; }
#L5hTtTLT6LdGLFtXf5tmHuAWluds8Xce { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GrB5TIbWFTyV0U364gNIpal587cTOzcU { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#fFz34SQMTSogAedKT9MkXccsPx4sholW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:1.8125rem;left:68.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVyhAhywOHs2WW5JzLfUOOMgTmqPnrqP { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:67.8125rem;overflow:hidden;display:block; }
#Cm40HF4y73PLkDp14cc9KwV35AAvTA84 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tPSmBpZTKWmKtTgp5leW73BpdiKggk3T { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.0625rem;top:1.6875rem;left:17.6875rem;overflow:hidden;display:none; }
#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg { position:relative;display:block; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg { background-color: transparent; background-image: none; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row .container > .video-iframe-container { display: none; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row > .video-iframe-container { display: none; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .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); }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg { border-width: 0; border-radius: 0; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .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; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDLd8oKuolP9diEOnKq0zAg4dOpxXkgH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#tPFoL4A4X1f6qeATG1kVcThVwUd2lfCf { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#WFJ7Fmcnw4sEBN1ulTyIGRpKrSIzQOo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.375rem;left:27.25rem;height:1.95rem;font-style:normal;display:block; }
#vVRyZAry2n1rKP2S6FHQTm3MRtwQ6CJD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7.0125007629394rem;left:32.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fm8yycfcdXqN4bL1nGZRnaGNJN8f34SM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:50.625rem;overflow:hidden;display:block; }
#tscxMMgTW0Ju4NBRRhPzV2t3tJExAZSd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3250026702881rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#MIOEb1IeNmhcTKivPL01f5msWfhl5A3z { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:1.375rem;left:52.3125rem;height:1.95rem;font-style:normal;display:block; }
#fWI6mJxaOLse9J84U1XZGEihPdvitPe2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7rem;left:57.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRMhpT1WiIviA23iM4GMe2CN4iWtqW54 { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#dPcIn1SedU1DmSR0fZcBXnVNFRCPxLbp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:7.0125007629394rem;left:7.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9S6w1X7N7xPPZxyEMgo121TnZmai4UX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:27.25rem;height:1.3rem;font-style:normal;display:block; }
#ABOnPAeISJ7f6XKgADwSwAK8EdTyANFd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3249998092651rem;left:52.3125rem;height:1.3rem;font-style:normal;display:block; }
#GhZ5sLxxkn22nZ9FHwGBDVSVtWNzTtQt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.9375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVrkicWZiG1E7e7ZKfQw2MQ2SmzG3vxU { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:4.5625rem;top:1.6875rem;left:17.75rem;overflow:hidden;display:block; }
#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT { position:relative;display:block; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT { background-color: transparent; background-image: none; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row .container > .video-iframe-container { display: none; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row > .video-iframe-container { display: none; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .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); }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT { border-width: 0; border-radius: 0; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .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; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VNpVtuabTTtL5uCXtrEAT8tge4P8ODWG { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.1875rem;height:1.95rem;font-style:normal;display:block; }
#a0fCIguFbFtUtphtcAaTGzz9VqDL5Iqh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3249988555908rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Td4nvzIuPNAx2p6UI4LXpPJbawWTTvNk { 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:13.125rem;width:23.875rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#wfXfgUg5wTrvu2zDQpybf9A50klJu3TC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:7.0125007629394rem;left:7.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihwBe4P8UoGvA1mUpPdlIm0NXet3moRW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#vJaeR6NwzqT7FMJRFdiKR2xbWIug71UC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:1.6875rem;left:27.1875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOLAM2qQaSaqZamTdhUM2NBQVmqABGry { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:27.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5dI3lgRsfWoCrvJo6VQPQS9FmQ0Tyb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7rem;left:32.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs { position:relative;display:block; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs { background-color: transparent; background-image: none; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row .container > .video-iframe-container { display: none; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row > .video-iframe-container { display: none; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .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); }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs { border-width: 0; border-radius: 0; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .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; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;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; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container { background-color: transparent; background-image: none; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container > .video-iframe-container { display: none; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row > .video-iframe-container { display: none; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .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); }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container { border-width: 0; border-radius: 0; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#ttLk0asdk15a66qG3tvrOgwTaJ2IV9PW { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.62456875rem;height:0.99989375rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:2.28515625rem;left:0rem;display:block; }
#NPpN7TEx3d84bIxkd0s8HoMHAqWODROS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXdx2XNmt3Rtfx1FlnrakfE2HJ2rOuwq { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:2.3291664123535rem;left:5.1875rem;display:block; }
#yMQBCoagkzc9qF0sT3RqI0S01wWSF7cm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxIPXZoTDwRdGNhiFSFmFq2T5BXkKJ3c { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:2.3125rem;left:24.3125rem;display:block; }
#NOyAgduxL3QkBcF9G3f9SzdZLG1mV5D3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTIEqXmfibuSZPevvSGOJfnWanBhO1Tr { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.1348724365234rem;left:62.5rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#FIDIT9DwPeR8SJbsKmprgAxgSsykTT7m { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:1rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:2.3125rem;left:35rem;display:block; }
#lft3DnT6gvvu1FzC9IxgfIZ9FmkyEdJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdgO8PeSdWKtadHItnxgkBet6Po1xZuI { position:absolute;display:block;z-index:15185;height:1.375rem;width:75rem;top:4.1875rem;left:0rem;display:block; }
#hMNkbTDQtAWznI419Z2LXwUhBxvnoQW9 { color:#afbbf2;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:14.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb { display:block; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row .container { width:47.75rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UDtST4uv5N9iDGoAQdnxRpxzZC9DmQbE { top:1.8625001907349rem;left:1.25rem;width:5.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C65cbpHmkFnodcaFEmkIXcFTsDRLCS58 { top:0.89375019073488rem;left:13.96875rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsO1zqDSVgVHuaRvockTQZhcsy71iteM { width:47.75rem;height:15.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMudh6tWpL4BvhdCgzzQQbySMqVCQ7uM { width:21.5rem;height:3.3rem;top:4.6000003814697rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCSXxx86mgEro7MTxMNKs2QAkcMLDlgu { width:23.875rem;height:2.45rem;top:8.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXxXVSk7dlOmU89cVoZgiObEudmlR2dv { width:11.875rem;height:2.875rem;top:11.65625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cqc93sOtx8bUtufnxXnD5589Tc35yG5q { display:block; }
 }@media only screen and (max-width: 1199px) { #d8EsMcMMhu0lpCIbJ8QEr0Ud9lvyoQlI { width:3.8125rem;height:3.6875rem;top:4.34375rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8pki5p8r7RaFB8Wb29mMbtyBwbdZ4IQ { width:12.5rem;height:1.625rem;top:2.5187501907349rem;left:29.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nl4lQCFHlMvtbOSPAdWmMzHgZdRk8ys8 { width:12.5rem;height:1.1375rem;top:4.3062496185303rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ciZFASBFARrrbQm4EPAePnNWMp5duNq6 { width:0.875rem;height:0.9375rem;top:6.1499996185303rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipDBEh364TzdOakbXVPLvhblb9x6xCUr { width:12.5rem;height:1.1375rem;top:6.0749998092651rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGbaIJXWs2Tc4vb6hr2RG056LI7lt9wv { width:20.75rem;height:1.625rem;top:17.162502288818rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0ydDSx6WvisvEVPhvQ01SwQLOeXiMdP { width:8.625rem;height:1.3125rem;top:5.9624996185303rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fE6TmLVoASN579dK9TpsyT1saRSTp6Ki { display:block; }
 }@media only screen and (max-width: 1199px) { #i7yC8NoyJs5WVsZ3mL9qFeza4pvByDUw { width:40.5rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #co9DHsUwAuQgzG7btADXIDbwplVoFcUA { width:7.5rem;height:1.3125rem;top:12.3125rem;left:34.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N07fCimtTd8qmiXGurFgOcXAOq6hbdCx { display:block; }
 }@media only screen and (max-width: 1199px) { #s5aumsmktC1F0cAM7sLJ8nb477uzzDhl { width:6.5rem;height:0.975rem;top:12.375rem;left:35.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pdJ0O40i2ekspJobF3OhcTZ00EKwePWa { width:5.3125rem;height:1.3125rem;top:11.1875rem;left:40.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mGHKPw30ZII55eVgug72ah9tztqV52x9 { display:block; }
 }@media only screen and (max-width: 1199px) { #LIpulAtoMTTqoP04bML9vZG8zaAohBDh { width:10.3125rem;height:1.3125rem;top:11.1875rem;left:30rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nziUTfmsPbsl0mTPshld8d5Z6MXId31m { display:block; }
 }@media only screen and (max-width: 1199px) { #ClCX2w7TlHTTu60TsNWs9DJ4TdsMvXKC { width:9.375rem;height:0.975rem;top:11.3125rem;left:31.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vgxwle59DS3UoNosLeD0ncA5rygiNPSD { width:4.625rem;height:0.975rem;top:11.3125rem;left:41.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g6JHhQG2eFgsxfJnn1mI9VpcIsdAV0iQ { width:0.875rem;height:0.9375rem;top:11.3125rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XRSnwCELU2gCcl8kxAUsQer3ftxP9QTJ { width:0.875rem;height:0.9375rem;top:12.4375rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JnmgEkhIkZzVdInuh8s1XzdL5fTtG0rJ { width:8.625rem;height:0.975rem;top:1.625rem;left:35.202083587646rem;font-size:0.75rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 1199px) { #hKqPIxx4f5wI65bNT7487Zx8lEX0TuLX { width:18.3125rem;height:17.0625rem;top:8.875rem;left:28.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 1199px) { #oCkbeoL5aUvXb8OsghdcV5LviBmFG5eZ { width:13.25rem;height:1.3rem;top:19.700002670288rem;left:3.0625rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 1199px) { #zB718uNFF8PDKCb0s6Gy61H7zIzFmuJn { width:18.5rem;height:19.375rem;top:1.625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMHzfa5lrqWxfdQpu2HDO9FBvNzteAw5 { width:8.625rem;height:0;top:16.324999809265rem;left:34.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #w20aUEqlCRL3siFURk37FRP2ogQ9xvoq { width:4.875rem;height:0.9746125rem;top:13.59912109375rem;left:41.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X33rwOhU6XPnMq8iuLrr6mpxX5yWClJW { width:6.8125rem;height:2rem;top:10.375rem;left:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QnyTJOeA9nhpK2Jh9gopwyTCQlImLfEW { width:3.5625rem;height:0.9746125rem;top:10.8125rem;left:35rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pLGgAT0xTAlzPWawzq6652Nn6ga8L487 { width:3.5625rem;height:0.9746125rem;top:10.8125rem;left:41.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pvcw4yCU85XdZEQGV1tCHA4ORWAN97Tt { width:4.3125rem;height:2rem;top:10.3125rem;left:41.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e9S5ZrD6TAxcUlJEQ6y3FfWZEaOtSZKM { width:17.9375rem;height:7.3125rem;top:7rem;left:28.812500953674rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #EExzrmQTb2lCd4FRyIm4v6mZa7hxxcz4 { width:20.125rem;height:7.3125rem;top:15.6875rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z9rsPSQLKHBMHpUX5b8aXU8kKO4rs3zx { width:30.8125rem;height:3.6rem;top:20.314583778381rem;left:19.128125190735rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 1199px) { #TDZVmaqVW5Pz6hl8mnEBxAxSWTu87zbD { width:4.875rem;height:11.4rem;top:10.6875rem;left:41.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hZXUwDQv53JLrswCRw3La80Jib7Sz9Sv { width:8.625rem;height:12.675rem;top:6.875rem;left:32.125rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 1199px) { #qQvZVDIFf05mk83fCP1aRTv8l8UWm3nl { width:8.625rem;height:12.675rem;top:6.875rem;left:32.125rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 1199px) { #ILBPtAW3VR7CyczUcyxNf6bLvgqK0Krg { width:8.625rem;height:8.775rem;top:8rem;left:31.515625rem;font-size:0.75rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 1199px) { #g8q4cpX4SJqRkaX1yNRuF6s7As6DLhmH { width:4.875rem;height:11.4rem;top:10.6875rem;left:41.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx { display:block; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row .container { width:47.75rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DdEyKeMSNnlCQyJ3dacZV0TxXfVsxStH { width:15.5625rem;height:1.95rem;top:0.6875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRiwJi88zWtaMyDcHWJ3WNgUS1aJcZwy { width:20.3125rem;height:7.3125rem;top:3.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3vZnmZTs6X0xWiKgebNxfF1TycxynAa { width:17.75rem;height:3.5625rem;top:7.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTJcoFaZ17fEmsecRslxpkHkgd3sI9Io { width:4.0625rem;height:4.0625rem;top:2.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGwTIpuUmLSTWEhZIH3a2rMy2kh8e6Ov { top:4.875rem;left:3.75rem;width:2.875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZT4JbyZilUmiLcVHeGkTSrM12M1FHDF { width:6.25rem;height:2.7rem;top:6.4375rem;left:3.75rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 1199px) { #AlpU3kUZaUAg8NRPedBP94hLHsblHn9I { width:2.125rem;height:0.625rem;top:7.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bzsil5mCFfkIPIGtxZH7iTuUPdRUA1R7 { width:3.5rem;height:1.0625rem;top:4.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7ZeGIQrpfOHTHTcCNfQ6OVK2V9qh9xF { width:1.875rem;height:1.875rem;top:6.375rem;left:10.1875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 1199px) { #b689KmGDRX9vXsFCGN02kJxI3n9ObKPv { width:1.4375rem;height:1.5rem;top:6.5625rem;left:10.375rem;font-size:1.25rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 1199px) { #OWRTXcgV1fQiJNzsewOL78qNxvRUrNQH { width:5.875rem;height:2.7rem;top:6.0625rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QotPVWB7BIoWCPEMu9omKztAlfsGUbTA { width:13.25rem;height:1.3rem;top:11.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEWiTwqsga5Z0s8TWSCCAM5Sg0I06hrc { width:20.4375rem;height:1.95rem;top:12.75rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLtrOcciRPtTPMFHGc5ttBeHO2OLzipp { width:20.125rem;height:7.3125rem;top:15.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHQciR78L23typpv78mnmTNL3TBkbZwn { width:20.25rem;height:3.9375rem;top:19.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3EmXzyOzDR1u3WhFSJF8tdZS4ArTfCO { width:7.5625rem;height:9.3125rem;top:14.625rem;left:15.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #F8l4fHKeqZLtLTQiULeNUpc0riWJTq7T { width:8.1875rem;height:3.6rem;top:16.75rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #soMK4ZXVXOmRsFrHicHF4FZ4RPk3HnCV { width:9.625rem;height:0;top:2.375rem;left:35.952083587646rem;font-size:0.75rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 1199px) { #ruX8fbwofwTtooTPCcNmTAJ8qm2ttmrG { width:4.3125rem;height:2rem;top:6.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsAEL2pu3kCdT4n5tSf0rM60cZuTXEZl { width:6.8125rem;height:2rem;top:6.3125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCAIEgHBgcQtmgDKk6lJ8VFHReCXBh79 { width:4.875rem;height:3.9rem;top:8.6875rem;left:41rem;font-size:0.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 1199px) { #hriOJLNJKCGmB3EhFbglco3cHTfBVrGN { width:3.5625rem;height:0.975rem;top:6.8125rem;left:32.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yL15gSp95JS4s4B5IbCpRouv9kueEvKQ { width:3.5625rem;height:0.975rem;top:6.8125rem;left:41.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUhWSQsACh6dG7vmDDWWDrNV2bOMJgDN { top:10.5rem;left:33.164582252502rem;width:12.5rem;height:0;z-index:15077;color:#ffffff;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #erLq8uetKG8hL7fh5lBD6rSfk7d5g0bS { width:10.3125rem;height:1.3125rem;top:13.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGFhUwTnZm6cXOXgfVtUUrTCBMoKiqeV { display:block; }
 }@media only screen and (max-width: 1199px) { #KEBuG5VWRAIhkMcnp5Mf5TXdEWGeZMWx { width:5.3125rem;height:1.3125rem;top:12.6875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2GCdRauIBlQ4TgmnooCbAHvwy1FwncR { display:block; }
 }@media only screen and (max-width: 1199px) { #fnVGDXHqipgTot72qCA01df91QL3xegI { width:0.875rem;height:0.9375rem;top:13.0625rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6leXfFwVWs7lXkspnzPbMnNHdHtRogA { width:7.5rem;height:1.3125rem;top:15.4375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvDairoITe28kS54T9ecM2mXNoh6AOC3 { display:block; }
 }@media only screen and (max-width: 1199px) { #bGe2rnxQIA9p03qZ85T8bn1G3Vm5HhUb { width:0.875rem;height:0.9375rem;top:15.1875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARowcMoPVonGAoTmZ16cLWNhIAWvGhcI { width:4.625rem;height:0.975rem;top:13.0625rem;left:41.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnnaQJ4fPa1RfsdOT5oMTEJ2KNcZmkD8 { width:6.5rem;height:0.975rem;top:15.25rem;left:34.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHxuNrg2d6BcNTEX1Ok5XzAvrRna1mCh { width:9.375rem;height:0.975rem;top:13.0625rem;left:30.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnmSK0TKEhVJVB22BXexT3aS9CfAAhVO { width:0.875rem;height:0.9375rem;top:13rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHGwEocdczzMvhsmAfqLvoRwCVydWWg3 { width:30.8125rem;height:0;top:20.314583778381rem;left:19.128125190735rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 1199px) { #Ip7SlQPN7hpNVchzOaUo7Au75pRXmFb5 { width:18.375rem;height:0;top:17.639582633972rem;left:28.812500953674rem;font-size:0.75rem;z-index:15054;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #Tkacr4vshb3ciNqXuUUgupAlmdQu0qhX { width:30.8125rem;height:0;top:20.314583778381rem;left:19.128125190735rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 1199px) { #txMt8VGW7fbMfO1E1eXTu65anSADFTuN { width:30.8125rem;height:0;top:20.314583778381rem;left:19.128125190735rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 1199px) { #DtRI5Ne8tIhZx7vTxUvUnb9wUisL5bNs { width:20.125rem;height:7.3125rem;top:15.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmOchsNDrNv5cMLhVDUzqs3fGgpaLIKf { width:8.625rem;height:1.95rem;top:8.75rem;left:32.9375rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #C1gsQUTpPifkVlztyiElHJs57lPcRG6p { display:block; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P8e2dHtMpTTt8RxRpnl4g3m6ZDFuuJJr { width:30.8125rem;height:0;top:20.314583778381rem;left:19.128125190735rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 1199px) { #E3KPymJHk6dn77QhgtB7MpPktISgLrfB { width:44.4375rem;height:2.7rem;top:0.98124694824219rem;left:1.8156251907349rem;font-size:0.75rem;z-index:15053;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ { display:block; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hh1zDXR3d348mXmTipPpuuq5H8ax34Il { width:33.125rem;height:2.1125rem;top:0rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xi3Fls93oNCbpwTnIMCcXPJxLDKyX6K9 { width:2.125rem;height:2.125rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUx0B1giNP0X6FCkez54BIRNoyTDG4tS { width:15.625rem;height:1.8rem;top:0.25rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTEPeTKwrfo9XK5ukr7UZ5FnMhz7e1eH { width:8.625rem;height:2.0625rem;top:1.6875rem;left:32rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GKhgCTWhnTp2bIt403IEuCcHwe9cGHln { width:8.25rem;height:2.75rem;top:1.4375rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V8VkLhlRH4AK0332NQgMZOEuDUBiBSsp { width:5.9375rem;height:1.65rem;top:0.25rem;left:33.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnZ18MMikzNHMXkNAbH4HsuZuOAZ8xKz { width:6.5rem;height:1.625rem;top:0.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PU0r5l11qqPc9r4eTwD5uL66QfqspMdC { display:block; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row .container { width:47.75rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fyZPmUFL3hlIxQaixDJ0TgTgHXDzDJZc { width:47.75rem;height:10.38475rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luNWJXZMKviMJDS6a5wrS4WXFlssqBpT { width:47.75rem;height:36.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUObOwL0rLCTuTFrqgfut58g2UFz8PwW { width:47.75rem;height:33.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOaocOT5txxxF4vzfrtgwd3lBQFyG5up { display:block; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kxf8pmiOogo2ezrT6zQ6Uks0WBV8rKTd { width:29.25rem;height:11.875rem;top:1.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zo1bdudf7s8qqoLbS4aDBuzJgb0hpRpa { width:23.75rem;height:14.375rem;top:0.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLJp4G7H0kUpCbu7UJ7kHqlsVFQ8HT6d { width:15.125rem;height:3.575rem;top:4.5625rem;left:26.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTVo7cbIcJhXWhFPufMfT3U31weEp1Ko { top:6.75rem;left:37.375rem;width:3.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsVfqliHfWn553zQbiHL2WxfwdIRVbO9 { width:12.5rem;height:0.975rem;top:9.5625rem;left:26.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xumOtbse4MSfiaybzqHlen2dN6C1NKa3 { width:0.875rem;height:0.9375rem;top:9.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qt3VoGH1UyqCUlwmcdKIA6NAK6Hv1KdR { width:7.875rem;height:3.375rem;top:11rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fygeJauuHBZao1a3s30klgzd9uOTg6zF { width:39.6875rem;height:12rem;top:1.65625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRu8LoRi1hT76sWnhB6y82G5eQzGLUvC { display:block; }
 }@media only screen and (max-width: 1199px) { #yupLDs9GCvfTscezBBAMFrrTbRMnzNOt { display:block; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row .container { width:47.75rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pJWmOGnWCLWyRHNXvRSrssGDnzeQds3l { width:1.5rem;height:1.5rem;top:2.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsuEK67LzZ8vIoEb3u8oyRlGvhGZRawv { width:15.75rem;height:1.625rem;top:2.5rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yT5Fd2Vx4fT53E9FMr6X2qEXCkoKQ7cT { width:23.125rem;height:21.8125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epbvCFqFcCVoTCbhhHfmrxCPBWQv0s4i { width:2.125rem;height:2.625rem;top:7.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB2gOIdZFacUoJrLtdoG3BZe3PhBoWfM { width:1.6875rem;height:1.3rem;top:7.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyLwHaHoxk3BisGdWfudOq43GqcMM74O { width:17.375rem;height:2.275rem;top:7.25rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLi6I4KJ2e1mo4gQ8cvxGhRlQTTxwf2s { width:2.125rem;height:2.625rem;top:10.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqPNJ0gioixzCxTt0CcFOTcTpPMpgyTw { width:1.6875rem;height:1.1375rem;top:11.125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvEtzSR7IUMbWZmhQ1D26ZAVCufFSBh8 { width:16.625rem;height:1.1375rem;top:10.5625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d43ep7lJQRlPNOVX5kCEMnWrTyq8cTD3 { width:16.8125rem;height:0.975rem;top:11.75rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypmNqEItoyhECkcIl3B1fRLSaqxkBuIW { width:2.125rem;height:2.625rem;top:13.71875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeupAuzCxnDHyatUVwoTKTp0TvRzvVT7 { width:1.6875rem;height:1.1375rem;top:14.46249961853rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gd4kNRb6ft1OTyVV9gK4mpRV6nzT1C4k { width:18.0625rem;height:1.1375rem;top:14.46249961853rem;left:3.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0yD6KNf99z5bDqbcTykRFCBUAvs63DS { width:2.125rem;height:2.625rem;top:17.06875038147rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLqh39hakWKW9nhx84kTXkXemEycPPdZ { width:1.6875rem;height:1.1375rem;top:17.8125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3apH3puBLOGI08xU99NFr1u5UA87OD6 { width:14.4375rem;height:1.1375rem;top:17.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cx0Ximebbm9vrsuDPqaBfffsBeEBUr4E { width:2.125rem;height:2.625rem;top:20.403124809265rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWRoH3i87hoiFhpoCqN4BrDsH37zCz8d { width:1.6875rem;height:1.05625rem;top:21.125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lX7Sf5BsaMLr4qxVJbxdsxBxfopbUXpo { width:16.8125rem;height:1.1375rem;top:21.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWT94mdZh1JNexccnMUkECWidylD1Ia1 { width:1.5rem;height:1.5rem;top:2.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fu6x5nWziz4zT6a6rhkUQFfFgRBPppca { width:14.8125rem;height:1.625rem;top:2.5rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wR2ykpggMyoTrVk1P1Tk1qvZR9z1yxf1 { width:23.125rem;height:18.125rem;top:5.1875rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SpPcLRucpTfOSkJBELAwrRUnKM1MRa5G { width:18.4375rem;height:4.5rem;top:6.5625rem;left:26.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #T2OOohgXcL6W8sQH6lhsgWCJQU1gMnbi { width:20.75rem;height:14.7875rem;top:11.8125rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmEGaTnOcTDm7J0DNHg6OtisQB0Kgf5k { width:0.875rem;height:0.9375rem;top:28rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4ftNbUs9HTyMS64bHHtFzAr2bIU3K29 { width:7.0625rem;height:0.975rem;top:27.9375rem;left:8.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wX81TFGuBNzxnFbH4KiK6IArOklW5qKh { width:23.125rem;height:21.8125rem;top:5.1875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uACz1nhZZ57u2dUygViB5x6wiEf3pIt7 { width:8.25rem;height:1.3125rem;top:27.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9JhvDvG4kWVzywk7Qqh55ogF9soUnqP { display:block; }
 }@media only screen and (max-width: 1199px) { #y5AC9UoaobUQ8lQHegqTCnPxQUwIxqRg { width:11.0625rem;height:1.5rem;top:7.125rem;left:6.0656251907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQa7XPPLqXo2Mr8V6V7MJTKeQgpFoqCB { display:block; }
 }@media only screen and (max-width: 1199px) { #Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 { display:block; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wuGBFEaTC8vBKbpmdXTDTVekNrwRQXPx { width:2.6875rem;height:2.625rem;top:0.375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnSCMgUxVeBUPuLIoAQV8lM9UTGRTyeT { width:5.625rem;height:2.1125rem;top:0rem;left:22.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHFt8LBUzbi9h8QaEOp0lPLVa0ny8Jyu { width:6.5625rem;height:1.1375rem;top:1.9375rem;left:22.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ { display:block; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p40itiWK5gFSzI7J4yrU0dybJyKTnCdT { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4v9mHxzUP28WhdG5Gtr3S7Iih6znOH5 { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtZ5v6eKTUxGCpHT6PwwLQoywurQgQ5N { width:8.75rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpZBhXteqcgZuFOkD3oJrPRbJdyHEclh { width:5.0625rem;height:1.375rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SFAsaghskuy04EFt8uIuK8Pym3CxIAIr { width:4.5625rem;height:0.975rem;top:1.375rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8MRqHJWTW1vdTZtec2EAuGpTgyaVOrr { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wACwyyPR7EHlViJ4AaDsNM5VTifiyFkG { width:3.5625rem;height:0.975rem;top:4.9375rem;left:8.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgbyXmd8z15CITZs9rPXgEm8PiTBDxeU { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTbmOLM1wkqyhQwORCQcq0Sl0c4KbVPm { width:3.5625rem;height:0.975rem;top:4.9375rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT0GBtdd6Kb0UIgQ7d9z631TSoBWs9ui { width:5.125rem;height:0.8125rem;top:7.3125rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yarkvc7E3Wm7QpDVknSSl5G9tuA2h6f2 { width:4.875rem;height:0.8125rem;top:7.3125rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sq7RtQJrSA4NqchpMznV2X6pHk0x42aw { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDwBWLaeS1pxlMEccf1gB9WpvMHfvxaN { width:15.5625rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwtTSPxn6IsIfhlUSEVh8cPcactMD5JJ { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBRfv0s1z59tsBMeiPDrlsg2lMmDcH2K { width:10.125rem;height:0.975rem;top:2.5625rem;left:33.250001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a98k205J6F0PbDmfTlqxF6WcGGK6Q3OZ { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nL3cksABOz8m5enKk6nSl4uuDxRZPuNl { width:4.5625rem;height:0.975rem;top:1.375rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTugEPlW4pUko9LT3c8Ti8XNm2t4oKKO { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ch6dLqpbal90kXgz7eWdFMf8HHiXoBPg { width:5.0625rem;height:1.375rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ByfXkUdGF0HxAekTGtABX85NOa44xI7E { width:4.5625rem;height:0.975rem;top:1.1875rem;left:25.6875rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #RfkhUI3N5QA8uoaQWsaSdXx1D2ZzlCS3 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.4375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #k97zBENxZ3mzfw0aztmC3quSxFyTPe4T { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSEqHxGTG9SfyypJp43bggE3aeLezvWi { width:3.5625rem;height:0.975rem;top:4.9375rem;left:19.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Co7XlAXvf7mD7pl7ks0XRZXIllHhC4fn { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0FcVWZv6eyw2wLKoyFv2C7WcgDkuoQq { width:3.5625rem;height:0.975rem;top:4.9375rem;left:24.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWxzaXOum9ATayrwBWeuSLRT7gySCOPZ { width:5.125rem;height:0.8125rem;top:7.1875009536744rem;left:20.102082252502rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgqaPT7n0RcreNsxTmMaFiVCd8pcxI8q { width:4.875rem;height:0.8125rem;top:7.1250009536744rem;left:25.039582252502rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMSClOp8uLFTlo1FKz0FIA7tOTRfcvpV { width:15.3125rem;height:8.375rem;top:0rem;left:32.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #BaOzwVcfEtFbTC3NEJzANZIvgTouVPy1 { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hydb6lxibU4qmIsyJv6DgtVvk177p4RH { width:3.5625rem;height:0.975rem;top:4.9375rem;left:2.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T6SWV7IHMdGm09c2Q02vcOADS2KdOrCw { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Zqqigv9qN1Hycz5AVXEP5wP2Iu8gBQGc { width:3.5625rem;height:0.975rem;top:4.9375rem;left:8.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bk7PzAikx7fu4qeTQTgy6ORof0c4S6OU { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nmmxaROIEwMBKh0n9BhEtp8VQ8IUgMvT { width:4.875rem;height:0.8125rem;top:7.1250009536744rem;left:25.039582252502rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kE8NBieFhVOXKM554U1vIPRmpc0nhBr9 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:25.6875rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #Xq97ddqbZmqKoBiuLw0U5sDNtC7FQarK { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.4375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #QPykDIo0786tlrlhG7WU1uFPcp4UqNGS { width:5.0625rem;height:1.375rem;top:1.0625rem;left:41.75rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 1199px) { #uv4R4tSz8ozGZcQev044ClvNk3ZrmAc7 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.25rem;font-size:0.75rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 1199px) { #JhlUCvta4c5Q4FLl6PnKMDhxKBllS2Kn { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5WKrkSK4cu0nKLP66uuS8PeUenKgoTk { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMcVsnfsOIR5bDHVNQtbhEz3xlHpel4z { width:3.5625rem;height:0.975rem;top:4.9375rem;left:36.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuSsUgzWiXJQsW6QHQpykP6HLQUM4ITg { width:3.5625rem;height:0.975rem;top:4.9375rem;left:41.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHgUwkhUSIhMWiHIPFP2QSRAa9NdI8iH { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Os8pfBmhpPhgQkRfQMr7RTpwGtNUdg4U { width:5.125rem;height:0.8125rem;top:6.8125rem;left:36rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PhPW0WMETxhaGLvWgdSSVk8NIE21KxTF { width:4.875rem;height:0.8125rem;top:6.75rem;left:41.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMnmKmBIU4Usf25Bay52cdKzUKrP0Fnp { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #P6tC4gKzwdDpZx2ix7cyt1ZKGazOQxZO { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ETKqG8aSxo0sSeDLlLlqJTZenSyAWBui { width:3.5625rem;height:0.975rem;top:4.9375rem;left:2.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IlmrWfgk0uULq7l35EnLGMeIfcytLHXL { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HzO4oZNLk0NvMxesCeSSpNblyDvUDSvS { width:3.5625rem;height:0.975rem;top:4.9375rem;left:8.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KMFdMOWVcyQG4IX1Fb902oUNG1bk930o { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fwPrRQIig281TnPZvxxP6C5x8PdGSP7X { width:4.875rem;height:0.8125rem;top:7.1250009536744rem;left:25.039582252502rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wyqmLPefm6G7u96ZtMynkOenSpNDqOpH { display:block; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #la2c0cL3a2Bb9P3hwc9V60H8gOSgzzRf { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N96dQpskhzDX8IZw4lSAowHv3vbGdlfs { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnXEoIxBy7qxnmD2KgfqDwHQJUzFDsNb { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pToCdoA9BK2LI8wOKsvmTrANTtUTa27k { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbdTyyrhyt392cN7vUbpOPM15rtOLCkJ { width:8.75rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VO9UpK8EQI4X4aMeymxQqwtmSmcMMPZJ { width:7.25rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m85nAn5z0Z4pg9lQDa2ZvhowhekB9IpA { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #k6LrE56caAM9Pp68CoprQTi5xTm3vpwn { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #DUta0AOsvU95ETUCK7Z0C3qx9dX36nlp { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #sGJCaVWvZRLIrzbfzTU6sX6n9q1Hr9pe { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #J3IGgnMA5Uikr7V4ruv5cuzDPWTnwdgv { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #upoqMNmmCaggeQ0dBS0mlwV0GzKkDiii { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNvouBSkbiggOiye5ms3iDRNNPIrkAHv { width:3.5625rem;height:0.975rem;top:4.9812507629394rem;left:3.453125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrOAiBJCQ9BDDw9tTZfwivCN0XmOMaqb { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7wRZLTOEVHCFOJurIoxOTBVuNm1MqhX { width:3.5625rem;height:0.975rem;top:4.9375rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSt5WHmKtJXuhpbMqMrOqE9sfEUFgWWZ { width:5.125rem;height:0.8125rem;top:7.3125rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2thd6wbUHofAFJpOPCG1XChxdCysNNG { width:4.875rem;height:0.8125rem;top:7.3125rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5ntbIgmsri1lzSMtfs1WpTswm04rrpd { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BpiwLyJnU0ehpA4kc1FlMzWImRP4Oo7N { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #g63tiFAnfu1s7oogRxfDTiP9CtJQw0Q3 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #V54vUbZfNWsB12yUy07XGsIcTso5WTc1 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #OCWoHT0xusi5hVxePiCBATrS5VxUeZyl { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #wtIyQWkgqzHmrklkxMgvG2XpCmb9EvMZ { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #tdhENJwkVINkkVNNpIfrIkqNxvrcNqz9 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:26.0625rem;font-size:0.75rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 1199px) { #FAWb6fwXDGsGnkQfArtsOOyIqVQJhE5h { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.8125rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 1199px) { #limN8OpZzU4ziBwLKp4AupsrsoSE9eBl { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.3125rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #Z99J3SQkm05v6i0WTbQTXqMANPFh2awp { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #LiAPa3m92pCIC3tg35ulP1sTVPV9b6iT { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #xIExnvxCvVV2uIdTLfF9apip8y2tRoFb { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #LxaMIeik7tLeNrsXHIXh27c0mcINLQv6 { width:15.3125rem;height:8.375rem;top:0rem;left:32.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #p9LRVxTWIBsA52GDv229y4P9L73TMva7 { width:7.25rem;height:0;top:4.4375rem;left:26.078125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mUsmX5fpTbbWoAc66SleGbJ7DRXzKSFf { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:19.015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0n484vNOcxpzoIOvlBO8rK6Gl9deb8S { width:3.5625rem;height:0.975rem;top:5rem;left:19.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPqWwbA7tmRKEelMDDdTDLAqiMDJJaPO { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmqVm0WdTixdTebU0U153tmvhOnyAAuX { width:3.5625rem;height:0.975rem;top:5rem;left:25.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlJlqzBJVl25UW42JkTdonfVtc0z9if2 { width:5.125rem;height:0.8125rem;top:7.125rem;left:20.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5JwLMk014yNPZW8gkESmC6Og0kDowFT { width:4.875rem;height:0.8125rem;top:7.3125rem;left:25.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2FPe08hQmRLEm2Pfce3eFf1nvFc1nCA { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A5qWKJrKDZpRo0S71qpyaQsy0nKyCylD { width:4.9375rem;height:2.0625rem;top:4.4375rem;left:35.203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKK372H0NWDXR325DtTvok5o15QVMzzr { width:3.5625rem;height:0.975rem;top:4.9812507629394rem;left:36.578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsCiGwzJOFTInzta4dIIZxfV1Q5pKweM { width:3.9375rem;height:2.0625rem;top:4.4375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3fx6GsoTBqu3LgC3u1MDVTw0vbTkFVQ { width:3.5625rem;height:0.975rem;top:4.9812507629394rem;left:41.515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3RRVGVtHldvNNwq4Z796T5hCdGA7vx9 { width:4.875rem;height:0.8125rem;top:7.3125rem;left:41.234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQzf2VD8roqEIHp8H0h8gPuulKsUTC5N { width:5.125rem;height:0.8125rem;top:7.25rem;left:36.703125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytutGc3QRcpZJgyK7NoTzi2LyQh2EzTd { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZyZHcG4zHI1LspTlsuy3c6VxZZnJfOdQ { width:7.25rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 { display:block; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kFU4KqdlUVv9nwhO2gSbfTLzsGOXE5hk { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSR9uqQKXqJ6f2meTaAcGTcrVmxquHTJ { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pi0N15vTDlKhNAXZrHfWitCFUcopO6Tm { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGTXfW7eKCHvPyTLD27TBMU7wxI9EniR { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itPbQ5oo21CLTDTCsXhTUZMO2z4L9miO { width:10.5rem;height:1.625rem;top:4.6437492370606rem;left:34.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAXsfPixd69tugkwkTCopZhGJ7PStPbg { width:8.75rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zU655XFqnLFQakQwqU9g7XHwCIHXJseR { width:10.3125rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyJco4AzUgk3Aa83foNQRZ4NWRntU7MW { width:8.75rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SGs400uu8HNqZP4Owh6Bo5xwkWXCWGiH { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.4375rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #f3ckWyeNmyg1c8eu6BgtiAarnaHkuvBE { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.1875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #iu7VlrLG1dePJcTLMZzIIASX2823R6l1 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #qf1DsTMFFu1lXnmRLSwBIkxiIATaZpx7 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #Fto3lWZPUMReOd3XAqEIgirEtM7yS8fi { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.4375rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #MgFw2vPTAOzOgi6UyGfwmTdGXf3dDfrW { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.1875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #O8hB4qvGkMUraWh0uErGV0svc24pLh21 { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #pIhJ0TJGT1N9zQNIUkKkS9rPdVfpShe3 { width:4.9375rem;height:2.0625rem;top:4.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7xINcWWoLh9ud4lX0T4zLMao0LMUboT { width:3.5625rem;height:0.975rem;top:5.1875rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrUgrwD4Igk6N9CibaC3X85LPNX8rRuU { width:3.5625rem;height:0.975rem;top:5.1875rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iokLwDFewXOrUiGvyia2VgrE9iQwDawF { width:3.9375rem;height:2.0625rem;top:4.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBzzlHSi7868fJ39tawmeH3wdy0IHriI { width:5.125rem;height:0.8125rem;top:7.1593742370606rem;left:3.828125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4haFcGZS54mUZVrpsDthSJVo1ihH0ZB { width:4.875rem;height:0.8125rem;top:7.3125rem;left:8.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTeWKIZmIMZt3gpKti8vhieirlPabobV { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n3uilMDOkpb4ayEJ4TGwTQw1epdu5yna { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.4375rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #e6cNlPsRqn784haMKoSdWJ25t0nEiwof { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.1875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwVB1ReoHBbqFvC3IaswPgU7sunwrqo1 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:26.0625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #GUk11P0s412vuobJUIDkbrfBgAIG4ALw { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #Ug9dSmhTTm5g2OOhDGQVq2gSX040L4GG { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #mKR1vwQdS83twJ7lBk3v6UPT52CPIORq { width:4.9375rem;height:2.0625rem;top:4.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzJgC37veviqhMHO7T9PqOTRuKbJxtPZ { width:3.5625rem;height:0.975rem;top:5.1875rem;left:20.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfxrpucsNuHrldtBbiVnEyV8PKI1ZZKn { width:3.5625rem;height:0.975rem;top:5.1875rem;left:25.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLrZfcqJUrspKPmie3A43TTmNkWPx0iH { width:3.9375rem;height:2.0625rem;top:4.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bckzzxsnq79A1UAvhida87iJZFVBwFKN { width:4.875rem;height:0.8125rem;top:7.1593742370606rem;left:24.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBbKeXs86TKfGkTOq130VUOacXrPUfZP { width:2.5rem;height:0.8125rem;top:7.1593742370606rem;left:20.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwBQX6We1RE1XKMNWsTPd9AT5N65N6O7 { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D7P1QgQExcPCT1y7NUy2icyzzb1HCGLC { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #fhk3AHph2odkEXD7yrruK2meicSNHG0R { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #iyr5EFZRiNpwCKxbsh8FnmL59MiOVTZZ { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #H7arz3BGAWwaPIVi732TV9XL6HSk6vpq { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #AAdFtwQu9HH2Qc8fbRIigb8oB2AcEA1i { width:15.3125rem;height:8.375rem;top:0rem;left:32.437500953674rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #M76X4aSHg8ygi99Re3wgNk8K2NAeUCO9 { width:4.9375rem;height:2.0625rem;top:4.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BLFfFDf5a6TlnGxwfapNm7FJIqk05bvh { width:3.5625rem;height:0.975rem;top:5.1875rem;left:36.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBoLxuInhpz4GTgz3p0cWpCA8Xnb8J7v { width:3.5625rem;height:0.975rem;top:5.1875rem;left:41.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCHtJBUDBRu7VOC49mkzIJ2TUAdq59Tp { width:3.9375rem;height:2.0625rem;top:4.625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmKAWtx4NTXfp7Le6gTALHqlOfZwLONh { width:2.5rem;height:0.8125rem;top:7.0625rem;left:36.593750953674rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P76Q32SzVwTShJI1sH6f6sn0QxKKscTw { width:4.875rem;height:0.8125rem;top:7.0625rem;left:41.468750953674rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofIOlaREsbZFF9mCciy3ZiMbF7HeZTKs { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.3125rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #sCK4NgEIlhaAhR0malmi0w3pOWwCr9io { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.0625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #w8yG3y7vTGe9fHvofmMo48ggiEeynbTf { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB { display:block; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hr5Oed7Xa9BW2g7vyBTf7HcMHDvm47Sd { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrhRVwSrL649OsFIwzL8nwBbDve7nDpk { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJTFs4WMIZ2FlzXATHu2iaiomuKwHQ3C { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHnSlrwf5qqDLokopxqvGgrrL33gfy06 { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydO4s0v5i8RCIGnBNthE5ADGdTgTr4Ox { width:8.75rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO5Av3MfdoB5TSqE62OTN2n7H6wJ7iMe { width:9.0625rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r74EQrsfm408xBqK6oupUwkWOwgqToc6 { width:8.75rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zTDTMMLsiTPeOCxCqZ0w7fNpy3FBFDAO { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.375rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #burCITXH0LPWHZOflkyTdF2wxx3i8p4D { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #vZPDTc9BZZIPz5JBkUsApbQn2TIoO3RS { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #GPQXvk2fO1iivw7Sr5O7gOZbkuRXDpoB { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #UP9rgi4gLW6Ard2bsy4tTI7ymPWgeAq5 { width:15.3125rem;height:8.375rem;top:1.9073486328125E-6rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #xBzI7WP4H8a9iGu85a0yaaID3eFymGc5 { width:4.9375rem;height:2.0625rem;top:4.6750011444092rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWC89Wkpe7yf2MClZsIGiJ6Kz3Q4PBhc { width:3.5625rem;height:0.975rem;top:5.1687526702881rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kcDqVet5mTJEnkGUveUHFFvpNoATwbfi { width:3.5625rem;height:0.975rem;top:5.1687526702881rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDf0LvybDnUv1HnNwDP1SzvHTc4qoTPK { width:3.9375rem;height:2.0625rem;top:4.5812511444092rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXXlmgzGaJCgXAZgBS4XG67l2l8G8aBW { width:4.875rem;height:0.8125rem;top:7.1510429382325rem;left:8.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ax3z1fdTCbdW7gFVkkAIQmx0Z9fo4J78 { width:2.5rem;height:0.8125rem;top:7.1510429382325rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMnHCVgKogzhJEvNOgDtF0OohrlkLLwo { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oEkuMgTCSMULbTl3achCOlOhxfMM1IQv { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.375rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 1199px) { #QpeTVgLr4Stu4sVgVL7Krx3TmWM8QltC { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 1199px) { #DAXuVDJOxaJG3z1LxgmSxhDKkbxle8ob { width:4.5625rem;height:0.975rem;top:1.1875rem;left:26.0625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #pyiLbmwI1s5ETVVWWQQXBbcDeTzpAQqw { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #iB21W7WlZzgfIbpNHAvnWq71q4QXD862 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #INsTFL8dJbgUVm2RsJGHcPTTAk8CnOI8 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #hpTgAH3kNysMQLEyInZwbOFdzuMEGOF6 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.5625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #yTSRAg5KDENNF4miW4J1auGFcJQq4Tps { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.3125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #obkI4eKUpsE7gcVoiF6lNi0nGOVHofkO { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #pvxbirF4Z3okq3gu0LMXHoyW0LBD0BzD { width:4.9375rem;height:2.0625rem;top:4.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRMRGZS67skmixiKDDX7fxBIPF4c0htP { width:3.5625rem;height:0.975rem;top:5.1875rem;left:20.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFAavaM2dh7IHeydw8I7Q2LWRmQ0Zx8C { width:3.9375rem;height:2.0625rem;top:4.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJy63UH0JZuDOzTcNyQOnqtuSN0T1JkL { width:3.5625rem;height:0.975rem;top:5.25rem;left:25.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y2HQKNt4GWKHlNBIQuf9Tpb4iBqa3tK7 { width:2.5rem;height:0.8125rem;top:7.0499992370606rem;left:20.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5tPBs8x61hhFQRsRMkQtmFZyq2HGQkV { width:4.875rem;height:0.8125rem;top:7.1124992370606rem;left:25.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwWFeOQiVbJTBunQcofQ8IOiABxhpebr { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oizO38a9TSR2RaGRKhoQu3C3pmsXuz1G { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #QlpDmdlZTC498kgrKFo2NWyelNO8KJTC { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #SRthEEgRoMdp8gOc9XCZnIADyMCG766q { width:4.9375rem;height:2.0625rem;top:4.625rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kn14wM1qkPJaRhw80uZbn55QMtBH3xhZ { width:3.9375rem;height:2.0625rem;top:4.6749992370606rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FGZDFzZPHvRvCRpyR2fppV0HGcNe1iyx { width:3.5625rem;height:0.975rem;top:5.25rem;left:25.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWa50NpcT4rHi9EsChC5XzZhdPt7Ii2f { width:3.5625rem;height:0.975rem;top:5.1875rem;left:20.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXnsdEhEXyTR527BDDnD1mLxxryDdW5c { width:15.3125rem;height:8.375rem;top:0rem;left:32.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #uGMfJg6yPxRUqhJbZZhXWIbwgI21Ksrf { width:2.5rem;height:0.8125rem;top:7.65625rem;left:35.40625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQrJpPrTHU6xM0K849WTgBWsUqyT2p28 { width:3.5625rem;height:0.975rem;top:5.25rem;left:35.5625rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #aSylEME4mT1dbdvoWCw2yKn5I55BluPK { width:4.9375rem;height:2.0625rem;top:4.6749992370606rem;left:34.1875rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #Mp829E88LyRGzzatcmWGQf5kZ7lT6TUs { width:3.5625rem;height:0.975rem;top:5.25rem;left:43.5rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #zo7JkP3cH8K1gFTaTHEKPRVxMkrioSSy { width:3.9375rem;height:2.0625rem;top:4.7374992370606rem;left:42.375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #bVw8BPJbkcsusn4zGvuV5ZTOXFaKwWLq { width:4.875rem;height:0.8125rem;top:7.65625rem;left:42.875rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #dG6GXuuKCK24LBReEnWyJxiVykxKb8aU { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GBvohnrd9W592rfqTMxxHTaizMmNlDa3 { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5T3F6rTTVJr1J6o629h5T9EQ1AHT718 { width:4.875rem;height:0.8125rem;top:7.65625rem;left:42.875rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #LBtT6J84289LwWIqTCS9AMrVsOEO1OpB { display:block; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TV8smGFK9dZVf2VTJK87LpsyQA1ERtEW { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKFqqTbhBWFcnTAObttS3poamUETBXpD { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAy28qTc3PJr5lIhHBderIHnb48Pq0pb { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHT1oDaHmmIcMd03TWcuaWqsEn3QFu4A { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZk3cyoRHX0FXUutsuTDGaH0HNkb9B1b { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdcvQCuTlnMGlcUL9sqBN4Wap869KNwO { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwB8753m3aCPV9V3pNa7RcaEnXI4OCHW { width:8.75rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4wIwIINr6NJIzBsnOLXeI1WMUXrTeJ9 { width:8.4375rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMpX4V5cTBPeVDzSRpOaUvEtxHl0yD4O { width:15.5625rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R7zbeEoFptM3GqqPzO4ZRJlFwAqmNRsU { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.5625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #Vi5wK2HnERuoS1KgHk8Ov9rdzGxCDebF { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.3125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #r7pAbGngr89ACz6gZchtGJWOJR8Rngca { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #QPoqcKBdqrMzTZPXXiM3etWbnrm41f6c { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #ThwXGCfyecLTzRUcsCad4qKTEVUxpOfC { width:3.5625rem;height:0.975rem;top:5.8125rem;left:25.4375rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #iQaSF3iAmTx6Zf0Fr5N3udcxdVJ0cMly { width:3.9375rem;height:2.0625rem;top:5.25rem;left:24.625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #TnefK4My7qTez6FESo1eSkxtHeh1zTmU { width:4.875rem;height:0.8125rem;top:7.609375rem;left:9.328125rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #HS9vQlXSrpzUBwLgBK4kLVqiABAi9gK1 { width:2.5rem;height:0.8125rem;top:7.609375rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbnBVA1EHuBaeTOprsHz0RAZ8bxHVtly { width:3.5625rem;height:0.975rem;top:5.8125rem;left:20.4375rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #xUxVg2lU6rxNTrwrhys5T6fOTRPo77hJ { width:4.9375rem;height:2.0625rem;top:5.25rem;left:18.75rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #TP7UQtxUzAgMOR6kT4B9ZGSCJx7sZrUp { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.5625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #ExpvRqc8y9utD3p4BMwmQko5tRcqGmbq { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.3125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #GR3Uf34HGUJn9JTFxSvuD6FTEmkMBx96 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #atTLF7bZkp655lMDwLpag4T1xaTdQTg7 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #cv2OlyqwAKZx1ICsCIL9fsfUbf03CKQO { width:4.9375rem;height:2.0625rem;top:5.2374992370606rem;left:1.84375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #GDbz8CrUcEMKnF9nX0SqZs2TxTFK1BSp { width:3.5625rem;height:0.975rem;top:5.78125rem;left:3.265625rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #sf0GWSa6MHJUk3NtS12kuksipSggfeED { width:3.5625rem;height:0.975rem;top:5.78125rem;left:9.8125rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #yisHc3he8GT4iUGLExwP8xpFv9mAT92P { width:4.875rem;height:0.8125rem;top:7.609375rem;left:24.6875rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #WX4nE7nyyOgb6mqRirqWQDTunubL80c7 { width:3.9375rem;height:2.0625rem;top:5.2374992370606rem;left:8.5625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #fxXu9DkSUyi8T3TtheG0sMHHmdSWh23P { width:2.5rem;height:0.8125rem;top:7.609375rem;left:19.21875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fagH4fsEdwITceyGa0V8gyDKCF7OHnVy { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.5625rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #mNSlCXsMhWzqgGXFqfT1013grMGiu009 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.3125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #Tnb9wGouEB1W9vwnmgaQ2T17JQXAHMTT { width:5.0625rem;height:1.375rem;top:1.0625rem;left:25.8125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #Aa6Wd1lnXosOb9CvLLd2DJ0ZRT62AWA5 { width:4.5625rem;height:0.975rem;top:1.3125rem;left:26.125rem;font-size:0.75rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 1199px) { #T6pF2Nbu5nRFplRTgWwyFnETFQsfZMxw { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.375rem;font-size:0.75rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 1199px) { #Lh04d49wyxEtbKv2FuTcPefR6rCtaUNb { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 1199px) { #Qngk7P1CoTHKKy4pe49TtmUDxX6nVe6i { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #LJpwoa96GUu8rdmoXXf5UHlsNIytRE56 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #oflgXRlrP0JixSOTRgFlseTDso1nGbr8 { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTSJisM6RmwiaIo3TQxneZVT6JNqlV1x { width:4.9375rem;height:2.0625rem;top:5.25rem;left:34.5625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #kXsqFgomu4iqoBACQVF6WJKQvKuiIE81 { width:3.9375rem;height:2.0625rem;top:5.25rem;left:41.25rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #WXsBJ4IuVLN28iOevViWkUfOGh4Ko204 { width:3.5625rem;height:0.975rem;top:5.8125rem;left:35.9375rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #nIpZ6ScNy4rxJX6Eo0UWOofufu6gykMo { width:3.5625rem;height:0.975rem;top:5.8125rem;left:42.5rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #g6vhPmzKbfRQNcAAP0s3uoHp7TJ0Dz3M { width:4.875rem;height:0.8125rem;top:7.625rem;left:42.1875rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiNJviXTlTDX7L2EaLifCfBb7BoSosUe { width:2.5rem;height:0.8125rem;top:7.625rem;left:35.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGmEWfWkqTlTS5R4nHRS0n8cH8TUV96o { width:15.3125rem;height:8.375rem;top:0rem;left:32.437501907349rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE { display:block; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KACkWvfCts5OSFvJEuf0q2pgKhAhcAWh { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THdTIXeEJe6zGtnDqm4TuBmxN0wOkc5O { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOhCFqd65XeZTGQMTLQnDtbM9pdUwmDf { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6mJeF2fTL70Xxedo4nC5LhpUQswgdKz { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsC2vrER6mrVVEuqZQmpTATZRziriQD2 { width:15.3125rem;height:8.375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hz1GGIUZEti99A5J7ZNx0dp0VRdeFbyu { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqJoUMNLUIouebmcexwI7tcOyMrwOTzS { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9hdTdf1XDt9cyO9oOZEMBDt631XsalR { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:34.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsSZWAgrLZfpNTb4DgzaqqgCRoqhFpvt { width:12rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xh7a5q3w6M5VkBKA8akIrl5SCsywyO7I { width:11.5625rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABeLEJWPBPsTHq2WaDL01SRJGKiByqJr { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.4375rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #Ged8mB5OZpXQzTb87FTpSSXndrTLu8c8 { width:5.0625rem;height:1.375rem;top:1.0625rem;left:9.1875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4EMGd4TIMGWARUknTAzax1wZmkR9svN { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #CnSd7U3HqrJsbOVBvTwGclgT3Gfx7fOe { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #cTToATWaRlKRDUUWfwEGvT9clLRJOa3b { width:4.9375rem;height:2.0625rem;top:5.2374992370606rem;left:1.84375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #EdxP1cTFJ5EW28w77Q2MuJ3bK6l7oMMB { width:3.9375rem;height:2.0625rem;top:5.2374992370606rem;left:8.5625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 1199px) { #ElozOMll51TFQyaVLZ8rRd0PSnU6q6A6 { width:3.5625rem;height:0.975rem;top:5.78125rem;left:3.265625rem;font-size:0.75rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 1199px) { #RQyrUdkXA06ftaeruswybN0QNuT1svaU { width:3.5625rem;height:0.975rem;top:5.78125rem;left:9.8125rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #A7svmCl8yTwTyA0T1h0Ju8r55vAEelM4 { width:4.875rem;height:0.8125rem;top:7.609375rem;left:9.4375rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 1199px) { #sNvUFR69ra3s9v5eP5RhFuEzTBgJ47ah { width:2.5rem;height:0.8125rem;top:7.625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #At4lIZSCwb9t0WnyIGpyGAmB3tmyIEkb { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PSyxSyTCtuHDd5TsnrV9FJwk9BltkQAX { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #uHuwMg0cZc0UyOSLkQIJzM5VtMZPdBrS { width:4.5625rem;height:0.975rem;top:1.1875rem;left:26.25rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #RAqnBvbS9zdUJo9TkRkBPRyhO9t1c2QZ { width:5.0625rem;height:1.375rem;top:1.0625rem;left:26rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #L5hTtTLT6LdGLFtXf5tmHuAWluds8Xce { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #GrB5TIbWFTyV0U364gNIpal587cTOzcU { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #fFz34SQMTSogAedKT9MkXccsPx4sholW { width:4.5625rem;height:0.975rem;top:1.1875rem;left:42.9375rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #IVyhAhywOHs2WW5JzLfUOOMgTmqPnrqP { width:5.0625rem;height:1.375rem;top:1.0625rem;left:42.6875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 1199px) { #Cm40HF4y73PLkDp14cc9KwV35AAvTA84 { width:4.5625rem;height:0.975rem;top:1.1875rem;left:9.1875rem;font-size:0.75rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 1199px) { #tPSmBpZTKWmKtTgp5leW73BpdiKggk3T { width:5.0625rem;height:1.375rem;top:1.0625rem;left:8.9375rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 1199px) { #PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg { display:block; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gDLd8oKuolP9diEOnKq0zAg4dOpxXkgH { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPFoL4A4X1f6qeATG1kVcThVwUd2lfCf { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFJ7Fmcnw4sEBN1ulTyIGRpKrSIzQOo0 { width:6.8125rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVRyZAry2n1rKP2S6FHQTm3MRtwQ6CJD { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fm8yycfcdXqN4bL1nGZRnaGNJN8f34SM { width:15.3125rem;height:8.375rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tscxMMgTW0Ju4NBRRhPzV2t3tJExAZSd { width:13.25rem;height:0.975rem;top:2.5625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIOEb1IeNmhcTKivPL01f5msWfhl5A3z { width:6.8125rem;height:1.625rem;top:0.9375rem;left:33.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWI6mJxaOLse9J84U1XZGEihPdvitPe2 { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:34.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRMhpT1WiIviA23iM4GMe2CN4iWtqW54 { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPcIn1SedU1DmSR0fZcBXnVNFRCPxLbp { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9S6w1X7N7xPPZxyEMgo121TnZmai4UX { width:8.75rem;height:0.975rem;top:2.5625rem;left:17.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABOnPAeISJ7f6XKgADwSwAK8EdTyANFd { width:11.25rem;height:0.975rem;top:2.5625rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhZ5sLxxkn22nZ9FHwGBDVSVtWNzTtQt { width:4.1875rem;height:0.975rem;top:1.25rem;left:42.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVrkicWZiG1E7e7ZKfQw2MQ2SmzG3vxU { width:4.5625rem;height:1.375rem;top:1.0625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT { display:block; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VNpVtuabTTtL5uCXtrEAT8tge4P8ODWG { width:6.8125rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0fCIguFbFtUtphtcAaTGzz9VqDL5Iqh { width:13.25rem;height:0.975rem;top:2.5624914169311rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Td4nvzIuPNAx2p6UI4LXpPJbawWTTvNk { width:15.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfXfgUg5wTrvu2zDQpybf9A50klJu3TC { width:10.5rem;height:3.25rem;top:4.6437492370606rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihwBe4P8UoGvA1mUpPdlIm0NXet3moRW { width:15.3125rem;height:8.375rem;top:0rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJaeR6NwzqT7FMJRFdiKR2xbWIug71UC { width:13.5625rem;height:1.625rem;top:0.9375rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qOLAM2qQaSaqZamTdhUM2NBQVmqABGry { width:15.5625rem;height:0.975rem;top:2.5625rem;left:16.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5dI3lgRsfWoCrvJo6VQPQS9FmQ0Tyb8 { width:10.5rem;height:3.25rem;top:4.0812492370606rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs { display:block; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu { display:block; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ttLk0asdk15a66qG3tvrOgwTaJ2IV9PW { width:4.5625rem;height:0.9375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #NPpN7TEx3d84bIxkd0s8HoMHAqWODROS { display:block; }
 }@media only screen and (max-width: 1199px) { #vXdx2XNmt3Rtfx1FlnrakfE2HJ2rOuwq { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMQBCoagkzc9qF0sT3RqI0S01wWSF7cm { display:block; }
 }@media only screen and (max-width: 1199px) { #RxIPXZoTDwRdGNhiFSFmFq2T5BXkKJ3c { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOyAgduxL3QkBcF9G3f9SzdZLG1mV5D3 { display:block; }
 }@media only screen and (max-width: 1199px) { #BTIEqXmfibuSZPevvSGOJfnWanBhO1Tr { width:12.5rem;height:0.975rem;top:2.125rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIDIT9DwPeR8SJbsKmprgAxgSsykTT7m { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lft3DnT6gvvu1FzC9IxgfIZ9FmkyEdJZ { display:block; }
 }@media only screen and (max-width: 1199px) { #VdgO8PeSdWKtadHItnxgkBet6Po1xZuI { width:47.75rem;height:1.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMNkbTDQtAWznI419Z2LXwUhBxvnoQW9 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb { display:block; }#dLTT0Hq9b1Ox5mavfQZzVhDvgR2F8xrb > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDtST4uv5N9iDGoAQdnxRpxzZC9DmQbE { width:4.9375rem;height:1.75rem;top:1.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65cbpHmkFnodcaFEmkIXcFTsDRLCS58 { width:7.5rem;height:1rem;top:1.25rem;left:6.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vsO1zqDSVgVHuaRvockTQZhcsy71iteM { width:20rem;height:5.8277027027027rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMudh6tWpL4BvhdCgzzQQbySMqVCQ7uM { width:17.125rem;height:5.3625rem;top:4.0625rem;left:1.125rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dCSXxx86mgEro7MTxMNKs2QAkcMLDlgu { width:16.3125rem;height:2.275rem;top:9.89999961853rem;left:1.09375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eXxXVSk7dlOmU89cVoZgiObEudmlR2dv { width:8.5rem;height:2.25rem;top:13.012499809265rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqc93sOtx8bUtufnxXnD5589Tc35yG5q { display:block; }
 }@media only screen and (max-width: 763px) { #d8EsMcMMhu0lpCIbJ8QEr0Ud9lvyoQlI { width:5.3125rem;height:5.125rem;top:15.362500190735rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8pki5p8r7RaFB8Wb29mMbtyBwbdZ4IQ { width:12.5rem;height:1.625rem;top:18.362500190735rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl4lQCFHlMvtbOSPAdWmMzHgZdRk8ys8 { width:12.5rem;height:1.1375rem;top:20.112500190735rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZFASBFARrrbQm4EPAePnNWMp5duNq6 { width:0.875rem;height:0.9375rem;top:21.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDBEh364TzdOakbXVPLvhblb9x6xCUr { width:12.5rem;height:1.13720625rem;top:21.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbaIJXWs2Tc4vb6hr2RG056LI7lt9wv { width:18.75rem;height:1.625rem;top:63.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ydDSx6WvisvEVPhvQ01SwQLOeXiMdP { width:8.625rem;height:1.3125rem;top:21.78750038147rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE6TmLVoASN579dK9TpsyT1saRSTp6Ki { display:block; }
 }@media only screen and (max-width: 763px) { #i7yC8NoyJs5WVsZ3mL9qFeza4pvByDUw { top:0.625rem;left:0rem;width:20rem;height:15.8125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #co9DHsUwAuQgzG7btADXIDbwplVoFcUA { width:7.625rem;height:1.3125rem;top:51.8125rem;left:4.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #N07fCimtTd8qmiXGurFgOcXAOq6hbdCx { display:block; }
 }@media only screen and (max-width: 763px) { #s5aumsmktC1F0cAM7sLJ8nb477uzzDhl { width:6.25rem;height:0.975rem;top:52rem;left:7.125rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #pdJ0O40i2ekspJobF3OhcTZ00EKwePWa { width:5.3125rem;height:1.3125rem;top:49.4375rem;left:13.125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #mGHKPw30ZII55eVgug72ah9tztqV52x9 { display:block; }
 }@media only screen and (max-width: 763px) { #LIpulAtoMTTqoP04bML9vZG8zaAohBDh { width:10.5rem;height:1.3125rem;top:49.4375rem;left:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nziUTfmsPbsl0mTPshld8d5Z6MXId31m { display:block; }
 }@media only screen and (max-width: 763px) { #ClCX2w7TlHTTu60TsNWs9DJ4TdsMvXKC { width:9.625rem;height:0.975rem;top:49.4375rem;left:1.625rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Vgxwle59DS3UoNosLeD0ncA5rygiNPSD { width:4.625rem;height:0.975rem;top:49.4375rem;left:13.9375rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #g6JHhQG2eFgsxfJnn1mI9VpcIsdAV0iQ { width:0.875rem;height:0.9375rem;top:49.4375rem;left:13rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #XRSnwCELU2gCcl8kxAUsQer3ftxP9QTJ { width:0.875rem;height:0.9375rem;top:51.9375rem;left:5.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #JnmgEkhIkZzVdInuh8s1XzdL5fTtG0rJ { width:8.625rem;height:0;top:39.65416431427rem;left:7.2635412216188rem;font-size:0.75rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #hKqPIxx4f5wI65bNT7487Zx8lEX0TuLX { width:18.6875rem;height:15.925rem;top:24.8125rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCkbeoL5aUvXb8OsghdcV5LviBmFG5eZ { width:12.125rem;height:1.3rem;top:62.5rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB718uNFF8PDKCb0s6Gy61H7zIzFmuJn { width:20rem;height:20.9458125rem;top:17.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHzfa5lrqWxfdQpu2HDO9FBvNzteAw5 { width:8.625rem;height:0;top:46.775000572204rem;left:4.1875rem;font-size:1rem;z-index:15085;display:none; }
 }@media only screen and (max-width: 763px) { #w20aUEqlCRL3siFURk37FRP2ogQ9xvoq { width:3.6875rem;height:0;top:46.9375rem;left:13.75rem;font-size:0.9375rem;z-index:15083;display:none; }
 }@media only screen and (max-width: 763px) { #X33rwOhU6XPnMq8iuLrr6mpxX5yWClJW { width:9.1875rem;height:2.125rem;top:43.289583206177rem;left:1.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #QnyTJOeA9nhpK2Jh9gopwyTCQlImLfEW { width:3.5625rem;height:0.975rem;top:43.864583969116rem;left:3.59375rem;font-size:0.75rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #pLGgAT0xTAlzPWawzq6652Nn6ga8L487 { width:3.5625rem;height:0.975rem;top:43.864583015442rem;left:15.227083206177rem;font-size:0.75rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #pvcw4yCU85XdZEQGV1tCHA4ORWAN97Tt { width:4.375rem;height:2.125rem;top:43.289584159851rem;left:13.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #e9S5ZrD6TAxcUlJEQ6y3FfWZEaOtSZKM { width:0.0625rem;height:0.0625rem;top:43.183333646912rem;left:3.0083332061767rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #EExzrmQTb2lCd4FRyIm4v6mZa7hxxcz4 { width:20rem;height:6.625rem;top:42.827083587646rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #550000, #000000);background-image: -moz-linear-gradient(180deg, #550000, #000000);background-image: -ms-linear-gradient(180deg, #550000, #000000);background-image: -o-linear-gradient(180deg, #550000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#550000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#550000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #550000, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rsPSQLKHBMHpUX5b8aXU8kKO4rs3zx { width:18.625rem;height:5.85rem;top:55.25rem;left:0.5rem;font-size:0.8125rem;z-index:15053;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TDZVmaqVW5Pz6hl8mnEBxAxSWTu87zbD { width:3.6875rem;height:2.925rem;top:46.375rem;left:14.546875rem;font-size:0.75rem;z-index:15039;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hZXUwDQv53JLrswCRw3La80Jib7Sz9Sv { width:8.625rem;height:0;top:52.220833778381rem;left:6.9458332061769rem;font-size:0.75rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #qQvZVDIFf05mk83fCP1aRTv8l8UWm3nl { width:6.75rem;height:0;top:53.02499961853rem;left:10.320833206177rem;font-size:0.75rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #ILBPtAW3VR7CyczUcyxNf6bLvgqK0Krg { width:8.625rem;height:0;top:46.5625rem;left:4.25rem;font-size:0.75rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #g8q4cpX4SJqRkaX1yNRuF6s7As6DLhmH { width:3.6875rem;height:3.9rem;top:45.414583206177rem;left:4.65625rem;font-size:0.75rem;z-index:15040;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx { display:block; }#fnFNvlyKRR6O4Ss17ZeAvzSpQEfVkdpx > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdEyKeMSNnlCQyJ3dacZV0TxXfVsxStH { width:16.0625rem;height:1.95rem;top:0.80625152587888rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRiwJi88zWtaMyDcHWJ3WNgUS1aJcZwy { width:20rem;height:8.375rem;top:4.3437490463257rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vZnmZTs6X0xWiKgebNxfF1TycxynAa { width:17.75rem;height:3.5625rem;top:9.3812484741213rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJcoFaZ17fEmsecRslxpkHkgd3sI9Io { width:5.625rem;height:5.625rem;top:9.5687484741213rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGwTIpuUmLSTWEhZIH3a2rMy2kh8e6Ov { width:2.875rem;height:1rem;top:5.5562515258789rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZT4JbyZilUmiLcVHeGkTSrM12M1FHDF { width:7.5rem;height:3.15rem;top:6.9562492370606rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlpU3kUZaUAg8NRPedBP94hLHsblHn9I { width:2.4375rem;height:0.875rem;top:8.1312484741213rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzsil5mCFfkIPIGtxZH7iTuUPdRUA1R7 { width:3.5rem;height:1.0625rem;top:5.5250015258789rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ZeGIQrpfOHTHTcCNfQ6OVK2V9qh9xF { width:2.125rem;height:2.125rem;top:7.5687484741213rem;left:8.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #b689KmGDRX9vXsFCGN02kJxI3n9ObKPv { width:1.4375rem;height:1.5rem;top:7.78125rem;left:9.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRTXcgV1fQiJNzsewOL78qNxvRUrNQH { width:7.5625rem;height:3.15rem;top:7.1812515258787rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QotPVWB7BIoWCPEMu9omKztAlfsGUbTA { width:13.25rem;height:1.3rem;top:14.256248474121rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWiTwqsga5Z0s8TWSCCAM5Sg0I06hrc { width:15.625rem;height:1.95rem;top:15.556251525879rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLtrOcciRPtTPMFHGc5ttBeHO2OLzipp { width:20rem;height:6.625rem;top:17.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQciR78L23typpv78mnmTNL3TBkbZwn { width:17.75rem;height:3.5625rem;top:21.03125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3EmXzyOzDR1u3WhFSJF8tdZS4ArTfCO { width:8.125rem;height:9.9375rem;top:15.193748474121rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8l4fHKeqZLtLTQiULeNUpc0riWJTq7T { width:10.6875rem;height:2.4rem;top:19.256248474121rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soMK4ZXVXOmRsFrHicHF4FZ4RPk3HnCV { width:8.625rem;height:0;top:26.381248474121rem;left:5.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruX8fbwofwTtooTPCcNmTAJ8qm2ttmrG { width:3.875rem;height:2.125rem;top:24.125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsAEL2pu3kCdT4n5tSf0rM60cZuTXEZl { width:9.1875rem;height:2.125rem;top:24.125rem;left:5.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCAIEgHBgcQtmgDKk6lJ8VFHReCXBh79 { width:3.6875rem;height:8.775rem;top:27.231250762939rem;left:15.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hriOJLNJKCGmB3EhFbglco3cHTfBVrGN { width:3.5625rem;height:0;top:24.700000762939rem;left:6.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yL15gSp95JS4s4B5IbCpRouv9kueEvKQ { width:3.5625rem;height:0;top:24.700000762939rem;left:15.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUhWSQsACh6dG7vmDDWWDrNV2bOMJgDN { width:12.5rem;height:0;top:56.050000190735rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #erLq8uetKG8hL7fh5lBD6rSfk7d5g0bS { width:10.5rem;height:1.3125rem;top:34.1875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGFhUwTnZm6cXOXgfVtUUrTCBMoKiqeV { display:block; }
 }@media only screen and (max-width: 763px) { #KEBuG5VWRAIhkMcnp5Mf5TXdEWGeZMWx { width:5.3125rem;height:1.3125rem;top:34.1875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2GCdRauIBlQ4TgmnooCbAHvwy1FwncR { display:block; }
 }@media only screen and (max-width: 763px) { #fnVGDXHqipgTot72qCA01df91QL3xegI { width:0.875rem;height:0.9375rem;top:34.375rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6leXfFwVWs7lXkspnzPbMnNHdHtRogA { width:7.625rem;height:1.3125rem;top:35.625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvDairoITe28kS54T9ecM2mXNoh6AOC3 { display:block; }
 }@media only screen and (max-width: 763px) { #bGe2rnxQIA9p03qZ85T8bn1G3Vm5HhUb { width:0.875rem;height:0.9375rem;top:35.8125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARowcMoPVonGAoTmZ16cLWNhIAWvGhcI { width:4.625rem;height:0;top:34.375rem;left:14.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnnaQJ4fPa1RfsdOT5oMTEJ2KNcZmkD8 { width:6.25rem;height:0;top:35.75rem;left:7.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHxuNrg2d6BcNTEX1Ok5XzAvrRna1mCh { width:9.625rem;height:0;top:34.375rem;left:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnmSK0TKEhVJVB22BXexT3aS9CfAAhVO { width:0.875rem;height:0.9375rem;top:34.375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHGwEocdczzMvhsmAfqLvoRwCVydWWg3 { width:20rem;height:auto;top:22.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip7SlQPN7hpNVchzOaUo7Au75pRXmFb5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkacr4vshb3ciNqXuUUgupAlmdQu0qhX { width:20rem;height:auto;top:21.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #txMt8VGW7fbMfO1E1eXTu65anSADFTuN { width:20rem;height:auto;top:18.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtRI5Ne8tIhZx7vTxUvUnb9wUisL5bNs { width:20rem;height:12.6875rem;top:40.318748474121rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmOchsNDrNv5cMLhVDUzqs3fGgpaLIKf { width:8.625rem;height:8.775rem;top:24.593755722046rem;left:3.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1gsQUTpPifkVlztyiElHJs57lPcRG6p { display:none; }#C1gsQUTpPifkVlztyiElHJs57lPcRG6p > .row .container { width:20rem;height:19.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8e2dHtMpTTt8RxRpnl4g3m6ZDFuuJJr { width:20rem;height:0;top:2.5000057220459rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3KPymJHk6dn77QhgtB7MpPktISgLrfB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ { display:block; }#xM3kTotrTff5WI8BUPwMWHEIbCmiGNEJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hh1zDXR3d348mXmTipPpuuq5H8ax34Il { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi3Fls93oNCbpwTnIMCcXPJxLDKyX6K9 { width:1.375rem;height:1.375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUx0B1giNP0X6FCkez54BIRNoyTDG4tS { width:14.6875rem;height:1.65rem;top:2.5249938964844rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTEPeTKwrfo9XK5ukr7UZ5FnMhz7e1eH { width:8.625rem;height:2.0996125rem;top:-0.0625rem;left:11.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKhgCTWhnTp2bIt403IEuCcHwe9cGHln { width:8.25rem;height:2.75rem;top:22.975rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8VkLhlRH4AK0332NQgMZOEuDUBiBSsp { width:5.875rem;height:1.65rem;top:0.0625rem;left:8.5rem;font-size:0.6875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZ18MMikzNHMXkNAbH4HsuZuOAZ8xKz { top:0.0625rem;left:13.8125rem;width:6.5rem;height:1.625rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PU0r5l11qqPc9r4eTwD5uL66QfqspMdC { display:block; }#PU0r5l11qqPc9r4eTwD5uL66QfqspMdC > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyZPmUFL3hlIxQaixDJ0TgTgHXDzDJZc { width:20rem;height:4.3496125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luNWJXZMKviMJDS6a5wrS4WXFlssqBpT { width:20rem;height:24.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUObOwL0rLCTuTFrqgfut58g2UFz8PwW { width:20rem;height:17.5625rem;top:4.9375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #oOaocOT5txxxF4vzfrtgwd3lBQFyG5up { display:block; }#oOaocOT5txxxF4vzfrtgwd3lBQFyG5up > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxf8pmiOogo2ezrT6zQ6Uks0WBV8rKTd { width:20rem;height:5.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo1bdudf7s8qqoLbS4aDBuzJgb0hpRpa { width:11.3125rem;height:6.75rem;top:0rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLJp4G7H0kUpCbu7UJ7kHqlsVFQ8HT6d { width:7.875rem;height:0;top:6.75rem;left:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTVo7cbIcJhXWhFPufMfT3U31weEp1Ko { width:2.3125rem;height:0.8125rem;top:3.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsVfqliHfWn553zQbiHL2WxfwdIRVbO9 { width:7.375rem;height:0.975rem;top:4.5rem;left:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumOtbse4MSfiaybzqHlen2dN6C1NKa3 { width:0.75rem;height:0.75rem;top:4.625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3VoGH1UyqCUlwmcdKIA6NAK6Hv1KdR { width:7.875rem;height:3.15rem;top:0.96249961853025rem;left:10.875rem;font-size:0.875rem;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fygeJauuHBZao1a3s30klgzd9uOTg6zF { width:20rem;height:5.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRu8LoRi1hT76sWnhB6y82G5eQzGLUvC { display:block; }
 }@media only screen and (max-width: 763px) { #yupLDs9GCvfTscezBBAMFrrTbRMnzNOt { display:block; }#yupLDs9GCvfTscezBBAMFrrTbRMnzNOt > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJWmOGnWCLWyRHNXvRSrssGDnzeQds3l { width:1.25rem;height:1.25rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsuEK67LzZ8vIoEb3u8oyRlGvhGZRawv { width:15.5625rem;height:1.625rem;top:1.1875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT5Fd2Vx4fT53E9FMr6X2qEXCkoKQ7cT { width:19.875rem;height:15.3125rem;top:3.2999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epbvCFqFcCVoTCbhhHfmrxCPBWQv0s4i { width:2.125rem;height:2.3125rem;top:4.6375007629394rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB2gOIdZFacUoJrLtdoG3BZe3PhBoWfM { width:1.6875rem;height:1.1375rem;top:5.2250003814697rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLwHaHoxk3BisGdWfudOq43GqcMM74O { width:13.5625rem;height:2.275rem;top:4.65625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLi6I4KJ2e1mo4gQ8cvxGhRlQTTxwf2s { width:2.125rem;height:2.3125rem;top:7.2625007629394rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqPNJ0gioixzCxTt0CcFOTcTpPMpgyTw { width:1.6875rem;height:1.1375rem;top:7.85000038147rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEtzSR7IUMbWZmhQ1D26ZAVCufFSBh8 { width:11.125rem;height:2.275rem;top:7.2625007629394rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43ep7lJQRlPNOVX5kCEMnWrTyq8cTD3 { width:11.25rem;height:0.975rem;top:8.4500007629394rem;left:8.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypmNqEItoyhECkcIl3B1fRLSaqxkBuIW { width:2.125rem;height:2.3125rem;top:9.8875007629394rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeupAuzCxnDHyatUVwoTKTp0TvRzvVT7 { width:1.6875rem;height:1.1375rem;top:10.47500038147rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd4kNRb6ft1OTyVV9gK4mpRV6nzT1C4k { width:14.8125rem;height:1.1375rem;top:10.47500038147rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0yD6KNf99z5bDqbcTykRFCBUAvs63DS { width:2.125rem;height:2.3125rem;top:12.450000762939rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqh39hakWKW9nhx84kTXkXemEycPPdZ { width:1.6875rem;height:1.1375rem;top:13.03750038147rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3apH3puBLOGI08xU99NFr1u5UA87OD6 { width:15.6875rem;height:1.1375rem;top:13.03750038147rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx0Ximebbm9vrsuDPqaBfffsBeEBUr4E { width:2.125rem;height:2.3125rem;top:15.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRoH3i87hoiFhpoCqN4BrDsH37zCz8d { width:1.6875rem;height:1.05625rem;top:15.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX7Sf5BsaMLr4qxVJbxdsxBxfopbUXpo { width:16.125rem;height:1.1375rem;top:15.650001525879rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWT94mdZh1JNexccnMUkECWidylD1Ia1 { width:1.25rem;height:1.25rem;top:21.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu6x5nWziz4zT6a6rhkUQFfFgRBPppca { width:15.0625rem;height:1.625rem;top:21.5625rem;left:3.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wR2ykpggMyoTrVk1P1Tk1qvZR9z1yxf1 { width:20rem;height:19.125rem;top:25.8375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpPcLRucpTfOSkJBELAwrRUnKM1MRa5G { width:18.1875rem;height:4.5rem;top:24.650001525879rem;left:1.09375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T2OOohgXcL6W8sQH6lhsgWCJQU1gMnbi { width:17.6875rem;height:12.675rem;top:29.650001525879rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEGaTnOcTDm7J0DNHg6OtisQB0Kgf5k { width:0.875rem;height:0.9375rem;top:19.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ftNbUs9HTyMS64bHHtFzAr2bIU3K29 { width:6.9375rem;height:0.975rem;top:19.25rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX81TFGuBNzxnFbH4KiK6IArOklW5qKh { top:23.5625rem;left:0rem;width:20rem;height:18.875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uACz1nhZZ57u2dUygViB5x6wiEf3pIt7 { width:9.8125rem;height:1.3125rem;top:19.050000190735rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9JhvDvG4kWVzywk7Qqh55ogF9soUnqP { display:block; }
 }@media only screen and (max-width: 763px) { #y5AC9UoaobUQ8lQHegqTCnPxQUwIxqRg { width:11.0625rem;height:1.5rem;top:4.6375026702881rem;left:6.1593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQa7XPPLqXo2Mr8V6V7MJTKeQgpFoqCB { display:block; }
 }@media only screen and (max-width: 763px) { #Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 { display:block; }#Wwzm8Xs5BnTk4WamIgKzDds9b9Zuwra7 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuGBFEaTC8vBKbpmdXTDTVekNrwRQXPx { width:2.4375rem;height:2.25rem;top:0.96876144409181rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnSCMgUxVeBUPuLIoAQV8lM9UTGRTyeT { width:5.3125rem;height:1.625rem;top:0.78125rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHFt8LBUzbi9h8QaEOp0lPLVa0ny8Jyu { width:6.5rem;height:1.1375rem;top:2.1156253814698rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ { display:block; }#NmhttToMMNLnAdVZ36ZOPrBSmDQTytIJ > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p40itiWK5gFSzI7J4yrU0dybJyKTnCdT { width:20rem;height:10.9948125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4v9mHxzUP28WhdG5Gtr3S7Iih6znOH5 { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZ5v6eKTUxGCpHT6PwwLQoywurQgQ5N { width:15.5625rem;height:1.1375rem;top:2.8125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZBhXteqcgZuFOkD3oJrPRbJdyHEclh { width:5.0625rem;height:1.375rem;top:1.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFAsaghskuy04EFt8uIuK8Pym3CxIAIr { width:4.5625rem;height:0.975rem;top:1.9375rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8MRqHJWTW1vdTZtec2EAuGpTgyaVOrr { width:3.9375rem;height:2.125rem;top:5.125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACwyyPR7EHlViJ4AaDsNM5VTifiyFkG { width:3.5625rem;height:0.975rem;top:5.6999998092651rem;left:14.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgbyXmd8z15CITZs9rPXgEm8PiTBDxeU { width:9.1875rem;height:2.125rem;top:5.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbmOLM1wkqyhQwORCQcq0Sl0c4KbVPm { width:3.5625rem;height:0.975rem;top:5.6999998092651rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0GBtdd6Kb0UIgQ7d9z631TSoBWs9ui { width:7rem;height:0.975rem;top:8.293749809265rem;left:4.9145832061767rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yarkvc7E3Wm7QpDVknSSl5G9tuA2h6f2 { width:3.9375rem;height:0.975rem;top:8.293749809265rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7RtQJrSA4NqchpMznV2X6pHk0x42aw { width:6.8125rem;height:1.625rem;top:13.125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDwBWLaeS1pxlMEccf1gB9WpvMHfvxaN { width:15.5625rem;height:1.1375rem;top:14.75rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwtTSPxn6IsIfhlUSEVh8cPcactMD5JJ { width:6.8125rem;height:1.625rem;top:24.744792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBRfv0s1z59tsBMeiPDrlsg2lMmDcH2K { width:15.5625rem;height:1.1375rem;top:26.369792938233rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98k205J6F0PbDmfTlqxF6WcGGK6Q3OZ { width:20rem;height:10.9948125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3cksABOz8m5enKk6nSl4uuDxRZPuNl { width:4.5625rem;height:0;top:36.997940551758rem;left:9.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTugEPlW4pUko9LT3c8Ti8XNm2t4oKKO { width:20rem;height:10.994764397906rem;top:35.622940551758rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch6dLqpbal90kXgz7eWdFMf8HHiXoBPg { width:5.0625rem;height:1.375rem;top:36.872940551758rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByfXkUdGF0HxAekTGtABX85NOa44xI7E { width:4.5625rem;height:0.975rem;top:13.5625rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfkhUI3N5QA8uoaQWsaSdXx1D2ZzlCS3 { width:5.0625rem;height:1.375rem;top:13.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k97zBENxZ3mzfw0aztmC3quSxFyTPe4T { width:10.625rem;height:2.3125rem;top:40.060440551758rem;left:3.0937490463257rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSEqHxGTG9SfyypJp43bggE3aeLezvWi { width:2.125rem;height:0;top:40.560440551758rem;left:3.5937490463257rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co7XlAXvf7mD7pl7ks0XRZXIllHhC4fn { width:4.9375rem;height:2.3125rem;top:40.060440551758rem;left:8.1562490463256rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0FcVWZv6eyw2wLKoyFv2C7WcgDkuoQq { width:2.375rem;height:0;top:40.560440551758rem;left:8.7187490463256rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWxzaXOum9ATayrwBWeuSLRT7gySCOPZ { width:3.125rem;height:0.975rem;top:20.231249809265rem;left:4.8520832061767rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgqaPT7n0RcreNsxTmMaFiVCd8pcxI8q { width:3.875rem;height:0;top:42.747941505432rem;left:8.8208312988281rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMSClOp8uLFTlo1FKz0FIA7tOTRfcvpV { width:20rem;height:10.9948125rem;top:35.622940551758rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaOzwVcfEtFbTC3NEJzANZIvgTouVPy1 { width:20rem;height:10.9948125rem;top:11.470832824707rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hydb6lxibU4qmIsyJv6DgtVvk177p4RH { width:3.5625rem;height:0.975rem;top:17.325000762939rem;left:5.1875rem;font-size:0.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #T6SWV7IHMdGm09c2Q02vcOADS2KdOrCw { width:9.1875rem;height:2.125rem;top:16.75rem;left:1.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Zqqigv9qN1Hycz5AVXEP5wP2Iu8gBQGc { width:3.5625rem;height:0.975rem;top:17.325000762939rem;left:15.227083206177rem;font-size:0.75rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #bk7PzAikx7fu4qeTQTgy6ORof0c4S6OU { width:3.9375rem;height:2.125rem;top:16.75rem;left:14.25rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #nmmxaROIEwMBKh0n9BhEtp8VQ8IUgMvT { width:3.875rem;height:0.975rem;top:20.231249809265rem;left:14.28125rem;font-size:0.75rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #kE8NBieFhVOXKM554U1vIPRmpc0nhBr9 { width:4.5625rem;height:0.975rem;top:25rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq97ddqbZmqKoBiuLw0U5sDNtC7FQarK { width:5.0625rem;height:1.375rem;top:24.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPykDIo0786tlrlhG7WU1uFPcp4UqNGS { width:5.0625rem;height:1.375rem;top:38.247940551758rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uv4R4tSz8ozGZcQev044ClvNk3ZrmAc7 { width:4.5625rem;height:0;top:38.372940551758rem;left:7.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhlUCvta4c5Q4FLl6PnKMDhxKBllS2Kn { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5WKrkSK4cu0nKLP66uuS8PeUenKgoTk { width:10.625rem;height:2.3125rem;top:5.9375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMcVsnfsOIR5bDHVNQtbhEz3xlHpel4z { width:2.125rem;height:auto;top:6.5rem;left:8.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuSsUgzWiXJQsW6QHQpykP6HLQUM4ITg { width:2.375rem;height:0;top:6.5rem;left:8.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHgUwkhUSIhMWiHIPFP2QSRAa9NdI8iH { width:4.9375rem;height:2.3125rem;top:5.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Os8pfBmhpPhgQkRfQMr7RTpwGtNUdg4U { width:3.125rem;height:0.975rem;top:31.8125rem;left:5.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPW0WMETxhaGLvWgdSSVk8NIE21KxTF { width:3.875rem;height:auto;top:9.25rem;left:8.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMnmKmBIU4Usf25Bay52cdKzUKrP0Fnp { width:20rem;height:10.9948125rem;top:35.622940551758rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6tC4gKzwdDpZx2ix7cyt1ZKGazOQxZO { width:20rem;height:10.9948125rem;top:22.880195617676rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqG8aSxo0sSeDLlLlqJTZenSyAWBui { width:3.5625rem;height:0.975rem;top:29.075000762939rem;left:5.6875rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #IlmrWfgk0uULq7l35EnLGMeIfcytLHXL { width:9.1875rem;height:2.125rem;top:28.5rem;left:2.125rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #HzO4oZNLk0NvMxesCeSSpNblyDvUDSvS { width:3.5625rem;height:0.975rem;top:29.125rem;left:14.9375rem;font-size:0.75rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #KMFdMOWVcyQG4IX1Fb902oUNG1bk930o { width:3.9375rem;height:2.125rem;top:28.5rem;left:13.9375rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #fwPrRQIig281TnPZvxxP6C5x8PdGSP7X { width:3.875rem;height:0.975rem;top:31.8125rem;left:14.3125rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #wyqmLPefm6G7u96ZtMynkOenSpNDqOpH { display:block; }#wyqmLPefm6G7u96ZtMynkOenSpNDqOpH > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #la2c0cL3a2Bb9P3hwc9V60H8gOSgzzRf { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N96dQpskhzDX8IZw4lSAowHv3vbGdlfs { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnXEoIxBy7qxnmD2KgfqDwHQJUzFDsNb { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pToCdoA9BK2LI8wOKsvmTrANTtUTa27k { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbdTyyrhyt392cN7vUbpOPM15rtOLCkJ { width:15.5625rem;height:1.1375rem;top:13.999999046326rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO9UpK8EQI4X4aMeymxQqwtmSmcMMPZJ { width:15.5625rem;height:1.1375rem;top:25.619788169861rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m85nAn5z0Z4pg9lQDa2ZvhowhekB9IpA { width:4.5625rem;height:0.975rem;top:1.3125rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LrE56caAM9Pp68CoprQTi5xTm3vpwn { width:5.0625rem;height:1.375rem;top:1.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUta0AOsvU95ETUCK7Z0C3qx9dX36nlp { width:4.5625rem;height:0;top:34.997932922363rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGJCaVWvZRLIrzbfzTU6sX6n9q1Hr9pe { width:5.0625rem;height:1.375rem;top:34.872932922363rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3IGgnMA5Uikr7V4ruv5cuzDPWTnwdgv { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #upoqMNmmCaggeQ0dBS0mlwV0GzKkDiii { width:9.3125rem;height:2.3125rem;top:4.6437492370606rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNvouBSkbiggOiye5ms3iDRNNPIrkAHv { width:2.125rem;height:0.975rem;top:5.3125rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrOAiBJCQ9BDDw9tTZfwivCN0XmOMaqb { width:4.9375rem;height:2.3125rem;top:4.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wRZLTOEVHCFOJurIoxOTBVuNm1MqhX { width:2.375rem;height:0.975rem;top:5.2937488555908rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSt5WHmKtJXuhpbMqMrOqE9sfEUFgWWZ { width:3.125rem;height:0.975rem;top:7.8750009536744rem;left:5.2270832061767rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2thd6wbUHofAFJpOPCG1XChxdCysNNG { width:3.875rem;height:0.975rem;top:7.8749990463256rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ntbIgmsri1lzSMtfs1WpTswm04rrpd { width:20rem;height:10.9948125rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BpiwLyJnU0ehpA4kc1FlMzWImRP4Oo7N { width:4.5625rem;height:0.975rem;top:12.625rem;left:13.75rem;font-size:0.75rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #g63tiFAnfu1s7oogRxfDTiP9CtJQw0Q3 { width:5.0625rem;height:1.375rem;top:12.5rem;left:13.5rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #V54vUbZfNWsB12yUy07XGsIcTso5WTc1 { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCWoHT0xusi5hVxePiCBATrS5VxUeZyl { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtIyQWkgqzHmrklkxMgvG2XpCmb9EvMZ { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdhENJwkVINkkVNNpIfrIkqNxvrcNqz9 { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAWb6fwXDGsGnkQfArtsOOyIqVQJhE5h { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #limN8OpZzU4ziBwLKp4AupsrsoSE9eBl { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z99J3SQkm05v6i0WTbQTXqMANPFh2awp { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiAPa3m92pCIC3tg35ulP1sTVPV9b6iT { width:4.5625rem;height:0.975rem;top:24.25rem;left:13.75rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #xIExnvxCvVV2uIdTLfF9apip8y2tRoFb { width:5.0625rem;height:1.375rem;top:24.125rem;left:13.5rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #LxaMIeik7tLeNrsXHIXh27c0mcINLQv6 { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9LRVxTWIBsA52GDv229y4P9L73TMva7 { width:15.5625rem;height:0;top:34.234406005859rem;left:2.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUsmX5fpTbbWoAc66SleGbJ7DRXzKSFf { width:10.625rem;height:2.3125rem;top:15.90625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0n484vNOcxpzoIOvlBO8rK6Gl9deb8S { width:2.125rem;height:0.975rem;top:16.575000762939rem;left:5.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPqWwbA7tmRKEelMDDdTDLAqiMDJJaPO { width:4.9375rem;height:2.3125rem;top:15.90625rem;left:13.453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmqVm0WdTixdTebU0U153tmvhOnyAAuX { width:2.375rem;height:0.975rem;top:16.575000762939rem;left:14.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlJlqzBJVl25UW42JkTdonfVtc0z9if2 { width:3.125rem;height:0.975rem;top:19rem;left:4.890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5JwLMk014yNPZW8gkESmC6Og0kDowFT { width:3.875rem;height:0.975rem;top:19rem;left:14.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FPe08hQmRLEm2Pfce3eFf1nvFc1nCA { width:20rem;height:10.9948125rem;top:10.994792938233rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #A5qWKJrKDZpRo0S71qpyaQsy0nKyCylD { width:10.625rem;height:2.3125rem;top:28.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKK372H0NWDXR325DtTvok5o15QVMzzr { width:2.125rem;height:0.975rem;top:29.106250762939rem;left:5.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsCiGwzJOFTInzta4dIIZxfV1Q5pKweM { width:4.9375rem;height:2.3125rem;top:28.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3fx6GsoTBqu3LgC3u1MDVTw0vbTkFVQ { width:2.375rem;height:0.975rem;top:29.106250762939rem;left:14.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RRVGVtHldvNNwq4Z796T5hCdGA7vx9 { width:3.875rem;height:0.975rem;top:31.625rem;left:14.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQzf2VD8roqEIHp8H0h8gPuulKsUTC5N { width:3.125rem;height:0.975rem;top:31.625rem;left:4.890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytutGc3QRcpZJgyK7NoTzi2LyQh2EzTd { width:20rem;height:10.9948125rem;top:21.989582061767rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZHcG4zHI1LspTlsuy3c6VxZZnJfOdQ { width:15.5625rem;height:1.1375rem;top:14.000000953674rem;left:1.125rem;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 { display:block; }#fwxXBoX2bDnh6SJ7Iyumhx70Sy6Bvyn8 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFU4KqdlUVv9nwhO2gSbfTLzsGOXE5hk { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSR9uqQKXqJ6f2meTaAcGTcrVmxquHTJ { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi0N15vTDlKhNAXZrHfWitCFUcopO6Tm { width:15.5625rem;height:0;top:25.682292938233rem;left:1.125rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #DGTXfW7eKCHvPyTLD27TBMU7wxI9EniR { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itPbQ5oo21CLTDTCsXhTUZMO2z4L9miO { width:8.8125rem;height:0;top:28.619791984558rem;left:5.59375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAXsfPixd69tugkwkTCopZhGJ7PStPbg { width:15.5625rem;height:1.1375rem;top:13.999999046326rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU655XFqnLFQakQwqU9g7XHwCIHXJseR { width:15.5625rem;height:1.1375rem;top:25.619794845581rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyJco4AzUgk3Aa83foNQRZ4NWRntU7MW { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SGs400uu8HNqZP4Owh6Bo5xwkWXCWGiH { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3ckWyeNmyg1c8eu6BgtiAarnaHkuvBE { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu7VlrLG1dePJcTLMZzIIASX2823R6l1 { width:4.5625rem;height:0.975rem;top:1.3125rem;left:14.25rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #qf1DsTMFFu1lXnmRLSwBIkxiIATaZpx7 { width:5.0625rem;height:1.375rem;top:1.1875rem;left:14rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Fto3lWZPUMReOd3XAqEIgirEtM7yS8fi { width:4.5625rem;height:auto;top:1.5rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgFw2vPTAOzOgi6UyGfwmTdGXf3dDfrW { width:5.0625rem;height:1.375rem;top:1.375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8hB4qvGkMUraWh0uErGV0svc24pLh21 { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIhJ0TJGT1N9zQNIUkKkS9rPdVfpShe3 { width:10.625rem;height:2.3125rem;top:4.7406253814697rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xINcWWoLh9ud4lX0T4zLMao0LMUboT { width:2.125rem;height:0.975rem;top:5.4093742370606rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrUgrwD4Igk6N9CibaC3X85LPNX8rRuU { width:2.375rem;height:0.975rem;top:5.4093742370606rem;left:15.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iokLwDFewXOrUiGvyia2VgrE9iQwDawF { width:4.9375rem;height:2.3125rem;top:4.7406253814697rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzzlHSi7868fJ39tawmeH3wdy0IHriI { width:3.125rem;height:0.975rem;top:8.29062461853rem;left:4.890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4haFcGZS54mUZVrpsDthSJVo1ihH0ZB { width:3.875rem;height:0.975rem;top:8.29062461853rem;left:14.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTeWKIZmIMZt3gpKti8vhieirlPabobV { width:20rem;height:10.9948125rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #n3uilMDOkpb4ayEJ4TGwTQw1epdu5yna { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6cNlPsRqn784haMKoSdWJ25t0nEiwof { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwVB1ReoHBbqFvC3IaswPgU7sunwrqo1 { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUk11P0s412vuobJUIDkbrfBgAIG4ALw { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ug9dSmhTTm5g2OOhDGQVq2gSX040L4GG { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKR1vwQdS83twJ7lBk3v6UPT52CPIORq { width:10.625rem;height:2.3125rem;top:15.71875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJgC37veviqhMHO7T9PqOTRuKbJxtPZ { width:2.125rem;height:0.975rem;top:16.387500762939rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfxrpucsNuHrldtBbiVnEyV8PKI1ZZKn { width:2.375rem;height:0.975rem;top:16.387500762939rem;left:15.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLrZfcqJUrspKPmie3A43TTmNkWPx0iH { width:4.9375rem;height:2.3125rem;top:15.71875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bckzzxsnq79A1UAvhida87iJZFVBwFKN { width:3.875rem;height:0.975rem;top:18.96875rem;left:15.015625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbKeXs86TKfGkTOq130VUOacXrPUfZP { width:3.125rem;height:0.975rem;top:18.96875rem;left:4.890625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwBQX6We1RE1XKMNWsTPd9AT5N65N6O7 { width:20rem;height:10.9948125rem;top:11.377083778381rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #D7P1QgQExcPCT1y7NUy2icyzzb1HCGLC { width:4.5625rem;height:0.975rem;top:12.625rem;left:14.25rem;font-size:0.75rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #fhk3AHph2odkEXD7yrruK2meicSNHG0R { width:5.0625rem;height:1.375rem;top:12.5rem;left:14rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #iyr5EFZRiNpwCKxbsh8FnmL59MiOVTZZ { width:4.5625rem;height:0.975rem;top:24.25rem;left:14.25rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #H7arz3BGAWwaPIVi732TV9XL6HSk6vpq { width:5.0625rem;height:1.375rem;top:24.125rem;left:14rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #AAdFtwQu9HH2Qc8fbRIigb8oB2AcEA1i { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M76X4aSHg8ygi99Re3wgNk8K2NAeUCO9 { width:10.625rem;height:2.3125rem;top:27.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFfFDf5a6TlnGxwfapNm7FJIqk05bvh { width:2.125rem;height:0.975rem;top:28.043750762939rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoLxuInhpz4GTgz3p0cWpCA8Xnb8J7v { width:2.375rem;height:0.975rem;top:28.043750762939rem;left:15.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCHtJBUDBRu7VOC49mkzIJ2TUAdq59Tp { width:4.9375rem;height:2.3125rem;top:27.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKAWtx4NTXfp7Le6gTALHqlOfZwLONh { width:3.125rem;height:0.975rem;top:30.625rem;left:4.8520832061767rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76Q32SzVwTShJI1sH6f6sn0QxKKscTw { width:3.875rem;height:0.975rem;top:30.625rem;left:14.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofIOlaREsbZFF9mCciy3ZiMbF7HeZTKs { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCK4NgEIlhaAhR0malmi0w3pOWwCr9io { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8yG3y7vTGe9fHvofmMo48ggiEeynbTf { width:20rem;height:10.9948125rem;top:21.746873855591rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB { display:block; }#MnOZLxLuUSXZFTRTdQ5eOfTSs3WfFudB > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr5Oed7Xa9BW2g7vyBTf7HcMHDvm47Sd { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrhRVwSrL649OsFIwzL8nwBbDve7nDpk { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTFs4WMIZ2FlzXATHu2iaiomuKwHQ3C { width:15.5625rem;height:0;top:25.682292938233rem;left:1.125rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #KHnSlrwf5qqDLokopxqvGgrrL33gfy06 { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydO4s0v5i8RCIGnBNthE5ADGdTgTr4Ox { width:15.5625rem;height:1.1375rem;top:14rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO5Av3MfdoB5TSqE62OTN2n7H6wJ7iMe { width:15.5625rem;height:1.1375rem;top:25.619792938233rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r74EQrsfm408xBqK6oupUwkWOwgqToc6 { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zTDTMMLsiTPeOCxCqZ0w7fNpy3FBFDAO { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #burCITXH0LPWHZOflkyTdF2wxx3i8p4D { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZPDTc9BZZIPz5JBkUsApbQn2TIoO3RS { width:4.5625rem;height:0.975rem;top:1.5rem;left:14.375rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #GPQXvk2fO1iivw7Sr5O7gOZbkuRXDpoB { width:5.0625rem;height:1.375rem;top:1.375rem;left:14.125rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #UP9rgi4gLW6Ard2bsy4tTI7ymPWgeAq5 { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBzI7WP4H8a9iGu85a0yaaID3eFymGc5 { width:10.625rem;height:2.3125rem;top:5.2593746185303rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWC89Wkpe7yf2MClZsIGiJ6Kz3Q4PBhc { width:2.125rem;height:0.975rem;top:5.9281234741211rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcDqVet5mTJEnkGUveUHFFvpNoATwbfi { width:2.375rem;height:0.975rem;top:5.9281234741211rem;left:15.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDf0LvybDnUv1HnNwDP1SzvHTc4qoTPK { width:4.9375rem;height:2.3125rem;top:5.2593746185303rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXXlmgzGaJCgXAZgBS4XG67l2l8G8aBW { width:3.875rem;height:0.975rem;top:8.38437461853rem;left:14.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax3z1fdTCbdW7gFVkkAIQmx0Z9fo4J78 { width:3.125rem;height:0.975rem;top:8.546875rem;left:5.2843751907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMnHCVgKogzhJEvNOgDtF0OohrlkLLwo { width:20rem;height:10.9948125rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oEkuMgTCSMULbTl3achCOlOhxfMM1IQv { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpeTVgLr4Stu4sVgVL7Krx3TmWM8QltC { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAXuVDJOxaJG3z1LxgmSxhDKkbxle8ob { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyiLbmwI1s5ETVVWWQQXBbcDeTzpAQqw { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB21W7WlZzgfIbpNHAvnWq71q4QXD862 { width:4.5625rem;height:0.975rem;top:12.8125rem;left:14.375rem;font-size:0.75rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #INsTFL8dJbgUVm2RsJGHcPTTAk8CnOI8 { width:5.0625rem;height:1.375rem;top:12.6875rem;left:14.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #hpTgAH3kNysMQLEyInZwbOFdzuMEGOF6 { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTSRAg5KDENNF4miW4J1auGFcJQq4Tps { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #obkI4eKUpsE7gcVoiF6lNi0nGOVHofkO { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvxbirF4Z3okq3gu0LMXHoyW0LBD0BzD { width:10.625rem;height:2.3125rem;top:16.75rem;left:1.5343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMRGZS67skmixiKDDX7fxBIPF4c0htP { width:2.125rem;height:0.975rem;top:17.418750762939rem;left:5.859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFAavaM2dh7IHeydw8I7Q2LWRmQ0Zx8C { width:4.9375rem;height:2.3125rem;top:16.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJy63UH0JZuDOzTcNyQOnqtuSN0T1JkL { width:2.375rem;height:0.975rem;top:17.418750762939rem;left:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2HQKNt4GWKHlNBIQuf9Tpb4iBqa3tK7 { width:3.125rem;height:0.975rem;top:19.6875rem;left:4.859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5tPBs8x61hhFQRsRMkQtmFZyq2HGQkV { width:3.875rem;height:0.975rem;top:19.6875rem;left:15.109375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwWFeOQiVbJTBunQcofQ8IOiABxhpebr { width:20rem;height:10.9948125rem;top:11.502082824707rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oizO38a9TSR2RaGRKhoQu3C3pmsXuz1G { width:4.5625rem;height:0.975rem;top:24.5rem;left:14.375rem;font-size:0.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #QlpDmdlZTC498kgrKFo2NWyelNO8KJTC { width:5.0625rem;height:1.375rem;top:24.375rem;left:14.125rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #SRthEEgRoMdp8gOc9XCZnIADyMCG766q { width:10.625rem;height:2.3125rem;top:20.662498474121rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kn14wM1qkPJaRhw80uZbn55QMtBH3xhZ { width:4.9375rem;height:2.3125rem;top:30.382293701172rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGZDFzZPHvRvCRpyR2fppV0HGcNe1iyx { width:2.375rem;height:0;top:6.5rem;left:8.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWa50NpcT4rHi9EsChC5XzZhdPt7Ii2f { width:2.125rem;height:0;top:6.5rem;left:8.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXnsdEhEXyTR527BDDnD1mLxxryDdW5c { width:20rem;height:10.994764397906rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGMfJg6yPxRUqhJbZZhXWIbwgI21Ksrf { width:3.125rem;height:0.975rem;top:31.007293701172rem;left:4.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrJpPrTHU6xM0K849WTgBWsUqyT2p28 { width:2.125rem;height:0.975rem;top:28.738540649414rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSylEME4mT1dbdvoWCw2yKn5I55BluPK { width:10.625rem;height:2.3125rem;top:28.069793701172rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp829E88LyRGzzatcmWGQf5kZ7lT6TUs { width:2.375rem;height:0.975rem;top:28.738540649414rem;left:15.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7JkP3cH8K1gFTaTHEKPRVxMkrioSSy { width:4.9375rem;height:2.3125rem;top:28.069793701172rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVw8BPJbkcsusn4zGvuV5ZTOXFaKwWLq { width:3.875rem;height:0.975rem;top:31.007293701172rem;left:14.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG6GXuuKCK24LBReEnWyJxiVykxKb8aU { width:20rem;height:10.9948125rem;top:23.005207061767rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GBvohnrd9W592rfqTMxxHTaizMmNlDa3 { width:15.5625rem;height:auto;top:3.3125rem;left:2.1875rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #H5T3F6rTTVJr1J6o629h5T9EQ1AHT718 { width:3.875rem;height:0;top:35.250015747071rem;left:8.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBtT6J84289LwWIqTCS9AMrVsOEO1OpB { display:block; }#LBtT6J84289LwWIqTCS9AMrVsOEO1OpB > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV8smGFK9dZVf2VTJK87LpsyQA1ERtEW { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKFqqTbhBWFcnTAObttS3poamUETBXpD { width:20rem;height:10.9375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAy28qTc3PJr5lIhHBderIHnb48Pq0pb { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHT1oDaHmmIcMd03TWcuaWqsEn3QFu4A { width:15.5625rem;height:1.1375rem;top:25.682292938233rem;left:1.125rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OZk3cyoRHX0FXUutsuTDGaH0HNkb9B1b { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdcvQCuTlnMGlcUL9sqBN4Wap869KNwO { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwB8753m3aCPV9V3pNa7RcaEnXI4OCHW { width:15.5625rem;height:1.1375rem;top:14.000000953674rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4wIwIINr6NJIzBsnOLXeI1WMUXrTeJ9 { width:15.5625rem;height:1.1375rem;top:25.682316780091rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMpX4V5cTBPeVDzSRpOaUvEtxHl0yD4O { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #R7zbeEoFptM3GqqPzO4ZRJlFwAqmNRsU { width:4.5625rem;height:0;top:41.445859252929rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vi5wK2HnERuoS1KgHk8Ov9rdzGxCDebF { width:5.0625rem;height:1.375rem;top:41.320859252929rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7pAbGngr89ACz6gZchtGJWOJR8Rngca { width:4.5625rem;height:0.975rem;top:1.5rem;left:14.4375rem;font-size:0.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #QPoqcKBdqrMzTZPXXiM3etWbnrm41f6c { width:5.0625rem;height:1.375rem;top:1.375rem;left:14.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #ThwXGCfyecLTzRUcsCad4qKTEVUxpOfC { width:2.375rem;height:0.975rem;top:5.5625rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQaSF3iAmTx6Zf0Fr5N3udcxdVJ0cMly { width:4.9375rem;height:2.3125rem;top:5.0625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnefK4My7qTez6FESo1eSkxtHeh1zTmU { width:3.875rem;height:0.975rem;top:8.1875rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS9vQlXSrpzUBwLgBK4kLVqiABAi9gK1 { width:3.125rem;height:0.975rem;top:8.125rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbnBVA1EHuBaeTOprsHz0RAZ8bxHVtly { width:2.125rem;height:0.975rem;top:5.6875rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUxVg2lU6rxNTrwrhys5T6fOTRPo77hJ { width:10.625rem;height:2.3125rem;top:5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP7UQtxUzAgMOR6kT4B9ZGSCJx7sZrUp { width:4.5625rem;height:0;top:41.445859252929rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExpvRqc8y9utD3p4BMwmQko5tRcqGmbq { width:5.0625rem;height:1.375rem;top:41.320859252929rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR3Uf34HGUJn9JTFxSvuD6FTEmkMBx96 { width:4.5625rem;height:0.975rem;top:12.625rem;left:14.3125rem;font-size:0.75rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #atTLF7bZkp655lMDwLpag4T1xaTdQTg7 { width:5.0625rem;height:1.375rem;top:12.5rem;left:14.0625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #cv2OlyqwAKZx1ICsCIL9fsfUbf03CKQO { width:10.625rem;height:2.3125rem;top:16.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbz8CrUcEMKnF9nX0SqZs2TxTFK1BSp { width:2.125rem;height:0.975rem;top:17.4375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0GWSa6MHJUk3NtS12kuksipSggfeED { width:2.375rem;height:0.975rem;top:17.481250762939rem;left:15.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yisHc3he8GT4iUGLExwP8xpFv9mAT92P { width:3.875rem;height:0.975rem;top:20.212501525879rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4nE7nyyOgb6mqRirqWQDTunubL80c7 { width:4.9375rem;height:2.3125rem;top:16.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxXu9DkSUyi8T3TtheG0sMHHmdSWh23P { width:3.125rem;height:0.975rem;top:20.212501525879rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fagH4fsEdwITceyGa0V8gyDKCF7OHnVy { width:4.5625rem;height:0;top:41.445859252929rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNSlCXsMhWzqgGXFqfT1013grMGiu009 { width:5.0625rem;height:1.375rem;top:41.320859252929rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tnb9wGouEB1W9vwnmgaQ2T17JQXAHMTT { width:5.0625rem;height:1.375rem;top:29.132296752929rem;left:9.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa6Wd1lnXosOb9CvLLd2DJ0ZRT62AWA5 { width:4.5625rem;height:0;top:29.382296752929rem;left:9.90625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6pF2Nbu5nRFplRTgWwyFnETFQsfZMxw { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh04d49wyxEtbKv2FuTcPefR6rCtaUNb { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qngk7P1CoTHKKy4pe49TtmUDxX6nVe6i { width:4.5625rem;height:0.975rem;top:24.25rem;left:14.4375rem;font-size:0.75rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #LJpwoa96GUu8rdmoXXf5UHlsNIytRE56 { width:5.0625rem;height:1.375rem;top:24.125rem;left:14.1875rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #oflgXRlrP0JixSOTRgFlseTDso1nGbr8 { width:20rem;height:10.938775510204rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSJisM6RmwiaIo3TQxneZVT6JNqlV1x { width:10.625rem;height:2.3125rem;top:28.258333206177rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXsqFgomu4iqoBACQVF6WJKQvKuiIE81 { width:4.9375rem;height:2.3125rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsBJ4IuVLN28iOevViWkUfOGh4Ko204 { width:2.125rem;height:0.975rem;top:28.927082061767rem;left:5.859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpZ6ScNy4rxJX6Eo0UWOofufu6gykMo { width:2.375rem;height:0.975rem;top:28.8125rem;left:15.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6vhPmzKbfRQNcAAP0s3uoHp7TJ0Dz3M { width:3.875rem;height:0.975rem;top:31.258333206177rem;left:15.171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNJviXTlTDX7L2EaLifCfBb7BoSosUe { width:3.125rem;height:0.975rem;top:31.258333206177rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGmEWfWkqTlTS5R4nHRS0n8cH8TUV96o { width:20rem;height:10.9375rem;top:33.626041412354rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE { display:block; }#Tx90Mmd4C4MTVxPh5zHdcN8hFIunlygE > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KACkWvfCts5OSFvJEuf0q2pgKhAhcAWh { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THdTIXeEJe6zGtnDqm4TuBmxN0wOkc5O { width:20rem;height:10.9948125rem;top:11.320833206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOhCFqd65XeZTGQMTLQnDtbM9pdUwmDf { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6mJeF2fTL70Xxedo4nC5LhpUQswgdKz { width:8.5625rem;height:2.6rem;top:17.34375rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsC2vrER6mrVVEuqZQmpTATZRziriQD2 { width:20rem;height:10.9948125rem;top:22.628124237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz1GGIUZEti99A5J7ZNx0dp0VRdeFbyu { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJoUMNLUIouebmcexwI7tcOyMrwOTzS { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9hdTdf1XDt9cyO9oOZEMBDt631XsalR { width:9rem;height:2.6rem;top:28.619792938233rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsSZWAgrLZfpNTb4DgzaqqgCRoqhFpvt { width:15.5625rem;height:1.1375rem;top:13.999999046326rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh7a5q3w6M5VkBKA8akIrl5SCsywyO7I { width:15.5625rem;height:1.1375rem;top:25.61981010437rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeLEJWPBPsTHq2WaDL01SRJGKiByqJr { width:4.5625rem;height:0;top:36.060440551758rem;left:9.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ged8mB5OZpXQzTb87FTpSSXndrTLu8c8 { width:5.0625rem;height:1.375rem;top:35.935440551758rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4EMGd4TIMGWARUknTAzax1wZmkR9svN { width:4.5625rem;height:0.975rem;top:1.3125rem;left:14.3125rem;font-size:0.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #CnSd7U3HqrJsbOVBvTwGclgT3Gfx7fOe { width:5.0625rem;height:1.375rem;top:1.1875rem;left:14.0625rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #cTToATWaRlKRDUUWfwEGvT9clLRJOa3b { width:10.625rem;height:2.3125rem;top:5.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdxP1cTFJ5EW28w77Q2MuJ3bK6l7oMMB { width:4.9375rem;height:2.3125rem;top:5.4375rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElozOMll51TFQyaVLZ8rRd0PSnU6q6A6 { width:2.125rem;height:0.975rem;top:6.1062498092651rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQyrUdkXA06ftaeruswybN0QNuT1svaU { width:2.375rem;height:0.975rem;top:6.1062498092651rem;left:15.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7svmCl8yTwTyA0T1h0Ju8r55vAEelM4 { width:3.875rem;height:0.975rem;top:8.5rem;left:14.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNvUFR69ra3s9v5eP5RhFuEzTBgJ47ah { width:3.125rem;height:0.975rem;top:8.5rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #At4lIZSCwb9t0WnyIGpyGAmB3tmyIEkb { width:20rem;height:10.9385625rem;top:38.060417175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSyxSyTCtuHDd5TsnrV9FJwk9BltkQAX { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHuwMg0cZc0UyOSLkQIJzM5VtMZPdBrS { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAqnBvbS9zdUJo9TkRkBPRyhO9t1c2QZ { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5hTtTLT6LdGLFtXf5tmHuAWluds8Xce { width:4.5625rem;height:0.975rem;top:12.625rem;left:14.3125rem;font-size:0.75rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #GrB5TIbWFTyV0U364gNIpal587cTOzcU { width:5.0625rem;height:1.375rem;top:12.5rem;left:14.0625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #fFz34SQMTSogAedKT9MkXccsPx4sholW { width:4.5625rem;height:auto;top:1.8125rem;left:7.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVyhAhywOHs2WW5JzLfUOOMgTmqPnrqP { width:5.0625rem;height:1.375rem;top:1.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm40HF4y73PLkDp14cc9KwV35AAvTA84 { width:4.5625rem;height:0.975rem;top:24.25rem;left:14.3125rem;font-size:0.75rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #tPSmBpZTKWmKtTgp5leW73BpdiKggk3T { width:5.0625rem;height:1.375rem;top:24.125rem;left:14.0625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg { display:block; }#PBzOyUqNCRt8VdM9AfriGEWs4cpsOMdg > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDLd8oKuolP9diEOnKq0zAg4dOpxXkgH { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPFoL4A4X1f6qeATG1kVcThVwUd2lfCf { width:20rem;height:10.9948125rem;top:11.320833206177rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFJ7Fmcnw4sEBN1ulTyIGRpKrSIzQOo0 { width:6.8125rem;height:1.625rem;top:12.375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVRyZAry2n1rKP2S6FHQTm3MRtwQ6CJD { width:8.9375rem;height:2.6rem;top:17.34375rem;left:5.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm8yycfcdXqN4bL1nGZRnaGNJN8f34SM { width:20rem;height:10.9948125rem;top:22.628124237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tscxMMgTW0Ju4NBRRhPzV2t3tJExAZSd { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIOEb1IeNmhcTKivPL01f5msWfhl5A3z { width:6.8125rem;height:1.625rem;top:23.994792938233rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWI6mJxaOLse9J84U1XZGEihPdvitPe2 { width:9rem;height:2.6rem;top:28.619792938233rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMhpT1WiIviA23iM4GMe2CN4iWtqW54 { width:20rem;height:10.9948125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPcIn1SedU1DmSR0fZcBXnVNFRCPxLbp { width:8.6875rem;height:2.6rem;top:6.0218753814697rem;left:5.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9S6w1X7N7xPPZxyEMgo121TnZmai4UX { width:15.5625rem;height:1.1375rem;top:14rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABOnPAeISJ7f6XKgADwSwAK8EdTyANFd { width:15.5625rem;height:1.1375rem;top:25.619791030884rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhZ5sLxxkn22nZ9FHwGBDVSVtWNzTtQt { width:4.1875rem;height:0.975rem;top:1.375rem;left:14.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrkicWZiG1E7e7ZKfQw2MQ2SmzG3vxU { width:4.5625rem;height:1.375rem;top:1.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT { display:block; }#KSrVpZqUAJTUrH4hC3bqRyinTRBr93cT > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNpVtuabTTtL5uCXtrEAT8tge4P8ODWG { width:6.8125rem;height:1.625rem;top:1.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0fCIguFbFtUtphtcAaTGzz9VqDL5Iqh { width:15.5625rem;height:1.1375rem;top:2.6875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td4nvzIuPNAx2p6UI4LXpPJbawWTTvNk { width:20rem;height:10.9948125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfXfgUg5wTrvu2zDQpybf9A50klJu3TC { width:8.5rem;height:2.6rem;top:17.606248855591rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihwBe4P8UoGvA1mUpPdlIm0NXet3moRW { width:20rem;height:10.9375rem;top:10.994791030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJaeR6NwzqT7FMJRFdiKR2xbWIug71UC { width:17.8125rem;height:1.625rem;top:12.8125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOLAM2qQaSaqZamTdhUM2NBQVmqABGry { width:15.5625rem;height:1.1375rem;top:15.125rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5dI3lgRsfWoCrvJo6VQPQS9FmQ0Tyb8 { width:8.6875rem;height:2.6rem;top:5.8125rem;left:5.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs { display:block; }#wMwqW1v8kwD6QQZQKPRrQvWEkT2DmqGs > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu { display:block; }#r9qcXS4OnQgAaHVOmRE4nZwAxpTMoPXu > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttLk0asdk15a66qG3tvrOgwTaJ2IV9PW { width:4rem;height:1rem;top:1.6248912811279rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPpN7TEx3d84bIxkd0s8HoMHAqWODROS { display:block; }
 }@media only screen and (max-width: 763px) { #vXdx2XNmt3Rtfx1FlnrakfE2HJ2rOuwq { width:7.3746875rem;height:0.99989375rem;top:3.8114624023438rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMQBCoagkzc9qF0sT3RqI0S01wWSF7cm { display:block; }
 }@media only screen and (max-width: 763px) { #RxIPXZoTDwRdGNhiFSFmFq2T5BXkKJ3c { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOyAgduxL3QkBcF9G3f9SzdZLG1mV5D3 { display:block; }
 }@media only screen and (max-width: 763px) { #BTIEqXmfibuSZPevvSGOJfnWanBhO1Tr { width:12.5rem;height:0.975rem;top:1.4740657806396rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDIT9DwPeR8SJbsKmprgAxgSsykTT7m { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lft3DnT6gvvu1FzC9IxgfIZ9FmkyEdJZ { display:block; }
 }@media only screen and (max-width: 763px) { #VdgO8PeSdWKtadHItnxgkBet6Po1xZuI { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMNkbTDQtAWznI419Z2LXwUhBxvnoQW9 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }