.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:36,32,74;--color-primary-1:37,39,58;--color-primary-2:28,27,43;--color-primary-3:23,22,42;--color-primary-4:21,18,42;--color-secondary-0:253,207,220;--color-secondary-1:248,111,151;--color-secondary-2:243,15,82;--color-secondary-3:184,9,63;--color-secondary-4:51,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:243,244,250;--color-tertiary-2:181,181,181;--color-tertiary-3:109,109,109;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"--paragraphs-font-family"; }body { background-color:#010101;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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/dd19cac2-00cf-4f8a-881d-f7bf00f62b79/redshapes.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { border-width: 0; border-radius: 0; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { 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:1.75rem;width:4.9375rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { 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:2.25rem;width:2.25rem;top:1.25rem;left:72.75rem;overflow:hidden;display:block; }
#HlUlglDH5EIFeZIGBO9fsl0PTwp0qNQ9 { position:absolute;display:block;z-index:15239;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:20.9375rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:3.57421875rem;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; }
#NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { position:absolute;display:block;z-index:15030;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.125rem;width:1.125rem;top:18.125rem;left:0rem;overflow:hidden;display:block; }
#e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.6875rem;height:1.3rem;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; }
#IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { 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:1.125rem;width:1.125rem;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.4375rem;left:1.6875rem;height:1.3rem;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; }
#H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { position:absolute;display:block;z-index:15032;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.125rem;width:1.125rem;top:22.8125rem;left:0rem;overflow:hidden;display:block; }
#QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.5625rem;height:1.3rem;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; }
#RiX8PoZxIvaTmD3Wh09grPlS9eLlfvUL { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:23.5rem;height:1.1375rem;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; }
#QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.9375rem;left:23.5rem;height:1.1375rem;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; }
#dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { position:absolute;display:block;z-index:15033;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.125rem;width:1.125rem;top:25.25rem;left:0rem;overflow:hidden;display:block; }
#yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:2.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; }
#lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { background-color:#7159ff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Utwm4JDM8EChqyOT22tunckJ3gm0vaEX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#LfheUeMA47hQ2RkTkOiLNv8g7DVXNdJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.0625rem;left:11.375rem;height:1.625rem;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; }
#L8nEr0WsyF76ASETEELntgBtpTzrF14s { 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:32.6875rem;width:54.125rem;top:2.8744671344757rem;left:27.500532150269rem;overflow:hidden;display:block; }
#BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:35.5rem;left:0rem;display:block; }
#gL0ACL5k9yoIRGF6zeEZJWhgquNubglT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CR0qAuLCTfTkVBNIVGPMF9qSQ4ymTOJq { position:absolute;display:block;z-index:15240;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:24.5rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw { position:relative;display:none; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw { border-width: 0; border-radius: 0; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .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; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .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:1.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:none; }#TDskmyJdUU4liCyzO1TtU2uLu20hxzOw { background-color:#7159ff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:none; }
#BuMX6vIthKcN58R2dwrisFqBw8T0ARwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1qQTJuFcF2VmPKClMys77oAGA650rZn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.3125rem;left:11.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;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; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { background-color: transparent; background-image: none; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container > .video-iframe-container { display: none; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row > .video-iframe-container { display: none; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .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); }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { border-width: 0; border-radius: 0; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#xe8BmaGk7ZTLmgnp2wJUTherBA3QEUp3 { box-sizing:content-box;height:2.125rem;width:20.5rem;position:absolute;display:block;z-index:15240;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cIHGEHkguksXDoKsf3iLqzkde69IWasM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:30.03125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4myd1n9474uwl4pfePbLrOb3VEn6pSC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:0.41249847412109rem;left:1.1875rem;height:1.3rem;font-style:normal;display:block; }
#NaSyOTQZumIzkfIPbfe8kvEZN44TM45B { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.9375rem;text-decoration:none;z-index:15266;text-align:center;text-align-last:center;top:6.09375rem;left:1.1875rem;display:block; }
#DRFdaEPvXZfI3cUu2PEmK2ni2gSpPlGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDsTN6UNR0a1BNAMwi7Eg5nTad7deUp5 { position:absolute;display:block;z-index:15245;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.1875rem;width:1.125rem;top:6.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#vqGX8yaZBryRcimgDpwOPUX3mzON1lTM { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:6.58749961853rem;left:2.859375rem;height:1.1375rem;display:block; }
#tkMXM1u7yrOCSTEpWUlo8qTHMrHXF4c8 { box-sizing:content-box;height:7.4375rem;width:27.4375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(51,4,5,0.57), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(51,4,5,0.57), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(51,4,5,0.57), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(51,4,5,0.57), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33040591', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33040591', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(51,4,5,0.57), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#xlsgzCZdoIGPKg139UzeohNoUMA0d8l1 { box-sizing:content-box;height:2rem;width:41.375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:16.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #4a0000;border-left:0.0625rem solid #4a0000;border-right:0.0625rem solid #4a0000;border-bottom:0.0625rem solid #4a0000;display:block; }
#TCROxbt9WbIvht7DMrQU33kqEzWEttP3 { position:absolute;display:block;z-index:15256;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0.68333364691163rem;left:1.5625rem;overflow:hidden;display:none; }
#OmA5bO1VRgAPVgGAv0UqK83B9dyXF0i8 { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15269;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1875rem;display:none; }
#nAEk65S4zWsDpDVuSxZmrRB3Rd510yGn { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15269;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1875rem;display:none; }
#R4efPtpTsrox5AvTZy3VKLau0Wtw4b4C { box-sizing:content-box;height:12.5rem;width:16.8119375rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.81054684519769rem;left:58.188032150269rem;display:block; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.956875rem;padding-right:0.865625rem;padding-bottom:0.956875rem;padding-left:0.865625rem;display:block;align-items:center;width:5.198125rem;min-width:5.198125rem;height:5.141875rem;position:relative;font-family:play;font-size:3.8275rem;font-weight:700;line-height:82.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.596875rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:6.930625rem;height:0;position:relative;font-family:var(--headlines-font-family);font-size:1.435rem;font-weight:300;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.8125rem;height:7.6525rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.1235790252686rem;left:17.998044967651rem;z-index:15246; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #RAyZnxcLfsw4GV7xzBA2291N8I9W0WNw { display:flex;position:relative;top:0rem;left:0rem; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #UGQfOUPhTT24WBPRUcbWMLA32Tum4DbT { width:auto; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #lh5h9kfBFJXqFk1o2oXwlCBDlggZHvLT {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #XFJ6dqnhr3nwVgU7hsHOqk20m04GVw3M { display:flex;position:relative;top:0rem;left:0rem; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #WHEQHBLTXxOb5bPpng9zq41VWF2mJX90 {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #uABxynt8lQWmbvUMVni5zyHoM8DyezMc {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #PHEmp51hM9dkMUGWNkURxDDAlOwAniDk { display:flex;position:relative;top:0rem;left:0rem; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #VimLuwO7tkIyTyFWzLWPJPcD1bZ66EWd {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #Ed9rrX45Rd2H0vGdfWO8lgMOVuuAoOEq {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #sIFI5W4NZ95JTUwsGmMu89ttTlu0Xm0J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #E6O5Dh9tguvvyCBipVvTsATB09NvUUxu {  }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc #PZT3BDT6g4SaC0qmXeaPEKIbr2o2mF1H {  }
#b33QDo3G4KUBaDIihPqW7RuHvErAJaoA { box-sizing:content-box;height:7.4369375rem;width:41.4994375rem;position:absolute;display:block;z-index:15242;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.1235790252686rem;left:16.748933792114rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#TbI1PCRzNWqBR6abtLTbmQNcJNHc4zJu { box-sizing:content-box;height:7.4375rem;width:20.25rem;position:absolute;display:block;z-index:15239;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-size:auto !important;top:2.125rem;left:54.75rem;border-top-left-radius:0rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#vXF4U54wuEWeRiEtzNVz61wNBGsyc675 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dbf641a4-dc37-4b3f-8dd8-09925689ca81/btnkalendarz.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.625rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:3.2587890625rem;left:61.46875rem;display:block; }#vXF4U54wuEWeRiEtzNVz61wNBGsyc675.adaptive-delivery-prevent-bg, #vXF4U54wuEWeRiEtzNVz61wNBGsyc675.lazyload, #vXF4U54wuEWeRiEtzNVz61wNBGsyc675.lazyloading { background-image: none; }
#PvDMwLImh6eWRGirIE1HFMHMVr02mRdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHP8I84eJIBgV5QrgMW1d262F38H51Vv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15268;line-height:1.3;letter-spacing:0;top:2.4375rem;left:18.875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#Qvh7fTEfPS34MHbDoMXHhd3Jhq4dsmCB { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:play;font-size:3rem;font-weight:normal;z-index:15251;line-height:1.3;letter-spacing:0;top:2.875rem;left:33.1875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#kC7QS9D6xfT9bqAo7dkcIoI7bMdSLUHI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.6875rem;position:absolute;font-family:play;font-size:3rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:3rem;left:24.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Lal5aZsfaPvJ8K2BbcrDUzB8UG3VhTNg { box-sizing:content-box;height:7.4375rem;width:17rem;position:absolute;display:block;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(114,20,22,0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(114,20,22,0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(114,20,22,0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(114,20,22,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#72141666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#72141666' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(114,20,22,0.4));background-size:auto !important;top:2.1494140625rem;left:41.3115234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#qfeoEChyz2RpId2OWabIQVBnhoIBwsex { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:3.2124996185302rem;left:59.5625rem;height:0;font-style:normal;display:none; }
#BnggV37Su7WNWnkZ86DQHdmIrwE9QK47 { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15244;line-height:1.3;letter-spacing:0;top:3.5625009536743rem;left:49.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#tMyoCQwsUZQGv8Ruvwnckyvi8WvTLVWI { color:#facd97;display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15253;line-height:1.3;letter-spacing:0;top:3.9187507629394rem;left:49.3125rem;height:0.975rem;font-style:normal;display:none; }
#X1k494utyMZv0E0XbahVPxWzHglfeITS { position:absolute;display:block;z-index:15258;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:4.0750010129394rem;left:19.125rem;overflow:hidden;display:none; }
#gtp0BmZmIaoWqLLikHMEhosq0aku3awW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15244;line-height:1.3;letter-spacing:0;top:4.6494140625rem;left:49.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#HQhcdKR35Rv02BwgMJMLw8fkT0e8wTaf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15256;line-height:1.3;letter-spacing:0;top:7.625rem;left:59.34375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBJZ90KiFXkek77nU3BagLsrWgUWZ1HF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:400;z-index:15245;line-height:1.3;letter-spacing:0;top:5.8125rem;left:49.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#xU5negUxPCICvkEaV51LTPWaOTyuS1JX { color:rgba(var(--color-tertiary-0),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15247;line-height:1.3;letter-spacing:0;top:7.09375rem;left:19.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#atuRdc6prPGZSAcp0IHA3LKaFv1dZrVv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15248;line-height:1.3;letter-spacing:0;top:7.09375rem;left:27.71875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRMVZytMqTDGPdf2JRhDzCKFlLi1rkO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:7.1124992370606rem;left:36.03125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onKn0KoLaZpTH27M4BlUSiiIoUzTdOtL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid #afbbf2;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.3125rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:10.5rem;left:27.625rem;display:none; }
#g3gLMe4PWVsZTniakX2hsuafrV4nQc23 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paJW2Eisqndzw3J0mz6qvn2dJ5T2Kzta { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.3125rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:10.5rem;left:35.4375rem;display:none; }
#gAPRdZCVhLebXrNlb4eKfcq1aK57Jnbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrTH1f3BChz1TVEPZQG55bQRDFssVezM { position:absolute;display:block;z-index:15259;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.1875rem;width:1.125rem;top:10.5625rem;left:26.5rem;overflow:hidden;display:none; }
#lyGgIHEy0FvI81nKwD3u2OsdDawXcHns { position:absolute;display:block;z-index:15256;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.1875rem;width:4.3125rem;top:3.015625rem;left:1.1875rem;overflow:hidden;display:none; }
#lklvi7fDgg8yUIyTU0RSPWnvoL7SDLaA { position:absolute;display:block;z-index:15256;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.1875rem;width:4.3125rem;top:3.8212890625rem;left:42.6875rem;overflow:hidden;display:block; }
#xheiFPS2sbAGQlm7xKcn4mNoFWnu9W9u { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15233;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0rem;left:0rem;display:none; }
#oTApf2X8Nrko3ytqTgT0ciPtqi5HZF0C { position:absolute;display:block;z-index:15260;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.1875rem;width:4.3125rem;top:2.875rem;left:1.4375rem;overflow:hidden;display:block; }
#EObQl9fhTHsQHpB9iP3R4WpCfFGrJSVx { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15248;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.0625rem;height:0.975rem;font-style:normal;display:block; }
#kGVamdvP4UKtSqkyGzPzDOdxAyen1Ue9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15248;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.0625rem;height:1.1375rem;font-style:normal;display:block; }
#DXrBf6Ra3zCu6KuZFIN6VnlQEg9Ma9a4 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15249;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#vuaqtoWaKuAaCamNUUypdp7T10Rv4JUt { box-sizing:content-box;height:1.4375rem;width:16.6875rem;position:absolute;display:block;z-index:15270;background-color:#010101;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.71875rem;left:0rem;display:block; }
#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row .container { border-width: 0; border-radius: 0; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#ZK8QLgJFpzBeErMfWFxZpNSHm2V0ZSsU { box-sizing:content-box;height:2.125rem;width:20.5rem;position:absolute;display:block;z-index:15240;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hSpz216XhiFTBagsTteGOXynlfThER1x { box-sizing:content-box;height:7.4375rem;width:27.4375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#ZPapQPuTIoyfsnvR9HCau5zlXFgNpHzB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15244;line-height:1.3;letter-spacing:0;top:5.2062492370606rem;left:6.453125rem;height:1.29980625rem;font-style:normal;display:block; }
#Wf2P7SDHnkHfINKyQxh6fVLolcNB2fd6 { position:absolute;display:block;z-index:15245;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.1875rem;width:1.125rem;top:7.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#pRmlhTR4hQgJIN1Susy3LQDAISiZ3vTs { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.875rem;height:1.1375rem;display:block; }
#oZRREAqwyRKMhKrW6EZrBDAPO98lw7no { box-sizing:content-box;height:2rem;width:41.375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:16.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #4a0000;border-left:0.0625rem solid #4a0000;border-right:0.0625rem solid #4a0000;border-bottom:0.0625rem solid #4a0000;display:block; }
#HN2UMQeMCpDTWmLGqksaU6vkTVA2egOi { box-sizing:content-box;height:7.4375rem;width:41.5rem;position:absolute;display:block;z-index:15242;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#CEfVB2JdyofGlrK6M0NlnZSd4AMaCo1T { color:#facd97;display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15253;line-height:1.3;letter-spacing:0;top:3.9187507629394rem;left:49.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#vebsumE4q7vekyCtrmetdns6mDcUeZxa { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15244;line-height:1.3;letter-spacing:0;top:5.0244140625rem;left:49.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#WfEFCWDbqeSMlqfUqsf91wpDi0UWyGfr { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:6.125rem;left:49.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#QDEkP1bFq84NEKMtrNwFxw5FgQ4TxeD8 { box-sizing:content-box;height:7.4375rem;width:41.5rem;position:absolute;display:block;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-size:auto !important;top:2.125rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#CORR7zA7vLE8ue6fZmN0uCZvp9L4OTHz { position:absolute;display:block;z-index:15259;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.1875rem;width:1.125rem;top:10.5625rem;left:26.5rem;overflow:hidden;display:block; }
#mNNpFTcp268CBKwoa889mD3WzQ2fqnGs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid #afbbf2;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.3125rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:10.5rem;left:27.625rem;display:block; }
#u5tHTMsKFGqKAyQJ8hQ5I4rmTNXFpLw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdHcNMHEIiMT3swN3zFwDFRd6ZQlff1o { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.3125rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:10.5rem;left:35.4375rem;display:block; }
#yF98HMxUdTs4xp5IFdctLTwUt7gmgT1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqk8VOrXeMrwchOIlUZCZlTtQbqdws18 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:1.4375rem;height:1.3rem;font-style:normal;display:block; }
#K9HLWIyJ56KIh65hsacN1D8vCCNSEWBb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:30.03125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phDnwEhRQSp4WPueX3TfH9scr96BuJIz { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.3125rem;text-decoration:none;z-index:15266;text-align:center;text-align-last:center;top:7.3197917938231rem;left:1.4375rem;display:block; }
#pgzR6W16DJhDxfENcQrIK6zEWp0Luupx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4hXcOypb6mr60wdB3cC8XSMxgb4ynux { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15268;line-height:1.3;letter-spacing:0;top:2.4375rem;left:18.875rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#Trcn9pfOGFSTFCLMusVBmsPbbwWuBQ0M { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:play;font-size:3rem;font-weight:700;z-index:15269;line-height:1.3;letter-spacing:0;top:3.625rem;left:19.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMlPxw34wcCLLZ5h1m3TuNnrwTSTLH2c { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15244;line-height:1.3;letter-spacing:0;top:3.2572917938233rem;left:6.4447937011719rem;height:0.9746125rem;font-style:normal;display:block; }
#QqRLTiGIsNJBM4cQ0WEXGW7pHlImPBKt { position:absolute;display:block;z-index:15257;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.625rem;top:2.990234375rem;left:0.63096590909094rem;overflow:hidden;display:block; }
#aWW9ShvfBc186aF1B4L6AA21XgZc2cJ8 { position:absolute;display:block;z-index:15257;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.375rem;top:3.75rem;left:41.75rem;overflow:hidden;display:block; }
#MPIdgcSnuAfhqueVTk6fB2c5P3S4OzJl { box-sizing:content-box;height:12.5rem;width:16.8115rem;position:absolute;display:block;z-index:15239;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1884765625rem;display:block; }
#zbat2OcwAVONvC9TbaaWTHoPydDo6C8t { box-sizing:content-box;height:7.4375rem;width:20.25rem;position:absolute;display:block;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-size:auto !important;top:2.125rem;left:54.75rem;border-top-left-radius:0rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#N3Jc2uPQws4kLyG8VnosUsrSoB84WBtI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15260;line-height:1.3;letter-spacing:0;top:7.625rem;left:59.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dbf641a4-dc37-4b3f-8dd8-09925689ca81/btnkalendarz.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.625rem;text-decoration:none;z-index:15269;text-align:center;text-align-last:center;top:3.25rem;left:61.5rem;display:block; }#gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl.adaptive-delivery-prevent-bg, #gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl.lazyload, #gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl.lazyloading { background-image: none; }
#EtTOJ5FlFgvVTw8CThlxEqp4PLHE9JTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV > .row .container { border-width: 0; border-radius: 0; }#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#XPqMxRKooewx21N0zOaVWvTmHlwMudfZ { box-sizing:content-box;height:2.125rem;width:20.5rem;position:absolute;display:block;z-index:15240;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4060399', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(180,6,3,0.6), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#LKhqbad0ks83uC6SGvvNroGdZVvop3mf { box-sizing:content-box;height:7.4375rem;width:27.4375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:none; }
#yezmITpftP1bAnBhNn4hafvrUMue4pT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.375rem;height:0;font-style:normal;display:none; }
#q5n65Oh6AvHTZcsIvTTTvBabn5Q6FIC8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15244;line-height:1.3;letter-spacing:0;top:5.1312484741211rem;left:6.375rem;height:0;font-style:normal;display:none; }
#fnLzaikXOnTT5AxhEDlt5euO1TeelCfn { position:absolute;display:block;z-index:15245;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.1875rem;width:1.125rem;top:7.3125rem;left:1.4375rem;overflow:hidden;display:none; }
#UiuE10fR4ASKpsHizd6bQEcMsa9eaQOa { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.875rem;height:0;display:none; }
#pLwgGt9DCN2780ZFoPa7EAi4LmGk2NFc { box-sizing:content-box;height:2rem;width:41.375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:16.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #4a0000;border-left:0.0625rem solid #4a0000;border-right:0.0625rem solid #4a0000;border-bottom:0.0625rem solid #4a0000;display:block; }
#Mxp1Kq0it9zkpd0I0BXvSHnldXzBb11T { box-sizing:content-box;height:7.4375rem;width:41.5rem;position:absolute;display:block;z-index:15242;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#rMUw8lARCESh0zWP7FeUFeW9xr2byMIO { color:#facd97;display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15253;line-height:1.3;letter-spacing:0;top:3.9187507629394rem;left:49.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#xMXtEqLQd4LxWeIPIVVs05BrVPWPotWp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15244;line-height:1.3;letter-spacing:0;top:5.0250015258789rem;left:49.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#pRuFaaaWvoLLdtm3JJT1RbXFcXc0zgyi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:6.125rem;left:49.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#KeLUGKguKLXXVB0WG02KSaeT0imZr1IV { box-sizing:content-box;height:7.4375rem;width:41.5rem;position:absolute;display:block;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-size:auto !important;top:2.125rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#aBkzZ1a5Jf0JmUMMkAFumzDnXUeXgTJf { position:absolute;display:block;z-index:15259;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.1875rem;width:1.125rem;top:10.5625rem;left:26.5rem;overflow:hidden;display:block; }
#x4zxo3oiOUaP8KhKQ58nex99GiUZAJUX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid #afbbf2;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:1.3125rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:10.5rem;left:27.625rem;display:block; }
#NTDdel5pfP3u3TCeM4NsEhAGgeLFCbKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG75NgWXbb6fTIIJ5UCoBp6RukdzBzPy { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.3125rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:10.5rem;left:35.4375rem;display:block; }
#LhkpSXIrWspQnFE8TMJk8BnPQKPbX5fK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuZaZCTPMsIst9tePzw0txZOgTRm9KfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:1.4375rem;height:0;font-style:normal;display:none; }
#enlRAt1ZxrZfxHliiD12z4hwrx8wkFTL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:30.03125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtZN7BR3g19HC7cdZ8nM4BpqsR9ZWhBM { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.9375rem;text-decoration:none;z-index:15266;text-align:center;text-align-last:center;top:6.9375rem;left:0.90625rem;display:none; }
#mXU5qZmfpEDGCEkVQaTaeZfeMoLZiqHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToJGLlT7GE6oOETdf8SgRvX5gPHM7Tv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15268;line-height:1.3;letter-spacing:0;top:2.4375rem;left:18.875rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#VX9RXat6irgyHFxpu7Mv9t6UupSWoN9P { color:#afbbf2;display:block;width:18.4375rem;position:absolute;font-family:play;font-size:2rem;font-weight:700;z-index:15269;line-height:1.3;letter-spacing:0;top:4.5437488555908rem;left:22.28125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dQ8vgLe57tNLTzTD9r5AMf31ni20UWsF { position:absolute;display:block;z-index:15270;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.1875rem;width:1.875rem;top:4.78125rem;left:20.6875rem;overflow:hidden;display:block; }
#tHk4obi6PJrATaPLKnCdoXIxESrzG0LI { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15271;text-align:center;text-align-last:center;top:4.125rem;left:20.5rem;display:block; }
#zSfK5tzX4Fu3AATMEXBLLiF883ah8IOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D05kO2M3PqFzWHBTd5dyy8Nb5btZTUBS { box-sizing:content-box;height:7.4375rem;width:27.4375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.57)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0.57), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:2.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:none; }
#EhrqszQics8dA9hbOFXgqC9qWWst1PmV { position:absolute;display:block;z-index:15258;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.625rem;top:3rem;left:0.75382653061225rem;overflow:hidden;display:none; }
#vTSWwb08XC4wIDWdyKqh4wVRWrp0ROzB { position:absolute;display:block;z-index:15258;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.75rem;width:5rem;top:3.75rem;left:42.5rem;overflow:hidden;display:block; }
#sgeMC1XNPzRPPyzb1LQGJ7uZw0RU7s5s { box-sizing:content-box;height:12.5rem;width:16.8105625rem;position:absolute;display:block;z-index:15239;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1884765625rem;display:block; }
#MohmQM3v3pTawoKwdwIpXncpnxBcH58v { box-sizing:content-box;height:7.4375rem;width:20.25rem;position:absolute;display:block;z-index:15247;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-3),0.77)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-3),0.77));background-size:auto !important;top:2.125rem;left:54.75rem;border-top-left-radius:0rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#lLnVrVQ9flHG1SXJudnyDfGqLW1aTc9B { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15264;line-height:1.3;letter-spacing:0;top:7.625rem;left:59.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dbf641a4-dc37-4b3f-8dd8-09925689ca81/btnkalendarz.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:3.625rem;text-decoration:none;z-index:15273;text-align:center;text-align-last:center;top:3.25rem;left:61.5rem;display:block; }#MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9.adaptive-delivery-prevent-bg, #MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9.lazyload, #MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9.lazyloading { background-image: none; }
#WIlrUz0dEfegb7SV5t4FZizOdXRznG3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row .container { border-width: 0; border-radius: 0; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#XRCXoN88aQfTGlMp6wdfzJUa4TaAUh6C { box-sizing:content-box;height:7.4375rem;width:41.5rem;position:absolute;display:block;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-4),0.4));background-size:auto !important;top:2.125rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#u2DrTgX5UU0xJW1CZfk8Q1CHsJCAVVcX { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:6.46249961853rem;left:3rem;height:0;display:none; }
#iQTDuUW5JWItWAVKVAkJzVHEoi4Ci7Pa { position:absolute;display:block;z-index:15245;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.1875rem;width:1.125rem;top:6.8125rem;left:1.5625rem;overflow:hidden;display:none; }
#TAbE0SllLd5My3KWtNv2NKsBa8VTRT0Q { box-sizing:content-box;height:2rem;width:41.375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:16.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #4a0000;border-left:0.0625rem solid #4a0000;border-right:0.0625rem solid #4a0000;border-bottom:0.0625rem solid #4a0000;display:none; }
#vAOT4mr5bPIWvP4Bdh4xRpl8KrZkeHPB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:0.35000038146973rem;left:1.4375rem;height:0;font-style:normal;display:none; }
#xUNwn19MiwzEvZJ1HsZhTuf32fKqslOS { position:absolute;display:block;z-index:15256;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.625rem;width:5rem;top:3rem;left:0.75rem;overflow:hidden;display:none; }
#gfIAy97DEucUhXaPuT0fpTEitLOX5aZ3 { position:absolute;display:block;z-index:15256;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.625rem;width:5rem;top:3rem;left:0.75rem;overflow:hidden;display:none; }
#Lakm2qFRrDzbp4T53yBJfwaAePqtpD1Q { position:absolute;display:block;z-index:15256;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:3rem;width:4.125rem;top:2.9375rem;left:1.125rem;overflow:hidden;display:none; }
#K2KtC05ixOKovJMJlFltqZWFfskJy5xo { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.5rem;top:10.625rem;left:13.3125rem;overflow:hidden;display:none; }
#Lh1oTr3x16v6JzrMvDsISQQVMAtHCcl4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KILEfQsTcDMOaqPIkOCu1GTuLphxbd3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVTPLH9fN3MgPnbA9q5ATcQDGGXewFlF { position:absolute;display:block;z-index:15260;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:4.375rem;top:2.875rem;left:1.4375rem;overflow:hidden;display:none; }
#NyXTkQXRgL06XiEJzz7epHJnwdQrdEor { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15249;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.0625rem;height:1.29980625rem;font-style:normal;display:none; }
#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;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; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container { background-color: transparent; background-image: none; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container > .video-iframe-container { display: none; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row > .video-iframe-container { display: none; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .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); }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container { border-width: 0; border-radius: 0; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#paBNvpyhSV50sUqTVizdIt5Khp5moWQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.375rem;height:0;font-style:normal;display:none; }
#k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke { box-sizing:content-box;height:2rem;width:41.375rem;position:absolute;display:block;z-index:15241;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40603', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, #b40603, rgba(var(--color-tertiary-4),0));background-size:auto !important;top:0rem;left:16.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #4a0000;border-left:0.0625rem solid #4a0000;border-right:0.0625rem solid #4a0000;border-bottom:0.0625rem solid #4a0000;display:none; }
#oapK3n9TizuQlWhM00xr8gaT9I7q14LM { position:absolute;display:block;z-index:15256;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.625rem;width:5rem;top:3rem;left:0.75rem;overflow:hidden;display:none; }
#tu04DpCAz2KN3cHxkq340uLOwWKimXsJ { position:absolute;display:block;z-index:15256;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.625rem;width:5rem;top:3rem;left:0.75rem;overflow:hidden;display:none; }
#hCZ24l1yT6MMTHGqVlshc2qQl7VMUieJ { position:absolute;display:block;z-index:15256;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:3rem;width:4.125rem;top:2.9375rem;left:1.125rem;overflow:hidden;display:none; }
#Fq4SlWpAmHKMoKyNVluvwLaJqspM8Pi3 { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:8.5rem;top:10.625rem;left:13.3125rem;overflow:hidden;display:none; }
#by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UmZw93MrN5DIIdDwGnUnclgltZ42X5k7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { background-color: transparent; background-image: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container > .video-iframe-container { display: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container { display: none; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .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); }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { border-width: 0; border-radius: 0; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#gGIGg32WJAREp6T398okP4NbzVwkOJll { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.15625rem;left:9.3125rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container { background-color: transparent; background-image: none; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container > .video-iframe-container { display: none; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row > .video-iframe-container { display: none; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .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); }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container { border-width: 0; border-radius: 0; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ZG12kUyM5eH6hRrwTfVEzAE6Va9buWpy { 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:5.375rem;width:10.125rem;display:none; }
#lGJcFHKTAxXEoKeRzr7lOLZQMA2GrsXq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:6.125rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.22604465484619rem;left:16.6875rem;display:block; }
#llnNWUwa6V1eCEQ04Xtl3p7cPvh0V3Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euP8G1CDkzcBKkeffKH8uPBSzJpfCHOs { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:20.125rem;top:0.25rem;left:16.686458587646rem;overflow:hidden;display:block; }
#nMRs4BNTnBdIHF5z6w3LMSZo5LC5KGQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.3125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTFBfmUG74x9kaszEHotkl2QKqr0xtXk { position:absolute;display:block;z-index:15171;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:1.875rem;top:4.3125rem;left:22.875rem;overflow:hidden;display:block; }
#yANP73q7knSzurPxCTHfaUQlkuNGyk9W { position:absolute;display:block;z-index:15172;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.25rem;width:1.25rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#NiuJTCgHP0S8iGsA8B6pGfgnCGn32Th5 { position:absolute;display:block;z-index:15172;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:1.8125rem;top:4.3125rem;left:26.8125rem;overflow:hidden;display:block; }
#HugVHly3VIKSo8LXhOTVipHsUSgIP3O4 { position:absolute;display:block;z-index:15173;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.125rem;width:2.25rem;top:4.25rem;left:28.875rem;overflow:hidden;display:block; }
#GXSmzkaWOF6vNnPUS4wBuDrHQKKx5LyU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4995rem;height:6.124875rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:0.2264404296875rem;left:38.68701171875rem;display:block; }
#RqLyFbXauofv2yExfvig8o9ycTQCFJCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsdwBEGM9ZFe3OTafHGyCTZFRxlCrqoE { 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:5.3125rem;width:10.125rem;display:none; }
#TGzghRG6yCbyCyOHRklS39GxxxenLmia { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:19.125rem;top:0.25rem;left:38.8125rem;overflow:hidden;display:block; }
#wL1MxFm39nLE3HEN1dDQlDQlmQrR3xuG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.8125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SEQR698yigkR0L3hO47DWAMhChs51Tmw { position:absolute;display:block;z-index:15205;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:11.5rem;top:4rem;left:42.625rem;overflow:hidden;display:block; }
#ky0b1XSy9BRife9eEDzhsf8POQ6NdI0e { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#uMUZmBXK7rUqFdGntSVM2wyrGo0lKXat { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:28.4375rem;width:45rem;top:6.3125rem;left:14.999999046326rem;display:block; }
#ZzfgdWVu1Ga6SFp8oKzWyGvHhhGOiPpt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:7.75rem;left:16.75rem;display:block; }
#FLO2zFDy7r6DMqTfH13XThRifkD3mTbC { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1875rem;height:6.25rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:7.75rem;left:16.90625rem;display:block; }
#KXETNtGpvsMrh7rnkISSB5wTxr8HnJJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VwhvVDqJsioql65sT659lROG7JXl4gvb { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:9.3125rem;left:18.125rem;display:block; }
#VmPmpbGyTs7zxT1cSqubJlR91kpJx0ce { position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:9.6875rem;left:18.5rem;display:block; }
#Fac5wZz0qsSL0S6TGo6ZMckUGBUqEUML { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:8.9375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#cH7Q5T7GmVKPgbXrZ8Ln6McvOIH0kqKb { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.125rem;left:20.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#H2CaP5OHB0EtGPqUitvrVWptygOSvGNC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:9rem;left:47.0625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FoF73Nk2EkHZ2QosiuJwoeqHTCLNZbq7 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.25rem;left:43.4375rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WTcqt2yGeE1PtefTBwMfRwXgXAStebg4 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.25rem;top:14.9375rem;left:16.75rem;display:block; }
#RbumrTViVKvxOAQg3meaDcAQFDKmuOlQ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.25rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:14.9375rem;left:16.875rem;display:block; }
#MAPWk0CvT5vMiVAopyTCi5qmG5xyqRwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnoJyVmq097Aqp0vZGZ96TkQ7iZGTJ9q { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:16.5rem;left:18.1875rem;display:block; }
#zm9zr7v3W4T8ZuPgUuDOum3mNX6An3Gz { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:16.875rem;left:18.5625rem;display:block; }
#qi50Ll5IIoQO0KL4SpLgwqAaKMUrUhE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:16.125rem;left:20.8125rem;height:2.4rem;font-style:normal;display:block; }
#MwXQvN5aZiNEJPXGOtE4gBr64rTqt8wN { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.3125rem;left:20.875rem;height:1.2246125rem;font-style:normal;display:block; }
#BJ3nESyfNgszr8UrUTfm2WBuPgcakAf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:15.625rem;left:47.687500953674rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eU5a2ig3SWHTNmS3mgK6FM6547OvbJLy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n2JKXNSK3qEFRTUREN6y2I1Z5C4gXg7p { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.875rem;left:42.250000953674rem;height:2.449225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iUaibU0zRLk6tOSrRv4Xuab3SFtMZmxc { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:notosans;font-size:0.6875rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:21rem;left:25.0625rem;height:0.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKwOHAg6clmRXGIxS45SoospZ08s7vrL { position:absolute;display:block;z-index:15201;background-color:transparent;background-image:none;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:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#tF4zkt9pcmDIHZKT19VFXpqnNSAnIFfm { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#W522yxOrDXLQ14Gh7TStVlv60XZFMlub { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:22.375rem;left:27.5625rem;display:block; }
#xyBWOJkTIXnbKm4xwWJcfp1ePMneAZxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJxWxEWvWt0Bh8a9ATUSvwUxh5Mq98dU { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.25rem;left:16.655468940735rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSa9TXCB7AHwPg8QdV3hVpNEJgqnck8n { box-sizing:content-box;height:1.375rem;width:17.6875rem;position:absolute;display:block;z-index:15242;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375001192093rem;left:39.592186927796rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#XNGTQLVXgFOaErnzg2vupEMlG8sJ2aSv { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15243;line-height:1.3;letter-spacing:0;top:14.562501192093rem;left:47.718750953674rem;height:0.975rem;display:block; }
#DCGB8gCVE5bJzqpMFGf4wt7rnGXSluDS { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15246;line-height:1.3;letter-spacing:0;top:14.625001192093rem;left:39.800000190735rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#NDOzgBUEHvqXC59hgBsV0rRErSoe0M7N { position:absolute;display:block;z-index:15245;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.6875rem;top:14.500001192093rem;left:39.717968940735rem;overflow:hidden;display:block; }
#IfngThu7spp9Vs6oFdHQcXA1qH9a3gNH { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:26.125rem;left:16.936718940735rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#hpyZTcWP5hwzh6SJHO72Ca7vUA5iv2MU { box-sizing:content-box;height:0.0625rem;width:40.625rem;position:absolute;display:block;z-index:15247;background-color:rgba(255,255,255,0.26);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:17.186718940735rem;display:block; }
#sqZ5lHduruH9aJBUAENAJH8z6hcW4kNq { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15246;line-height:1.3;letter-spacing:0;top:14.625001192093rem;left:39.800000190735rem;height:0.975rem;text-align:center;text-align-last:center;display:none; }
#we3DPDe20hA1NwplSzpUGMR7CthiTCLZ { position:absolute;display:block;z-index:15245;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:3.875rem;top:14.500001192093rem;left:39.717968940735rem;overflow:hidden;display:none; }
#hB8IARlIH8rwUhUKebAeyxeK7gMhW9MP { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.33749961853rem;left:59.4375rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TCs1saC7CIn3RISbif7Ny0HVAuTDWSsz { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:18.52499961853rem;left:59.4375rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container { background-color: transparent; background-image: none; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container > .video-iframe-container { display: none; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row > .video-iframe-container { display: none; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .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); }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container { border-width: 0; border-radius: 0; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#T6ETQrPQ4wsECDyCtkN75289HiorgDQy { 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:5.3125rem;width:10.125rem;display:none; }
#vRxgGQU7dypZaN7bAdFUAETCKx8FeWKT { 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:5.375rem;width:10.125rem;display:none; }
#eKeq0foCti5TicMEB48r04fp9mkk2Tfu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4995rem;height:6.124875rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:0.22549438476562rem;left:16.874290466309rem;display:block; }
#iR4s2mFsbd054CpFw0sx3LyPc21E0PzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCnleREKV5qJa0pTcZFzKT86JBs06v8T { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:19.125rem;top:0.25rem;left:17.15625rem;overflow:hidden;display:block; }
#VqiMI4WffkJnb8dnt8ZJ8ZO6DoSJCMCz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.3125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#neHyrJtSI4lpaLKWEcZUunnUcCwEFVL9 { position:absolute;display:block;z-index:15171;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:1.875rem;top:4.3125rem;left:22.875rem;overflow:hidden;display:block; }
#cK60VTw6wbtI3z38ZbEPhHKp93IFM0NU { position:absolute;display:block;z-index:15172;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.25rem;width:1.25rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#r56pFTzKzlKLC7Pyiv1kaOmBVwA283oU { position:absolute;display:block;z-index:15172;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:1.8125rem;top:4.3125rem;left:26.8125rem;overflow:hidden;display:block; }
#Lze00uvzQU2FWqXhHedDMZFwEiHoqStE { position:absolute;display:block;z-index:15173;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.125rem;width:2.25rem;top:4.25rem;left:28.875rem;overflow:hidden;display:block; }
#mg1ECyzmq1Abxz7Tw2SJTp0tO13caxPT { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:20.125rem;top:0.25rem;left:38.3125rem;overflow:hidden;display:block; }
#D2WLe8EsRcakQuTmJZWgMRg71BGQ8WvM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.249625rem;height:6.124875rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:0.22549438476562rem;left:38.25rem;display:block; }
#ViJhLbxu8eQRt5tCoEdeCiukT0rOnCd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUSBTcTGobaeiqpPLCVncq28LTuCuoa3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.8125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnHRmPVWuKvzcugG4LpLfAiBFm6akhNz { position:absolute;display:block;z-index:15207;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:11.5rem;top:4rem;left:42.625rem;overflow:hidden;display:block; }
#RaqfL9Lrp7LeEcAnMV1bEdlFWhiq4E6s { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#cQ0aOsQVmxTZDJWI42tQ5wSCgvCFQFCe { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:33.4375rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#HQPeE6MicRC9sDlZZQKpEagvtsPTiAeO { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:7.75rem;left:16.75rem;display:block; }
#EZayCJ0DTagWETu8Lq2kFZ3hLKBvENoh { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4854375rem;height:6.23541875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.7572917938231rem;left:16.757291793823rem;display:block; }
#VMd3WQ4z40qX3z3l8NtGa2S49z756E63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuhX7iyUCNdUvqDt3uKTyNfBRFzTr4pU { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:9.3125rem;left:18.125rem;display:block; }
#yCqNxlpoRltdTmqkrSmfLymeWHNQv1AF { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:9.6875rem;left:18.5rem;display:block; }
#UMuvrMcvhD0VnAKEPKWdtVfOohVBZKpC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.9375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#Zksafu47oSfBdKefDguyT1Ff7AnIcHVB { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:11.125rem;left:20.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#KgBpu0hahEnNcaRXbBcyPcfAVQGt6tm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:9.0625rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cvorNIzkkeREPR53xS6R8hUunP4LrRBp { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.375rem;left:42.25rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gzo4KZxqDhXqVpAqttXNeTo2KhWCdWIW { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:14.9375rem;left:16.75rem;display:block; }
#KISme9An40M8tJKHfrXISV65fkl35f5G { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4854375rem;height:6.23541875rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:14.944791793823rem;left:16.757291793823rem;display:block; }
#MNUO3rVQM3VhcTzUrmPUp7LC6ShhmFq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRpOkVUfoGObfvi4drAMSWDZoXoFr9yB { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:16.5rem;left:18.125rem;display:block; }
#ORRPHAuEboJwTZvkCHcanolv1t677aS4 { position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:16.875rem;left:18.5rem;display:block; }
#rZmICU91WzhwRJKF8HpM9pNvRmZmGIGu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:16.125rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#hyW0OriAGh44sgepzLi1MmXKHoNMp0o6 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:18.3125rem;left:20.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#UchUe1TnIuLeiLHP2xlVixpMuOKrleEV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:16.1875rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u8wDg0GDnHkILzBvmBWnMJJe0BeZTnTf { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wfhAQqdsIVxbbkG3OcaXUa6MEGZM7tTZ { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:18.5rem;left:42.25rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F5EVktFmrFMWlZhbZkvDQZaa8daWKSWA { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:41.5rem;top:22.125rem;left:16.75rem;display:block; }
#dgCht4kaeKDfAX12IegHMG4hZDXCNT38 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.3895625rem;height:6.140625rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.180208206177rem;left:16.805208206177rem;display:block; }
#TzO9wTpU76y6L0hiAAQhLAWbLeCatT9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9QIpEa9BZTvAoPyDzIqNOvNCCvquTSc { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.25rem;width:1.25rem;top:23.5625rem;left:18.125rem;display:block; }
#ib9Tn03C9zMNUTtacl6XCfFmv1boSJQZ { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:0.75rem;width:0.75rem;top:23.9375rem;left:18.5rem;display:block; }
#hwtvv5W3gcKRygLtVxbVOROEKIcT5KMX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:23.25rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#va7lQvrgNMktMU87xK1cmGmE5bCOS8aL { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:25.4375rem;left:20.8125rem;height:1.2246125rem;font-style:normal;display:block; }
#fGohLQzzrEthsJpQMh8rOctg17yIkhsK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:23.375rem;left:47.625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HFUmf9rMIXDpnuEvHKxaBEhnDapNxaAR { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:25.687149047851rem;left:46.624286651611rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E0nxdrgELKouBpDdEWvt83C8IxooiP7r { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:25.6875rem;left:47.3125rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gSumA5lMWG4BXWODuZ5aMlPXW08A3dXg { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:30.561462402344rem;left:27.5625rem;display:block; }
#Jz8fKu4B7kESaTTeG5vDKpz9VeA959XL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XS0BWUPaUQamMnAsO3SyTeTeyQyTCLkn { position:absolute;display:block;z-index:15203;background-color:transparent;background-image:none;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:3rem;width:20rem;top:30.561462402344rem;left:27.5625rem;display:block; }
#zb6oE3qOHOmOBPTwwgmLnHhPC5wrgdng { position:absolute;display:block;z-index:15202;background-color:transparent;background-image:none;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:3rem;width:20rem;top:30.561462402344rem;left:27.623958587646rem;display:block; }
#TMCcaa5KreBcPDT8B7cBrO8T4BPyUkeg { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:30.561462402344rem;left:27.623958587646rem;display:block; }
#fuqThP2fFyBW0mceh2OMrRoCzvsqQUlp { position:absolute;display:block;z-index:15204;background-color:transparent;background-image:none;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:3rem;width:20rem;top:30.561462402344rem;left:27.623958587646rem;display:block; }
#mJBlrlxOsBzekOOF9D8uUZJbr97EyEZ1 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.373958587646rem;left:17.1875rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { background-color: transparent; background-image: none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container > .video-iframe-container { display: none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container { display: none; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .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); }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { border-width: 0; border-radius: 0; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { position:absolute;display:block;z-index:14996;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:46.875rem;width:45rem;top:0.0625rem;left:15rem;display:block; }
#aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:33.125rem;width:41.5rem;top:1.8125rem;left:16.75rem;display:block; }
#a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { color:#dfddf9;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.0625rem;left:31rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:3.875rem;left:21.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { color:rgba(var(--color-tertiary-0),0.7);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:25.90625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { position:absolute;display:block;z-index:15001;background-color:#2d2b58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.25rem;width:19.375rem;top:8.625rem;left:17.6875rem;display:block; }
#FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:9.75rem;left:19.125rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { position:absolute;display:block;z-index:15180;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.1875rem;width:1.1875rem;top:11.75rem;left:18.8125rem;overflow:hidden;display:block; }
#Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20.1875rem;height:2.45rem;font-style:normal;display:block; }
#CkncNMEok1BEIk4pNoyGyiqy3JoOsAVe { background-color:rgba(0,0,0,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: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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:block; }
#i256DXhR6hOw2ITcvg3ZkLTWHrex4rdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:13.5rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { position:absolute;display:block;z-index:15181;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.1875rem;width:1.1875rem;top:16.6875rem;left:18.8125rem;overflow:hidden;display:block; }
#cR8unuCKoLpp5it13dM1bTqlUZfDupDI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.625rem;left:20.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#sTtluvXzviVpnR9ObedcRzClaKJCUkaf { position:absolute;display:block;z-index:15183;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.1875rem;width:1.1875rem;top:18.4375rem;left:18.875rem;overflow:hidden;display:block; }
#Gs6EBEwQEiwC7yEJdcJ3XngsR9RrXCEq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.375rem;left:20.25rem;height:1.2246125rem;font-style:normal;display:block; }
#Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:18.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:24.5rem;left:22.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:26.5625rem;left:20.125rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:28.6875rem;left:19.125rem;display:block; }
#GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywEOT41gSNk7yygVgH90kzGUiMfphpif { position:absolute;display:block;z-index:15185;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.25rem;width:1.25rem;top:29.1875rem;left:24.1875rem;overflow:hidden;display:block; }
#QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { position:absolute;display:block;z-index:15183;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.25rem;width:1.25rem;top:29.1875rem;left:24.125rem;overflow:hidden;display:block; }
#pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { position:absolute;display:block;z-index:15185;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.25rem;width:1.3125rem;top:29.25rem;left:24.5rem;overflow:hidden;display:block; }
#fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { position:absolute;display:block;z-index:15002;background-color:#2d2b58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.1875rem;width:19.375rem;top:8.625rem;left:37.9375rem;display:block; }
#zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.4375rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { position:absolute;display:block;z-index:15181;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.1875rem;width:1.1875rem;top:11.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:11.6875rem;left:40.25rem;height:2.45rem;font-style:normal;display:block; }
#D0lhJKmzFp8HTpwWiwh1obCJrPbzTqwT { background-color:rgba(0,0,0,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: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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:block; }
#Q27O62bsQHchN3kLzrqyA7mUT0qSSPnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { position:absolute;display:block;z-index:15205;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:11.5625rem;top:14.625rem;left:40.125rem;overflow:hidden;display:block; }
#ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { position:absolute;display:block;z-index:15182;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.1875rem;width:1.1875rem;top:16.625rem;left:38.8125rem;overflow:hidden;display:block; }
#gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.625rem;left:40.25rem;height:1.2246125rem;font-style:normal;display:block; }
#mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { position:absolute;display:block;z-index:15183;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.1875rem;width:1.1875rem;top:18.375rem;left:38.8125rem;overflow:hidden;display:block; }
#gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#psgg91usKuEZVvAskuOutQyczG2Rh4wq { position:absolute;display:block;z-index:15206;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:3.5rem;top:19.9375rem;left:40.125rem;overflow:hidden;display:block; }
#fA8e8llQsyKbALdv7PiaWreGserc4eO5 { position:absolute;display:block;z-index:15185;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.1875rem;width:1.1875rem;top:21.6875rem;left:38.875rem;overflow:hidden;display:block; }
#hkEsvo4pG2pIPh325DoAS9yDtOuDtUgK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:21.625rem;left:40.25rem;height:1.2246125rem;font-style:normal;display:block; }
#r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.5rem;left:43rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:balooda2;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:51.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:26.5625rem;left:40.3125rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AP5b8qQU140puR389IXUkVTLnv9LiUh9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.6);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.275rem;height:2.275rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:28.6875rem;left:39.4375rem;display:block; }
#bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { position:absolute;display:block;z-index:15184;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.25rem;width:1.25rem;top:29.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { position:absolute;display:block;z-index:15186;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.25rem;width:1.25rem;top:29.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { position:absolute;display:block;z-index:15186;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.25rem;width:1.3125rem;top:29.25rem;left:44.625rem;overflow:hidden;display:block; }
#pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15187;line-height:1.4;letter-spacing:0;top:34.9375rem;left:28rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.56);border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.375rem;width:25.25rem;top:36.25rem;left:24.875rem;display:block; }
#cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:36.75rem;left:24.9375rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { background-color:#7159ff;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:40rem;left:27.625rem;display:block; }
#l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40rem;left:27.5rem;display:block; }
#SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:43.5rem;left:30.5rem;height:1.05025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfTLSVaBMq2x9DipVIcTeBX8tKidEEUi { background-color:rgba(0,0,0,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: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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.3125rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:12.887500762939rem;left:25.0625rem;display:none; }
#GHfMgmIDTaL1c3b1QScrDwEbSiTgRvyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQtWVKHHqV6zvnT04NfRNrsTuk2oxFxu { background-color:rgba(0,0,0,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: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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.25rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:12.875rem;left:45.8125rem;display:none; }
#mVtrWyMLKJQ86FVQWC3B4pHlpX3g1QLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz { position:relative;display:block; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz { background-color: transparent; background-image: none; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row .container > .video-iframe-container { display: none; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row > .video-iframe-container { display: none; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .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); }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz { border-width: 0; border-radius: 0; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .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; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .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.3125rem;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; }#LUZC8vsJObFwpgenEUqlg1bOvOoORyq2 { 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:4.5rem;width:73.875rem;top:0.4375rem;left:0.5625rem;overflow:hidden;display:block; }
#tUgFvIG89IlQF4tih2aXGgE1mVPX7snT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.6875rem;top:1.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#B1FW6Vf0xT356ZP0ur9sniwbQ5VQ8Xtk { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2rem;left:22.8125rem;height:1.5rem;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;text-align:left;text-align-last:left;display:block; }
#tv0EnOyNwZWtAknpIGkHzVxrnU8QWkS0 { background-color:#7159ff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.5625rem;left:46.4375rem;display:block; }
#UduXnngVOlGTddKRvTTf22END9WdzKT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container { background-color: transparent; background-image: none; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container > .video-iframe-container { display: none; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row > .video-iframe-container { display: none; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .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); }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container { border-width: 0; border-radius: 0; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#aINCns3QkDpQBXwWteDL9B6pc1lghTx6 { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:0.84999465942381rem;left:0.5625rem;display:block; }
#vx5vtOplCBWTJmH1pxyFlfKuHwfBrPcI { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.625rem;width:73.875rem;top:5.2999935150146rem;left:0.5625rem;display:block; }
#gt6XvOi3JnrChEnwxmKenygpZoinOH94 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#GZnmayGcZho1B4z5Hq96VFnbSGzXlo4K { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:3rem;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;text-align:left;text-align-last:left;display:block; }
#pnVb2T0TqlFMBgUyUPCyMKXKZBEvKVk1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#0a0a10;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:7.0625rem;left:53.6875rem;display:block; }
#NDhzZQFWvvbe5XqJ3hq0eeucJ1xEtTkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lx5pQ7bNIFd23z1c56q6OV1gnzaDHvPK { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.40625rem;height:1.3rem;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;text-align:left;text-align-last:left;display:block; }
#VcU0Rtd9SftufFHFkUufIceWCwOyv3AF { position:absolute;display:block;z-index:15202;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.25rem;width:2.1875rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#IiuAfSMmpyBPAOOOL8CJ3TP6IzsXC3GD { position:absolute;display:block;z-index:15203;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.25rem;width:2.1875rem;top:2.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#cRixlpEsSHX7z9llunrd7bGICF86JyZB { position:absolute;display:block;z-index:15204;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.25rem;width:2.1875rem;top:2.6875rem;left:26.5rem;overflow:hidden;display:block; }
#AxveKqwsc0pXMgx5AwBsh89BUPl4GnMv { 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:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.75rem;left:17.34375rem;display:block; }
#dZMTStsadXuEVzgrgQcW9arb8zmJxXZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3BXo48kbgOxZ2SMKK3aD0DSLVPzq2lm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:4rem;left:35.9375rem; }
#GLqN13C2SuSW74mdH0StorSXHZqWXDqP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GLqN13C2SuSW74mdH0StorSXHZqWXDqP > .row .container { border-width: 0; border-radius: 0; }#GLqN13C2SuSW74mdH0StorSXHZqWXDqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLqN13C2SuSW74mdH0StorSXHZqWXDqP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CmeHG2vo8GJDqbefHFLRmpdtIDdsvC3F { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#lfBRQSvgnNW3qsPH9Tcy5JoL5T54SRK7 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#BuiVEhbrSlXGbJ4bI7aOVawbzX623KwF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#I7TLvgy94J7TTKXBwZ3ZXG1aHERXeZQm { 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.5rem;width:10.5rem;display:none; }
#zIkcBccPLr0EoiUcKweRMpi7clHbxT9c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem;display:none; }
#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 > .row .container { border-width: 0; border-radius: 0; }#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#eKtEy1amDiiQIqcBR250hJ0hxFGJlZuV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#cRwZlfwRNuLQaXz7lqkam2K1Qho8PZ1S { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#i9iUhVUTOTUnnt7r2tPVA138fdoWUzSF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#D5xcZd1P6tbwb3RmGt9L2OguECNr8UsC { 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.5rem;width:11.875rem;display:none; }
#CStfbbzhwZUa4tVA4QxQHlELTWH2ypWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem;display:none; }
#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c10;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT > .row .container { border-width: 0; border-radius: 0; }#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#IrGPzeclmTB3NK5F8amAvHKhIBT8K5Rw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5rem;width:65rem;top:1.0625rem;left:5rem;display:block; }
#wRdVfGc7vBJgF1LmBqik36MvpTNPpMXX { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.0625rem;width:64.75rem;top:5rem;left:5rem;display:block; }
#yyIMCbDiQUZQVA0XOlWCqABtQcDTkXW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#hgGZ7FxZridU2PJ3G9iynuXfyLQ7Pwsr { 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.125rem;width:10.5rem;display:none; }
#qE3ae8aFpsRobPskkbtZINEgrsi5MKRv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem;display:none; }
#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container { background-color: transparent; background-image: none; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container > .video-iframe-container { display: none; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row > .video-iframe-container { display: none; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .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); }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container { border-width: 0; border-radius: 0; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#KrcSd17TERJxgQOsDB6KicOEPT0vIAoR { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624904632568rem;left:0.5625rem;display:block; }
#gq5JJ4nQStLJZct1x1BmZ6114aomQTZd { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:8.8125rem;width:73.875rem;top:4.2499904632568rem;left:0.5625rem;display:block; }
#MP3FDx9v33ASufqSUNwspH06OD1fvHeb { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#zT1kibtTwV6Js6CkR4k5xMxfZrtVO6E6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:6.9375rem;display:block; }
#lOory57vGPp2vsZ2yCMCgOeagCVMha2s { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:12.9375rem;display:block; }
#ERfaOFTbPKNSpKApd2m2T7n04yplVUUf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:18.9375rem;display:block; }
#HOfWwE7OuI8X2IdQERTQbH0nc4FnBbnW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:25rem;display:block; }
#EKmdqLvGyxZUIqWTffNrHEAAvFFCzl2T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:7.4375rem;overflow:hidden;display:block; }
#VLJXwVBMFGRJpPT8Ag0QuRhMivearTJZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:6.875rem;left:6.9375rem;display:block; }
#R33eTsqI7MzOtZyF1f4dixLRLZ4ZneAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGra4z3pDukFGdb0bn2MwxfxepDuVCQq { position:absolute;display:block;z-index:15017;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.25rem;width:4rem;top:8.53125rem;left:13.4375rem;overflow:hidden;display:block; }
#vQeEnJ9Mz2grPEytTkowvU5e3hGf1TzP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:6.875rem;left:12.9375rem;display:block; }
#lZ5mgvrqX3U1DqKvCeR6isAxqoxcHKdl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDCoQn7M1W06zZp2dhZEFeRIrpZluTVF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4rem;top:8.53125rem;left:19.4375rem;overflow:hidden;display:block; }
#vyuJIkqiSQ3zxdPb2JTGwNJxVRyoZ8fb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:6.65625rem;left:18.9375rem;display:block; }
#MxyXnu40In7mCiMWCdUFRVUlxaJhfd8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1d2aTrzK3g07bviVbrW4a6sbtebM7u3 { position:absolute;display:block;z-index:15019;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.25rem;width:4rem;top:8.53125rem;left:25.5rem;overflow:hidden;display:block; }
#Q4mxFgh4owQeH4wQZqtEBoAyuh9fgFQD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:6.875rem;left:25rem;display:block; }
#a8ktX643qaVlwGR2WNHieQG7QUbJbGDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ht758G68mEd1FXyc6P4SxGUX7FXzNvV0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:10.8125rem;overflow:hidden;display:block; }
#FKOnqTaLqZ2dRZyUJXUSrSKuoeSgK01S { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:10.6875rem;left:16.9375rem;overflow:hidden;display:block; }
#ydQpZaePdN45TpGBEMqFeZZ7XUHBrS6L { position:absolute;display:block;z-index:15029;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.8125rem;width:0.75rem;top:10.6875rem;left:22.9375rem;overflow:hidden;display:block; }
#ISlbmLQ1xmeqQHZZyNoyckclVsUaWzw6 { position:absolute;display:block;z-index:15030;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.8125rem;width:0.75rem;top:10.6875rem;left:28.9375rem;overflow:hidden;display:block; }
#VxRx1x6BrsRwxFAMGkT3Lfdcr7SguJAT { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15210;background-color:#b4b4b4;background-image:none;top:10.84375rem;left:7.4375rem;display:block; }
#xFK9TOdJVSJmNVmHEMgXUwUvVldsG8eQ { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15211;background-color:#b4b4b4;background-image:none;top:10.84375rem;left:13.4375rem;display:block; }
#CmU3ca5V0OLd4CA0Ht5BwCTfhiSn69eg { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15212;background-color:#b4b4b4;background-image:none;top:10.84375rem;left:19.4375rem;display:block; }
#kdGtPMDak0nZPBdLZmKMXy6c7DRTfJT0 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15213;background-color:#b4b4b4;background-image:none;top:10.84375rem;left:25.5rem;display:block; }
#SL03Si3gUaNuqktIdWokWPrgZUgV2fHK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15207;opacity:1;top:4rem;left:35.9375rem; }
#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container { background-color: transparent; background-image: none; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container > .video-iframe-container { display: none; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row > .video-iframe-container { display: none; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .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); }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container { border-width: 0; border-radius: 0; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#yvZ44GrwdLIaRW6v79ZBkAw9BJsIw9a3 { position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:4.5rem;width:73.875rem;top:1.0624980926514rem;left:0.5rem;display:block; }
#EiLOTP5JHMRtdHP3qiS3nxmtndcFLWkS { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.5625rem;width:73.875rem;top:4.8125rem;left:0.5625rem;display:block; }
#LCuV1Jv04eWpp0hfZZoSJe6EX9fAldsG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.625rem;height:1.625rem;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;text-align:left;text-align-last:left;display:block; }
#D3uWPzu0fCvkZxN8ctI01UgTP6l0wQsG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:7.8125rem;display:block; }
#rieFoe9NZt6TlxFdXO87RMZXSkCmXTmr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:13.8125rem;display:block; }
#sPe4LAmPfiQ7eRT7FooFkRTtZX8HRuf7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:19.8125rem;display:block; }
#u6txA65wpRi3cAQp3FwR05nKXQl7n511 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:25.8125rem;display:block; }
#c5Ud8kp3T6RqJF4c4zidX3OSQtd9UVfh { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:31.96875rem;display:block; }
#hwsRQvHTNTGcvafAzsiaBxobwZXSMUth { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:38rem;display:block; }
#cTHacnupd190THCr4S5TG2DwocORWgyS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:44rem;display:block; }
#GTw8J9ZylkKvCTgvfLdgaXCpGgdzkeJK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375057220456rem;left:50.049999237061rem;display:block; }
#ZSPSdStKmvTxvLmNUHJTNcmHickSZBdT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:56.0625rem;display:block; }
#fWgWNm57bfiLI8lLgErBQaiZDzrrszPN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:62.0625rem;display:block; }
#NqNcXTssWadef3VoIJLKq28I7hyNtp6T { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:7.1375007629394rem;left:2.1437501907349rem;height:0.975rem;display:block; }
#G8iSPlfyqQOimfeXmKs3TtTEWVnemiEI { 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-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.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:15214;text-align:center;text-align-last:center;top:7rem;left:41.0625rem;display:block; }
#xnfGubCU8DRBywEgTcp2TuiHaxETDk7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWP53HT3QeTrp2yhR6XBunTrEPJezDPb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:9.3125rem;left:2.3625001907349rem;overflow:hidden;display:block; }
#x7saV73Da8iTnESrl6XqN1UmXRixp9g5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:8.875rem;left:1.9250001907349rem;display:block; }
#UOFokUiaHpoa7T0PxDFaXxhtXXFkTvbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHImzcWsCSExTEl8Sws4Nscp7RwiuHrA { position:absolute;display:block;z-index:15021;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.625rem;top:10.75rem;left:8.5rem;overflow:hidden;display:block; }
#ZarZdwbPcGBqINMCiJvaFGu2wPP7g3lT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15201;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#aAoqpm3loJxNyJZfoKpbTFR1G3BnxiQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbIUXPCwiasmvRVHADRB7b5hI5KVWIqu { position:absolute;display:block;z-index:15023;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.625rem;top:10.75rem;left:14.5rem;overflow:hidden;display:block; }
#il10a8xqPBnZkiLKzUXlG0MhPpgm9DBH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:8.9375rem;left:13.8125rem;display:block; }
#mXW7HOcRe05Tw6fxsdZCTfmN2P6Nmhez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZztNXIt7Vvv9TFlLmN7WfTzJznlRxEqP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.5rem;top:10.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#o1xctSTU8u6hKnP1nrRcbraohWMbEGUG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:8.9375rem;left:19.8125rem;display:block; }
#AgcELgyzPigbPnZQlTb8UFOE3KMskTJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4OgNAzHlZX2RD8QsiSsyUTEq0pUV8Dq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.25rem;top:10.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#mq08usT9M8GbNpTM1FCBmZLQDm5ZRneH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:8.8125rem;left:25.84375rem;display:block; }
#TJWBpzt98O2En6hZtME4qVNEgal5CnLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRar6bwg6331Bv03AwMa6RAakMZat2ca { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:9.5rem;left:32.6875rem;overflow:hidden;display:block; }
#dxAeeUItt6B98pzzADbwUsFBkbr8lsCo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15208;text-align:center;text-align-last:center;top:8.8125rem;left:31.875rem;display:block; }
#mzzyrxm6fOCBhMS91F3K3GCxybGTsOVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrtcISqdBkrKr4eyV3HSuQrwKZHVIaLv { position:absolute;display:block;z-index:15017;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.375rem;width:3.625rem;top:10.25rem;left:38.6875rem;overflow:hidden;display:block; }
#gb5Rn3SDyzZAdrKaaSAkrD6cMXrZpSys { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:8.9375rem;left:38rem;display:block; }
#TeAlhi8lI522toqToJTAFsAdeCbGZ7u2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsv3xL0sDU0c6k5SkqN5gS1nEHd0sd9f { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.625rem;top:10rem;left:44.799999237061rem;overflow:hidden;display:block; }
#Cx5zC4vfQEg9kcVlotgxBTHzoMH2ettZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:8.90625rem;left:44rem;display:block; }
#rWmPgrzQzBcXsMpDbZy66zJ5OSMmRJNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1Fsi7ELw55RhOOCcXHw19SiOwsd82o0 { position:absolute;display:block;z-index:15019;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.6875rem;width:3.6875rem;top:9.6875rem;left:50.849998474121rem;overflow:hidden;display:block; }
#kw22eBw9T50Hn468ruGgHw3OP5WyZGm0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.875rem;left:50.049999237061rem;display:block; }
#wDyI4Ba2ERensFgTZaUB3DMiuNXwNrOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ut2dAqDN54ieTh1uZbu6iKP9SCwkp3rO { position:absolute;display:block;z-index:15019;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.5rem;width:3.5rem;top:9.59375rem;left:56.800003051757rem;overflow:hidden;display:block; }
#Ns0lOb8bqLspasSsc4Zpw9rXIbTHRzTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:8.9375rem;left:56.0625rem;display:block; }
#cnUD7LCCEmlKoU13iy4wxViul9Q8mMT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVBSQd6N55ndF0gz1zg3PEfs9Nxf0Sn7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:9.4375rem;left:62.5rem;overflow:hidden;display:block; }
#BGeWD6xOQ3ohCDxQXvkZ0BSDpxMUUQrh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:8.9375rem;left:62.0625rem;display:block; }
#lmPJxUot7i0g5IvVQvUL1RTD7orXZDBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4w1wJfQsvTJZh3xHb6nyglZHsAhx5zS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:11.6875rem;overflow:hidden;display:block; }
#TfskK2hsa3qg0xdQo83rsJBTFhwBJ6Ri { position:absolute;display:block;z-index:15023;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.8125rem;width:0.75rem;top:12.75rem;left:17.75rem;overflow:hidden;display:block; }
#ukZQ1iwHvvllWeKiOUEK9lz3zF2yMqcd { position:absolute;display:block;z-index:15024;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.8125rem;width:0.75rem;top:12.75rem;left:23.75rem;overflow:hidden;display:block; }
#SSo4H2B7Pi53ds9hThT9ZRlv2TZgvrmT { position:absolute;display:block;z-index:15025;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.8125rem;width:0.75rem;top:12.75rem;left:29.71875rem;overflow:hidden;display:block; }
#MPLBZMAtpUmhu5vqM38PLwHdvTO1drhr { position:absolute;display:block;z-index:15026;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.8125rem;width:0.75rem;top:12.75rem;left:35.875rem;overflow:hidden;display:block; }
#kG6Vw5cMNkkByU1CEX0mHCqcG0Z4UwMN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:41.875rem;overflow:hidden;display:block; }
#wfqufzz2wHaMv7pkq9LaMrkeZdvDWT79 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.75rem;top:12.75rem;left:48rem;overflow:hidden;display:block; }
#hU4VDGIGFGtHzsir36IOLr4wa9UK1RL8 { position:absolute;display:block;z-index:15029;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.8125rem;width:0.75rem;top:12.75rem;left:54rem;overflow:hidden;display:block; }
#HTrw9gD7rCOnOtPxGnGVJ3lOTCPWsD25 { position:absolute;display:block;z-index:15030;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.8125rem;width:0.75rem;top:12.75rem;left:60rem;overflow:hidden;display:block; }
#ASB6eJxATLTSHtb4pTSZLXQ8USkDRRc8 { 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.8125rem;width:0.75rem;top:12.75rem;left:66rem;overflow:hidden;display:block; }
#wQokoAzKiCWAkAMRzZ5iofHrUiv5EkSA { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#GRPnrdnvsTgZF3Iy9bc5JZ9pFWTarTED { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:6.875rem;left:56.0625rem;display:none; }
#SiPd2qitE3SmXRREATQ3ky4qoCLsavgq { 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.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#ffNA4yeJZtJTKTsJrTJuPxInpOm4OaFE { 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.8125rem;width:0.75rem;top:10.6875rem;left:66rem;overflow:hidden;display:none; }
#Jg2WQvXCoJKDWXqtrP29LnzR3VfnZ1Fn { 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:1.25rem;width:1.25rem;display:none; }
#zk6T2zQtdQt9eZD0AiufLJTPZBlKfTsa { 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:1.25rem;width:1.25rem;display:none; }
#k1JdVyhueVRL51aQMQ5aBmktyEFsnVs9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#TAq7JOgwnupB7QRLOxrGDhTW4cwF2AsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dq4kTmTTmcAoRfnyvzCrL9hWuGxA2hkI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:6.875rem;left:62.0625rem;display:none; }
#TLyU6iimpF5dLzB76TF9zPPyzCktxLyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dg6Te3ARmgIONtqUBb5HdAPTUBwGadec { position:absolute;display:block;z-index:15021;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:4rem;width:4rem;top:9.4375rem;left:68.5rem;overflow:hidden;display:block; }
#NpEncizm3EVKk58XVtZVDcDxOaIqRIGD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:5rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:9rem;left:68.0625rem;display:block; }
#L14iORFOnhli7rfvPfvPTkWZtZrV3gsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nt6G5h8WWmQtzUsRBdBZGkAcq6Uk9CHW { background-color:#4e37d5;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.3125rem;left:25.6875rem;display:block; }
#z0bhsASV9fe5WfJ0MPbbBtrJ0Z5NWhaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypLE0oqbf2ofifAZ3yS9kVRwcef5sAP8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.3125rem;left:38rem;display:block; }
#f6eNmJ11PrgkShiobmPvOKi7knmlxN02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtJAi0s7IfM7THfc5PsfBowtlThUbxRT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:4rem;left:35.9375rem; }
#IIQTK45kytyPRXCRofrLBAQnsODeT5bQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:8.9375rem;left:1.9250001907349rem;display:block; }
#Nlf1VEN0hG0QaUABlr4y4yQWFQrAA2cF { position:absolute;display:block;z-index:15023;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.8125rem;width:0.75rem;top:12.75rem;left:5.8624992370606rem;overflow:hidden;display:block; }
#s33LO4uMaHvoRTCdUkPM76HB7gu9EFXT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5rem;width:5rem;top:9rem;left:68.0625rem;display:block; }
#N2sKzrECFEtVeebAoGXgtf0JL8VN1o2T { position:absolute;display:block;z-index:15032;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.8125rem;width:0.75rem;top:12.737501144409rem;left:71.9375rem;overflow:hidden;display:block; }
#Pisumf6z4NcCozMIoHB7uTZCpmHbzC18 { color:#afbbf2;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:7.15625rem;left:41.1875rem;height:0.975rem;display:block; }
#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n { position:relative;display:block; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n { background-color: transparent; background-image: none; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row .container > .video-iframe-container { display: none; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row > .video-iframe-container { display: none; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .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); }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n { border-width: 0; border-radius: 0; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .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; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .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:29.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; }#nFZeF4r2S5coSlL5x06LsFpF8FThR1CU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #282352);background-image: -moz-linear-gradient(180deg, #090813, #282352);background-image: -ms-linear-gradient(180deg, #090813, #282352);background-image: -o-linear-gradient(180deg, #090813, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );";background-image: linear-gradient(180deg, #090813, #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:24.75rem;width:57.875rem;top:0rem;left:8.5625rem;display:block; }
#zofPDyvPQ8mp6cQdWn2PPi09nBqeT5tC { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.84375rem;left:13.84375rem;height:2.2753875rem;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;text-align:center;text-align-last:center;display:block; }
#x8OH4tRezv3Uio1Ih3Qe3pO5uJ6KWmK8 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:23.375rem;display:block; }
#TbZarFi21q3hqADGzihC9CuZXw35V878 { position:absolute;display:block;z-index:15036;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.3125rem;width:4.25rem;top:7.875rem;left:24.5rem;overflow:hidden;display:block; }
#Hg3kdU3dXN3Zz2yECVk4dr6hFTzryGZx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15228;text-align:center;text-align-last:center;top:5.53125rem;left:23.375rem;display:block; }
#aHd7b1OhIgDQB7lnReecw1TtLxsHvoi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hqyo364XR23O4I1pTIqkwyuFz4M4WE5v { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:30.6875rem;display:block; }
#ZtkJHTrM7oCghT86MUbHGnc3l9ee85B4 { position:absolute;display:block;z-index:15037;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.3125rem;width:4.25rem;top:7.875rem;left:31.8125rem;overflow:hidden;display:block; }
#NBT56Dm0aKTfdnyuM0DSwntwKSeyS0PF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15226;text-align:center;text-align-last:center;top:5.53125rem;left:30.6875rem;display:block; }
#NKW6T0ecoceDeithI0AEGNmm6Fi6MUJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBvGF6ScMkCgz7tF0oTDT0JXMdcwWRx9 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:38rem;display:block; }
#k7uvHGeXZSgLf0k4doLGKZJZha3ItOxm { position:absolute;display:block;z-index:15038;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.3125rem;width:4.25rem;top:7.875rem;left:39.125rem;overflow:hidden;display:block; }
#b9Dq2a20awG0QDXHCzVi4Gur916rWk9v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15227;text-align:center;text-align-last:center;top:5.53125rem;left:38rem;display:block; }
#nHVuSJXkxpWb9rgfvn0rVpLLgnBd7sOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCOPvcA95TeZNkWmd4X5pgcDCTt3yzlO { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:6.5rem;width:6.5rem;top:5.53125rem;left:45.25rem;display:block; }
#eIgCebIhyLr5B81A2U2TVagFUKlyN01P { position:absolute;display:block;z-index:15039;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.3125rem;width:4.25rem;top:7.875rem;left:46.375rem;overflow:hidden;display:block; }
#iItdiwrOs23Qt57freXTao4K3AvOJl2W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:6.5rem;text-decoration:none;z-index:15229;text-align:center;text-align-last:center;top:5.53125rem;left:45.25rem;display:block; }
#TQkIgZOii2JgEx8Ep0AD7aU51y8mPBHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bd7tKuXhgPrZ6LB21kdz5gfLTfMZIUsF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.90625rem;left:13.84375rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#IhFgCEaOTIC16LrK0qnnElgJBhOc32JW { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.15625rem;left:15rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#e9D6QORrubAGPv2Hp80O0za7q1LOApvD { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15230;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:13.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; }
#KNsB85pe0iwBT4vL9raH7H30vhayho6l { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15231;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:17.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; }
#wxCW6fHfQAFTLOvPolR9K07aoFctL7iJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15233;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:25.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; }
#O1fHvIW1TWWtGTA3qahGldlicexPEchv { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15232;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:21.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; }
#GqNW20NhAWB4t6TM0UUkXSMUPXoMuGEH { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:41.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; }
#n5E24NmpiJexCRGbCMGnq9L59ix0NxfH { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15236;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:37.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; }
#s8rwSgvrUtFO43NuR6WlKWvg3s0qEtSq { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:33.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; }
#U1B6GQgJc0yys7BfytBplT55lz9isXTh { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15234;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:29.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; }
#p7dazSTVsS7WTvVyuHSyrDqr8cpORbod { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15241;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:57.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; }
#Sl2J5pEOqAQpU3q7kp4S5akNZBkmnhwr { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15240;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:53.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; }
#Rkh80CJRqZtvKJyUnFLTDNu26NdiCk9n { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15239;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:49.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; }
#AuyUJ0hsTiHPR4hiPgh5KwT2DyKTBWBL { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15238;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:45.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; }
#LGA1CahT97TxMCW2U30SSWowLBub2sTf { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.68714375rem;width:0.68714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:22.088979721069rem;left:32.618963241577rem; }
#xBqbzP2KTT6GEp24122HyWsN9Th7lfwD { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5623125rem;height:1.25rem;text-decoration:none;z-index:15242;text-align:right;text-align-last:right;top:21.806665420533rem;left:32.3125rem;display:block; }
#asLTzPFUZ43DE7HxzzdTg92qTh7TWiW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5UcQAQGABuTVRgyb3EsoXRn5XkdPTWO { position:absolute;display:block;z-index:15243;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.25rem;width:2.25rem;top:18.59375rem;left:14.375rem;overflow:hidden;display:block; }
#SLKGqaRqT4xtd6FTApOQCRZyFD5aIanA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15255;text-align:center;text-align-last:center;top:17.96875rem;left:13.84375rem;display:block; }
#ia3kfikafILmEXxB121N9IZGK0IxK2oz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g3ZUaJO85Kk7aIA0m88sFH7WTfISO2Mm { position:absolute;display:block;z-index:15244;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.25rem;width:2.25rem;top:18.59375rem;left:18.375rem;overflow:hidden;display:block; }
#docPtG4Qb1Kt7XqKqO2TU3re5Tm1zRVe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15256;text-align:center;text-align-last:center;top:17.96875rem;left:17.75rem;display:block; }
#HV7wS82ZZFphVEZhJxKf3ZJNzw9tSGQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7ZLkxtBHh99EACFPAklD3yhlhn3UE9e { position:absolute;display:block;z-index:15245;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.25rem;width:2.25rem;top:18.59375rem;left:22.375rem;overflow:hidden;display:block; }
#ASRHniMKniFApFZssKaccHbFn6x2DC4B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15257;text-align:center;text-align-last:center;top:17.96875rem;left:21.75rem;display:block; }
#WICToe9VskvtSMNKVqkhp8sTbSePyfEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBJGp62SZek0ciwUlc8goKZSKvsXy5ES { position:absolute;display:block;z-index:15246;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.25rem;width:2.25rem;top:18.59375rem;left:26.375rem;overflow:hidden;display:block; }
#RqalbShBd8qqvNLnENs0E1SNQp8deeTF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15258;text-align:center;text-align-last:center;top:17.96875rem;left:25.75rem;display:block; }
#wik6eVUEWbJpZtPgsRPrdHxcWOpxH86p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ras79QrPtzpMqpfkRB7Wfpamu5MVvRdf { position:absolute;display:block;z-index:15247;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.25rem;width:2.25rem;top:18.59375rem;left:30.4375rem;overflow:hidden;display:block; }
#iQIGSD6ImgU4U3kAGLdmqOdtDdz1fmyo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15259;text-align:center;text-align-last:center;top:17.96875rem;left:29.75rem;display:block; }
#STA2azWBrIIupE3i33DBceL3F1dFqvWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HrJkEVyt8KyGs4CyXxJbXyMGQ3fgRI0M { position:absolute;display:block;z-index:15248;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.25rem;width:2.25rem;top:18.59375rem;left:34.375rem;overflow:hidden;display:block; }
#O4l4AQsp5zIfPhRGbQnof6rHm9HuagXH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15260;text-align:center;text-align-last:center;top:17.96875rem;left:33.75rem;display:block; }
#oCbfqVVBgiQOIxLDvVUDymDXHxST2uTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEi5R8u0hqcv29TVs3OKEiq0ZgQWNExk { position:absolute;display:block;z-index:15249;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.25rem;width:2.25rem;top:18.59375rem;left:38.375rem;overflow:hidden;display:block; }
#wJTr1VTtfML6TrqPaGZsHIMns6scJQTO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15261;text-align:center;text-align-last:center;top:17.96875rem;left:37.875rem;display:block; }
#XkwbkeAUQIBe3G3hWpfd79kgz3FcbnIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsaRphEf6krB5fb3mb17Izz6T8FJal9I { position:absolute;display:block;z-index:15250;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.25rem;width:2.25rem;top:18.59375rem;left:42.375rem;overflow:hidden;display:block; }
#Ig52soTu579fqAtmSwmgPKAeIv69WoHf { position:absolute;display:block;z-index:15251;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.25rem;width:2.25rem;top:18.59375rem;left:46.375rem;overflow:hidden;display:block; }
#zei5W7Z9nIEC4cLb5V71hhUgOmiHWBmG { position:absolute;display:block;z-index:15252;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:1.6875rem;top:19.1875rem;left:50.625rem;overflow:hidden;display:block; }
#KVPM90Rq4r4qJ4NIxdVEHmm06Gwg4rfC { position:absolute;display:block;z-index:15253;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.25rem;width:2.25rem;top:18.59375rem;left:54.375rem;overflow:hidden;display:block; }
#dZ9P4wEib1kDyBenRzev3JJJ6g9O6XgQ { position:absolute;display:block;z-index:15254;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.25rem;width:2.25rem;top:18.59375rem;left:58.375rem;overflow:hidden;display:block; }
#A4XHQaP5lcqrUXWnlak2XTQVJf2hsVaT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15262;text-align:center;text-align-last:center;top:17.96875rem;left:57.71875rem;display:block; }
#wNaHtadFcK4rPrnUcFtXDJqzZPqwOde0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdA4IZVVtZtRhHAgkJm28kwePQaawHea { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.5rem;text-decoration:none;z-index:15263;text-align:center;text-align-last:center;top:4.90625rem;left:20.90625rem;display:block; }
#XA0e3Eib7ehwQrvMb8sv6TRykusDodlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4rxXwMfABg3WzRCH1JCLo1iXTyWplR8 { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.125rem;height:4rem;text-decoration:none;z-index:15264;text-align:center;text-align-last:center;top:17.71875rem;left:11.4375rem;display:block; }
#DHOZWFEb32L6FSXzhz0ku99hmP66ullg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fIqxhneJ72bwINffl2u5CH6kZizFQa3o { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.768737792969rem;left:15rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#xDvwFM9yI2ErHKcIbAaR6FGmxqLTHCgr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #282352);background-image: -moz-linear-gradient(180deg, #090813, #282352);background-image: -ms-linear-gradient(180deg, #090813, #282352);background-image: -o-linear-gradient(180deg, #090813, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#282352' );";background-image: linear-gradient(180deg, #090813, #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:24.75rem;width:57.875rem;top:0rem;left:8.5625rem;display:none; }
#EzAq6FRtAl6lCQfHWD8bCbfm0DJxxHvS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15230;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.96875rem;left:13.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:none; }
#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { background-color: transparent; background-image: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .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); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { border-width: 0; border-radius: 0; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#EkmyheTFHafa9mafBtMmpCgIPV6qZV4C { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#282352' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #282352);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.0625rem;width:57.875rem;top:0rem;left:8.5625rem;display:block; }
#XSL9rGpFvf4R5fiiWPy2v3LdeShC0EpF { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15254;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:13.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; }
#JPK07bKODUkQq4h9TT9OKtJoDg5ogivL { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15255;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:17.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; }
#HO949wnTuPeXMbDh84aGNSp5ZGPL21wz { position:absolute;display:block;z-index:15267;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.0625rem;width:2.25rem;top:1.125rem;left:14.375rem;overflow:hidden;display:block; }
#rs9GGFMXqp1QhlrFL4uJ5qOGp6NUi98o { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15256;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:21.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; }
#tQbPGA9Gz2LlGgWkHtEXwPiFhi98Erg6 { position:absolute;display:block;z-index:15268;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.6875rem;width:2.25rem;top:1.25rem;left:18.375rem;overflow:hidden;display:block; }
#ULwgh3AGI0uxrrOXwLKssd0b98DieTuu { position:absolute;display:block;z-index:15269;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.25rem;width:2.25rem;top:1.125rem;left:22.375rem;overflow:hidden;display:block; }
#unSBpGh1vhUvnGclFtR00e3i2r8powZ9 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15257;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:25.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; }
#Zv4rl42Ezu4SXW2NPUKepzVTyrnxiuQl { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15258;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:29.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; }
#gy8ahk3eqvf88mxMOdndWUTX5WZc0X70 { position:absolute;display:block;z-index:15270;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.875rem;width:2.25rem;top:1.125rem;left:26.375rem;overflow:hidden;display:block; }
#XF5PXDrskAMKLyZr6DltRKlBJeE3oHFq { position:absolute;display:block;z-index:15271;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.25rem;width:1.5625rem;top:1.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#zd7VIRnW6Cby14Zd1RCeVSODZN2mAKH7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15259;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:33.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; }
#oK7nsbtQTycOLth64ZKZrM8FolTk4fcZ { position:absolute;display:block;z-index:15272;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.25rem;width:2.25rem;top:1.0625rem;left:34.375rem;overflow:hidden;display:block; }
#dDbLliRd3c1kcxyVla7AbAFTMSPIPT9g { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15260;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:37.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; }
#nUDTOHMbhdxUxBPImGpiV6kieVkQcluI { position:absolute;display:block;z-index:15273;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.25rem;width:2.25rem;top:1.125rem;left:38.375rem;overflow:hidden;display:block; }
#K0IW5LEwVf7yW0yBdi4wdM48VHvGALfS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15261;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:41.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; }
#nc47KTeqATlX789zz2NJtgJuE01IPbQ7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15263;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:49.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; }
#IZqTXtXiI9h6ktuc35kpCa3Ta4JU5oe1 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15262;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:45.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; }
#K1Htp5h63O0zfSRMDckTh98uCeziM0Dh { position:absolute;display:block;z-index:15274;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.3125rem;width:2.25rem;top:1.5rem;left:42.4375rem;overflow:hidden;display:block; }
#DHe5uxwrMqfNPyuLtUuAPZA0KTTCr0oH { position:absolute;display:block;z-index:15275;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.3125rem;width:2.25rem;top:1.5625rem;left:46.375rem;overflow:hidden;display:block; }
#AvKrD64QJ5DGI2sSJ0CFEWEfgQwLFwA8 { position:absolute;display:block;z-index:15276;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.25rem;width:2.25rem;top:1.5rem;left:50.375rem;overflow:hidden;display:block; }
#meMv1UILUxsJiJqo0J0XZ02PUAAgyWTl { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:57.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; }
#fyyuN2lwat7xa3KDKco1mPBO6nOS97mp { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15264;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.5rem;left:53.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; }
#x7pOM94Ih4eSrz2bOzJBfccoVvZx4KTw { position:absolute;display:block;z-index:15277;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.3125rem;width:2.25rem;top:1.5rem;left:54.3125rem;overflow:hidden;display:block; }
#J6ZTG4AFHOs1RH90hrm8XNdfxgZHaRs9 { position:absolute;display:block;z-index:15278;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.25rem;width:2.25rem;top:1.0625rem;left:58.375rem;overflow:hidden;display:block; }
#fqEWlxZo5IrIi02HplX1XfWSZZHavNgP { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15278;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:13.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; }
#Mpa2qf7U1SCubSXscRx15okq75TplcyS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15279;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:17.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; }
#BB7wQoRRleLQWcoEuEpcwdXTcZ606JP4 { position:absolute;display:block;z-index:15291;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.25rem;width:2.25rem;top:5.375rem;left:14.375rem;overflow:hidden;display:block; }
#eGu16zeW0rTnxcbICTy1k8C5BQQmFyMy { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15280;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:21.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; }
#BghtWgslKFbFMMG5TS3D7kPyNwAVZ18H { position:absolute;display:block;z-index:15292;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.25rem;width:2.25rem;top:5.3125rem;left:18.375rem;overflow:hidden;display:block; }
#pETEFunnma3TKASTK4ehoU60aiz1sXns { position:absolute;display:block;z-index:15293;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.25rem;width:2.25rem;top:5.375rem;left:22.375rem;overflow:hidden;display:block; }
#a0W9kGod8wIHGusQrpcBlP0AgtqBAgZ4 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15281;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:25.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; }
#mTfMGNUEVhXXXUmutS5tHLuvMtGwaIPA { position:absolute;display:block;z-index:15294;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.8125rem;width:2.25rem;top:5.9375rem;left:26.375rem;overflow:hidden;display:block; }
#qDJ4H61w34BEXgMpyf6qUA2u5mXu6LMd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15282;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:29.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; }
#J2dTgTLlZ4DmxASE1ptnX4tGpH6y8l6K { position:absolute;display:block;z-index:15295;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.25rem;width:2.25rem;top:5.375rem;left:30.375rem;overflow:hidden;display:block; }
#xQ8TDAzUwfO78NBN77V5RFakCkydxTd9 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15283;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:33.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; }
#QnX7RrEPM6X5PWUMMCrvKkKRgVapChIn { position:absolute;display:block;z-index:15296;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.25rem;width:2.25rem;top:5.3125rem;left:34.375rem;overflow:hidden;display:block; }
#OJfmSqVTDZo7VT63K2bmG1IqeXTV26UJ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15284;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:37.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; }
#JvzZ2D97NUatbgGFKFbu43B3QxT6yzRT { position:absolute;display:block;z-index:15297;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.25rem;width:2.25rem;top:5.375rem;left:38.375rem;overflow:hidden;display:block; }
#mH627FKBUfTiWWAPs5FLQw3hzJ1TO71A { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15285;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:41.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; }
#zob3xS6quwuVA22iB809ZsAQkCoAdXUd { position:absolute;display:block;z-index:15298;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.25rem;width:2.25rem;top:5.3125rem;left:42.3125rem;overflow:hidden;display:block; }
#drIg4aInKPhHp7rockz8IkKqDm3mMdMD { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15287;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:49.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; }
#uHB8SCe4KC65VMV0G1uAcPGTvJuXFxMg { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:45.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; }
#vPX9cEaUvBuk5TX4FgcT9dXCzk4ZEyMw { position:absolute;display:block;z-index:15299;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.25rem;top:5.6875rem;left:46.375rem;overflow:hidden;display:block; }
#NB0zvpCFkcCwHDEBJUuNGgvOGWI72FzV { position:absolute;display:block;z-index:15300;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.375rem;width:2.25rem;top:6.125rem;left:50.375rem;overflow:hidden;display:block; }
#sNXZsN7I4vwHJ0MT2hGtlWZIA2nHrvsA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15289;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:57.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; }
#PWbQvmDxTeccWEiMBZyDKKhc7op9Tesg { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15288;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:53.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; }
#vVq3JMJrJSP94QMHfWURvnoLiZTIVoLg { position:absolute;display:block;z-index:15301;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.25rem;width:2.25rem;top:5.375rem;left:54.375rem;overflow:hidden;display:block; }
#sl2pm1tHMdg9z5LB9ME2rEw4yJvZVeNW { position:absolute;display:block;z-index:15302;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.25rem;width:2.25rem;top:5.3125rem;left:58.375rem;overflow:hidden;display:block; }
#aBXn58BTvU1ZVXSK5ISJ6B8VZbT2xv4D { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15293;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9rem;left:37.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; }
#SwQ0xQxLJgsvdnIbhtnNDzAN1nFHQzVw { position:absolute;display:block;z-index:15305;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.25rem;width:2.25rem;top:9.625rem;left:34.375rem;overflow:hidden;display:block; }
#HAEfrxTXeTrJou2EF7dvz3PQCoSCGIPz { position:absolute;display:block;z-index:15306;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.25rem;width:2.25rem;top:9.5625rem;left:38.375rem;overflow:hidden;display:block; }
#Uzzm1BAxvlguEx2Q28ke33lJ0OG4adXg { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15292;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9rem;left:33.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; }
#A0l6GQ0DKmTuXlXySTlef1ALdHEQwTQ1 { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.25rem;text-decoration:none;z-index:15245;text-align:right;text-align-last:right;top:13.25rem;left:33.3125rem;display:block; }
#fXhJu619hlDGSaQcowDRoOS9UkgHcNFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHUrHEGLvgUp6Ox0Wvz1QOcDvuwSu5vp { color:rgba(var(--color-tertiary-0),0.6);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:15rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#z4N4994TrfrP8tSPG8OMh9Ta2yKehhqS { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.5rem;left:33.4375rem; }
#kQeruyPI5L9IySwSVzATCZRffGZKcZUd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:4.75rem;left:45.75rem;display:block; }
#ew83WQAxowEBo0ObUIOUddZXG446MFwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9smUrD0KfE0TR1sovRbVCryRiZ7pTqC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.5rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:4.75rem;left:41.75rem;display:block; }
#H87ltqvJxvwoteb5bVQnAQ1HypK6EmH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHqWckOsIiwuNHJZHkw7s9fmqo0RPGqW { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.125rem;height:12.6875rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:0.25rem;left:11.4375rem;display:block; }
#lkklVWtE7Cvm6M2w0kOkxHrQz0wOUTI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb { position:relative;display:none; }#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb { border-width: 0; border-radius: 0; }#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb > .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; }#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VxbuTLk3o8llfPBi0r0gEH3TSXCSGlim { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.5625rem;left:9.3125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqNlKUtasN3lcyLwJ7tNiW1XogkKbgAu { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:24.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VBtRqTH5UI0kZPpry0XwU58PKGEGBSfq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.25rem;top:8.0625rem;left:32.875rem;overflow:hidden;display:block; }
#FZ0OFnWSTrfR1RN4LN4C42FqsT9SpscK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.25rem;left:33.0625rem;display:block; }
#mcQrxStTDpDhD5Nh5yiDIEdXX4doTXL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTmGXTwHsCdiTkyDQsXhJIMBccDtFgGV { box-sizing:content-box;height:19.75rem;width:43.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-size:auto !important;top:8.0625rem;left:15.84375rem;display:block; }
#UePqUueiBwHd9IrkrL6JOcEClFvc47qp { box-sizing:content-box;height:15.0625rem;width:43.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-size:auto !important;top:8.0625rem;left:15.84375rem;display:block; }
#DMUEp0rLTV1hXQHbafHHW6WU2Bh2Tre3 { position:absolute;display:block;z-index:15003;height:15.5rem;width:27.5625rem;top:13.050000190735rem;left:23.71875rem;display:block; }
#fURcC73FURQGyu292FKUrzszMRRidFTD { box-sizing:content-box;height:15.0625rem;width:43.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:none; }
#kBElbwWriV3nmmTnW48IfGUQOMPJnb2r { box-sizing:content-box;height:19.75rem;width:43.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:none; }
#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK { position:relative;display:none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK { border-width: 0; border-radius: 0; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .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; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .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.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:none; }#B6sWHToU2P3pOu2pD7NIZqAGaugJ6lIf { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.5625rem;left:9.3125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUJhs1ovtmoWgyA1NqTH3WguIURLNAqq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:24.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HD8rrBmCeHvkOqdvey3KgizVvVCzNoRu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.25rem;top:8.0625rem;left:32.875rem;overflow:hidden;display:block; }
#D9K6ZJHTrL3taFRy4zGGTtpQgwkR8qet { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.1875rem;left:33.0625rem;display:block; }
#gZdwKI2rkHLCTazGDtnsfbZH2JRBOBZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPD8a9oto2s2sEFR72IVaTBHAIh9Rdnp { box-sizing:content-box;height:19.75rem;width:43.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:block; }
#Ut5iakEJg52yFEn6Ra8EhfilE3ZBMvDC { box-sizing:content-box;height:15.0625rem;width:43.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:block; }
#m24v1bgqvc6vntMwZU9OarcgpHXPQRME { position:absolute;display:block;z-index:15003;height:21.5rem;width:27.4375rem;top:6.6749992370606rem;left:23.78125rem;display:block; }
#Hmk2croUE06PCi7ynbdcs8CoRhrAouLT { box-sizing:content-box;height:15.0625rem;width:43.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:none; }
#K0w11T9qMtmndCQDaJF3uVBhmd2zV3p7 { box-sizing:content-box;height:19.75rem;width:43.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #010101, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #010101, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #010101, rgba(0,0,0,0));background-size:auto !important;top:5.7374992370606rem;left:15.1875rem;display:none; }
#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container { background-color: transparent; background-image: none; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container > .video-iframe-container { display: none; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row > .video-iframe-container { display: none; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .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); }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container { border-width: 0; border-radius: 0; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#eexd0rENvs2elN74KEQMH8EalvPnQZ6T { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.90625rem;left:10.1875rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnK5BHw70RZfvBWhWxDD7ffyw2o3OpKS { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:notosans;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:16.6875rem;left:35.5625rem;height:2.400175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xGJ53aiNU0GBxFRn1vFvqwnFTCcApSQe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:2.5562438964844rem;left:25.5rem;overflow:hidden;display:block; }
#c9x01qDAOD1SoNkB93aQqz2TpWRJLDEA { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6437501907349rem;left:26.65625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB { position:relative;display:block; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB { background-color: transparent; background-image: none; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row .container > .video-iframe-container { display: none; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row > .video-iframe-container { display: none; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .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); }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB { border-width: 0; border-radius: 0; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .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; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .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:22.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; }#ffWB6r1BvLTsLHGVSDcx9ebRwJgBucnS { position:absolute;display:block;z-index:15256;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.125rem;top:0.77308464050294rem;left:17.55592918396rem;overflow:hidden;display:none; }
#TNHmwxXkSJO3QnmALTuU0M4o14O1vqFZ { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kIbn1CLsZGRKFwEB2x0LlyM9nlPqfGEM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#xOiHwu1AW3xTRZnT33W3I8SFflyC6JvH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#Ot9JyXdEAVFKHIDTsBNO7Lz4cUXECvsy { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#k5TU12qWuCsXFyw2O6O2mkwkx0bi4dIt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#TRwwmm0c6XCv6R0TfxWxs0up9OkCWSxG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#P7XfLfcErnQck8ObwyTozIKXKqBTVCIN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#Q0xqFGxMmiv24It229ElHRlezZ3eToTW { position:absolute;display:block;z-index:15272;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.875rem;width:7.875rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#tnl6NBNoMDTLJWZcTKUVPOXgmm9rnLGG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#UegupM1LnMkHV3drPXLydbCk2aadkdXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#TR7B8pcla7hmWypyrGNa4yqp7Cs4PAk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#GOnvppLwtrM80gk4t9DqHWTPGu4mucAh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#GPOkbuTGKKRUfWuvSQBzWedcbFnBbQzi { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#B5idno69FisgTdEaupEtu790z7L0doCW { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#IpmXE2SirboJSmlJ0R5lf2T2EGvtlgQw { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#DsZsEgGQTNiGtNe8LT6pP8NfMIHvJHo9 { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#zPf8n8HivccGJiy4EO65fQ2uT1y2zlN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#MvLSSg0Frl7WVIQ72XzRnS4TLVlHNZKZ { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#ngs3VlNvv49EAUA78y1EFqcGN5NDiKdQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.75rem;height:1.29980625rem;font-style:normal;display:block; }
#khAoTTiHspuu2U17sP1PLkWxMa1yM8FP { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#AJU9EJpU9cqPfLp5O6Ai6CdhcL9QHDJg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#I4BOaFxo7tvvdHTB3bU0BWXhphR6kqPc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32rem;height:2.0996125rem;font-style:normal;display:block; }
#g9TTahK2HioXG9NEnBTTrMnanTQonsNQ { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.75rem;overflow:hidden;display:block; }
#QtDpl13iHaHUxLdZkXRamJ2i4UgkdZs7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:26rem;overflow:hidden;display:block; }
#TshHWIgzPKrkX1llp4h0Z2R1BDNSXxuy { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#t6Z5TfFS3UM1ndcapzHm7LNzFk6hxpRu { position:absolute;display:block;z-index:15255;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:7.5rem;top:10.875rem;left:38.9375rem;overflow:hidden;display:block; }
#SLD6ixrXENFv4xfd0HKkdewRm0eDU3IX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32rem;height:4.199225rem;font-style:normal;display:block; }
#fRW9aD2XZ0v0qaWXsrNKVQvFk0UlV6ZM { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.75rem;overflow:hidden;display:block; }
#e4dJGNGWV8kuZdmLs6RDwTeiKI5FFHXW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#AC7KL4DB8LgsCmvy0QkhCcZaACF1AEWH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32rem;height:4.199225rem;font-style:normal;display:block; }
#qKrFGhxvalWD23x7t9w4VaaUTFta1F8p { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#xteTgJPeg5KTcb3xbw69rPiyuzMVOLIq { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.75rem;overflow:hidden;display:block; }
#wgVLxgUULJmCQvrulMyL0pBpAiOn31Rv { background-color:#7d0a1c;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:20rem;border-top-right-radius:20rem;border-bottom-left-radius:20rem;border-bottom-right-radius:20rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.999825rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:22.375rem;left:27.5rem;display:none; }
#UlWkDuL9VW0WPSHuAv9R7lhkzbJbllgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vvdm7uOxHgCd1TOTXmP0qezleEKvpSNX { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:23.25rem;left:31.25rem;overflow:hidden;display:none; }
#l7mhSCqeddmL5GhFeM0zCtxTmVkFerLw { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.4375rem;top:10.75rem;left:64.4375rem;overflow:hidden;display:block; }
#GtAlu1eo6ONcuZaQM4F5BdtClJyq9vKL { 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:20.9970625rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#THTGQKWACQAsFDmIpQmcTqwxItrrJp5K { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#cr7NCXbNIrtHFMyw2SBGWtoV5eBmwckI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#TU6dTTgEk3tLGXQfZcZ6LQn6iFT0LI7H { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:15.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#VcrxyMKTSG2TETd2Txa0Bnc57ypVt2L4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.9375rem;left:57.5rem;height:2.0996125rem;font-style:normal;display:block; }
#FQ456Wp4s1gF8KiOcvo3OHend8wTeWz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#y5vH59LTqIlEELMpUCeHISBPNTz2D7d2 { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#wPZEv1syxpEczkRXSdrztTdTe4aqNPsd { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#cxAKlszziTN4I0UpFoB0Z0koTqK8yC4O { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#JxbiubkAByXJIkMN4IheAAiPDp5JbeBM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#IdPNre5e3glDSiqx9w9Iz6fSGJ4cdPwU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#LlTuHEiUd7bQJBvNpG89yhnKX4cbVApX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.1875rem;overflow:hidden;display:block; }
#arbbcZGBTGMntTyHEmsTIOAXao7Gw8B9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#x3bEy7EkXboolqzerJ7NrJqfO0E64SRW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#bBTuPiZ7HxTQbaOUkMSUnXnV2h15kUGW { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#sUX2zO3i604GKoAK9kOTFXP6ZcRTgAT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T { position:relative;display:block; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T { background-color: transparent; background-image: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container > .video-iframe-container { display: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row > .video-iframe-container { display: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .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); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T { border-width: 0; border-radius: 0; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .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; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .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:22.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; }#GIohdmFzkTpMvhOy1txcQoDw3PKCwyze { position:absolute;display:block;z-index:15017;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:20.9970625rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WITgQilgZSKTKgr1mBPTy0kPcBCqr3Zx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#rqksSBFmxc7khuVAUiHHyJ6sW98014NQ { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#rod2GNZQ5qyFW7ETTMhZsohupovodmwk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#LMIaFreqifG9POkKKGaIM44bMh9bkn9f { position:absolute;display:block;z-index:15272;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.875rem;width:7.875rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#VOiskq3KaS6MJfyRMSXTsTbUUACawneC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#TqO93UQ06Jr5ibAgM8daQZtJKzxbwKab { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#WTCMeZlVBbyhchQyTka3LdyGH9d6SDpJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#AHfIx5IvqpGJOwRsQJylSFgmemu1IpPv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#wskfpuV9kDd4I7UVIHDGG3BackfHQzyh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:6.375rem;height:2.0996125rem;font-style:normal;display:block; }
#pElkc2FfW9TTEvhf7I7gRSoslCqJ87uV { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#C4DH6MsZukTI7Z8vRhuPHtFtV9QfqPv8 { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#TqIZGzHgVeBng9EXmHzmrrTAKhCphkUa { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#yaZ7aDqv1A8Nwv9rZZbVgdIKJ6T0u8aH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#BgfZPWtJ3mz3Ab2cZguyw3eIkNr0CqcE { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#wy0WtbozLw6lqTbLeFkRoJOs34E3JoFr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#L3vDFgcyPH1bqhcDXESSIunBrkpBXco0 { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#bKgkUWLXK6Fv4AS6POHPnBSGpGBpS6t6 { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:31.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#HOT3FfqpJSzrTkhaSlrrSAuFLKKQsdq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#ng2zLJOOgV5vQ42ZTX1w5MXexWmE9Qxn { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#gvtSFQN30pMXvilDokB9iIVpEFwcSdbo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:26.75rem;height:1.29980625rem;font-style:normal;display:block; }
#viPeR3flhOTFMAF8WtCRfbcbE817afHW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:32rem;height:2.0996125rem;font-style:normal;display:block; }
#c2w5DQ5El3RHAFV2aNuhCBqMxE01GAXK { position:absolute;display:block;z-index:15255;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.5625rem;width:7.9375rem;top:10.8125rem;left:38.9375rem;overflow:hidden;display:block; }
#ltbgU86JbuuXbXsUNTAidc3iJy5xrrn9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:32rem;height:4.199225rem;font-style:normal;display:block; }
#hZiCEzNdOmx3nn7XBgMHASR5r8GzlQaA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.4375rem;left:32rem;height:4.199225rem;font-style:normal;display:block; }
#kFK4XTXuTJEOFwBxMTgdB4tHT7zAbTTX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4rem;left:26rem;overflow:hidden;display:block; }
#a1Femd239mb121oW0CiKzCMxIJRUQnB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#ocGeTWeSWSHHDTnZouTfHR7Dc7a5reFP { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#KiXu4GXP8T173xTqtZoT0CnIcQ3o3tkd { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:26.75rem;overflow:hidden;display:block; }
#WVekRBcegFTiSNhFXZtcpb7IWAfIVASD { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:26.75rem;overflow:hidden;display:block; }
#mAx42lo7yWAZoabDyHknTow9PqQrkOTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.0625rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#A6zgt6Ph2QKnd51xVTvUl5s0thnwdoWG { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.625rem;left:26.75rem;overflow:hidden;display:block; }
#H75PBltRZ6HZBohF0cTBbJLhZaGzeM7u { 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:20.999rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#BmTmhsu1Iu81FULNrXGqRBm7hmxEKQpm { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:8.3125rem;top:10.75rem;left:64.4375rem;overflow:hidden;display:block; }
#GkHp21Lz4zHbRKcvI7bam3fTiv6WORl6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.3125rem;left:57.6875rem;height:5.24903125rem;font-style:normal;display:block; }
#icelqLWyw1qbFblVmVfUZbccXkGT6MGE { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13.0625rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#W7dfnay3l56gNBGhgZFgngUEhiCxsRxi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#mgMB4ubAveHmP2ypV1MF34BTig15TKHe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#MpqHyvTgevEbPHnR5o6PseKZbrQP5aUA { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#VdrRlu1PHrTN0FT5wqhIPxKPRJEXJlJV { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#dyqTgHCHE4Pc5EhrWbDMzz7HTMUcCiDr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#ENyLS7z2Z7hgJ2sNEPk7DtGss2D2QWis { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.125rem;left:52.3125rem;overflow:hidden;display:block; }
#igGLo8ftw6eOrvKuFI0swZsAtolB2CrV { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#fxmbSACSsbwdcmB86xbeyXDmiu2mbw5u { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#qkvBF3eZSxTn0O6dhoESThv2n8aXCDOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#GIWRxCu2Q6OIHXT7KB1zMBgyA11a4JpU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.1875rem;overflow:hidden;display:block; }
#PrVKt9xsnJbv62w2kVqHpSTNEbQvT70O { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#PohFAUGsOAQh3aMQPlGM5k0XCzP60Lpc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO { position:relative;display:block; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO { background-color: transparent; background-image: none; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row .container > .video-iframe-container { display: none; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row > .video-iframe-container { display: none; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .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); }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO { border-width: 0; border-radius: 0; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .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; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .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:26.9375rem;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; }#HPTOWbZUs3XzK84CaRyU6nR157GPiEsx { background-color:#7d0a1c;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:20rem;border-top-right-radius:20rem;border-bottom-left-radius:20rem;border-bottom-right-radius:20rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.999825rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:22.375rem;left:27.5rem;display:block; }
#LQ5Pek5whiVShIVH6996GMsTUqTCeiW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObFvli7Lceud8BMV3brQrcCMxTFgg5lB { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:23.25rem;left:31.25rem;overflow:hidden;display:block; }
#mIhm2kMun9WE4W0xTbPaexciNzJ22hP4 { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W2cDId7IfuxDXdag7sQk2yn7DkGEK63W { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#uR4uQ9kS67ASfkXikDiGCSA6TUQE3ri0 { position:absolute;display:block;z-index:15272;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:7.8125rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#K3ecfeFCrSkB9EDbJFdGKwEM5bGT9cDF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#Q2ePovqRgafHuVTBGOBEyEOkDyPta4N2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#uun2xq3TM1IPiQvpKzHsaBOqHhxOxTwv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#QSTgPnNobHCPRtrQMOMmIKmxsvkdvPek { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#ZgLQFyCtEcAf43Xnd8hBiTHHD4euefs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#SePJSvw4WQVxA7BLfyfm3ywkz5hpKBIW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#LnSWFDslwyorEFNEfWWFiVsTz8AJelTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#gBPNAMsTBxvS3XvIsuUrE2PG8JJu4eaD { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#OkK6A2ck0Eb87eQ7Ef0VfGTaaDN3mg7V { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#uI9WrnWfpJALnucIm4ydRTTGq571l002 { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#XcLO4JlIGlZXU2d6TIByu2QrcqeLqsbf { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#tVFmaephpqBF9otb9tXLX2KFLmGKq1aC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#CKOgMS3udpJBkBfsAQJTKMaX9aH93Qo4 { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#V80N5b4Gzm5RHL33nnNaXtrBiNT9T0uO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#mC2R7bLMVWCl9ExH3WUXJhNUqVt1F1ht { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#Ps18gFlxUsXGaKSoPv82UsErhctgdADr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#H71tHeMK5S9eT6vKFvHCrTQ13k7mefdz { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:1.29980625rem;font-style:normal;display:block; }
#RwdohovePi7bIr9ZA0vzLRbEUXTafLPf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.375rem;height:1.94921875rem;font-style:normal;display:block; }
#oE6y2TrJq8LNip7wpaiBuXAZqF1W5isa { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#ahRDxNIQxXQ2ttohKny5JXIc3iSA1U0I { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#bt8M9E1MDRL6fEfT9MUPAlv7pOxsExdx { position:absolute;display:block;z-index:15255;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:7.5rem;top:10.875rem;left:38.875rem;overflow:hidden;display:block; }
#yVxdN8aGAiFLMRMTkniLZt6eWPICLWtm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#fp7qEw4HINIIx3q0qpS1sPhUokHBuDlW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#aWi055ybp3l0EaTmKkzVtaGfVDhpzFvp { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.6875rem;overflow:hidden;display:block; }
#acBlOCwGzkopu9O7UO9sWWXcwDTVmncl { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.6875rem;overflow:hidden;display:block; }
#udhxqKH9ieuzO5O8Ghn4FGB9216z2nXC { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#ScGJodkUveWy15m6AS3zccixdHr2kZFO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#GveGp2SVUdQR3lqxL65ys3oFbrsbken4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#WhyIZKw2h4pdwRvP2yiLFNNlsizDQ16S { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#q4MAIDC407VKtxbsJvgbVkx9NtxJAvDJ { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#XcNhrSy4JaAGWFUHr7L1dTSk58V9SOWD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#mh3b4oV3oKx9X6WPZ8E57aOygzMi8ILQ { 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:20.999rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#T4FwMJ8kFv8ZOcfRRTqJyrKQbcp7v3sE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#GXrxtVuvFQxT5z2WGkOd37whDJto0UhC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#NDMDaTI1MLoAb0qX7BmIW9kCxaCI7LEE { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:8.125rem;top:10.75rem;left:64.4375rem;overflow:hidden;display:block; }
#eue980nz0ynScwESW6eb8X78B0ilv2r4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#IbFaBexmKcMdlqFERPsFnVv6nJqwnPG6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13.0625rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#XR8NFLsTh4e82aeBOTCTI87gTtXEQbAq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.3125rem;left:57.6875rem;height:4.199225rem;font-style:normal;display:block; }
#O9gyn9mXvfC3rXGRJ6uMAc8S5XqJi2br { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#WR7fTPZ5SMmTGGP5KzWLzAASqTkZkIZq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#yy7ghPhn0GHVNu9eW443gzekFRcpQguT { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#mOqMubrL0huEbJpVesa7zTDlBbCMZNCW { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#a7Ikcfw7BC6RLXAtHd585S0t2282Jk4n { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#zxHeMpxWAGDtFdHBK9fLwJmaZha21zqI { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.125rem;left:52.3125rem;overflow:hidden;display:block; }
#BaaO5MJCMfPom1MfBmvqPx6EvTFa6qnt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.1875rem;overflow:hidden;display:block; }
#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX { position:relative;display:block; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX { background-color: transparent; background-image: none; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row .container > .video-iframe-container { display: none; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row > .video-iframe-container { display: none; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .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); }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX { border-width: 0; border-radius: 0; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .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; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#010101;background-image:none;font-size:0.875rem;font-family:arial;height:22.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; }#SSX7nsUvsd1myCsBqXSw6Z6yCIMlAwUD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:6.375rem;height:0;font-style:normal;display:none; }
#vfJzWbftAcFy28aXUgyEmUtUZ41KTxuW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.936079323292rem;left:6.3101921081544rem;height:0;font-style:normal;display:none; }
#wh5CJMUMwyL3L2skQR2Z8vsdiVpS4Syu { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#epdwQHkI9gI86p34JwmlocNhGoMHzX0e { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#xaGl4uZ03BTJJtoPrG2WWFT83sw6VpA9 { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#iGlcCwao6ARgF3PB3CfUHpQSI2Nk4LJt { position:absolute;display:block;z-index:15272;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.75rem;width:7.6875rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#PRCwh9EnEtDJvDvrf25W2OyQ1n70vT82 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#bsOdt5Ud5Or1EohzcTzl19dlZobRbVNG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#fsZzy8zum3uZacTxdhfKPsdECIPZnEvU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#oVDakGsNCFQfLCBFoJCLTim7CsMh1MKk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#zsdx9l6bxMc66mAbnrMEtTbDvoQRWa4a { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#WsbTiONlMM7Fa0n9KtTtw8D2GITZWnvf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#HnkecQ959kb1Xz3ZnANGPoL8ftQ9gtoT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#B6DnlsXIiwKrl3edurs4susgr2FK4Ke9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#KxaC9WydTMqGxXg0EUHBJNGbIBMqMbuw { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#UJCqPqByf7AT23LuUpsoKnqqdlpNFFzB { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#PCIRqbs1mARG8X0e2oILtsUivwnzeVfF { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#rf47L7BUdwnJzUCU3Nf5QeUH7FIpMLOs { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#r6UKt15ifG7RHlz3X1RFwc4tv7Mmg13n { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#isyrKcsHmSsFnDEVPuSw1dWxdN37mhUc { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#RwaoC9KdAQfDsXx2AoeBhkIJMhMqhz18 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#TvwvP449s3vsi7aFkbfIfgetsyQfgyiT { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:1.29980625rem;font-style:normal;display:block; }
#euIB460BbwVDuJTzvf1S0TWmWdvCVgw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.375rem;height:1.94921875rem;font-style:normal;display:block; }
#x2EbB8OZCQnWplBkHL3mv53MsboTWORc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#Wa9XsqZv6BscDkMcC7BuV1HluMmt0CRU { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.8125rem;top:8.75rem;left:39.6875rem;overflow:hidden;display:block; }
#VHRQ6gQsgcZv6140asgTcTFfiUoWOTwG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#dpobxU5HzH9CNzoFhJfvqbwwCwJZtItn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#PwVmIBB4oOao6Vw7KK37RPhc8HfSw35z { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.6875rem;overflow:hidden;display:block; }
#BMBBXTewoUArSnPqSwAw4h9gnRKBRBEu { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.6875rem;overflow:hidden;display:block; }
#f8acmo4Q9q8B3LDbm8TD5sV97qZyqNZv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#tFJl1zAet9BFZ3aTDtQSTlEXMd3sxCb9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#oItSw6Fm4L7SAAPhUyo5g5Ja9lzIzuxI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#iF8ISBFE7FNoQ97byI68qTwZTbXIuEdT { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#ZrwaldZhTlfQxOlEIGU3x6f0yUVpk8eF { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#hiy6aEXl2XylMd09tedXUAVKIqnCfd91 { 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:20.999rem;width:23.874rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#QtQU6yxpie6pGyvow30TfeGxTf5L4r4t { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.25rem;overflow:hidden;display:block; }
#TtyRBBrSUuqf32oc4si3MMO9XJlEmNry { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.8125rem;height:0.9746125rem;font-style:normal;display:block; }
#iBuUua4grwMq8q2APs0XemCDmV4gTrza { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.125rem;overflow:hidden;display:block; }
#T4tDksQF5ldUX944LNGadOwv1KdnEv1o { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.25rem;height:1.29980625rem;font-style:normal;display:block; }
#BbT7Te4h3FgiSBRihek4AH4TUdTmeArk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5rem;height:2.0996125rem;font-style:normal;display:block; }
#uWE8Hw6TVCD9tx4ThEVRCv1MWUNrhfip { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5rem;height:2.0996125rem;font-style:normal;display:block; }
#FawTgO2VgSVdyCeSa65m2P4udqhABLVu { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:56.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#i3BeSOWa06ZrNEHDvBi02QfN7Qf232My { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:56.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#in094bKC9NIUQynpx1VEADvTGnXhkDrL { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.25rem;overflow:hidden;display:block; }
#lBd3cZUctROXBJiMu7QauGlH5LGDoShh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.8125rem;height:0.9746125rem;font-style:normal;display:block; }
#paaEtlAop6yRPgn1gTKrITghsEFJqX7y { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13.0625rem;left:57.5rem;height:2.0996125rem;font-style:normal;display:block; }
#TTt0gp21vpEf0RcHSVzfLKHqUrMerSI2 { position:absolute;display:block;z-index:15255;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:6rem;width:8rem;top:10.75rem;left:64.375rem;overflow:hidden;display:block; }
#E4zfaHpNhly54TrpXXtZ0MAaGbJVtmIl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.3125rem;left:57.625rem;height:4.199225rem;font-style:normal;display:block; }
#rztnOKZH7L3RGXaTNc5k8s1gH0SysItS { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.8125rem;height:0.9746125rem;font-style:normal;display:block; }
#EQUVBvD6q8HO01tPED0SIrT9CMLEdH9c { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.125rem;left:52.25rem;overflow:hidden;display:block; }
#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn { position:relative;display:block; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn { background-color: transparent; background-image: none; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row .container > .video-iframe-container { display: none; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row > .video-iframe-container { display: none; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .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); }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn { border-width: 0; border-radius: 0; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .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; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .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:22.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; }#nD69zmzlV3Qhf4NqyO2sWz7eSSrxrCMd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:6.375rem;height:0;font-style:normal;display:none; }
#uGZ8SdCsy8nn2EmHFXc4vMvaAATL36Z9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.936079323292rem;left:6.3101921081544rem;height:0;font-style:normal;display:none; }
#quGWmdBCEfgESgviE1eswyHrn6cBceDo { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#onKoWLGCJT0felcxtiQoM9BRNbvTFcao { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#wPFMJglLaav3scnKu5ZAbLiP1Rf56vDP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#rGvuDH8dughFu1SeDk3NhKMKlMs1AyEt { position:absolute;display:block;z-index:15272;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.6875rem;width:7.625rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#kFztRAEAq5LlAycgAgP7D1qZ0SaWcdRE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#PydpDiqfiaDSuTbgzexpxRkR5VCGsqdu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#aW5NQbiX4VBliUxduFkyBOTKD4LCsBJu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#wHhOM3lyKzDaR0ZPZuq7gNB2wfkMetSi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#VhTmATwnEuU57iiBDT3wsRI98waM55cT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#E6EAxHNf969BexRNMU6beEpecwkXv98a { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#rzLkPDmwcOpF6pT0gT1GxTCJzkThKwgz { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#fX75aaDe5ANemwi1ZHJG8cTisNMGxXO8 { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#akO1Zoxt2ceJBP7E8ZVpigfITBhtyxvP { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#CksMTvznRrhJgUJLQ1w0vtJbSlx3zVok { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#FBBms8urpUkB0rUdIOqAQzQJPD3qxcKF { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#yOODeGaaxBz9gtZt0hBXgJGTM9SGmGRU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#MbaWCvHBTDBlH5BwVsZx2ZiDHMQxyRCl { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#B1mQFXJurGskAxsuGxn5Vh7zmyttavp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.75rem;height:1.29980625rem;font-style:normal;display:block; }
#qntlILROkwOi62OZZHZ1oDFwolRSwreJ { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#TmdDLz56u86dr0KvhG0HeFOdRwIUrkbR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#PCF4n2PzltTAyzZpP2CPVyPph5TDluq3 { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#FghmAibJFMU1ELFnqB88nqyO7UXEbhDx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:26rem;overflow:hidden;display:block; }
#kuy533kRz8cB8ulNnMecKetP1WSx13AF { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#g7oDxMBoJFqXHTIuZIcAprPMyFTMlcOn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.625rem;height:2.0996125rem;font-style:normal;display:block; }
#CuiVxBS9d7dAgVErwr8sVnmUcwCeTZ4f { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.75rem;overflow:hidden;display:block; }
#Pxt6NpUpFJXQkIlay1UcpP1ZTKmNC0Dx { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7.5rem;top:10.875rem;left:38.9375rem;overflow:hidden;display:block; }
#VIQtnICi2buTeiarMGSPhPL6Cmm879UC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.625rem;height:4.199225rem;font-style:normal;display:block; }
#OzLbOKiBaXsTvlF5Oog0s5iteGZJUS7G { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.75rem;overflow:hidden;display:block; }
#RspMiBpSCUIre48NNSO7UbbeHlnyAyLu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#HQZupuG383yCC8DHDrrwHHfgenfC0Xmu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#ArqWrGae5HmzTTtzMTaiUFSTLVMZBC9i { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32.625rem;height:4.199225rem;font-style:normal;display:block; }
#SC5EZyK8IakIytSyuT31gAbcwAm6027T { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.75rem;overflow:hidden;display:block; }
#ewGPHF5ufCqbBN3oMQncIXibA1IBsgcI { 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:20.999rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#IS3yJA7CudI0Of0LPNnWOqy05ZPwEAS7 { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.9375rem;top:10.75rem;left:64.4375rem;overflow:hidden;display:block; }
#TqvblmTJf9ZV0aBd2zu4y4s2XeiSOwHF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.3125rem;left:57.6875rem;height:4.199225rem;font-style:normal;display:block; }
#Nt2B8TRxuGHDo16OzmhwaMQdiDReCAhU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13.0625rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#lrZgMNeERSAflc144HDfx3IU9Wu8GXHL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#aobTutcZ3WLWnbxs36nJi54IfEW8uuWk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#SDMrbJ29dGewpA9mQaeggTxMV9Pum1dd { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#nGQgIr2Tb9mwWoT3gs4gCOIVdtQz4tQu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#Mzvn2zhXExCRGMcmapDBqieayZrd8S69 { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#PBbfMfpc9LvUXABUhMeEawc2bpAFaNDC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#dOcXxGJbud2HGo1Liwen60xG9o9Wk4G7 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#KpX9DkcM9OrfdyQ2tLaOni3NXG1mvsLz { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.125rem;left:52.3125rem;overflow:hidden;display:block; }
#JEtvMTz4oGLTBH3zenSyIi1wPRMD8XSW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#AnXJ7xTuTWcJGZacy1hfAywa7kECby3G { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.1875rem;overflow:hidden;display:block; }
#lbhTc5xMHKXu0KgrvyT3GvJL0u7R1PHt { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#i5dnV2vVwtyQEVxXU2sqXO5zG7nsldaH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE { position:relative;display:block; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE { background-color: transparent; background-image: none; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row .container > .video-iframe-container { display: none; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row > .video-iframe-container { display: none; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .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); }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE { border-width: 0; border-radius: 0; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .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; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .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:22.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; }#ZWK5xxQP5TpnkxB7PMBucCzZ36BZSZT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:6.375rem;height:0;font-style:normal;display:none; }
#Bokdv3QRxwgd2fBGshQ005RUB7c4FIVu { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.936079323292rem;left:6.3101921081544rem;height:0;font-style:normal;display:none; }
#wnsnOLNW5QqKpLSQkDOBCRT2QtzlHImH { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ITGuzTdqG9NObPJQPWG8pOQ0bUTRTetp { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#XLJIc5TS9nKn0efZlp7663pPFJEN4kSD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#qElBW2bnkmrMMyKPgueSO4Hx7pWG09wu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#ZrRhGEuPxyyqoG9HcScvM9Mewka6ssT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#OmIUmuixSqHHalnF5LvlSyTThcQTdKJ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#k6Xuz61OPfKyumWdA9lbIBoVyO9ZwD4P { position:absolute;display:block;z-index:15272;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:7.5625rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#C3Ely6AvxdMbdn62F3XHl1636butGNhM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#VZ3iT38RfeFvDGF9Qqv8cWtD8g1nao22 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#elamd4AxrFWVWO8pafHqTGiJ9qMb423Q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#eyi6nR9gqzSxKHv1TS15xBv7q9Am6Lwy { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#kotRamVLusCTZRifTU5om4AVrTRKZyJh { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#LDSDZykgviDRzquO17OuUZ4XDb6TLlu2 { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#oPLPAnACmN76v6FT2IlkTDFkZnWK6bGf { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#C6vbGH3hSuk7HLk2TlTCB9SQ0T3CiDEh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#l5fNydCzmPshy5L3BvKuN6zark5WDxXI { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#V5yaxI6X3abh8zokZMBRgytSZ5lpgTm7 { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#GTCbtnqUyfbh9ufgXpRP13InIpfDm8wZ { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#Brpt7VADKnG4oPX0XRns31w2iDH2ik2n { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#dQtSahw8D6riHNrVuInSfKJfQtF1mnaJ { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:1.29980625rem;font-style:normal;display:block; }
#ATwV80skXz38nLC6ZlnG4bxlRJTB81AU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.375rem;height:1.94921875rem;font-style:normal;display:block; }
#KSd24baKOfSyO7yAGcTJfM7RXGZ6HaRG { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#H2o9WRbmEzvdBUMOw8OoDkHTNycThOdN { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.25rem;top:10.875rem;left:38.875rem;overflow:hidden;display:block; }
#ww1VCrMf7GTHLKaSFzRqZy8KTUHdQfDl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#aaxUhoqGdOTvReV6qH1N7xy6q60exHdo { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#IpRac3kTl4CLPgT1X1uE5oUADTxuLxzG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#KVkWIvkpJh4frn6ya5wru7ZFfT5MdFW0 { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.6875rem;overflow:hidden;display:block; }
#J4irHL6ZIXbPTxECNfCQTKkTH4kkdFZc { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.6875rem;overflow:hidden;display:block; }
#mb27qDxeyW05ATFHBu0b5PRCIFhUJerc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#pTo43lJFLesXTrMuJTPpC6R9b4T1F7Hp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#qQtHiw0x7uJ8X84C9PcKSUBU5M9hEWNA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#UwTtBNHIDsUPMCiIoUbiEJX4mBBuiAqy { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#LVgpdzfqTNXPzzqDAg7Qua9u6kzudetD { 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:20.999rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#faS84vJ9IZaCPoJEdkJBKRwxVsPTR0k5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#DOgryEiQxLlfkfV7Up7mpER6swQ1HDOl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.0625rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#DQVEkdTpJubNqmAnbZKD6gdakkgJShbi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.6875rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#k7gnbhIsTWJPO4B0oFiTTZ8bz4TMDpfi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#ZcrHi1p0yqN06BbUmMkT2eNlRcEhHBuK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.25rem;left:57.6875rem;height:4.199225rem;font-style:normal;display:block; }
#XoLNHzD1MPk9gJ5cl45mDHqVmT6a27Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#qilPLllgdeoL0IsIoqyZ8D6gz50Vhkq6 { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#S1lVfmNxb50hTT3hrIvfByb832MzZEqf { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.25rem;left:52.3125rem;overflow:hidden;display:block; }
#VDd3C3HwJ7WhP5JTngKM33XxkAVtbmRc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.6875rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#DH68IUQLUpgNhNJeUxpMJpXkJyUkwrlb { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.875rem;left:52.3125rem;overflow:hidden;display:block; }
#DTuDTinfqBiTgnSPWToxZTZKdPq2ST2G { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.8125rem;left:51.1875rem;overflow:hidden;display:block; }
#vOOzvwSUCm78k8W1lcF97yK48ySFHmfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.3125rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#nSuHF0kEEJtZtClT4CxJW42fG9tOtHyq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#FCmEfOnFSl9moZeTyoD8TdkCT5T9PBt0 { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.0625rem;left:52.3125rem;overflow:hidden;display:block; }
#wDKpFtld6e0PllxIV5NyE4I4uKDomSBd { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.9375rem;top:10.6875rem;left:64.4375rem;overflow:hidden;display:block; }
#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz { position:relative;display:block; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz { background-color: transparent; background-image: none; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row .container > .video-iframe-container { display: none; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row > .video-iframe-container { display: none; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .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); }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz { border-width: 0; border-radius: 0; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .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; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .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:22.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; }#GpL8dwaQmaTF1SS1p20gds0aFzg7oGN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:6.375rem;height:0;font-style:normal;display:none; }
#OvaqOsBlxAuWiVdKWpKXcyd0HCLKLzET { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.936079323292rem;left:6.3101921081544rem;height:0;font-style:normal;display:none; }
#ozdrAPzFgNrCxITCxI7SXp6Subhm4xRR { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WWMI5rXycFTq493d9HT4UCFJAoq0xlmr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#go0hefNrlwUxCPHQFPyauvh5eF6HsqlU { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:5.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#fItE8h4rsxdzcQOi1aGvBvrur4ibHlS9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#eECuLVz11NPtz3QvtwQ424BpI0BGq58D { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#qhAiAWWkwRmQIGsE1RmJG3CzN3Z8aHh8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#gegMuIUTMfgCa251eqZRILqN0eidPgLB { position:absolute;display:block;z-index:15272;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:7.5625rem;top:10.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#CXcZ76qnT04dhVWVqOqWghUyWzlVKvqr { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#D9HT6T6wOpXNa4eROiHl6vqOT0oEl3bp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#fQaGhRv9U5oeBJpOTB7dutkGxFDF896Q { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#iZTmZTETxoqfsvzXENJtGFGuyaeT5H4n { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#wONOxFxRbg7eEgkeOtwmoiRZ8lQ4LVUX { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#ZE3nGfqzpDMH2lzu2KLVS0u36MT1Dohc { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:1.125rem;overflow:hidden;display:block; }
#aNstr1Tu0245mBKLuOFhuWEbaVLKqpOB { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:1.125rem;overflow:hidden;display:block; }
#SJGH4ZdcFKWE0ET58Esqcz3T5k23v0lL { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:1.125rem;overflow:hidden;display:block; }
#VUzpg3MN22t728mukLEyWUdyhTmkXdHP { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:0.375rem;overflow:hidden;display:block; }
#xRmktRRhHEVDsU5vCqlE1hSe5VrTkfQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:7rem;height:2.0996125rem;font-style:normal;display:block; }
#qTtJegOgT70h7OSTpRQwPBM7Hg5LGIDz { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:1.29980625rem;font-style:normal;display:block; }
#x1y1CDIaBiaJX19Lh9D7EZO1ZIFNJQAn { 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:20.9989375rem;width:23.875rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#Sfhy7fT69L76KiHutVdSFkTJ5M8G9heO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#FWynzSWfdXfkDfosB3tp1rm1RsFTtiKL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.375rem;height:1.94921875rem;font-style:normal;display:block; }
#dfr5OQPRgBooqx57ZZ6IiZgTezyLFOil { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#PrgChEMz25zcWHpLQIwymDJyEtgvI53t { position:absolute;display:block;z-index:15255;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.3125rem;top:11.3125rem;left:39.625rem;overflow:hidden;display:block; }
#HvhacEKW1vxiLLAX1QoE9WTFgDVdrCSg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#qzk6yQGCMX0Gc5umaTnTRATIA7CUVbaP { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.375rem;left:26.6875rem;overflow:hidden;display:block; }
#ialL5X7b4rTGyBlALc9lrINfF9bRmRf5 { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:11rem;left:26.6875rem;overflow:hidden;display:block; }
#gworI6LxNb5I2xuB07BkDT0cs1Q05oVZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:4.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#mTph716TBB0dUpuGkzM1wIp9Z1t37M41 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#neBt0NLd5LbKP2TJAdJVnauy3ee52yhI { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#cX7dvTBF52T1LoeSxFXyocaCQnUclbuP { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:16.125rem;left:27.25rem;height:0.9746125rem;font-style:normal;display:block; }
#ihL4VqXItJ7TiSwUQFZGVwEyMNemuvpC { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:15.5rem;left:32.5625rem;height:4.199225rem;font-style:normal;display:block; }
#Cp4M9NMXZa3qWFTwfVbCQmvQoQGsopAp { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#a8GxJLcL0zu0oLkhWTCJgkkGvPKnwMnf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5rem;top:3.875rem;left:51.1875rem;overflow:hidden;display:block; }
#VqnWPUaQBqtJP1834NickqVA4J4J2twf { 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:20.999rem;width:23.874rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#uAv9yFDPnZThqBAROHTI6qHoxmuRS4It { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:52.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#CGFgiOis3aTKGuh43e8fF6UM9LzdosHS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.0625rem;left:57rem;height:1.94921875rem;font-style:normal;display:block; }
#pm6Qbm8UVqnCPMVB54BJ7ZFpd5PEG33D { position:absolute;display:block;z-index:15246;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:2rem;width:5.375rem;top:8.3125rem;left:52.3125rem;overflow:hidden;display:block; }
#EGz578hKTNwphZCWWNZKRihTpWcB0078 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15247;line-height:1.3;letter-spacing:0;top:8.75rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#Xf46vdbWuGVoseogiL0TUxwR4tWQbor3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#sZPArKyqmfMI0M6tqkgfFIT2shLyAm1C { position:absolute;display:block;z-index:15255;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.875rem;width:7.875rem;top:10.75rem;left:64.4375rem;overflow:hidden;display:block; }
#eziReH5wXXHEV4wIHMxfoUatAtztzwtz { position:absolute;display:block;z-index:15249;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:2rem;width:5.375rem;top:10.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#CTDdeI6CLT625b1R7Uo1mqsHybW1FLxa { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15250;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#ugphwJBkysnIeDHnC1lkTmVPFmSEgVdD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#tgi5pSNObw9gCR4PvFBg8MvPGmEsWEur { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15255;line-height:1.4;letter-spacing:0;top:13.0625rem;left:57.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#v96HipQMT2ulwDTrX2lGR8G7CMQMqRru { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#eClfVRlMRsVdVpUyIidXZuWCrWzmwTyp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15253;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.875rem;height:0.9746125rem;font-style:normal;display:block; }
#Apr8HmG434ROs6e2FkvUE7SbHZBbQrJg { position:absolute;display:block;z-index:15252;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:2rem;width:5.375rem;top:15.125rem;left:52.3125rem;overflow:hidden;display:block; }
#DuPifTFFlvlBSDOSla2FOr8KPiWZF6du { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:15.3125rem;left:57.6875rem;height:4.199225rem;font-style:normal;display:block; }
#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr { position:relative;display:block; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr { background-color: transparent; background-image: none; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row .container > .video-iframe-container { display: none; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row > .video-iframe-container { display: none; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .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); }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr { border-width: 0; border-radius: 0; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .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; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .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:26.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; }#BF1IeTTKSfPrwFZyvJta6ZKMADn8lNeS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15254;line-height:1.4;letter-spacing:0;top:13.25rem;left:6.375rem;height:0;font-style:normal;display:none; }
#csNAui8TsxckdRDpIVfd2MKkV9olNFvX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15256;line-height:1.4;letter-spacing:0;top:17.936079323292rem;left:6.3101921081544rem;height:0;font-style:normal;display:none; }
#vN8nSDrrGm1yhVUqx1WJQW75eKIB0GKp { position:absolute;display:block;z-index:15017;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:20.999rem;width:23.874rem;top:0rem;left:25.5625rem;overflow:hidden;display:block; }
#A7m5E7Hs2vPGe9BZECOrMKXTzKVRg7nX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:26.6875rem;height:1.3rem;font-style:normal;display:block; }
#P5fiIwPvttfFaqQr812HPRwi5hvgwnDM { color:#facd97;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9375rem;left:31.375rem;height:1.3rem;font-style:normal;display:block; }
#N62euiqbyMfanUUv71mPABosRex2s81J { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9365rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.375rem;height:1.95rem;font-style:normal;display:block; }
#CmsIwth7Dt2Pr5smuTl0SxihMmEVt1TX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:8.1875rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#SS0t5sVBw5rIRTE0u0QAQ61glnZbXKT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.436525rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:8.8125rem;left:27.25rem;height:0.975rem;font-style:normal;display:block; }
#Z5TpKmtVIShDyuFPAMTo7k1V0sz6Ocse { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15267;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.25rem;height:0.975rem;font-style:normal;display:block; }
#nqNXm0Posl13hhlamCtImQGMINNHksFp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:10.8125rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#ueQiWmapeP9EawwXFxq26qQxNC3yiaks { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:16.4375rem;left:27.25rem;height:0.975rem;font-style:normal;display:block; }
#napXhzXTvySEW74AcJPpXZ0daS4TKwsw { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15271;line-height:1.4;letter-spacing:0;top:13.3125rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#PkJQZwPUEk3JPhBMfGTi8w7G6DhbTcTM { position:absolute;display:block;z-index:15272;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:7.5rem;top:10.6875rem;left:39rem;overflow:hidden;display:block; }
#VaDlqNXlBVrAdvUDN7cRxT9oOFROErbv { position:absolute;display:block;z-index:15263;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.999025rem;width:5.374025rem;top:8.375rem;left:26.6875rem;overflow:hidden;display:block; }
#Inm6I5MZK5LKuxXsvpipmb5WIKaV9F0W { position:absolute;display:block;z-index:15266;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.999025rem;width:5.374025rem;top:11rem;left:26.6875rem;overflow:hidden;display:block; }
#lVV7JGmmgkkAC6OLtbSzaQfKHTz6JPao { position:absolute;display:block;z-index:15269;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.999025rem;width:5.374025rem;top:16rem;left:26.6875rem;overflow:hidden;display:block; }
#gKX6GuQmJU7JZCfhD56oSpyr6yvXUng4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15272;line-height:1.4;letter-spacing:0;top:15.8125rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#ERyDAbtEsEiqH36CHO4AnHTf7Xecvxzf { position:absolute;display:block;z-index:15019;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.75rem;width:5rem;top:4.0625rem;left:25.9375rem;overflow:hidden;display:block; }
#FzaM3JD77WcJUNKh5hLZD5Jnk1wn0QaP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15273;line-height:1.4;letter-spacing:0;top:18.0625rem;left:32.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#HiB4Nrh6Dee2P86LxoxqZDcF1CotgQlF { background-color:#7d0a1c;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:20rem;border-top-right-radius:20rem;border-bottom-left-radius:20rem;border-bottom-right-radius:20rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.999025rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:23.3095703125rem;left:27.5rem;display:block; }
#hU8StxCEmFxDTXl1pPpns8XVtC3yTD62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sF16IGPG1K6nf5TMta72J6VkWQWXyEi3 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:0.75rem;top:24.55859375rem;left:32.125rem;overflow:hidden;display:block; }
#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk { position:relative;display:block; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk { background-color: transparent; background-image: none; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row .container > .video-iframe-container { display: none; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row > .video-iframe-container { display: none; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .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); }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk { border-width: 0; border-radius: 0; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .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; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .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:6.25rem;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; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { position:relative;display:block; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { background-color: transparent; background-image: none; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row .container > .video-iframe-container { display: none; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row > .video-iframe-container { display: none; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .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); }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { border-width: 0; border-radius: 0; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .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; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .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:13rem;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; }#Le2wpOQZh1IzJfhe1qqHeBdAz52rF3G7 { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:0rem;left:0.5rem;display:block; }
#VGJ0tx10Wd7HI1kt2mNRDpBGGG3bd50R { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.6000003814698rem;left:25.3125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2TyGPLDmDTUKAHMA2JqUkv8sIUidLi1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:74rem;top:5rem;left:0.5rem;display:block; }
#E6DsbS51B45P5aKxdM4vPuaTJ8lZIM1x { 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.6875rem;width:7.1875rem;top:7.125rem;left:1.9375rem;overflow:hidden;display:block; }
#PB9lCKFiGvlRCK68ibeFF3qKpfEGy2zs { 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.25rem;width:8.6875rem;top:7.75rem;left:9.8125rem;overflow:hidden;display:block; }
#VLNUR3cM1Cps1PV19waTN1WIyDTDmXuK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.9375rem;top:7.5625rem;left:20.5625rem;overflow:hidden;display:block; }
#bWzHpHMsWmh0poACVvB5X3DTWAbC6PIt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4rem;top:7.375rem;left:27rem;overflow:hidden;display:block; }
#ar9ubtkdrg2kRlP9qfu3qA3ec1xyzfwl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.375rem;top:7.8125rem;left:33.0625rem;overflow:hidden;display:block; }
#hAohAN7Gk6hy0MAJdEsNWFOkX5EWOXra { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.1875rem;top:7.8125rem;left:44.375rem;overflow:hidden;display:block; }
#tVbuSFKzwlsNHJT1B0PwVkV1Txase19Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.5rem;top:7.8125rem;left:50rem;overflow:hidden;display:block; }
#bWOyIuGteIWQOf1ITxxsGxNpDatVOXcm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:7.0625rem;top:7.9375rem;left:59.9375rem;overflow:hidden;display:block; }
#BA0JoXTiF9KvEfXqA2K48OUpPonXtLES { position:absolute;display:block;z-index:15032;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.25rem;width:2.5rem;top:7.6875rem;left:69.25rem;overflow:hidden;display:block; }
#EaDCO7IiQuuN1hT6L0z3etbdt31Zb0xy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:3.375rem;left:35.9375rem; }
#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu { position:relative;display:block; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu { background-color: transparent; background-image: none; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row .container > .video-iframe-container { display: none; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row > .video-iframe-container { display: none; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .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); }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu { border-width: 0; border-radius: 0; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .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; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .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:20.375rem;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; }#ZTVwPSTsLyz1xOuBAJl9FHW8Zu9TwJtQ { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:0rem;left:0.5rem;display:block; }
#lXEJa9l9HkWSHVRy9mKaCyrwWtyVh5uI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:1.625rem;left:27.125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ff3du429f55o3NmHbuQBuOQbnuGxmAZ8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.125rem;width:74rem;top:5rem;left:0.5rem;display:block; }
#StBBoUbGizoSFMN32Wc0kIOZoxBAsBmG { 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:0.8125rem;width:1.875rem;top:12rem;left:30rem;overflow:hidden;display:block; }
#ZJC7205WLM4KC6Kyfhftgnd6beXiU1fZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.9375rem;top:11.875rem;left:33.5625rem;overflow:hidden;display:block; }
#Cec0izN8XDAuKK8zPdhX8l1TI4UnSzUF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:11.5625rem;left:43.0625rem;overflow:hidden;display:block; }
#QDkUm6n2W5v06p5wMK6UnuN0Pz7NTxQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:3.375rem;left:35.875rem; }
#liogFoCxQF6tKzTeXSp5Lapz8bhU4VGz { position:absolute;display:block;z-index:15210;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.875rem;left:20.6875rem;overflow:hidden;display:block; }
#rdDFqKIdbKv4yFJn2GbaSeMvHZKfk2gw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.3;letter-spacing:0;top:8rem;left:30rem;height:2.6rem;font-style:normal;display:block; }
#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH { position:relative;display:block; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH { background-color: transparent; background-image: none; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row .container > .video-iframe-container { display: none; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row > .video-iframe-container { display: none; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .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); }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH { border-width: 0; border-radius: 0; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .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; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;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; }#Ot62340z4yFLZT4rFwCA3eRicv2mn0wV { color:rgba(var(--color-tertiary-0),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6875rem;left:9.3114585876462rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fz2WrZSmRUisxsR4Dngzz0kLUBsAyag0 { position:absolute;display:block;z-index:15001;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:74rem;top:5.375rem;left:0.5rem;display:block; }
#rTUEWSfAdVSLUxWBwWcgynNFUdi6X1iF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNHx9TIPzO7NZdonHXW4naeWzZCE8W1C { 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:1.5rem;width:1.875rem;top:7rem;left:33.4375rem;overflow:hidden;display:block; }
#vp0qzTGJQw4PdGRivdVT73T0NANBJ46h { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:74rem;top:10.375rem;left:0.5rem;display:block; }
#S29sIJd2k1mgArTrzck3RgFZo02BcL3P { 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.6875rem;width:7.1875rem;top:12.5rem;left:1.9375rem;overflow:hidden;display:block; }
#zcg0EXTfpWGxqWnyhcktiOVn0QiVDWtz { 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.25rem;width:8.6875rem;top:13.125rem;left:9.25rem;overflow:hidden;display:block; }
#eOkynEcSJVmvelSTUWaWn2kIc2ZgO87c { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.9375rem;top:12.9375rem;left:19.5rem;overflow:hidden;display:block; }
#GoV3V1aqE73PxLeHQQmxQIhXmuFzuhfW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4rem;top:12.75rem;left:25.3125rem;overflow:hidden;display:block; }
#Xc5OWssw5RaxoEeTbJsKNzfRFQyD7psx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:9.375rem;top:13.1875rem;left:30.5625rem;overflow:hidden;display:block; }
#BIicNk87OBEkq71aRG050eJC6nepN99k { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:3.1875rem;top:13.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#QAhTdOuLnoMaMl0qOQ1NsIiCPhEDVthI { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.5rem;top:13.1875rem;left:45.875rem;overflow:hidden;display:block; }
#usdmKVfbRsU09OGImGr2BUzRtgkfhBht { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:7.0625rem;top:13.3125rem;left:55.3125rem;overflow:hidden;display:block; }
#gItIdkfag5sXiFuzNPg5JNbdNTddvrO7 { position:absolute;display:block;z-index:15002;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:25.875rem;display:block; }
#eLMILXmHHAu6JHzNeumgETPd0DOT7lA0 { position:absolute;display:block;z-index:15003;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.5rem;top:18.3125rem;left:0.5625rem;display:block; }
#CJ3sLOTuooCLTu7DqGhku7CGyNVM0cTA { position:absolute;display:block;z-index:15004;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:5rem;width:23.4375rem;top:18.3125rem;left:51rem;display:block; }
#l4EP6ReXFhRPP0P9LKi7gRnlLsaTc9t2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:19.875rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBhnRzXxv4TrMTGENV3rNUo9LtfvIu3g { 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:1.5rem;width:1.1875rem;top:20.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#ZCkJeceCumFD7sibeUkub2ytEUShxUJV { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:19.875rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Myo7WnoD7ETkAI62v8knTht2UXplbo6v { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.875rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WwvsR3xl3dqmOquZhwNFSTnU7HKQEhu7 { 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.5rem;width:1.75rem;top:20.125rem;left:58.125rem;overflow:hidden;display:block; }
#qct5XVGFL4EeUb2eURgdL0ScUbrcdTn3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.75rem;top:20.125rem;left:33.6875rem;overflow:hidden;display:block; }
#SVhe6ATRuoxMSSvkp5ZT0vtHd8TQ4M3z { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:0.5625rem;display:block; }
#N4wErIq0O1dSV7QI9Gkt3gO7C7AOBTfV { 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:0.8125rem;width:1.875rem;top:26.3125rem;left:4.75rem;overflow:hidden;display:block; }
#EETUZXIlsmetHnClS6uTILzklBuSE0v4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.9375rem;top:26.1875rem;left:8.3125rem;overflow:hidden;display:block; }
#cbVwaqOeuqA11p0FTHId0ddlklme4nCQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.875rem;left:17.8125rem;overflow:hidden;display:block; }
#ktUm6JLprlNVhyTczTlWZzpRDZ5oe9tU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:25.875rem;display:block; }
#y9B8JQ1iW2lAdRVlMWLhQfHFisbQ55nf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:25.875rem;left:31.5rem;overflow:hidden;display:block; }
#EyQzWhRxi7PDXFT46GB7AuOOgDy2XrFt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.6875rem;left:34.75rem;overflow:hidden;display:block; }
#OGyxN1UBLCM7s5Kg310yvOp8gQCAXvBw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:25.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#niN6KWRHkfTHJT2U1d9zwIVxZ1NrkPJV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:25.6875rem;left:41.375rem;overflow:hidden;display:block; }
#wgqlGPKmfHL4rrNNZqAi4lCtpKwV63CT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #090813, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:51rem;display:block; }
#l0FuAEpcJEv7rDZoPB6TzbUMDPSxvy5c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.125rem;top:26.125rem;left:55.75rem;overflow:hidden;display:block; }
#RDxsLXzi7fX67FTyp0pMmX6bkiH6pBef { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.25rem;top:25.8125rem;left:64.5625rem;overflow:hidden;display:block; }
#RP4Pml52DI1hUUwzRMSLMHxmxePThs2F { background-color:transparent;background-image:none;border-top:0.125rem solid #444769;border-left:0.125rem solid #444769;border-right:0.125rem solid #444769;border-bottom:0.125rem solid #444769;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:31.5625rem;left:28.84375rem;display:block; }
#FfNmTxXTMPG9VRioowgtH4PiWN92zcMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfyzvac5i6sttq8q70WdmGJCUgJBHgTT { position:absolute;display:block;z-index:15032;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.25rem;width:2.5rem;top:13.0625rem;left:63.625rem;overflow:hidden;display:block; }
#ITb3oXzKupbEnK1cio4fiibE5Pmer778 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:8.7374992370606rem;left:35.9375rem; }
#Lt6eV5xKcN8gmtNdv55pRPpbHDWk4gLN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:21.674999237061rem;left:10.75rem; }
#mIJrxQAhilKbequ78Rra5a9TPuzFakCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15210;opacity:1;top:21.674999237061rem;left:35.9375rem; }
#yZNJTTwxTsiIEunW2BiEyhiWzgTzPLsn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15211;opacity:1;top:21.674999237061rem;left:61.15625rem; }
#CG2AeBb4eK8BTgD7wwaT4aH4Vcylp8EG { position:absolute;display:block;z-index:15212;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.375rem;width:4.5625rem;top:12.46875rem;left:67.9375rem;overflow:hidden;display:block; }
#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/74defaf0-0948-4304-95cf-2802f672dc17/czymjestpilotblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.adaptive-delivery-prevent-bg, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyload, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyloading { background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { background-color: transparent; background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .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); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { border-width: 0; border-radius: 0; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#b1dcJI08xmptgkcxvOtJKJkQOADylVTq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.625rem;left:21.217708587646rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOkHBCAkDoNoHmirfKckeeV2OTPm7Uqu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:28.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eISMZlqJTh9nfz6ET8q2QV1xbgdyrv6o { background-color:#7159ff;background-image:none;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:33.875rem;display:block; }
#McPmfEE1FehRD2zdqTsZxUECFI2hOVDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKeaKWpb9WPtMDGvL8oviqb7CcJgOpVs { 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:1.625rem;width:2rem;top:18.625rem;left:11.1875rem;overflow:hidden;display:block; }
#rxhKQNWzoJUTuC1JxLT7r8IVrh8Qe3RX { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVpPmN79Rwmapox8wyC66mXiIHQaVCTc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.75rem;left:0.8125rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hm4tZ9MJGDmUCfTwguZ4cQv0kiTxutmr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:36.5rem;overflow:hidden;display:block; }
#goG0lvkN4IN1o3xlmx6oZPMzr5JH5p4T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GwyFelv2UspyTThRgkBrnnLrhKzHpIqq { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.6875rem;left:26.75rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XddgNle78SLkuTlzacNsJ368vu4wZlDw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2rem;top:18.625rem;left:61.625rem;overflow:hidden;display:block; }
#ZCFw3kEOEt7BqyGLbsF4iuOLxaAdZH3t { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:53.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NukTax4drexifM2l5HUoIzT8qeMke6TC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:22.75rem;left:50.65625rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxNuM4SptNKS4VCZk42aZNlKNImXiTpr { 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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:1.6875rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:25.325012207031rem;left:35.125rem;display:block; }
#piUXJolLMdRz8JE6uurFTQvio4z82kfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { background-color: transparent; background-image: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container > .video-iframe-container { display: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container { display: none; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .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); }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { border-width: 0; border-radius: 0; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:2.875rem;left:0rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl { 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; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container { background-color: transparent; background-image: none; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container > .video-iframe-container { display: none; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row > .video-iframe-container { display: none; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .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); }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container { border-width: 0; border-radius: 0; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);font-weight:300;font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://images.assets-landingi.com/uc/ba0570b6-9999-4e61-9618-d47894547070/Vector.svg");background-size:contain !important; }#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-trigger.adaptive-delivery-prevent-bg, #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-trigger.lazyload, #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-trigger.lazyloading { background-image: none; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.875rem;left:-9.5367431640625E-7rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP { display:block;position:relative; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #gAU9oIgwTAWfrKomelCLefToN93bR3U1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR { display:block;position:relative; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD { display:none; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy { display:block;position:relative; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #at8k72bQeTBlykD8qSztCfNG0qkJUtqT { display:none; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #l3mK9Df4zoBJratm3Q1hzwabtI9HrEOz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #hw1Xl4wpo3OiqIva0gpxXmNcDEPJftXy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #FTxXnr9E3OuMVmp0vG8ODdDXy1b4ZAt9 { display:block;position:relative; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #ssDMPGKLLCVVT4FJcSTWL4aln3l6n5EJ {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #x4311JTuFRiNBkPNDhShcdiIbhTMR491 { display:none; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #beKTryoMq6efxnyk3uINVShBD10NUpZ1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef { display:block;position:relative; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y { display:none; }
#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL { position:relative;display:block; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL { background-color: transparent; background-image: none; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row .container > .video-iframe-container { display: none; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row > .video-iframe-container { display: none; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .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); }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL { border-width: 0; border-radius: 0; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .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; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .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.6875rem;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; }#Lr6gp06ZiWQmv8igyIO3nDh2F9xPQB79 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:24.75rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpCJhJINocyNkke7k58xLETTtV7LHISz { 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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:1.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:41.5625rem;display:block; }
#GwH93i1ZKBpmxDbIBMPhMZT4su6hUuTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { position:relative;display:block; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { background-color: transparent; background-image: none; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container > .video-iframe-container { display: none; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row > .video-iframe-container { display: none; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .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); }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { border-width: 0; border-radius: 0; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .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; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .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:28rem;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; }#TwLFCNiv2Rp3aOtkU1QUMNRgJ4nF1uXl { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:2.875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qX4g5KPaTgHqbZKLbxtFAxeUKURShnZ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:20.9912rem;font-style:normal;display:block; }
#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs { position:relative;display:block; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs { background-color: transparent; background-image: none; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row .container > .video-iframe-container { display: none; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row > .video-iframe-container { display: none; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .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); }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs { border-width: 0; border-radius: 0; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .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; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .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:31.9375rem;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; }#pfKOqCQievD9AIeN2JLJ5N0TOXT8NvSv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U4AdbTySDgNzBkQ4vNETOipFJi8BOHTo { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:9.0766763687131rem;left:0rem;height:14.15725rem;font-style:normal;display:block; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:before{  }
#d26Sl2C1OZKgxx7dNoxxpTSRGDFNt65P { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:24.53302526474rem;left:0rem;height:4.19824375rem;font-style:normal;display:block; }
#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { position:relative;display:block; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { background-color: transparent; background-image: none; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container > .video-iframe-container { display: none; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row > .video-iframe-container { display: none; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .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); }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { border-width: 0; border-radius: 0; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .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; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .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:58.375rem;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; }#ZLeSVFOxKK8XaU1GhIzJe1qNvE4gEitI { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wP33SQxVAfyZA0G5XbGih3abeABu4I48 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:0rem;height:32.18650625rem;font-style:normal;display:block; }
#dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf { color:rgba(var(--color-tertiary-0),1);display:block;width:73.498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:41.123046875rem;left:0rem;height:12.4453125rem;font-style:normal;display:block; }#dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf li:before{  }
#b0OGlw9c0D4iKpqDgWi3TZUVwp5QO8HN { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:38.75rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { position:relative;display:block; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { background-color: transparent; background-image: none; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container > .video-iframe-container { display: none; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row > .video-iframe-container { display: none; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .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); }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { border-width: 0; border-radius: 0; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .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; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .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.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; }#E4iURAQGOVZZGgdmbmmvudFZWiNcefiR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kXHnB1PQC4uk49DPMI68xVa2B6Um0435 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:0rem;height:20.99119375rem;font-style:normal;display:block; }
#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { position:relative;display:none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { border-width: 0; border-radius: 0; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .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; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .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:48.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xdQC61lc6CUr1tOJGWSIegTa0P0bKZOo { box-sizing:content-box;height:44.4375rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:2.625rem;left:0rem;border-top:0.0625rem solid #686868;border-left:0.0625rem solid #686868;border-right:0.0625rem solid #686868;border-bottom:0.0625rem solid #686868;display:block; }
#cUNSJ0rZ6mWbkDP3RoS9ibIz6qheygV2 { box-sizing:content-box;height:2.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#hvTKGWyRRcbnpUUIqQEzkXvn5GGCypF5 { box-sizing:content-box;height:47.1875rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#686868;background-image:none;top:0rem;left:5.1875rem;display:block; }
#TIGPwfrLkBwoUIfxJV22EbPgW9BqzVWT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.8125rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W13skvCMqTvHf1fMoc7XKf8dB7LnbklD { box-sizing:content-box;height:47.1875rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:#686868;background-image:none;top:0rem;left:27.625rem;display:block; }
#i2vvZxhcIUIKqVS2rLeJvbwtiXtJqCIf { box-sizing:content-box;height:47.1875rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:#686868;background-image:none;top:0rem;left:58.4375rem;display:block; }
#LT4UQnbDTSfMGp2rgVWRTsWgQEahJSgH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7xMvrOipQLxreGQTRZghlm0ffJOze5q { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ubrWWzdKV8PRDLKFK7i7cCwA3LwtpfNT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.66250038146975rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbfdwTnhgyPq4Bx5cbgZQZhhW7AaVHRi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.66250038146975rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hDv8lHOe9HUzMcPCycPWg6ocRd4wxPoC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.66250038146975rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sV4NZeKQqsMASwI1Qt35FpnOSXGvyKlX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTN7coiU5MTJGfpBF7VHZoyxmUDGVwnC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Td5u6UHaTfgQ7RGmbvhFdzFt64zzQtJH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRaPOTm6iGOI49liW37Ewsu6M0NORli6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SvTlaJQnRNCy5M1so4De0NhuifrvRfmf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZpJIeJ0hfPF47OdIbtvF7XWpsxtDgJZP { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPUdzfuMnvAOTAECJTRpmAXlPna6zf0K { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMQpoFRXw0TroQlRoRX7bRWDhM2PeNOh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJDvxTN8S82W9og3GvWb3FRKsUwBBPUy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJBWxPKLNTU9CKJwbQxb7HXTEXPd6TlP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DQNK3Rw55vHT49GvpE9KXBn9RViyvGBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNyzTGOL4f7nZtS0G5z8adKdafqfgf4O { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPMS8uTPMmRJ1QblUUWmbsc2npGLLkTv { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0VHnisSSyqtCh1TEVVZCxli1fdF9Ety { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKL8fPk7ApCiwrTi7BLvr3Htkw5K6fDo { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8KnTIFK43oPDVHfQ4LeKeUJmPZLXzKU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EBRLuq7fXn6gGA1g4uXrGHcwva5QJH2K { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.8125rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y6ig257poh3Rc7x39CmfUkixuXifStBW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:10.625rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aN8Hs6chiuBuCtBTUP1U8p3xnDQUGc72 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.4375rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vShr2pIuNJhoEhU4SecbChMkoF6fkXNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.8125rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U06JDKJ6Uz7Re39vEsp7f3D2kxMVvWTS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10.625rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MghB7d6LZXgtMyvra9CuTDPQWaFySUOU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:12.4375rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C3gcAi2pgKAk9ITeIrCk2WtsykuaKEEN { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.4375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JsEpZJML6F4Bsnqhf5LJXfcrnMxRCGHI { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8G3Qo4IKslAoOyfMoDkBJOUPPhe9uMO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:16.0625rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVz4rx3n590S9UvKvO68e2oCV94UiiSL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVVq6gTiTX75HokNT0241oWaZUbkDzdt { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vtVk0skNfuv6vxUUtCf3zsyG6XDWmS1N { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9I62loU00vlfSTBM5VVUEXNdG4LJzzH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:23.3125rem;left:6.125rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aWcs3DSkuoFHToFWaSW4qdfCMn6DpIS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nypgaCqZTXML4ZdX1yTFrvz0JRCpIvB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:16.0625rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeB1k0z8BnbZ6ZPhDpQ5msQFbzRcuQdP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:17.875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8C73Z3o8tQ4feAXKVTOxchuICQnMssN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:19.6875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6ozwHSEfag6kZVbuwnbUEhG2JdXa83d { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:21.5rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kIeT0v5O1G7NgypiPJMcJ4OepypAVEZL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:23.3125rem;left:28.5rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6HUpgkOFEgOvzTceKQTRSxFDJ5BHq66 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t46NW2NGkWi6N8R0iGLRTbTR6DWLM1G3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:16.0625rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcMSFZv5vp3u5nFFycaqgrBsrVNXhJIS { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stvUU9rB7EtcA8tU55L6yyd1uUMD5ki4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:19.6875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JocVFrvlCUdBzKdiR5h4Uo345DP9SR69 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:21.5rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llBENHuNvCra17T2vo8XyfRKvfFGxxsr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.3125rem;left:59.25rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoWKheVbUKtoz5MLDL3thfztJ4yFI1GO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.25rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4aEtsfQuKTrMCBMBTZTbsuAdGZk1Tl6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:16.0625rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IWq6EtOI9qcHUDXeBnyTBuxqzN8SHeBA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:17.875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRTTSJfy72KMTzfr6TbZ3hcNAGLKUnXG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:19.6875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hm66XI8Rzar9QCx8XThUd1SacBBwwB72 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:21.5rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzkGqIAEkwp3dI2R3ZNMTT5W6trNKzQL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:25.0625rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKZKv4rUaBLN1JJENlcKrNdQeLOxRHIy { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:25.0625rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AIr0KqJ7GdU66APyoEDwxwCsC3QD2Uvg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:26.875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cCbVshkLHn52RHdbuem61gIOhdyTQwsT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:26.875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gxsv49bnyh4TKzBggN6wwRouHl8ceJHc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1uZIh9Cc2IXhHriMmLyN0iohbT1NWwb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:28.6875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1zWc80mF2pLTzrVBTCGEuSI98PbRBMy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:30.5rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6uiCV2bL27RzOVcTp0HKE6bQdfdyW1r { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:32.3125rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyT7Qz2CMhhAz6isdfG8JamuhKTtnvKx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:30.5rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uEKR9BRnHw8WWwGQ2Za7UVVDzS78CCCx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9Tlam0bbPtnt7nPWW1DuIWPFf8S3rs2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:25.0625rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ubT6It80aKmsRogW65bKv88pWErEwBFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:26.875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SU1AMmxlTf9EpKhkcnGt0NuclFKJZZof { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:28.6875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BbWOOpNOJPz48OApWnSB4dWOXVwrWwvC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:34.125rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UawWgCIhMIJwgVSd2EpuVG1GIvBpXPZA { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:34.125rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZA85DXkrHZ2TfHkXv9bnhRs0ePuWTmgC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:30.5rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P4oTKBbUkFNwKwCGSFtzdiTUWN3O6OG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:32.3125rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yJKriiDwvqSLLHygba5BrpnLiPGbUIZS { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:34.125rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mo42LQ4l8sFTaTkJ6vIM3Cdd9gOec8KQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:35.9375rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3TigCcIlZtb49gT0LDehymuqQGCV4Zk { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:37.75rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPQcG50G2W4Taw7379Lv9RommFiVfw2T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:35.9375rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ey00mrFrWJpu45GxrefDdiqeTy5kbGVO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:37.75rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OzvpXVBwrETr9wUCVRbEOTtUvfJJSO1d { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:35.9375rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lk9t6xfl0c8vFaTVBw67nBZGezKofZbk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:37.75rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WrxSaI68xbuLAcUr3U1c8TPTKKpC9pQi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:25.0625rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qT7PTnp8t7gqTzIx1Z3dzFUvB3XlJI1i { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:26.875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ThEiAAvb1kyPvfC3EtBFA5pDcLqbruuM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:28.6875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CiKyazMEhyXhfTLOLcNxEfLXl5SFrUQg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:30.5rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9IGypZUHKr6TJleEK82yGrdfHKdzpgD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:32.3125rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JsEdo3I1ZSUURIzG3lTvn9mwTIqAgAoc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:34.125rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J0Qf6wJBNaSq5gNJOMGevgH08EBvoIqT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:45rem;left:1.4375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnioLyT3TWcRfAaAUQQRqLUlvvKzodJD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:39.5625rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVF8rnEsZKKCVKSOepMOe9MrpsaoqesC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:41.375rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2LoqNWH1mv34sJ8s3iUbiEAboATfCbh { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0tugdwqcul8W856TDcueXIHGebodJav { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:45rem;left:6.125rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWDzHKCSdLongF2Cls3gdHp1qwCN2b0s { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:39.5625rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLh43r2BSxTU4Vtu9daeBMAVTZTaJIAa { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:41.375rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZobwugOso37TdyR7N8XOowHBAJ8nkht { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:43.1875rem;left:6.0625rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i3CvZHb0Iu9LD1oQD4WTnBO1y4MBLOkq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:45rem;left:28.5rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QqTWDlSTEnFIgfJNqToNz2ugcHTcvgrH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:39.5625rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plJroS5TvdfuenM9v5ToS4dbAvt8Nc01 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:41.375rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w2LFS1qoI7GSyOVTQTW712VI6IyVJh30 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:43.1875rem;left:28.4375rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vx55a8zFfkCTIMNoPR4RQ224f4bpir5U { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:45rem;left:59.25rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QIwJZ7bJEOkm8zwNawQpsIT5px1i3W78 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:35.9375rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXuTJQX10OtwxLpdoTdyENow8zAtM9CQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:37.75rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOT7uzhxAS6X93sHasJK1kLf4qG8nhHp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:39.5625rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nhtDnMb5xhbxRPq5aOHwZlGDhR4BWFeT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:41.375rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BaqUu0lSLqbCl79muOd8l5d98Su26bii { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:43.1875rem;left:59.1875rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHM8J7l0A55HsCOo5TsTivyubGK66P5L { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eFTePQGzAvX0036JOwahimtg25Krl1o1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.66250038146975rem;left:59.1875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq { position:relative;display:block; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq { background-color: transparent; background-image: none; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row .container > .video-iframe-container { display: none; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row > .video-iframe-container { display: none; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .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); }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq { border-width: 0; border-radius: 0; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .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; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .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.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; }#JeNT13Hv52SC2vEkH2uaA4erF0f3F61U { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQLm2gAdykSChz1sUP1GxpCcEGXfTa19 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:0rem;height:8.3965rem;font-style:normal;display:block; }
#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC { position:relative;display:block; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC { background-color: transparent; background-image: none; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row .container > .video-iframe-container { display: none; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row > .video-iframe-container { display: none; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .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); }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC { border-width: 0; border-radius: 0; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .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; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .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:23.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; }#mDXzMQotNUCDos5dmdvoE2IrPh7HPygz { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RzCeIBQlRrCIWSV0dt33Ad5Q43U0tz2q { color:rgba(var(--color-tertiary-0),1);display:block;width:72.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.6875rem;left:0rem;height:16.79295625rem;font-style:normal;display:block; }
#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { position:relative;display:block; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { background-color: transparent; background-image: none; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container > .video-iframe-container { display: none; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row > .video-iframe-container { display: none; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .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); }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { border-width: 0; border-radius: 0; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .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; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .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:33.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; }#mDmHDrD2CODsJrhRVx1haP8tIFLAQhTN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:1.0625rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.5445327758789rem;left:0rem;height:;font-style:normal;display:block; }#oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K li:before{  }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { background-color: transparent; background-image: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { display: none; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .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); }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { border-width: 0; border-radius: 0; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { background-color:rgba(0,0,0,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:#6d6b9b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;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; }
#IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { background-color:rgba(0,0,0,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:#6d6b9b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;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; }
#ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { background-color:rgba(0,0,0,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:#6d6b9b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;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; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:balooda2;font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.2979164123535rem;left:62.5rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { background-color:rgba(0,0,0,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:#6d6b9b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;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; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:2.75rem;width:75rem;top:4.5625rem;left:0rem;display:block; }
#JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { color:#6d6b9b;display:block;width:8.875rem;position:absolute;font-family:balooda2;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; }
#AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA { position:relative;display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA > .row .container { position:relative;display:block; }#Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v { position:relative;display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v > .row .container { position:relative;display:block; }#STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi { position:relative;display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi > .row .container { position:relative;display:block; }#KPuCfzipiBHkkpNz8caFzQsoD82LQH5m { position:relative;display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #KPuCfzipiBHkkpNz8caFzQsoD82LQH5m > .row .container { position:relative;display:block; }#TaHsONr8unqIuATuW7HSTyp5DPdwOENv { position:relative;display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #TaHsONr8unqIuATuW7HSTyp5DPdwOENv > .row .container { position:relative;display:block; }#nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 { position:relative;display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 > .row .container { position:relative;display:block; }#ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR { position:relative;display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR > .row .container { position:relative;display:block; }#desLCthh3BaSmJPtT0f1TIU8z1tnKb82 { position:relative;display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #desLCthh3BaSmJPtT0f1TIU8z1tnKb82 > .row .container { position:relative;display:block; }#ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf { position:relative;display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf > .row .container { position:relative;display:block; }#y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E { position:relative;display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/b7fa2831-99f2-4a70-92d9-075c98cecab0/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { top:1.4375rem;left:0rem;width:4.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { top:0.9375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlUlglDH5EIFeZIGBO9fsl0PTwp0qNQ9 { width:16.9375rem;height:3.375rem;top:6.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { top:11.2373046875rem;left:0rem;width:23.4375rem;height:6.2988125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { width:1.125rem;height:1.125rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { top:17.9375rem;left:1.75rem;width:16.6875rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { width:1.125rem;height:1.125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { top:20rem;left:1.75rem;width:8.9375rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { top:22rem;left:1.75rem;width:25.25rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiX8PoZxIvaTmD3Wh09grPlS9eLlfvUL { top:22.2060546875rem;left:23.625rem;width:4.6875rem;height:1.1375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { top:22.2060546875rem;left:23.625rem;width:4.6875rem;height:1.1375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { width:1.125rem;height:1.125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { top:23.9375rem;left:1.75rem;width:26.4375rem;height:2.5996125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { width:10.3125rem;height:3.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Utwm4JDM8EChqyOT22tunckJ3gm0vaEX { width:15.25rem;height:3.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfheUeMA47hQ2RkTkOiLNv8g7DVXNdJK { display:block; }
 }@media only screen and (max-width: 1199px) { #Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { top:29.5625rem;left:11.125rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8nEr0WsyF76ASETEELntgBtpTzrF14s { width:26.4375rem;height:15.9375rem;top:4.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { top:0rem;left:27.937499582768rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gL0ACL5k9yoIRGF6zeEZJWhgquNubglT { top:9.612500190735rem;left:0rem;width:23.4375rem;height:6.3rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 1199px) { #CR0qAuLCTfTkVBNIVGPMF9qSQ4ymTOJq { width:17.875rem;height:1.625rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw { display:none; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TDskmyJdUU4liCyzO1TtU2uLu20hxzOw { width:10.3125rem;height:3.625rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BuMX6vIthKcN58R2dwrisFqBw8T0ARwa { display:block; }
 }@media only screen and (max-width: 1199px) { #O1qQTJuFcF2VmPKClMys77oAGA650rZn { top:27.6875rem;left:11.125rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i { display:block; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { width:47.75rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xe8BmaGk7ZTLmgnp2wJUTherBA3QEUp3 { width:12.5625rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIHGEHkguksXDoKsf3iLqzkde69IWasM { width:14.9375rem;height:1.0563125rem;top:0.47187519073486rem;left:16.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4myd1n9474uwl4pfePbLrOb3VEn6pSC { width:8.1875rem;height:1.05625rem;top:0.53391313552856rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaSyOTQZumIzkfIPbfe8kvEZN44TM45B { width:8.1875rem;height:2.3125rem;top:6.1611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRFdaEPvXZfI3cUu2PEmK2ni2gSpPlGU { display:block; }
 }@media only screen and (max-width: 1199px) { #cDsTN6UNR0a1BNAMwi7Eg5nTad7deUp5 { width:1.1875rem;height:1.3125rem;top:6.6865234375rem;left:0.1240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqGX8yaZBryRcimgDpwOPUX3mzON1lTM { width:7.3125rem;height:0.975rem;top:6.748046875rem;left:1.5615234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkMXM1u7yrOCSTEpWUlo8qTHMrHXF4c8 { width:9.0625rem;height:7.4375rem;top:2.1240234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #330405, rgba(134,6,10,0.1));background-image: -moz-linear-gradient(90deg, #330405, rgba(134,6,10,0.1));background-image: -ms-linear-gradient(90deg, #330405, rgba(134,6,10,0.1));background-image: -o-linear-gradient(90deg, #330405, rgba(134,6,10,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#330405', endColorstr='#86060a19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#330405', endColorstr='#86060a19' );";background-image: linear-gradient(90deg, #330405, rgba(134,6,10,0.1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #xlsgzCZdoIGPKg139UzeohNoUMA0d8l1 { width:29.625rem;height:2rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCROxbt9WbIvht7DMrQU33kqEzWEttP3 { width:3.875rem;height:2.875rem;top:0.3125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OmA5bO1VRgAPVgGAv0UqK83B9dyXF0i8 { width:9.0625rem;height:12.5rem;top:0.8125rem;left:38.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nAEk65S4zWsDpDVuSxZmrRB3Rd510yGn { width:9.0625rem;height:12.5rem;top:0.8125rem;left:38.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R4efPtpTsrox5AvTZy3VKLau0Wtw4b4C { width:9.0625rem;height:12.5rem;top:0.43590354919434rem;left:38.686964273453rem;display:none; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc { display:flex;width:13.5rem;height:5.0625rem;top:3.3125rem;left:11.375rem; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #RAyZnxcLfsw4GV7xzBA2291N8I9W0WNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #UGQfOUPhTT24WBPRUcbWMLA32Tum4DbT {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #lh5h9kfBFJXqFk1o2oXwlCBDlggZHvLT {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #XFJ6dqnhr3nwVgU7hsHOqk20m04GVw3M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #WHEQHBLTXxOb5bPpng9zq41VWF2mJX90 {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #uABxynt8lQWmbvUMVni5zyHoM8DyezMc {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #PHEmp51hM9dkMUGWNkURxDDAlOwAniDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #VimLuwO7tkIyTyFWzLWPJPcD1bZ66EWd {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #Ed9rrX45Rd2H0vGdfWO8lgMOVuuAoOEq {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #sIFI5W4NZ95JTUwsGmMu89ttTlu0Xm0J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #E6O5Dh9tguvvyCBipVvTsATB09NvUUxu {  }
 }@media only screen and (max-width: 1199px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #PZT3BDT6g4SaC0qmXeaPEKIbr2o2mF1H {  }
 }@media only screen and (max-width: 1199px) { #b33QDo3G4KUBaDIihPqW7RuHvErAJaoA { width:29.6244375rem;height:7.4369375rem;top:1.9994678497314rem;left:9.06161236763rem;z-index:15230;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,6,10,0.49), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(134,6,10,0.49), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(134,6,10,0.49), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(134,6,10,0.49), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a7c', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a7c', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(134,6,10,0.49), rgba(var(--color-tertiary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #TbI1PCRzNWqBR6abtLTbmQNcJNHc4zJu { width:10.5rem;height:7.4375rem;top:2.1244671344757rem;left:36.999109506607rem;z-index:15229;display:block; }
 }@media only screen and (max-width: 1199px) { #vXF4U54wuEWeRiEtzNVz61wNBGsyc675 { width:7.562125rem;height:3.624825rem;top:3.3265266418457rem;left:39.302198648453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvDMwLImh6eWRGirIE1HFMHMVr02mRdJ { display:block; }
 }@media only screen and (max-width: 1199px) { #OHP8I84eJIBgV5QrgMW1d262F38H51Vv { width:17.6875rem;height:0.89375rem;top:2.6875rem;left:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qvh7fTEfPS34MHbDoMXHhd3Jhq4dsmCB { width:1.6875rem;height:2.925rem;top:3.7250003814698rem;left:19.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kC7QS9D6xfT9bqAo7dkcIoI7bMdSLUHI { width:1.6875rem;height:2.925rem;top:3.75rem;left:14.78125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lal5aZsfaPvJ8K2BbcrDUzB8UG3VhTNg { width:7.75rem;height:7.25rem;top:2.0610790252686rem;left:31.00088763237rem;z-index:15228;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(134,6,10,0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(134,6,10,0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(134,6,10,0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(134,6,10,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#86060a66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#86060a66' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0), rgba(134,6,10,0.4));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #qfeoEChyz2RpId2OWabIQVBnhoIBwsex { width:8.1875rem;height:1.38125rem;top:3rem;left:39.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BnggV37Su7WNWnkZ86DQHdmIrwE9QK47 { width:4.4375rem;height:0.975rem;top:4.1875rem;left:31.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMyoCQwsUZQGv8Ruvwnckyvi8WvTLVWI { width:6.5625rem;height:0.975rem;top:4.375rem;left:31.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X1k494utyMZv0E0XbahVPxWzHglfeITS { width:3.875rem;height:2.875rem;top:0.3125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gtp0BmZmIaoWqLLikHMEhosq0aku3awW { width:12.5rem;height:1.05625rem;top:5.125rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQhcdKR35Rv02BwgMJMLw8fkT0e8wTaf { width:7.1875rem;height:1.95rem;top:6.99786901474rem;left:39.547582864761rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBJZ90KiFXkek77nU3BagLsrWgUWZ1HF { width:7.75rem;height:1.1375rem;top:6.375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xU5negUxPCICvkEaV51LTPWaOTyuS1JX { width:3.25rem;height:0.89375rem;top:6.61562538147rem;left:11.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atuRdc6prPGZSAcp0IHA3LKaFv1dZrVv { width:4.3125rem;height:0.89375rem;top:6.61562538147rem;left:15.96875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lRMVZytMqTDGPdf2JRhDzCKFlLi1rkO7 { width:3.625rem;height:0.89375rem;top:6.61562538147rem;left:21.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onKn0KoLaZpTH27M4BlUSiiIoUzTdOtL { width:7.75rem;height:1.3125rem;top:10.5rem;left:14rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g3gLMe4PWVsZTniakX2hsuafrV4nQc23 { display:block; }
 }@media only screen and (max-width: 1199px) { #paJW2Eisqndzw3J0mz6qvn2dJ5T2Kzta { width:11.9375rem;height:1.3125rem;top:10.5rem;left:21.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gAPRdZCVhLebXrNlb4eKfcq1aK57Jnbq { display:block; }
 }@media only screen and (max-width: 1199px) { #TrTH1f3BChz1TVEPZQG55bQRDFssVezM { width:1.125rem;height:1.1875rem;top:10.5625rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lyGgIHEy0FvI81nKwD3u2OsdDawXcHns { width:3.875rem;height:2.875rem;top:4.40625rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lklvi7fDgg8yUIyTU0RSPWnvoL7SDLaA { width:3.3125rem;height:2.4375rem;top:4.625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xheiFPS2sbAGQlm7xKcn4mNoFWnu9W9u { width:9.0625rem;height:12.5rem;top:0.43590354919434rem;left:38.686964273453rem;z-index:15231;display:none; }
 }@media only screen and (max-width: 1199px) { #oTApf2X8Nrko3ytqTgT0ciPtqi5HZF0C { width:2.75rem;height:2.0625rem;top:3.3125rem;left:0.24895858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EObQl9fhTHsQHpB9iP3R4WpCfFGrJSVx { width:4.4375rem;height:0.975rem;top:2.7749996185302rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGVamdvP4UKtSqkyGzPzDOdxAyen1Ue9 { width:4.4375rem;height:1.05625rem;top:3.75rem;left:4.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXrBf6Ra3zCu6KuZFIN6VnlQEg9Ma9a4 { width:5.3125rem;height:1.05625rem;top:4.9447917938233rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuaqtoWaKuAaCamNUUypdp7T10Rv4JUt { width:9.0625rem;height:1.5625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm { display:none; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZK8QLgJFpzBeErMfWFxZpNSHm2V0ZSsU { width:12.5625rem;height:2.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSpz216XhiFTBagsTteGOXynlfThER1x { width:27.4375rem;height:7.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPapQPuTIoyfsnvR9HCau5zlXFgNpHzB { width:6.5rem;height:1.13671875rem;top:5.2744140625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf2P7SDHnkHfINKyQxh6fVLolcNB2fd6 { width:1.1875rem;height:1.3125rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRmlhTR4hQgJIN1Susy3LQDAISiZ3vTs { width:7.125rem;height:0.9746125rem;top:7.125rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZRREAqwyRKMhKrW6EZrBDAPO98lw7no { width:29.625rem;height:2rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HN2UMQeMCpDTWmLGqksaU6vkTVA2egOi { width:9.125rem;height:7.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEfVB2JdyofGlrK6M0NlnZSd4AMaCo1T { width:6.5625rem;height:0.975rem;top:4.375rem;left:31.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vebsumE4q7vekyCtrmetdns6mDcUeZxa { width:12.5rem;height:1.05625rem;top:5.375rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfEFCWDbqeSMlqfUqsf91wpDi0UWyGfr { width:7.75rem;height:1.1375rem;top:6.5rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDEkP1bFq84NEKMtrNwFxw5FgQ4TxeD8 { width:29.625rem;height:7.4375rem;top:2.125rem;left:9.0625rem;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -moz-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -ms-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -o-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a66', endColorstr='rgba(var(--color-secondary-4),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a66', endColorstr='rgba(var(--color-secondary-4),0.4)' );";background-image: linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #CORR7zA7vLE8ue6fZmN0uCZvp9L4OTHz { width:1.125rem;height:1.1875rem;top:10.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNNpFTcp268CBKwoa889mD3WzQ2fqnGs { width:7.75rem;height:1.3125rem;top:10.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5tHTMsKFGqKAyQJ8hQ5I4rmTNXFpLw4 { display:block; }
 }@media only screen and (max-width: 1199px) { #XdHcNMHEIiMT3swN3zFwDFRd6ZQlff1o { width:11.9375rem;height:1.3125rem;top:10.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yF98HMxUdTs4xp5IFdctLTwUt7gmgT1b { display:block; }
 }@media only screen and (max-width: 1199px) { #gqk8VOrXeMrwchOIlUZCZlTtQbqdws18 { width:12.5rem;height:1.05625rem;top:0.47187519073486rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9HLWIyJ56KIh65hsacN1D8vCCNSEWBb { width:14.9375rem;height:1.05625rem;top:0.47187519073486rem;left:16.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #phDnwEhRQSp4WPueX3TfH9scr96BuJIz { width:8.75rem;height:2.3125rem;top:6.4111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgzR6W16DJhDxfENcQrIK6zEWp0Luupx { display:block; }
 }@media only screen and (max-width: 1199px) { #m4hXcOypb6mr60wdB3cC8XSMxgb4ynux { width:17.6875rem;height:0.89375rem;top:2.6875rem;left:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Trcn9pfOGFSTFCLMusVBmsPbbwWuBQ0M { width:17.6875rem;height:2.92480625rem;top:4.3812522888184rem;left:9.784375190735rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMlPxw34wcCLLZ5h1m3TuNnrwTSTLH2c { width:6.8125rem;height:0.9746125rem;top:3.31640625rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqRLTiGIsNJBM4cQ0WEXGW7pHlImPBKt { width:3.4375rem;height:2.5625rem;top:4.40625rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aWW9ShvfBc186aF1B4L6AA21XgZc2cJ8 { width:4.3125rem;height:2.875rem;top:4.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPIdgcSnuAfhqueVTk6fB2c5P3S4OzJl { width:9.0625rem;height:12.5rem;top:0.43590354919434rem;left:38.686964273453rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zbat2OcwAVONvC9TbaaWTHoPydDo6C8t { width:10.5rem;height:7.4375rem;top:2.1244671344757rem;left:36.999109506607rem;z-index:15229;display:block; }
 }@media only screen and (max-width: 1199px) { #N3Jc2uPQws4kLyG8VnosUsrSoB84WBtI { width:7.1875rem;height:1.94921875rem;top:6.99786901474rem;left:39.547582864761rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl { width:7.562125rem;height:3.624825rem;top:3.3265266418457rem;left:39.302198648453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtTOJ5FlFgvVTw8CThlxEqp4PLHE9JTL { display:block; }
 }@media only screen and (max-width: 1199px) { #a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV { display:none; }#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XPqMxRKooewx21N0zOaVWvTmHlwMudfZ { width:12.5625rem;height:2.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LKhqbad0ks83uC6SGvvNroGdZVvop3mf { width:27.4375rem;height:7.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yezmITpftP1bAnBhNn4hafvrUMue4pT8 { width:6.6875rem;height:0.9746125rem;top:3.1875rem;left:0.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q5n65Oh6AvHTZcsIvTTTvBabn5Q6FIC8 { width:7.0625rem;height:1.13671875rem;top:5.2744140625rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fnLzaikXOnTT5AxhEDlt5euO1TeelCfn { width:1.1875rem;height:1.3125rem;top:6.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UiuE10fR4ASKpsHizd6bQEcMsa9eaQOa { width:7.0625rem;height:0.9746125rem;top:7.125rem;left:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pLwgGt9DCN2780ZFoPa7EAi4LmGk2NFc { width:29.625rem;height:2rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mxp1Kq0it9zkpd0I0BXvSHnldXzBb11T { width:12.5625rem;height:7.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMUw8lARCESh0zWP7FeUFeW9xr2byMIO { width:6.5625rem;height:0.975rem;top:4.375rem;left:31.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xMXtEqLQd4LxWeIPIVVs05BrVPWPotWp { width:12.5rem;height:1.05625rem;top:5.375rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRuFaaaWvoLLdtm3JJT1RbXFcXc0zgyi { width:7.75rem;height:1.1375rem;top:6.5rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeLUGKguKLXXVB0WG02KSaeT0imZr1IV { width:29.625rem;height:7.4375rem;top:2.125rem;left:9.0625rem;z-index:15243;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -moz-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -ms-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-image: -o-linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a66', endColorstr='rgba(var(--color-secondary-4),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#86060a66', endColorstr='rgba(var(--color-secondary-4),0.4)' );";background-image: linear-gradient(90deg, rgba(134,6,10,0.4), rgba(var(--color-secondary-4),0.4));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #aBkzZ1a5Jf0JmUMMkAFumzDnXUeXgTJf { width:1.125rem;height:1.1875rem;top:10.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4zxo3oiOUaP8KhKQ58nex99GiUZAJUX { width:7.75rem;height:1.3125rem;top:10.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTDdel5pfP3u3TCeM4NsEhAGgeLFCbKW { display:block; }
 }@media only screen and (max-width: 1199px) { #kG75NgWXbb6fTIIJ5UCoBp6RukdzBzPy { width:11.9375rem;height:1.3125rem;top:10.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhkpSXIrWspQnFE8TMJk8BnPQKPbX5fK { display:block; }
 }@media only screen and (max-width: 1199px) { #KuZaZCTPMsIst9tePzw0txZOgTRm9KfQ { width:12.5rem;height:1.05625rem;top:0.47187519073486rem;left:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #enlRAt1ZxrZfxHliiD12z4hwrx8wkFTL { width:14.9375rem;height:1.05625rem;top:0.47187519073486rem;left:16.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtZN7BR3g19HC7cdZ8nM4BpqsR9ZWhBM { width:8.4375rem;height:2.3125rem;top:6.5361328125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mXU5qZmfpEDGCEkVQaTaeZfeMoLZiqHZ { display:block; }
 }@media only screen and (max-width: 1199px) { #ToJGLlT7GE6oOETdf8SgRvX5gPHM7Tv0 { width:17.6875rem;height:0.89375rem;top:2.6875rem;left:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VX9RXat6irgyHFxpu7Mv9t6UupSWoN9P { width:15.375rem;height:2.19375rem;top:4.5562515258789rem;left:11.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQ8vgLe57tNLTzTD9r5AMf31ni20UWsF { width:1.875rem;height:2.1875rem;top:4.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHk4obi6PJrATaPLKnCdoXIxESrzG0LI { width:16.4375rem;height:3.4375rem;top:4.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSfK5tzX4Fu3AATMEXBLLiF883ah8IOx { display:block; }
 }@media only screen and (max-width: 1199px) { #D05kO2M3PqFzWHBTd5dyy8Nb5btZTUBS { width:27.4375rem;height:7.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EhrqszQics8dA9hbOFXgqC9qWWst1PmV { width:3.875rem;height:2.875rem;top:4.40625rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vTSWwb08XC4wIDWdyKqh4wVRWrp0ROzB { width:3.875rem;height:2.875rem;top:4.25rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgeMC1XNPzRPPyzb1LQGJ7uZw0RU7s5s { width:9.0625rem;height:12.5rem;top:0.43590354919434rem;left:38.686964273453rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MohmQM3v3pTawoKwdwIpXncpnxBcH58v { width:10.5rem;height:7.4375rem;top:2.1244671344757rem;left:36.999109506607rem;z-index:15229;display:block; }
 }@media only screen and (max-width: 1199px) { #lLnVrVQ9flHG1SXJudnyDfGqLW1aTc9B { width:7.1875rem;height:1.94921875rem;top:6.99786901474rem;left:39.547582864761rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9 { width:7.562125rem;height:3.624825rem;top:3.3265266418457rem;left:39.302198648453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIlrUz0dEfegb7SV5t4FZizOdXRznG3T { display:block; }
 }@media only screen and (max-width: 1199px) { #asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ { display:none; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XRCXoN88aQfTGlMp6wdfzJUa4TaAUh6C { width:29.625rem;height:7.4375rem;top:2.125rem;left:9.0625rem;z-index:15243;display:none; }
 }@media only screen and (max-width: 1199px) { #u2DrTgX5UU0xJW1CZfk8Q1CHsJCAVVcX { width:12.5rem;height:1.05625rem;top:7.125rem;left:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iQTDuUW5JWItWAVKVAkJzVHEoi4Ci7Pa { width:1.1875rem;height:1.3125rem;top:7.375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TAbE0SllLd5My3KWtNv2NKsBa8VTRT0Q { width:29.625rem;height:2rem;top:0rem;left:9rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vAOT4mr5bPIWvP4Bdh4xRpl8KrZkeHPB { width:12.5rem;height:1.05625rem;top:0.47187519073486rem;left:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xUNwn19MiwzEvZJ1HsZhTuf32fKqslOS { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gfIAy97DEucUhXaPuT0fpTEitLOX5aZ3 { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lakm2qFRrDzbp4T53yBJfwaAePqtpD1Q { width:2.9375rem;height:2.125rem;top:4.78125rem;left:5.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K2KtC05ixOKovJMJlFltqZWFfskJy5xo { width:3.875rem;height:2.875rem;top:0.1875rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lh1oTr3x16v6JzrMvDsISQQVMAtHCcl4 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KILEfQsTcDMOaqPIkOCu1GTuLphxbd3e { display:block; }
 }@media only screen and (max-width: 1199px) { #lVTPLH9fN3MgPnbA9q5ATcQDGGXewFlF { width:3.3125rem;height:2.4375rem;top:4.625rem;left:26.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NyXTkQXRgL06XiEJzz7epHJnwdQrdEor { width:7.75rem;height:1.1375rem;top:6.375rem;left:31.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz { display:block; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #paBNvpyhSV50sUqTVizdIt5Khp5moWQ9 { width:12.5rem;height:0.975rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke { width:29.625rem;height:2rem;top:0rem;left:9rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oapK3n9TizuQlWhM00xr8gaT9I7q14LM { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tu04DpCAz2KN3cHxkq340uLOwWKimXsJ { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hCZ24l1yT6MMTHGqVlshc2qQl7VMUieJ { width:2.9375rem;height:2.125rem;top:4.78125rem;left:5.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fq4SlWpAmHKMoKyNVluvwLaJqspM8Pi3 { width:3.875rem;height:2.875rem;top:0.1875rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UmZw93MrN5DIIdDwGnUnclgltZ42X5k7 { display:block; }
 }@media only screen and (max-width: 1199px) { #B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { display:block; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gGIGg32WJAREp6T398okP4NbzVwkOJll { width:34.0625rem;height:2rem;top:1.6875rem;left:6.8437500596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 { display:block; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container { width:47.75rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZG12kUyM5eH6hRrwTfVEzAE6Va9buWpy { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGJcFHKTAxXEoKeRzr7lOLZQMA2GrsXq { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llnNWUwa6V1eCEQ04Xtl3p7cPvh0V3Tb { display:block; }
 }@media only screen and (max-width: 1199px) { #euP8G1CDkzcBKkeffKH8uPBSzJpfCHOs { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nMRs4BNTnBdIHF5z6w3LMSZo5LC5KGQ6 { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTFBfmUG74x9kaszEHotkl2QKqr0xtXk { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yANP73q7knSzurPxCTHfaUQlkuNGyk9W { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiuJTCgHP0S8iGsA8B6pGfgnCGn32Th5 { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HugVHly3VIKSo8LXhOTVipHsUSgIP3O4 { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXSmzkaWOF6vNnPUS4wBuDrHQKKx5LyU { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #RqLyFbXauofv2yExfvig8o9ycTQCFJCs { display:block; }
 }@media only screen and (max-width: 1199px) { #nsdwBEGM9ZFe3OTafHGyCTZFRxlCrqoE { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGzghRG6yCbyCyOHRklS39GxxxenLmia { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wL1MxFm39nLE3HEN1dDQlDQlmQrR3xuG { width:9.6875rem;height:2.6rem;top:0.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEQR698yigkR0L3hO47DWAMhChs51Tmw { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ky0b1XSy9BRife9eEDzhsf8POQ6NdI0e { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uMUZmBXK7rUqFdGntSVM2wyrGo0lKXat { width:23.75rem;height:25.5625rem;top:6.0625rem;left:12.000000536442rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZzfgdWVu1Ga6SFp8oKzWyGvHhhGOiPpt { width:21.1875rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLO2zFDy7r6DMqTfH13XThRifkD3mTbC { width:21.125rem;height:4.625rem;top:7.4375rem;left:13.250000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXETNtGpvsMrh7rnkISSB5wTxr8HnJJ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #VwhvVDqJsioql65sT659lROG7JXl4gvb { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmPmpbGyTs7zxT1cSqubJlR91kpJx0ce { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fac5wZz0qsSL0S6TGo6ZMckUGBUqEUML { width:8.3125rem;height:1.65rem;top:8.375rem;left:16.5rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #cH7Q5T7GmVKPgbXrZ8Ln6McvOIH0kqKb { width:9.0625rem;height:0.9625rem;top:10.125rem;left:16.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2CaP5OHB0EtGPqUitvrVWptygOSvGNC { width:9.375rem;height:2.4rem;top:8.125rem;left:24.499999582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoF73Nk2EkHZ2QosiuJwoeqHTCLNZbq7 { width:9.625rem;height:0.9625rem;top:10.125rem;left:24.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTcqt2yGeE1PtefTBwMfRwXgXAStebg4 { width:21.25rem;height:4.6875rem;top:13.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbumrTViVKvxOAQg3meaDcAQFDKmuOlQ { width:21.25rem;height:4.5625rem;top:13.0625rem;left:13.250000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAPWk0CvT5vMiVAopyTCi5qmG5xyqRwI { display:block; }
 }@media only screen and (max-width: 1199px) { #cnoJyVmq097Aqp0vZGZ96TkQ7iZGTJ9q { width:1.375rem;height:1.375rem;top:13.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zm9zr7v3W4T8ZuPgUuDOum3mNX6An3Gz { width:0.875rem;height:0.875rem;top:14.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi50Ll5IIoQO0KL4SpLgwqAaKMUrUhE3 { width:8rem;height:2.4rem;top:13.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwXQvN5aZiNEJPXGOtE4gBr64rTqt8wN { width:9.3125rem;height:1.05rem;top:15.75rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ3nESyfNgszr8UrUTfm2WBuPgcakAf2 { width:8.9375rem;height:2.4rem;top:13.625rem;left:24.812499582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eU5a2ig3SWHTNmS3mgK6FM6547OvbJLy { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n2JKXNSK3qEFRTUREN6y2I1Z5C4gXg7p { width:10.8125rem;height:1.6484375rem;top:15.625000953674rem;left:22.999999582768rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #iUaibU0zRLk6tOSrRv4Xuab3SFtMZmxc { width:14.6875rem;height:0.875rem;top:17.9375rem;left:16.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKwOHAg6clmRXGIxS45SoospZ08s7vrL { width:20rem;height:3.0625rem;top:18.9375rem;left:13.875000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tF4zkt9pcmDIHZKT19VFXpqnNSAnIFfm { top:19rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W522yxOrDXLQ14Gh7TStVlv60XZFMlub { width:20rem;height:3rem;top:19rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyBWOJkTIXnbKm4xwWJcfp1ePMneAZxk { display:block; }
 }@media only screen and (max-width: 1199px) { #TJxWxEWvWt0Bh8a9ATUSvwUxh5Mq98dU { width:21.25rem;height:1.05rem;top:25.687500953674rem;left:13.250000536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSa9TXCB7AHwPg8QdV3hVpNEJgqnck8n { width:17.6875rem;height:1.375rem;top:12.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNGTQLVXgFOaErnzg2vupEMlG8sJ2aSv { width:9.4375rem;height:0.975rem;top:12.625rem;left:24.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCGB8gCVE5bJzqpMFGf4wt7rnGXSluDS { width:7.5625rem;height:0.975rem;top:12.625rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDOzgBUEHvqXC59hgBsV0rRErSoe0M7N { width:7.6875rem;height:1.125rem;top:12.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfngThu7spp9Vs6oFdHQcXA1qH9a3gNH { width:19.125rem;height:1.95rem;top:22.47421836853rem;left:14.312500536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpyZTcWP5hwzh6SJHO72Ca7vUA5iv2MU { width:18.8125rem;height:0.0625rem;top:25.125000476837rem;left:14.468750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqZ5lHduruH9aJBUAENAJH8z6hcW4kNq { width:7.5625rem;height:0.975rem;top:12.625rem;left:16.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #we3DPDe20hA1NwplSzpUGMR7CthiTCLZ { width:3.875rem;height:1.125rem;top:12.5rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hB8IARlIH8rwUhUKebAeyxeK7gMhW9MP { width:9.625rem;height:0.9625rem;top:10.125rem;left:35.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCs1saC7CIn3RISbif7Ny0HVAuTDWSsz { width:9.625rem;height:0.9625rem;top:15.893749237061rem;left:35.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ { display:block; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T6ETQrPQ4wsECDyCtkN75289HiorgDQy { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRxgGQU7dypZaN7bAdFUAETCKx8FeWKT { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #eKeq0foCti5TicMEB48r04fp9mkk2Tfu { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iR4s2mFsbd054CpFw0sx3LyPc21E0PzO { display:block; }
 }@media only screen and (max-width: 1199px) { #ZCnleREKV5qJa0pTcZFzKT86JBs06v8T { width:19.125rem;height:6.0625rem;top:0.25rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VqiMI4WffkJnb8dnt8ZJ8ZO6DoSJCMCz { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neHyrJtSI4lpaLKWEcZUunnUcCwEFVL9 { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cK60VTw6wbtI3z38ZbEPhHKp93IFM0NU { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r56pFTzKzlKLC7Pyiv1kaOmBVwA283oU { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lze00uvzQU2FWqXhHedDMZFwEiHoqStE { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mg1ECyzmq1Abxz7Tw2SJTp0tO13caxPT { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D2WLe8EsRcakQuTmJZWgMRg71BGQ8WvM { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #ViJhLbxu8eQRt5tCoEdeCiukT0rOnCd5 { display:block; }
 }@media only screen and (max-width: 1199px) { #lUSBTcTGobaeiqpPLCVncq28LTuCuoa3 { width:10.625rem;height:2.6rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnHRmPVWuKvzcugG4LpLfAiBFm6akhNz { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaqfL9Lrp7LeEcAnMV1bEdlFWhiq4E6s { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQ0aOsQVmxTZDJWI42tQ5wSCgvCFQFCe { width:23.75rem;height:28.25rem;top:6.0625rem;left:12rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQPeE6MicRC9sDlZZQKpEagvtsPTiAeO { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EZayCJ0DTagWETu8Lq2kFZ3hLKBvENoh { width:21.25rem;height:4.5625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMd3WQ4z40qX3z3l8NtGa2S49z756E63 { display:block; }
 }@media only screen and (max-width: 1199px) { #DuhX7iyUCNdUvqDt3uKTyNfBRFzTr4pU { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCqNxlpoRltdTmqkrSmfLymeWHNQv1AF { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMuvrMcvhD0VnAKEPKWdtVfOohVBZKpC { width:8rem;height:2.4rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zksafu47oSfBdKefDguyT1Ff7AnIcHVB { width:9.3125rem;height:1.05025rem;top:10.0625rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgBpu0hahEnNcaRXbBcyPcfAVQGt6tm5 { width:8.9375rem;height:2.4rem;top:7.75rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvorNIzkkeREPR53xS6R8hUunP4LrRBp { width:5.5rem;height:1.05025rem;top:10.0625rem;left:28.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gzo4KZxqDhXqVpAqttXNeTo2KhWCdWIW { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KISme9An40M8tJKHfrXISV65fkl35f5G { width:21.25rem;height:4.5625rem;top:13rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNUO3rVQM3VhcTzUrmPUp7LC6ShhmFq3 { display:block; }
 }@media only screen and (max-width: 1199px) { #KRpOkVUfoGObfvi4drAMSWDZoXoFr9yB { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ORRPHAuEboJwTZvkCHcanolv1t677aS4 { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZmICU91WzhwRJKF8HpM9pNvRmZmGIGu { width:8rem;height:2.4rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyW0OriAGh44sgepzLi1MmXKHoNMp0o6 { width:9.3125rem;height:1.05025rem;top:15.8125rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UchUe1TnIuLeiLHP2xlVixpMuOKrleEV { width:8.9375rem;height:2.4rem;top:13.75rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u8wDg0GDnHkILzBvmBWnMJJe0BeZTnTf { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wfhAQqdsIVxbbkG3OcaXUa6MEGZM7tTZ { width:9.375rem;height:0.9625rem;top:15.761458396912rem;left:24.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5EVktFmrFMWlZhbZkvDQZaa8daWKSWA { width:21.25rem;height:4.6875rem;top:18.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgCht4kaeKDfAX12IegHMG4hZDXCNT38 { width:21.25rem;height:4.6875rem;top:18.59375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzO9wTpU76y6L0hiAAQhLAWbLeCatT9A { display:block; }
 }@media only screen and (max-width: 1199px) { #J9QIpEa9BZTvAoPyDzIqNOvNCCvquTSc { width:1.375rem;height:1.375rem;top:19.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ib9Tn03C9zMNUTtacl6XCfFmv1boSJQZ { width:0.875rem;height:0.875rem;top:19.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwtvv5W3gcKRygLtVxbVOROEKIcT5KMX { width:8rem;height:2.4rem;top:19.25rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #va7lQvrgNMktMU87xK1cmGmE5bCOS8aL { width:9.3125rem;height:0.9625rem;top:21.4375rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGohLQzzrEthsJpQMh8rOctg17yIkhsK { width:8.9375rem;height:2.4rem;top:19rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFUmf9rMIXDpnuEvHKxaBEhnDapNxaAR { width:6.625rem;height:0.9625rem;top:21.4375rem;left:24.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0nxdrgELKouBpDdEWvt83C8IxooiP7r { width:5.5rem;height:0.96146875rem;top:21.4375rem;left:28.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gSumA5lMWG4BXWODuZ5aMlPXW08A3dXg { width:20rem;height:3rem;top:25.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jz8fKu4B7kESaTTeG5vDKpz9VeA959XL { display:block; }
 }@media only screen and (max-width: 1199px) { #XS0BWUPaUQamMnAsO3SyTeTeyQyTCLkn { width:20rem;height:3rem;top:25.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb6oE3qOHOmOBPTwwgmLnHhPC5wrgdng { width:20rem;height:3rem;top:25.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMCcaa5KreBcPDT8B7cBrO8T4BPyUkeg { top:25.375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuqThP2fFyBW0mceh2OMrRoCzvsqQUlp { width:20rem;height:3rem;top:25.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJBlrlxOsBzekOOF9D8uUZJbr97EyEZ1 { width:22.375rem;height:1.05025rem;top:29rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { display:block; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { width:47.75rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { width:20.75rem;height:2.1rem;top:3.125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { width:17.9375rem;height:0.89375rem;top:5.3125rem;left:14.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkncNMEok1BEIk4pNoyGyiqy3JoOsAVe { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i256DXhR6hOw2ITcvg3ZkLTWHrex4rdi { display:block; }
 }@media only screen and (max-width: 1199px) { #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cR8unuCKoLpp5it13dM1bTqlUZfDupDI { width:17.8125rem;height:1.3125rem;top:15.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTtluvXzviVpnR9ObedcRzClaKJCUkaf { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gs6EBEwQEiwC7yEJdcJ3XngsR9RrXCEq { width:17.8125rem;height:1.3125rem;top:43.75rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { width:12.5rem;height:1.13769375rem;top:19.9375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { width:8.9375rem;height:2.70019375rem;top:20.8125rem;left:19.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { width:9.3125rem;height:1.05025rem;top:23.125rem;left:19.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block; }
 }@media only screen and (max-width: 1199px) { #ywEOT41gSNk7yygVgH90kzGUiMfphpif { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { width:20.3125rem;height:24.9375rem;top:31.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { width:2.8125rem;height:1.3rem;top:32.25rem;left:14.1875rem;font-size:1rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 1199px) { #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { width:17.4375rem;height:2.625rem;top:33.875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0lhJKmzFp8HTpwWiwh1obCJrPbzTqwT { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q27O62bsQHchN3kLzrqyA7mUT0qSSPnE { display:block; }
 }@media only screen and (max-width: 1199px) { #EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { width:17.5625rem;height:1.3125rem;top:38.75rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { width:17.125rem;height:1.3125rem;top:40.4375rem;left:15.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #psgg91usKuEZVvAskuOutQyczG2Rh4wq { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fA8e8llQsyKbALdv7PiaWreGserc4eO5 { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkEsvo4pG2pIPh325DoAS9yDtOuDtUgK { width:17.8125rem;height:1.3125rem;top:17.6875rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { width:8.9375rem;height:2.70019375rem;top:47.3125rem;left:19.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { width:12.5rem;height:1.13769375rem;top:46.237500190735rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { width:9.3125rem;height:1.05025rem;top:49.625rem;left:19.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP5b8qQU140puR389IXUkVTLnv9LiUh9 { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block; }
 }@media only screen and (max-width: 1199px) { #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { width:16.9375rem;height:0.9625rem;top:56.75rem;left:15.46875rem;font-size:0.6875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { width:19.4375rem;height:1.13769375rem;top:58.5625rem;left:14.125rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block; }
 }@media only screen and (max-width: 1199px) { #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { width:11.375rem;height:1.05025rem;top:65.0625rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfTLSVaBMq2x9DipVIcTeBX8tKidEEUi { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GHfMgmIDTaL1c3b1QScrDwEbSiTgRvyZ { display:block; }
 }@media only screen and (max-width: 1199px) { #MQtWVKHHqV6zvnT04NfRNrsTuk2oxFxu { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mVtrWyMLKJQ86FVQWC3B4pHlpX3g1QLg { display:block; }
 }@media only screen and (max-width: 1199px) { #RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz { display:block; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row .container { width:47.75rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LUZC8vsJObFwpgenEUqlg1bOvOoORyq2 { width:47.75rem;height:2.9086294416244rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUgFvIG89IlQF4tih2aXGgE1mVPX7snT { width:1.375rem;height:1.375rem;top:1.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1FW6Vf0xT356ZP0ur9sniwbQ5VQ8Xtk { top:1.625rem;left:9.6875rem;width:26.875rem;height:1.35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tv0EnOyNwZWtAknpIGkHzVxrnU8QWkS0 { width:8.9375rem;height:2.125rem;top:1.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UduXnngVOlGTddKRvTTf22END9WdzKT0 { display:block; }
 }@media only screen and (max-width: 1199px) { #V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe { display:block; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aINCns3QkDpQBXwWteDL9B6pc1lghTx6 { width:47.75rem;height:4.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vx5vtOplCBWTJmH1pxyFlfKuHwfBrPcI { width:47.75rem;height:8.6875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gt6XvOi3JnrChEnwxmKenygpZoinOH94 { top:2.46875rem;left:1.1875rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZnmayGcZho1B4z5Hq96VFnbSGzXlo4K { top:7.1875rem;left:1.1875rem;width:24.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnVb2T0TqlFMBgUyUPCyMKXKZBEvKVk1 { width:13.875rem;height:3rem;top:7.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDhzZQFWvvbe5XqJ3hq0eeucJ1xEtTkI { display:block; }
 }@media only screen and (max-width: 1199px) { #Lx5pQ7bNIFd23z1c56q6OV1gnzaDHvPK { top:10.3125rem;left:12rem;width:7.1875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcU0Rtd9SftufFHFkUufIceWCwOyv3AF { width:2.1875rem;height:1.25rem;top:2.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiuAfSMmpyBPAOOOL8CJ3TP6IzsXC3GD { width:2.1875rem;height:1.25rem;top:2.6875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRixlpEsSHX7z9llunrd7bGICF86JyZB { width:2.1875rem;height:1.25rem;top:2.6875rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxveKqwsc0pXMgx5AwBsh89BUPl4GnMv { width:6.4375rem;height:1.375rem;top:10.362508773804rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZMTStsadXuEVzgrgQcW9arb8zmJxXZa { display:block; }
 }@media only screen and (max-width: 1199px) { #R3BXo48kbgOxZ2SMKK3aD0DSLVPzq2lm { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLqN13C2SuSW74mdH0StorSXHZqWXDqP { display:none; }#GLqN13C2SuSW74mdH0StorSXHZqWXDqP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CmeHG2vo8GJDqbefHFLRmpdtIDdsvC3F { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfBRQSvgnNW3qsPH9Tcy5JoL5T54SRK7 { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuiVEhbrSlXGbJ4bI7aOVawbzX623KwF { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I7TLvgy94J7TTKXBwZ3ZXG1aHERXeZQm { width:10.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zIkcBccPLr0EoiUcKweRMpi7clHbxT9c { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 { display:none; }#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eKtEy1amDiiQIqcBR250hJ0hxFGJlZuV { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRwZlfwRNuLQaXz7lqkam2K1Qho8PZ1S { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9iUhVUTOTUnnt7r2tPVA138fdoWUzSF { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5xcZd1P6tbwb3RmGt9L2OguECNr8UsC { width:11.875rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CStfbbzhwZUa4tVA4QxQHlELTWH2ypWn { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT { display:none; }#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IrGPzeclmTB3NK5F8amAvHKhIBT8K5Rw { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRdVfGc7vBJgF1LmBqik36MvpTNPpMXX { width:47.5rem;height:8.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyIMCbDiQUZQVA0XOlWCqABtQcDTkXW4 { top:3rem;left:0rem;width:14.5625rem;height:19.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgGZ7FxZridU2PJ3G9iynuXfyLQ7Pwsr { width:10.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qE3ae8aFpsRobPskkbtZINEgrsi5MKRv { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MyAf3GU03aUROD40PdGh4n33uL6dh7R7 { display:block; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrcSd17TERJxgQOsDB6KicOEPT0vIAoR { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq5JJ4nQStLJZct1x1BmZ6114aomQTZd { width:47.75rem;height:13.1875rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #MP3FDx9v33ASufqSUNwspH06OD1fvHeb { top:2.46875rem;left:1.1875rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zT1kibtTwV6Js6CkR4k5xMxfZrtVO6E6 { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOory57vGPp2vsZ2yCMCgOeagCVMha2s { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERfaOFTbPKNSpKApd2m2T7n04yplVUUf { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HOfWwE7OuI8X2IdQERTQbH0nc4FnBbnW { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKmdqLvGyxZUIqWTffNrHEAAvFFCzl2T { width:4rem;height:1.25rem;top:9.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLJXwVBMFGRJpPT8Ag0QuRhMivearTJZ { width:5rem;height:5rem;top:8.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R33eTsqI7MzOtZyF1f4dixLRLZ4ZneAw { display:block; }
 }@media only screen and (max-width: 1199px) { #DGra4z3pDukFGdb0bn2MwxfxepDuVCQq { width:4rem;height:1.25rem;top:9.9375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQeEnJ9Mz2grPEytTkowvU5e3hGf1TzP { width:5rem;height:5rem;top:8.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZ5mgvrqX3U1DqKvCeR6isAxqoxcHKdl { display:block; }
 }@media only screen and (max-width: 1199px) { #qDCoQn7M1W06zZp2dhZEFeRIrpZluTVF { width:4rem;height:1.25rem;top:9.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyuJIkqiSQ3zxdPb2JTGwNJxVRyoZ8fb { width:5rem;height:5rem;top:8.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxyXnu40In7mCiMWCdUFRVUlxaJhfd8C { display:block; }
 }@media only screen and (max-width: 1199px) { #L1d2aTrzK3g07bviVbrW4a6sbtebM7u3 { width:3.9375rem;height:1.25rem;top:9.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4mxFgh4owQeH4wQZqtEBoAyuh9fgFQD { width:5rem;height:5rem;top:8.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8ktX643qaVlwGR2WNHieQG7QUbJbGDy { display:block; }
 }@media only screen and (max-width: 1199px) { #Ht758G68mEd1FXyc6P4SxGUX7FXzNvV0 { width:0.75rem;height:0.8125rem;top:12.375rem;left:14.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #FKOnqTaLqZ2dRZyUJXUSrSKuoeSgK01S { width:0.75rem;height:0.8125rem;top:12.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydQpZaePdN45TpGBEMqFeZZ7XUHBrS6L { width:0.75rem;height:0.8125rem;top:12.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISlbmLQ1xmeqQHZZyNoyckclVsUaWzw6 { width:0.75rem;height:0.8125rem;top:12.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VxRx1x6BrsRwxFAMGkT3Lfdcr7SguJAT { width:0.5rem;height:0.5rem;top:12.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFK9TOdJVSJmNVmHEMgXUwUvVldsG8eQ { width:0.5rem;height:0.5rem;top:12.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmU3ca5V0OLd4CA0Ht5BwCTfhiSn69eg { width:0.5rem;height:0.5rem;top:12.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdGtPMDak0nZPBdLZmKMXy6c7DRTfJT0 { width:0.5rem;height:0.5rem;top:12.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SL03Si3gUaNuqktIdWokWPrgZUgV2fHK { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv { display:block; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yvZ44GrwdLIaRW6v79ZBkAw9BJsIw9a3 { width:47.75rem;height:4.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiLOTP5JHMRtdHP3qiS3nxmtndcFLWkS { width:47.75rem;height:19.0625rem;top:4.09375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #LCuV1Jv04eWpp0hfZZoSJe6EX9fAldsG { top:2.46875rem;left:1.1875rem;width:43.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3uWPzu0fCvkZxN8ctI01UgTP6l0wQsG { width:5rem;height:5rem;top:10rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rieFoe9NZt6TlxFdXO87RMZXSkCmXTmr { width:5rem;height:5rem;top:10rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPe4LAmPfiQ7eRT7FooFkRTtZX8HRuf7 { width:5rem;height:5rem;top:9.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6txA65wpRi3cAQp3FwR05nKXQl7n511 { width:5rem;height:5rem;top:9.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5Ud8kp3T6RqJF4c4zidX3OSQtd9UVfh { width:5rem;height:5rem;top:9.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwsRQvHTNTGcvafAzsiaBxobwZXSMUth { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTHacnupd190THCr4S5TG2DwocORWgyS { width:5rem;height:5rem;top:16.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTw8J9ZylkKvCTgvfLdgaXCpGgdzkeJK { width:5rem;height:5rem;top:16.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSPSdStKmvTxvLmNUHJTNcmHickSZBdT { width:5rem;height:5rem;top:16.1875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWgWNm57bfiLI8lLgErBQaiZDzrrszPN { width:5rem;height:5rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqNcXTssWadef3VoIJLKq28I7hyNtp6T { width:38.8125rem;height:0.89375rem;top:7.125rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8iSPlfyqQOimfeXmKs3TtTEWVnemiEI { width:9.25rem;height:1.3125rem;top:7rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnfGubCU8DRBywEgTcp2TuiHaxETDk7H { display:block; }
 }@media only screen and (max-width: 1199px) { #RWP53HT3QeTrp2yhR6XBunTrEPJezDPb { width:3.75rem;height:3.75rem;top:10.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7saV73Da8iTnESrl6XqN1UmXRixp9g5 { width:5rem;height:5rem;top:9.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOFokUiaHpoa7T0PxDFaXxhtXXFkTvbn { display:block; }
 }@media only screen and (max-width: 1199px) { #cHImzcWsCSExTEl8Sws4Nscp7RwiuHrA { width:3.625rem;height:1.375rem;top:11.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZarZdwbPcGBqINMCiJvaFGu2wPP7g3lT { width:5rem;height:5rem;top:10.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAoqpm3loJxNyJZfoKpbTFR1G3BnxiQZ { display:block; }
 }@media only screen and (max-width: 1199px) { #RbIUXPCwiasmvRVHADRB7b5hI5KVWIqu { width:3.625rem;height:1.375rem;top:11.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #il10a8xqPBnZkiLKzUXlG0MhPpgm9DBH { width:5rem;height:5rem;top:10rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXW7HOcRe05Tw6fxsdZCTfmN2P6Nmhez { display:block; }
 }@media only screen and (max-width: 1199px) { #ZztNXIt7Vvv9TFlLmN7WfTzJznlRxEqP { width:2.5rem;height:2.75rem;top:11.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1xctSTU8u6hKnP1nrRcbraohWMbEGUG { width:5rem;height:5rem;top:10rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgcELgyzPigbPnZQlTb8UFOE3KMskTJc { display:block; }
 }@media only screen and (max-width: 1199px) { #n4OgNAzHlZX2RD8QsiSsyUTEq0pUV8Dq { width:2.25rem;height:2.75rem;top:11.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mq08usT9M8GbNpTM1FCBmZLQDm5ZRneH { width:5rem;height:5rem;top:10rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJWBpzt98O2En6hZtME4qVNEgal5CnLp { display:block; }
 }@media only screen and (max-width: 1199px) { #xRar6bwg6331Bv03AwMa6RAakMZat2ca { width:3.625rem;height:3.625rem;top:10.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxAeeUItt6B98pzzADbwUsFBkbr8lsCo { width:5rem;height:5rem;top:9.9875011444094rem;left:39.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mzzyrxm6fOCBhMS91F3K3GCxybGTsOVT { display:block; }
 }@media only screen and (max-width: 1199px) { #JrtcISqdBkrKr4eyV3HSuQrwKZHVIaLv { width:3.625rem;height:2.375rem;top:17.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gb5Rn3SDyzZAdrKaaSAkrD6cMXrZpSys { width:5rem;height:5rem;top:16.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeAlhi8lI522toqToJTAFsAdeCbGZ7u2 { display:block; }
 }@media only screen and (max-width: 1199px) { #rsv3xL0sDU0c6k5SkqN5gS1nEHd0sd9f { width:3.625rem;height:2.875rem;top:17.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cx5zC4vfQEg9kcVlotgxBTHzoMH2ettZ { width:5rem;height:5rem;top:16.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWmPgrzQzBcXsMpDbZy66zJ5OSMmRJNn { display:block; }
 }@media only screen and (max-width: 1199px) { #x1Fsi7ELw55RhOOCcXHw19SiOwsd82o0 { width:2.875rem;height:2.875rem;top:17.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kw22eBw9T50Hn468ruGgHw3OP5WyZGm0 { width:5rem;height:5rem;top:16.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDyI4Ba2ERensFgTZaUB3DMiuNXwNrOP { display:block; }
 }@media only screen and (max-width: 1199px) { #ut2dAqDN54ieTh1uZbu6iKP9SCwkp3rO { width:3.5rem;height:3.5rem;top:16.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ns0lOb8bqLspasSsc4Zpw9rXIbTHRzTd { width:5rem;height:5rem;top:16.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnUD7LCCEmlKoU13iy4wxViul9Q8mMT5 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZVBSQd6N55ndF0gz1zg3PEfs9Nxf0Sn7 { width:3.6875rem;height:3.6875rem;top:16.84375rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGeWD6xOQ3ohCDxQXvkZ0BSDpxMUUQrh { width:5rem;height:5rem;top:16.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmPJxUot7i0g5IvVQvUL1RTD7orXZDBh { display:block; }
 }@media only screen and (max-width: 1199px) { #A4w1wJfQsvTJZh3xHb6nyglZHsAhx5zS { width:0.75rem;height:0.8125rem;top:13.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfskK2hsa3qg0xdQo83rsJBTFhwBJ6Ri { width:0.75rem;height:0.8125rem;top:13.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukZQ1iwHvvllWeKiOUEK9lz3zF2yMqcd { width:0.75rem;height:0.8125rem;top:13.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSo4H2B7Pi53ds9hThT9ZRlv2TZgvrmT { width:0.75rem;height:0.8125rem;top:13.75rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPLBZMAtpUmhu5vqM38PLwHdvTO1drhr { width:0.75rem;height:0.8125rem;top:13.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kG6Vw5cMNkkByU1CEX0mHCqcG0Z4UwMN { width:0.75rem;height:0.8125rem;top:20rem;left:7.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #wfqufzz2wHaMv7pkq9LaMrkeZdvDWT79 { width:0.75rem;height:0.8125rem;top:20rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hU4VDGIGFGtHzsir36IOLr4wa9UK1RL8 { width:0.75rem;height:0.8125rem;top:20rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTrw9gD7rCOnOtPxGnGVJ3lOTCPWsD25 { width:0.75rem;height:0.8125rem;top:20rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASB6eJxATLTSHtb4pTSZLXQ8USkDRRc8 { width:0.75rem;height:0.8125rem;top:20rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wQokoAzKiCWAkAMRzZ5iofHrUiv5EkSA { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GRPnrdnvsTgZF3Iy9bc5JZ9pFWTarTED { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SiPd2qitE3SmXRREATQ3ky4qoCLsavgq { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ffNA4yeJZtJTKTsJrTJuPxInpOm4OaFE { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Jg2WQvXCoJKDWXqtrP29LnzR3VfnZ1Fn { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zk6T2zQtdQt9eZD0AiufLJTPZBlKfTsa { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k1JdVyhueVRL51aQMQ5aBmktyEFsnVs9 { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TAq7JOgwnupB7QRLOxrGDhTW4cwF2AsZ { display:block; }
 }@media only screen and (max-width: 1199px) { #Dq4kTmTTmcAoRfnyvzCrL9hWuGxA2hkI { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TLyU6iimpF5dLzB76TF9zPPyzCktxLyR { display:block; }
 }@media only screen and (max-width: 1199px) { #Dg6Te3ARmgIONtqUBb5HdAPTUBwGadec { width:3.3125rem;height:3.3125rem;top:17.03125rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpEncizm3EVKk58XVtZVDcDxOaIqRIGD { width:5rem;height:5rem;top:16.1875rem;left:39.487499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L14iORFOnhli7rfvPfvPTkWZtZrV3gsh { display:block; }
 }@media only screen and (max-width: 1199px) { #nt6G5h8WWmQtzUsRBdBZGkAcq6Uk9CHW { width:10.9375rem;height:2.3125rem;top:24.3125rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0bhsASV9fe5WfJ0MPbbBtrJ0Z5NWhaH { display:block; }
 }@media only screen and (max-width: 1199px) { #ypLE0oqbf2ofifAZ3yS9kVRwcef5sAP8 { width:10.5875rem;height:2.3375rem;top:24.25rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6eNmJ11PrgkShiobmPvOKi7knmlxN02 { display:block; }
 }@media only screen and (max-width: 1199px) { #WtJAi0s7IfM7THfc5PsfBowtlThUbxRT { width:3.125rem;height:3.125rem;top:4rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIQTK45kytyPRXCRofrLBAQnsODeT5bQ { width:5rem;height:5rem;top:10rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nlf1VEN0hG0QaUABlr4y4yQWFQrAA2cF { width:0.75rem;height:0.8125rem;top:13.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s33LO4uMaHvoRTCdUkPM76HB7gu9EFXT { width:5rem;height:5rem;top:16.1875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N2sKzrECFEtVeebAoGXgtf0JL8VN1o2T { width:0.75rem;height:0.8125rem;top:19.925001144409rem;left:43.174999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pisumf6z4NcCozMIoHB7uTZCpmHbzC18 { width:10.5625rem;height:0.89375rem;top:7.125rem;left:37.237499237061rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n { display:block; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nFZeF4r2S5coSlL5x06LsFpF8FThR1CU { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #zofPDyvPQ8mp6cQdWn2PPi09nBqeT5tC { top:2.21875rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8OH4tRezv3Uio1Ih3Qe3pO5uJ6KWmK8 { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbZarFi21q3hqADGzihC9CuZXw35V878 { width:4rem;height:1.25rem;top:7.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hg3kdU3dXN3Zz2yECVk4dr6hFTzryGZx { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHd7b1OhIgDQB7lnReecw1TtLxsHvoi2 { display:block; }
 }@media only screen and (max-width: 1199px) { #Hqyo364XR23O4I1pTIqkwyuFz4M4WE5v { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtkJHTrM7oCghT86MUbHGnc3l9ee85B4 { width:4rem;height:1.25rem;top:7.0625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBT56Dm0aKTfdnyuM0DSwntwKSeyS0PF { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKW6T0ecoceDeithI0AEGNmm6Fi6MUJ0 { display:block; }
 }@media only screen and (max-width: 1199px) { #rBvGF6ScMkCgz7tF0oTDT0JXMdcwWRx9 { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7uvHGeXZSgLf0k4doLGKZJZha3ItOxm { width:4rem;height:1.25rem;top:7.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9Dq2a20awG0QDXHCzVi4Gur916rWk9v { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHVuSJXkxpWb9rgfvn0rVpLLgnBd7sOT { display:block; }
 }@media only screen and (max-width: 1199px) { #HCOPvcA95TeZNkWmd4X5pgcDCTt3yzlO { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIgCebIhyLr5B81A2U2TVagFUKlyN01P { width:3.9375rem;height:1.25rem;top:7.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iItdiwrOs23Qt57freXTao4K3AvOJl2W { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQkIgZOii2JgEx8Ep0AD7aU51y8mPBHP { display:block; }
 }@media only screen and (max-width: 1199px) { #bd7tKuXhgPrZ6LB21kdz5gfLTfMZIUsF { top:11.5625rem;left:3.90625rem;width:39.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhFgCEaOTIC16LrK0qnnElgJBhOc32JW { top:13.375rem;left:3.90625rem;width:39.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9D6QORrubAGPv2Hp80O0za7q1LOApvD { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNsB85pe0iwBT4vL9raH7H30vhayho6l { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxCW6fHfQAFTLOvPolR9K07aoFctL7iJ { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1fHvIW1TWWtGTA3qahGldlicexPEchv { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqNW20NhAWB4t6TM0UUkXSMUPXoMuGEH { width:3.5rem;height:3.5rem;top:16.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5E24NmpiJexCRGbCMGnq9L59ix0NxfH { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8rwSgvrUtFO43NuR6WlKWvg3s0qEtSq { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U1B6GQgJc0yys7BfytBplT55lz9isXTh { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7dazSTVsS7WTvVyuHSyrDqr8cpORbod { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sl2J5pEOqAQpU3q7kp4S5akNZBkmnhwr { width:3.5rem;height:3.5rem;top:16.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rkh80CJRqZtvKJyUnFLTDNu26NdiCk9n { width:3.5rem;height:3.5rem;top:16.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuyUJ0hsTiHPR4hiPgh5KwT2DyKTBWBL { width:3.5rem;height:3.5rem;top:16.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGA1CahT97TxMCW2U30SSWowLBub2sTf { width:0.6875rem;height:0.6875rem;top:20.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBqbzP2KTT6GEp24122HyWsN9Th7lfwD { width:9.5625rem;height:1.25rem;top:20.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asLTzPFUZ43DE7HxzzdTg92qTh7TWiW2 { display:block; }
 }@media only screen and (max-width: 1199px) { #K5UcQAQGABuTVRgyb3EsoXRn5XkdPTWO { width:2.25rem;height:2.25rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SLKGqaRqT4xtd6FTApOQCRZyFD5aIanA { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ia3kfikafILmEXxB121N9IZGK0IxK2oz { display:block; }
 }@media only screen and (max-width: 1199px) { #g3ZUaJO85Kk7aIA0m88sFH7WTfISO2Mm { width:2.25rem;height:2.25rem;top:16.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #docPtG4Qb1Kt7XqKqO2TU3re5Tm1zRVe { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HV7wS82ZZFphVEZhJxKf3ZJNzw9tSGQc { display:block; }
 }@media only screen and (max-width: 1199px) { #x7ZLkxtBHh99EACFPAklD3yhlhn3UE9e { width:2.25rem;height:2.25rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASRHniMKniFApFZssKaccHbFn6x2DC4B { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WICToe9VskvtSMNKVqkhp8sTbSePyfEr { display:block; }
 }@media only screen and (max-width: 1199px) { #PBJGp62SZek0ciwUlc8goKZSKvsXy5ES { width:2.25rem;height:2.25rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqalbShBd8qqvNLnENs0E1SNQp8deeTF { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wik6eVUEWbJpZtPgsRPrdHxcWOpxH86p { display:block; }
 }@media only screen and (max-width: 1199px) { #ras79QrPtzpMqpfkRB7Wfpamu5MVvRdf { width:2.25rem;height:2.25rem;top:16.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iQIGSD6ImgU4U3kAGLdmqOdtDdz1fmyo { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STA2azWBrIIupE3i33DBceL3F1dFqvWH { display:block; }
 }@media only screen and (max-width: 1199px) { #HrJkEVyt8KyGs4CyXxJbXyMGQ3fgRI0M { width:2.25rem;height:2.25rem;top:16.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4l4AQsp5zIfPhRGbQnof6rHm9HuagXH { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCbfqVVBgiQOIxLDvVUDymDXHxST2uTw { display:block; }
 }@media only screen and (max-width: 1199px) { #iEi5R8u0hqcv29TVs3OKEiq0ZgQWNExk { width:2.25rem;height:2.25rem;top:16.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJTr1VTtfML6TrqPaGZsHIMns6scJQTO { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkwbkeAUQIBe3G3hWpfd79kgz3FcbnIO { display:block; }
 }@media only screen and (max-width: 1199px) { #CsaRphEf6krB5fb3mb17Izz6T8FJal9I { width:2.25rem;height:2.25rem;top:16.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ig52soTu579fqAtmSwmgPKAeIv69WoHf { width:2.25rem;height:2.25rem;top:16.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zei5W7Z9nIEC4cLb5V71hhUgOmiHWBmG { width:1.6875rem;height:1.0625rem;top:17.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVPM90Rq4r4qJ4NIxdVEHmm06Gwg4rfC { width:2.25rem;height:2.25rem;top:16.9375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZ9P4wEib1kDyBenRzev3JJJ6g9O6XgQ { width:2.25rem;height:2.25rem;top:16.9375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4XHQaP5lcqrUXWnlak2XTQVJf2hsVaT { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNaHtadFcK4rPrnUcFtXDJqzZPqwOde0 { display:block; }
 }@media only screen and (max-width: 1199px) { #bdA4IZVVtZtRhHAgkJm28kwePQaawHea { width:33.1875rem;height:7.1875rem;top:4.21875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XA0e3Eib7ehwQrvMb8sv6TRykusDodlq { display:block; }
 }@media only screen and (max-width: 1199px) { #T4rxXwMfABg3WzRCH1JCLo1iXTyWplR8 { width:46.75rem;height:4rem;top:16.0625rem;left:0.5rem;z-index:15264;display:block; }
 }@media only screen and (max-width: 1199px) { #DHOZWFEb32L6FSXzhz0ku99hmP66ullg { display:block; }
 }@media only screen and (max-width: 1199px) { #fIqxhneJ72bwINffl2u5CH6kZizFQa3o { top:24.6875rem;left:4.03125rem;width:39.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDvwFM9yI2ErHKcIbAaR6FGmxqLTHCgr { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #EzAq6FRtAl6lCQfHWD8bCbfm0DJxxHvS { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS { background-color:transparent;background-image:none;display:block; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { background-color: transparent; background-image: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .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); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EkmyheTFHafa9mafBtMmpCgIPV6qZV4C { width:47.5rem;height:16.5625rem;top:0rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #XSL9rGpFvf4R5fiiWPy2v3LdeShC0EpF { width:3.5rem;height:3.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPK07bKODUkQq4h9TT9OKtJoDg5ogivL { width:3.5rem;height:3.5rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HO949wnTuPeXMbDh84aGNSp5ZGPL21wz { width:2.25rem;height:2.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rs9GGFMXqp1QhlrFL4uJ5qOGp6NUi98o { width:3.5rem;height:3.5rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQbPGA9Gz2LlGgWkHtEXwPiFhi98Erg6 { width:2.25rem;height:1.6875rem;top:1.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULwgh3AGI0uxrrOXwLKssd0b98DieTuu { width:2.25rem;height:2.25rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unSBpGh1vhUvnGclFtR00e3i2r8powZ9 { width:3.5rem;height:3.5rem;top:0.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zv4rl42Ezu4SXW2NPUKepzVTyrnxiuQl { width:3.5rem;height:3.5rem;top:0.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gy8ahk3eqvf88mxMOdndWUTX5WZc0X70 { width:2.25rem;height:1.875rem;top:1.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XF5PXDrskAMKLyZr6DltRKlBJeE3oHFq { width:1.5625rem;height:2.25rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zd7VIRnW6Cby14Zd1RCeVSODZN2mAKH7 { width:3.5rem;height:3.5rem;top:0.625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oK7nsbtQTycOLth64ZKZrM8FolTk4fcZ { width:2.25rem;height:2.25rem;top:1.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDbLliRd3c1kcxyVla7AbAFTMSPIPT9g { width:3.5rem;height:3.5rem;top:0.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUDTOHMbhdxUxBPImGpiV6kieVkQcluI { width:2.25rem;height:2.25rem;top:1.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0IW5LEwVf7yW0yBdi4wdM48VHvGALfS { width:3.5rem;height:3.5rem;top:0.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nc47KTeqATlX789zz2NJtgJuE01IPbQ7 { width:3.5rem;height:3.5rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZqTXtXiI9h6ktuc35kpCa3Ta4JU5oe1 { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1Htp5h63O0zfSRMDckTh98uCeziM0Dh { width:2.25rem;height:1.3125rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHe5uxwrMqfNPyuLtUuAPZA0KTTCr0oH { width:2.25rem;height:1.3125rem;top:1.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvKrD64QJ5DGI2sSJ0CFEWEfgQwLFwA8 { width:2.25rem;height:1.25rem;top:1.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meMv1UILUxsJiJqo0J0XZ02PUAAgyWTl { width:3.5rem;height:3.5rem;top:0.625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyyuN2lwat7xa3KDKco1mPBO6nOS97mp { width:3.5rem;height:3.5rem;top:0.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7pOM94Ih4eSrz2bOzJBfccoVvZx4KTw { width:2.25rem;height:1.3125rem;top:1.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6ZTG4AFHOs1RH90hrm8XNdfxgZHaRs9 { width:2.25rem;height:2.25rem;top:1.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqEWlxZo5IrIi02HplX1XfWSZZHavNgP { width:3.5rem;height:3.5rem;top:5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mpa2qf7U1SCubSXscRx15okq75TplcyS { width:3.5rem;height:3.5rem;top:5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BB7wQoRRleLQWcoEuEpcwdXTcZ606JP4 { width:2.0625rem;height:2.0625rem;top:5.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGu16zeW0rTnxcbICTy1k8C5BQQmFyMy { width:3.5rem;height:3.5rem;top:5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BghtWgslKFbFMMG5TS3D7kPyNwAVZ18H { width:2.25rem;height:2.25rem;top:5.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pETEFunnma3TKASTK4ehoU60aiz1sXns { width:2.25rem;height:2.25rem;top:5.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0W9kGod8wIHGusQrpcBlP0AgtqBAgZ4 { width:3.5rem;height:3.5rem;top:5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTfMGNUEVhXXXUmutS5tHLuvMtGwaIPA { width:2.25rem;height:0.8125rem;top:6.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDJ4H61w34BEXgMpyf6qUA2u5mXu6LMd { width:3.5rem;height:3.5rem;top:5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2dTgTLlZ4DmxASE1ptnX4tGpH6y8l6K { width:2.25rem;height:2.25rem;top:5.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQ8TDAzUwfO78NBN77V5RFakCkydxTd9 { width:3.5rem;height:3.5rem;top:5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnX7RrEPM6X5PWUMMCrvKkKRgVapChIn { width:2.25rem;height:2.25rem;top:5.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJfmSqVTDZo7VT63K2bmG1IqeXTV26UJ { width:3.5rem;height:3.5rem;top:5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvzZ2D97NUatbgGFKFbu43B3QxT6yzRT { width:2.25rem;height:2.25rem;top:5.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mH627FKBUfTiWWAPs5FLQw3hzJ1TO71A { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zob3xS6quwuVA22iB809ZsAQkCoAdXUd { width:2.25rem;height:2.25rem;top:5.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drIg4aInKPhHp7rockz8IkKqDm3mMdMD { width:3.5rem;height:3.5rem;top:5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHB8SCe4KC65VMV0G1uAcPGTvJuXFxMg { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPX9cEaUvBuk5TX4FgcT9dXCzk4ZEyMw { width:2.25rem;height:1.4375rem;top:5.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NB0zvpCFkcCwHDEBJUuNGgvOGWI72FzV { width:2.25rem;height:0.375rem;top:6.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNXZsN7I4vwHJ0MT2hGtlWZIA2nHrvsA { width:3.5rem;height:3.5rem;top:5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWbQvmDxTeccWEiMBZyDKKhc7op9Tesg { width:3.5rem;height:3.5rem;top:5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVq3JMJrJSP94QMHfWURvnoLiZTIVoLg { width:2.25rem;height:2.25rem;top:5.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sl2pm1tHMdg9z5LB9ME2rEw4yJvZVeNW { width:2.25rem;height:2.25rem;top:5.5625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBXn58BTvU1ZVXSK5ISJ6B8VZbT2xv4D { width:3.5rem;height:3.5rem;top:9.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwQ0xQxLJgsvdnIbhtnNDzAN1nFHQzVw { width:2.25rem;height:2.25rem;top:9.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAEfrxTXeTrJou2EF7dvz3PQCoSCGIPz { width:2.25rem;height:2.25rem;top:9.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uzzm1BAxvlguEx2Q28ke33lJ0OG4adXg { width:3.5rem;height:3.5rem;top:9.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0l6GQ0DKmTuXlXySTlef1ALdHEQwTQ1 { width:8.5625rem;height:1.25rem;top:13.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXhJu619hlDGSaQcowDRoOS9UkgHcNFN { display:block; }
 }@media only screen and (max-width: 1199px) { #wHUrHEGLvgUp6Ox0Wvz1QOcDvuwSu5vp { top:17.75rem;left:3.9375rem;width:39.9375rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4N4994TrfrP8tSPG8OMh9Ta2yKehhqS { width:0.6875rem;height:0.6875rem;top:14rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQeruyPI5L9IySwSVzATCZRffGZKcZUd { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ew83WQAxowEBo0ObUIOUddZXG446MFwp { display:block; }
 }@media only screen and (max-width: 1199px) { #J9smUrD0KfE0TR1sovRbVCryRiZ7pTqC { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H87ltqvJxvwoteb5bVQnAQ1HypK6EmH8 { display:block; }
 }@media only screen and (max-width: 1199px) { #wHqWckOsIiwuNHJZHkw7s9fmqo0RPGqW { width:46.75rem;height:12.5rem;top:0.375rem;left:0.5rem;z-index:15309;display:block; }
 }@media only screen and (max-width: 1199px) { #lkklVWtE7Cvm6M2w0kOkxHrQz0wOUTI4 { display:block; }
 }@media only screen and (max-width: 1199px) { #sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb { display:none; }#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VxbuTLk3o8llfPBi0r0gEH3TSXCSGlim { width:34.0625rem;height:2rem;top:1.8625001907349rem;left:6.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqNlKUtasN3lcyLwJ7tNiW1XogkKbgAu { width:25.5rem;height:1.3rem;top:3.9375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBtRqTH5UI0kZPpry0XwU58PKGEGBSfq { width:9.25rem;height:3.9375rem;top:5.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZ0OFnWSTrfR1RN4LN4C42FqsT9SpscK { width:8.875rem;height:2.625rem;top:31.937500953674rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcQrxStTDpDhD5Nh5yiDIEdXX4doTXL8 { display:block; }
 }@media only screen and (max-width: 1199px) { #oTmGXTwHsCdiTkyDQsXhJIMBccDtFgGV { width:43.3125rem;height:19.75rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UePqUueiBwHd9IrkrL6JOcEClFvc47qp { width:43.3125rem;height:15.0625rem;top:10.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMUEp0rLTV1hXQHbafHHW6WU2Bh2Tre3 { width:27.4375rem;height:19.4375rem;top:11.25rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fURcC73FURQGyu292FKUrzszMRRidFTD { width:43.3125rem;height:15.0625rem;top:5rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kBElbwWriV3nmmTnW48IfGUQOMPJnb2r { width:43.3125rem;height:19.75rem;top:5rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uRNJdRblA5KWThCpNeOwrVTnurNrcBFK { display:none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container { width:47.75rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #B6sWHToU2P3pOu2pD7NIZqAGaugJ6lIf { width:34.0625rem;height:2rem;top:1.6875rem;left:6.8437500596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUJhs1ovtmoWgyA1NqTH3WguIURLNAqq { width:25.5rem;height:1.3rem;top:3.9375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HD8rrBmCeHvkOqdvey3KgizVvVCzNoRu { width:9.25rem;height:3.9375rem;top:6.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9K6ZJHTrL3taFRy4zGGTtpQgwkR8qet { width:8.875rem;height:2.625rem;top:13.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZdwKI2rkHLCTazGDtnsfbZH2JRBOBZi { display:block; }
 }@media only screen and (max-width: 1199px) { #mPD8a9oto2s2sEFR72IVaTBHAIh9Rdnp { width:43.3125rem;height:19.75rem;top:5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ut5iakEJg52yFEn6Ra8EhfilE3ZBMvDC { width:43.3125rem;height:15.0625rem;top:5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m24v1bgqvc6vntMwZU9OarcgpHXPQRME { width:27.4375rem;height:19.4375rem;top:5.5625rem;left:10.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hmk2croUE06PCi7ynbdcs8CoRhrAouLT { width:43.3125rem;height:15.0625rem;top:5rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #K0w11T9qMtmndCQDaJF3uVBhmd2zV3p7 { width:43.3125rem;height:19.75rem;top:5rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #klncKpBm7sWzXSbmrQizsZtm6RbsGa3e { display:block; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eexd0rENvs2elN74KEQMH8EalvPnQZ6T { width:34.0625rem;height:2rem;top:1.6875rem;left:7.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xnK5BHw70RZfvBWhWxDD7ffyw2o3OpKS { width:2.6875rem;height:2.375rem;top:16.6875rem;left:21.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xGJ53aiNU0GBxFRn1vFvqwnFTCcApSQe { width:1.5625rem;height:1.5rem;top:1.90625rem;left:15.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9x01qDAOD1SoNkB93aQqz2TpWRJLDEA { width:21.6875rem;height:1.1375rem;top:3.6875rem;left:13.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB { display:block; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ffWB6r1BvLTsLHGVSDcx9ebRwJgBucnS { width:4.31196875rem;height:1.0617875rem;top:0.78586578369138rem;left:5.2185723781586rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TNHmwxXkSJO3QnmALTuU0M4o14O1vqFZ { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIbn1CLsZGRKFwEB2x0LlyM9nlPqfGEM { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOiHwu1AW3xTRZnT33W3I8SFflyC6JvH { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ot9JyXdEAVFKHIDTsBNO7Lz4cUXECvsy { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5TU12qWuCsXFyw2O6O2mkwkx0bi4dIt { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TRwwmm0c6XCv6R0TfxWxs0up9OkCWSxG { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #P7XfLfcErnQck8ObwyTozIKXKqBTVCIN { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0xqFGxMmiv24It229ElHRlezZ3eToTW { width:3.625rem;height:2.6875rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnl6NBNoMDTLJWZcTKUVPOXgmm9rnLGG { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #UegupM1LnMkHV3drPXLydbCk2aadkdXQ { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TR7B8pcla7hmWypyrGNa4yqp7Cs4PAk2 { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOnvppLwtrM80gk4t9DqHWTPGu4mucAh { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPOkbuTGKKRUfWuvSQBzWedcbFnBbQzi { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5idno69FisgTdEaupEtu790z7L0doCW { width:5.375rem;height:2rem;top:6.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpmXE2SirboJSmlJ0R5lf2T2EGvtlgQw { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsZsEgGQTNiGtNe8LT6pP8NfMIHvJHo9 { width:2.4375rem;height:1.8125rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPf8n8HivccGJiy4EO65fQ2uT1y2zlN1 { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #MvLSSg0Frl7WVIQ72XzRnS4TLVlHNZKZ { width:15rem;height:14.749375rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ngs3VlNvv49EAUA78y1EFqcGN5NDiKdQ { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khAoTTiHspuu2U17sP1PLkWxMa1yM8FP { width:10.75rem;height:0.89355625rem;top:2.3125rem;left:19.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJU9EJpU9cqPfLp5O6Ai6CdhcL9QHDJg { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4BOaFxo7tvvdHTB3bU0BWXhphR6kqPc { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #g9TTahK2HioXG9NEnBTTrMnanTQonsNQ { width:5.375rem;height:2rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtDpl13iHaHUxLdZkXRamJ2i4UgkdZs7 { width:2.6875rem;height:2rem;top:1.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TshHWIgzPKrkX1llp4h0Z2R1BDNSXxuy { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6Z5TfFS3UM1ndcapzHm7LNzFk6hxpRu { width:3.75rem;height:2.8125rem;top:1.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SLD6ixrXENFv4xfd0HKkdewRm0eDU3IX { width:8.375rem;height:3.574225rem;top:6.625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #fRW9aD2XZ0v0qaWXsrNKVQvFk0UlV6ZM { width:5.375rem;height:2rem;top:6.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4dJGNGWV8kuZdmLs6RDwTeiKI5FFHXW { width:4.125rem;height:0.9746125rem;top:7rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AC7KL4DB8LgsCmvy0QkhCcZaACF1AEWH { width:8.375rem;height:3.574225rem;top:10.5rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qKrFGhxvalWD23x7t9w4VaaUTFta1F8p { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xteTgJPeg5KTcb3xbw69rPiyuzMVOLIq { width:5.375rem;height:2rem;top:10.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgVLxgUULJmCQvrulMyL0pBpAiOn31Rv { width:12.625rem;height:2.3125rem;top:16.53125rem;left:17.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UlWkDuL9VW0WPSHuAv9R7lhkzbJbllgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Vvdm7uOxHgCd1TOTXmP0qezleEKvpSNX { width:1.25rem;height:1.25rem;top:17.0625rem;left:18.312499582768rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l7mhSCqeddmL5GhFeM0zCtxTmVkFerLw { width:3.8125rem;height:2.8125rem;top:0.375rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtAlu1eo6ONcuZaQM4F5BdtClJyq9vKL { width:15rem;height:14.7480625rem;top:0rem;left:32.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #THTGQKWACQAsFDmIpQmcTqwxItrrJp5K { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #cr7NCXbNIrtHFMyw2SBGWtoV5eBmwckI { width:8.375rem;height:1.7871125rem;top:8.4375rem;left:38.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TU6dTTgEk3tLGXQfZcZ6LQn6iFT0LI7H { width:8.375rem;height:1.7871125rem;top:10.5rem;left:38.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #VcrxyMKTSG2TETd2Txa0Bnc57ypVt2L4 { width:8.375rem;height:1.7871125rem;top:12.375rem;left:38.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #FQ456Wp4s1gF8KiOcvo3OHend8wTeWz7 { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #y5vH59LTqIlEELMpUCeHISBPNTz2D7d2 { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPZEv1syxpEczkRXSdrztTdTe4aqNPsd { width:5.375rem;height:2rem;top:6.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxAKlszziTN4I0UpFoB0Z0koTqK8yC4O { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxbiubkAByXJIkMN4IheAAiPDp5JbeBM { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdPNre5e3glDSiqx9w9Iz6fSGJ4cdPwU { width:4.1875rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlTuHEiUd7bQJBvNpG89yhnKX4cbVApX { width:2.375rem;height:1.75rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arbbcZGBTGMntTyHEmsTIOAXao7Gw8B9 { width:4.0625rem;height:0.9746125rem;top:7rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3bEy7EkXboolqzerJ7NrJqfO0E64SRW { width:4rem;height:0.9746125rem;top:10.9375rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBTuPiZ7HxTQbaOUkMSUnXnV2h15kUGW { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUX2zO3i604GKoAK9kOTFXP6ZcRTgAT5 { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T { display:block; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GIohdmFzkTpMvhOy1txcQoDw3PKCwyze { width:15rem;height:14.74875rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #WITgQilgZSKTKgr1mBPTy0kPcBCqr3Zx { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqksSBFmxc7khuVAUiHHyJ6sW98014NQ { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rod2GNZQ5qyFW7ETTMhZsohupovodmwk { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMIaFreqifG9POkKKGaIM44bMh9bkn9f { width:3.5rem;height:2.625rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOiskq3KaS6MJfyRMSXTsTbUUACawneC { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TqO93UQ06Jr5ibAgM8daQZtJKzxbwKab { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #WTCMeZlVBbyhchQyTka3LdyGH9d6SDpJ { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #AHfIx5IvqpGJOwRsQJylSFgmemu1IpPv { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #wskfpuV9kDd4I7UVIHDGG3BackfHQzyh { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #pElkc2FfW9TTEvhf7I7gRSoslCqJ87uV { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4DH6MsZukTI7Z8vRhuPHtFtV9QfqPv8 { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqIZGzHgVeBng9EXmHzmrrTAKhCphkUa { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yaZ7aDqv1A8Nwv9rZZbVgdIKJ6T0u8aH { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgfZPWtJ3mz3Ab2cZguyw3eIkNr0CqcE { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy0WtbozLw6lqTbLeFkRoJOs34E3JoFr { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3vDFgcyPH1bqhcDXESSIunBrkpBXco0 { width:2.375rem;height:1.75rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKgkUWLXK6Fv4AS6POHPnBSGpGBpS6t6 { width:10.75rem;height:0.89355625rem;top:2.3125rem;left:19.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HOT3FfqpJSzrTkhaSlrrSAuFLKKQsdq8 { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ng2zLJOOgV5vQ42ZTX1w5MXexWmE9Qxn { width:15rem;height:14.749375rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvtSFQN30pMXvilDokB9iIVpEFwcSdbo { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viPeR3flhOTFMAF8WtCRfbcbE817afHW { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #c2w5DQ5El3RHAFV2aNuhCBqMxE01GAXK { width:3.9375rem;height:2.75rem;top:1.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltbgU86JbuuXbXsUNTAidc3iJy5xrrn9 { width:8.375rem;height:3.574225rem;top:6.625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #hZiCEzNdOmx3nn7XBgMHASR5r8GzlQaA { width:8.375rem;height:3.574225rem;top:10.5rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #kFK4XTXuTJEOFwBxMTgdB4tHT7zAbTTX { width:2.625rem;height:1.9375rem;top:1.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1Femd239mb121oW0CiKzCMxIJRUQnB3 { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocGeTWeSWSHHDTnZouTfHR7Dc7a5reFP { width:4.125rem;height:0.9746125rem;top:7rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiXu4GXP8T173xTqtZoT0CnIcQ3o3tkd { width:5.375rem;height:2rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVekRBcegFTiSNhFXZtcpb7IWAfIVASD { width:5.375rem;height:2rem;top:6.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAx42lo7yWAZoabDyHknTow9PqQrkOTQ { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6zgt6Ph2QKnd51xVTvUl5s0thnwdoWG { width:5.375rem;height:2rem;top:10.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H75PBltRZ6HZBohF0cTBbJLhZaGzeM7u { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #BmTmhsu1Iu81FULNrXGqRBm7hmxEKQpm { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkHp21Lz4zHbRKcvI7bam3fTiv6WORl6 { width:8.3744375rem;height:4.46778125rem;top:10.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #icelqLWyw1qbFblVmVfUZbccXkGT6MGE { width:8.375rem;height:1.7871125rem;top:8.375rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #W7dfnay3l56gNBGhgZFgngUEhiCxsRxi { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mgMB4ubAveHmP2ypV1MF34BTig15TKHe { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #MpqHyvTgevEbPHnR5o6PseKZbrQP5aUA { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdrRlu1PHrTN0FT5wqhIPxKPRJEXJlJV { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyqTgHCHE4Pc5EhrWbDMzz7HTMUcCiDr { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENyLS7z2Z7hgJ2sNEPk7DtGss2D2QWis { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igGLo8ftw6eOrvKuFI0swZsAtolB2CrV { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxmbSACSsbwdcmB86xbeyXDmiu2mbw5u { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkvBF3eZSxTn0O6dhoESThv2n8aXCDOQ { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIWRxCu2Q6OIHXT7KB1zMBgyA11a4JpU { width:2.1875rem;height:1.625rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrVKt9xsnJbv62w2kVqHpSTNEbQvT70O { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PohFAUGsOAQh3aMQPlGM5k0XCzP60Lpc { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO { display:block; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HPTOWbZUs3XzK84CaRyU6nR157GPiEsx { width:12.625rem;height:2.3125rem;top:16.53125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQ5Pek5whiVShIVH6996GMsTUqTCeiW8 { display:block; }
 }@media only screen and (max-width: 1199px) { #ObFvli7Lceud8BMV3brQrcCMxTFgg5lB { width:1.25rem;height:1.25rem;top:17.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIhm2kMun9WE4W0xTbPaexciNzJ22hP4 { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W2cDId7IfuxDXdag7sQk2yn7DkGEK63W { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #uR4uQ9kS67ASfkXikDiGCSA6TUQE3ri0 { width:3.5rem;height:2.625rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3ecfeFCrSkB9EDbJFdGKwEM5bGT9cDF { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2ePovqRgafHuVTBGOBEyEOkDyPta4N2 { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #uun2xq3TM1IPiQvpKzHsaBOqHhxOxTwv { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #QSTgPnNobHCPRtrQMOMmIKmxsvkdvPek { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgLQFyCtEcAf43Xnd8hBiTHHD4euefs8 { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SePJSvw4WQVxA7BLfyfm3ywkz5hpKBIW { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnSWFDslwyorEFNEfWWFiVsTz8AJelTZ { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBPNAMsTBxvS3XvIsuUrE2PG8JJu4eaD { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkK6A2ck0Eb87eQ7Ef0VfGTaaDN3mg7V { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uI9WrnWfpJALnucIm4ydRTTGq571l002 { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcLO4JlIGlZXU2d6TIByu2QrcqeLqsbf { width:2.1875rem;height:1.625rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVFmaephpqBF9otb9tXLX2KFLmGKq1aC { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKOgMS3udpJBkBfsAQJTKMaX9aH93Qo4 { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V80N5b4Gzm5RHL33nnNaXtrBiNT9T0uO { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mC2R7bLMVWCl9ExH3WUXJhNUqVt1F1ht { width:2.4375rem;height:1.8125rem;top:1.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ps18gFlxUsXGaKSoPv82UsErhctgdADr { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H71tHeMK5S9eT6vKFvHCrTQ13k7mefdz { width:10.75rem;height:0.89355625rem;top:2.3125rem;left:19.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RwdohovePi7bIr9ZA0vzLRbEUXTafLPf { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oE6y2TrJq8LNip7wpaiBuXAZqF1W5isa { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahRDxNIQxXQ2ttohKny5JXIc3iSA1U0I { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:23.0625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bt8M9E1MDRL6fEfT9MUPAlv7pOxsExdx { width:3.75rem;height:2.8125rem;top:1.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVxdN8aGAiFLMRMTkniLZt6eWPICLWtm { width:4.3125rem;height:0.9746125rem;top:7rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fp7qEw4HINIIx3q0qpS1sPhUokHBuDlW { width:8.375rem;height:3.574225rem;top:6.625rem;left:23.0625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aWi055ybp3l0EaTmKkzVtaGfVDhpzFvp { width:5.375rem;height:2rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acBlOCwGzkopu9O7UO9sWWXcwDTVmncl { width:5.375rem;height:2rem;top:6.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udhxqKH9ieuzO5O8Ghn4FGB9216z2nXC { width:15rem;height:14.749375rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScGJodkUveWy15m6AS3zccixdHr2kZFO { width:4.375rem;height:0.9746125rem;top:10.9375rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GveGp2SVUdQR3lqxL65ys3oFbrsbken4 { width:8.375rem;height:3.574225rem;top:10.5rem;left:23.0625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #WhyIZKw2h4pdwRvP2yiLFNNlsizDQ16S { width:5.375rem;height:2rem;top:10.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4MAIDC407VKtxbsJvgbVkx9NtxJAvDJ { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcNhrSy4JaAGWFUHr7L1dTSk58V9SOWD { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mh3b4oV3oKx9X6WPZ8E57aOygzMi8ILQ { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #T4FwMJ8kFv8ZOcfRRTqJyrKQbcp7v3sE { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXrxtVuvFQxT5z2WGkOd37whDJto0UhC { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #NDMDaTI1MLoAb0qX7BmIW9kCxaCI7LEE { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eue980nz0ynScwESW6eb8X78B0ilv2r4 { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #IbFaBexmKcMdlqFERPsFnVv6nJqwnPG6 { width:8.375rem;height:1.7871125rem;top:8.375rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #XR8NFLsTh4e82aeBOTCTI87gTtXEQbAq { width:8.3744375rem;height:3.574225rem;top:10.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #O9gyn9mXvfC3rXGRJ6uMAc8S5XqJi2br { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WR7fTPZ5SMmTGGP5KzWLzAASqTkZkIZq { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yy7ghPhn0GHVNu9eW443gzekFRcpQguT { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mOqMubrL0huEbJpVesa7zTDlBbCMZNCW { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7Ikcfw7BC6RLXAtHd585S0t2282Jk4n { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxHeMpxWAGDtFdHBK9fLwJmaZha21zqI { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaaO5MJCMfPom1MfBmvqPx6EvTFa6qnt { width:2.0625rem;height:1.5625rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX { display:block; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SSX7nsUvsd1myCsBqXSw6Z6yCIMlAwUD { width:8.375rem;height:1.786225rem;top:8.4364318847656rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #vfJzWbftAcFy28aXUgyEmUtUZ41KTxuW { width:8.375rem;height:1.786225rem;top:12.373931884766rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #wh5CJMUMwyL3L2skQR2Z8vsdiVpS4Syu { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epdwQHkI9gI86p34JwmlocNhGoMHzX0e { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xaGl4uZ03BTJJtoPrG2WWFT83sw6VpA9 { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGlcCwao6ARgF3PB3CfUHpQSI2Nk4LJt { width:3.4375rem;height:2.5625rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRCwh9EnEtDJvDvrf25W2OyQ1n70vT82 { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bsOdt5Ud5Or1EohzcTzl19dlZobRbVNG { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #fsZzy8zum3uZacTxdhfKPsdECIPZnEvU { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #oVDakGsNCFQfLCBFoJCLTim7CsMh1MKk { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #zsdx9l6bxMc66mAbnrMEtTbDvoQRWa4a { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #WsbTiONlMM7Fa0n9KtTtw8D2GITZWnvf { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #HnkecQ959kb1Xz3ZnANGPoL8ftQ9gtoT { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6DnlsXIiwKrl3edurs4susgr2FK4Ke9 { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxaC9WydTMqGxXg0EUHBJNGbIBMqMbuw { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJCqPqByf7AT23LuUpsoKnqqdlpNFFzB { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCIRqbs1mARG8X0e2oILtsUivwnzeVfF { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rf47L7BUdwnJzUCU3Nf5QeUH7FIpMLOs { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6UKt15ifG7RHlz3X1RFwc4tv7Mmg13n { width:2.0625rem;height:1.5625rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #isyrKcsHmSsFnDEVPuSw1dWxdN37mhUc { width:15rem;height:14.749375rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RwaoC9KdAQfDsXx2AoeBhkIJMhMqhz18 { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvwvP449s3vsi7aFkbfIfgetsyQfgyiT { width:10.75rem;height:0.89355625rem;top:2.3125rem;left:19.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euIB460BbwVDuJTzvf1S0TWmWdvCVgw3 { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x2EbB8OZCQnWplBkHL3mv53MsboTWORc { width:7.9375rem;height:1.7871125rem;top:4.5625rem;left:23rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Wa9XsqZv6BscDkMcC7BuV1HluMmt0CRU { width:2.3125rem;height:3.1875rem;top:1.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHRQ6gQsgcZv6140asgTcTFfiUoWOTwG { width:4.3125rem;height:0.9746125rem;top:7rem;left:17.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpobxU5HzH9CNzoFhJfvqbwwCwJZtItn { width:8.375rem;height:3.574225rem;top:6.625rem;left:23rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #PwVmIBB4oOao6Vw7KK37RPhc8HfSw35z { width:5.375rem;height:2rem;top:4.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMBBXTewoUArSnPqSwAw4h9gnRKBRBEu { width:5.375rem;height:2rem;top:6.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f8acmo4Q9q8B3LDbm8TD5sV97qZyqNZv { width:2.375rem;height:1.75rem;top:1.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFJl1zAet9BFZ3aTDtQSTlEXMd3sxCb9 { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oItSw6Fm4L7SAAPhUyo5g5Ja9lzIzuxI { width:8.375rem;height:3.574225rem;top:10.5rem;left:23rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #iF8ISBFE7FNoQ97byI68qTwZTbXIuEdT { width:5.375rem;height:2rem;top:10.5rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrwaldZhTlfQxOlEIGU3x6f0yUVpk8eF { width:4.375rem;height:0.9746125rem;top:10.9375rem;left:17.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hiy6aEXl2XylMd09tedXUAVKIqnCfd91 { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #QtQU6yxpie6pGyvow30TfeGxTf5L4r4t { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtyRBBrSUuqf32oc4si3MMO9XJlEmNry { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBuUua4grwMq8q2APs0XemCDmV4gTrza { width:2rem;height:1.5rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4tDksQF5ldUX944LNGadOwv1KdnEv1o { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbT7Te4h3FgiSBRihek4AH4TUdTmeArk { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #uWE8Hw6TVCD9tx4ThEVRCv1MWUNrhfip { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #FawTgO2VgSVdyCeSa65m2P4udqhABLVu { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3BeSOWa06ZrNEHDvBi02QfN7Qf232My { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #in094bKC9NIUQynpx1VEADvTGnXhkDrL { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBd3cZUctROXBJiMu7QauGlH5LGDoShh { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paaEtlAop6yRPgn1gTKrITghsEFJqX7y { width:8.375rem;height:1.7871125rem;top:8.375rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #TTt0gp21vpEf0RcHSVzfLKHqUrMerSI2 { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E4zfaHpNhly54TrpXXtZ0MAaGbJVtmIl { width:8.3744375rem;height:3.574225rem;top:10.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #rztnOKZH7L3RGXaTNc5k8s1gH0SysItS { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQUVBvD6q8HO01tPED0SIrT9CMLEdH9c { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPrPMiuHky6s1vedONMemKOrPTKu5Gwn { display:block; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nD69zmzlV3Qhf4NqyO2sWz7eSSrxrCMd { width:8.375rem;height:1.786225rem;top:8.4364318847656rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #uGZ8SdCsy8nn2EmHFXc4vMvaAATL36Z9 { width:8.375rem;height:1.786225rem;top:12.373931884766rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #quGWmdBCEfgESgviE1eswyHrn6cBceDo { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onKoWLGCJT0felcxtiQoM9BRNbvTFcao { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPFMJglLaav3scnKu5ZAbLiP1Rf56vDP { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGvuDH8dughFu1SeDk3NhKMKlMs1AyEt { width:3.3125rem;height:2.4375rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFztRAEAq5LlAycgAgP7D1qZ0SaWcdRE { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PydpDiqfiaDSuTbgzexpxRkR5VCGsqdu { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aW5NQbiX4VBliUxduFkyBOTKD4LCsBJu { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #wHhOM3lyKzDaR0ZPZuq7gNB2wfkMetSi { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #VhTmATwnEuU57iiBDT3wsRI98waM55cT { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #E6EAxHNf969BexRNMU6beEpecwkXv98a { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #rzLkPDmwcOpF6pT0gT1GxTCJzkThKwgz { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fX75aaDe5ANemwi1ZHJG8cTisNMGxXO8 { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akO1Zoxt2ceJBP7E8ZVpigfITBhtyxvP { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CksMTvznRrhJgUJLQ1w0vtJbSlx3zVok { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBBms8urpUkB0rUdIOqAQzQJPD3qxcKF { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOODeGaaxBz9gtZt0hBXgJGTM9SGmGRU { width:4.125rem;height:1.94921875rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbaWCvHBTDBlH5BwVsZx2ZiDHMQxyRCl { width:2rem;height:1.5rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1mQFXJurGskAxsuGxn5Vh7zmyttavp5 { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qntlILROkwOi62OZZHZ1oDFwolRSwreJ { width:10.75rem;height:0.89355625rem;top:2.3125rem;left:19.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmdDLz56u86dr0KvhG0HeFOdRwIUrkbR { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCF4n2PzltTAyzZpP2CPVyPph5TDluq3 { width:15rem;height:14.749375rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FghmAibJFMU1ELFnqB88nqyO7UXEbhDx { width:2.6875rem;height:1.9375rem;top:1.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kuy533kRz8cB8ulNnMecKetP1WSx13AF { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7oDxMBoJFqXHTIuZIcAprPMyFTMlcOn { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #CuiVxBS9d7dAgVErwr8sVnmUcwCeTZ4f { width:5.375rem;height:2rem;top:4.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pxt6NpUpFJXQkIlay1UcpP1ZTKmNC0Dx { width:3.3125rem;height:1.9375rem;top:1.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIQtnICi2buTeiarMGSPhPL6Cmm879UC { width:8.375rem;height:3.574225rem;top:6.625rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #OzLbOKiBaXsTvlF5Oog0s5iteGZJUS7G { width:5.375rem;height:2rem;top:6.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RspMiBpSCUIre48NNSO7UbbeHlnyAyLu { width:4.3125rem;height:0.9746125rem;top:7rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQZupuG383yCC8DHDrrwHHfgenfC0Xmu { width:4.375rem;height:0.9746125rem;top:10.9375rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArqWrGae5HmzTTtzMTaiUFSTLVMZBC9i { width:8.375rem;height:3.574225rem;top:10.5rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SC5EZyK8IakIytSyuT31gAbcwAm6027T { width:5.375rem;height:2rem;top:10.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewGPHF5ufCqbBN3oMQncIXibA1IBsgcI { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #IS3yJA7CudI0Of0LPNnWOqy05ZPwEAS7 { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqvblmTJf9ZV0aBd2zu4y4s2XeiSOwHF { width:8.3744375rem;height:3.574225rem;top:10.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Nt2B8TRxuGHDo16OzmhwaMQdiDReCAhU { width:8.375rem;height:1.7871125rem;top:8.375rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #lrZgMNeERSAflc144HDfx3IU9Wu8GXHL { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aobTutcZ3WLWnbxs36nJi54IfEW8uuWk { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SDMrbJ29dGewpA9mQaeggTxMV9Pum1dd { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGQgIr2Tb9mwWoT3gs4gCOIVdtQz4tQu { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mzvn2zhXExCRGMcmapDBqieayZrd8S69 { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBbfMfpc9LvUXABUhMeEawc2bpAFaNDC { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOcXxGJbud2HGo1Liwen60xG9o9Wk4G7 { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpX9DkcM9OrfdyQ2tLaOni3NXG1mvsLz { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEtvMTz4oGLTBH3zenSyIi1wPRMD8XSW { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnXJ7xTuTWcJGZacy1hfAywa7kECby3G { width:1.9375rem;height:1.4375rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbhTc5xMHKXu0KgrvyT3GvJL0u7R1PHt { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5dnV2vVwtyQEVxXU2sqXO5zG7nsldaH { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daQoRXApUNfTTX6tktIK2b8L2L7UMOfE { display:block; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZWK5xxQP5TpnkxB7PMBucCzZ36BZSZT2 { width:8.375rem;height:1.786225rem;top:8.4364318847656rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #Bokdv3QRxwgd2fBGshQ005RUB7c4FIVu { width:8.375rem;height:1.786225rem;top:12.373931884766rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #wnsnOLNW5QqKpLSQkDOBCRT2QtzlHImH { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITGuzTdqG9NObPJQPWG8pOQ0bUTRTetp { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLJIc5TS9nKn0efZlp7663pPFJEN4kSD { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qElBW2bnkmrMMyKPgueSO4Hx7pWG09wu { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrRhGEuPxyyqoG9HcScvM9Mewka6ssT3 { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #OmIUmuixSqHHalnF5LvlSyTThcQTdKJ9 { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #k6Xuz61OPfKyumWdA9lbIBoVyO9ZwD4P { width:3.125rem;height:2.3125rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3Ely6AvxdMbdn62F3XHl1636butGNhM { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #VZ3iT38RfeFvDGF9Qqv8cWtD8g1nao22 { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #elamd4AxrFWVWO8pafHqTGiJ9qMb423Q { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #eyi6nR9gqzSxKHv1TS15xBv7q9Am6Lwy { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kotRamVLusCTZRifTU5om4AVrTRKZyJh { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDSDZykgviDRzquO17OuUZ4XDb6TLlu2 { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oPLPAnACmN76v6FT2IlkTDFkZnWK6bGf { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6vbGH3hSuk7HLk2TlTCB9SQ0T3CiDEh { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5fNydCzmPshy5L3BvKuN6zark5WDxXI { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5yaxI6X3abh8zokZMBRgytSZ5lpgTm7 { width:1.9375rem;height:1.4375rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTCbtnqUyfbh9ufgXpRP13InIpfDm8wZ { width:15rem;height:14.749375rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Brpt7VADKnG4oPX0XRns31w2iDH2ik2n { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQtSahw8D6riHNrVuInSfKJfQtF1mnaJ { width:10.75rem;height:0.89355625rem;top:2.125rem;left:19.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATwV80skXz38nLC6ZlnG4bxlRJTB81AU { width:10.625rem;height:1.0556625rem;top:3.125rem;left:19.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSd24baKOfSyO7yAGcTJfM7RXGZ6HaRG { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #H2o9WRbmEzvdBUMOw8OoDkHTNycThOdN { width:3.3125rem;height:2.375rem;top:1.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ww1VCrMf7GTHLKaSFzRqZy8KTUHdQfDl { width:8.375rem;height:3.574225rem;top:6.625rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aaxUhoqGdOTvReV6qH1N7xy6q60exHdo { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpRac3kTl4CLPgT1X1uE5oUADTxuLxzG { width:4.3125rem;height:0.9746125rem;top:7rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVkWIvkpJh4frn6ya5wru7ZFfT5MdFW0 { width:5.375rem;height:2rem;top:4.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J4irHL6ZIXbPTxECNfCQTKkTH4kkdFZc { width:5.375rem;height:2rem;top:6.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mb27qDxeyW05ATFHBu0b5PRCIFhUJerc { width:2.5rem;height:1.75rem;top:1.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTo43lJFLesXTrMuJTPpC6R9b4T1F7Hp { width:4.375rem;height:0.9746125rem;top:10.9375rem;left:17.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQtHiw0x7uJ8X84C9PcKSUBU5M9hEWNA { width:8.375rem;height:3.574225rem;top:10.5rem;left:22.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #UwTtBNHIDsUPMCiIoUbiEJX4mBBuiAqy { width:5.375rem;height:2rem;top:10.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVgpdzfqTNXPzzqDAg7Qua9u6kzudetD { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #faS84vJ9IZaCPoJEdkJBKRwxVsPTR0k5 { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOgryEiQxLlfkfV7Up7mpER6swQ1HDOl { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DQVEkdTpJubNqmAnbZKD6gdakkgJShbi { width:8.375rem;height:1.7871125rem;top:6.625rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #k7gnbhIsTWJPO4B0oFiTTZ8bz4TMDpfi { width:8.375rem;height:1.7871125rem;top:8.375rem;left:38.9375rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcrHi1p0yqN06BbUmMkT2eNlRcEhHBuK { width:8.3744375rem;height:3.574225rem;top:10.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #XoLNHzD1MPk9gJ5cl45mDHqVmT6a27Ok { width:12.1875rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qilPLllgdeoL0IsIoqyZ8D6gz50Vhkq6 { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1lVfmNxb50hTT3hrIvfByb832MzZEqf { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDd3C3HwJ7WhP5JTngKM33XxkAVtbmRc { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DH68IUQLUpgNhNJeUxpMJpXkJyUkwrlb { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTuDTinfqBiTgnSPWToxZTZKdPq2ST2G { width:2.25rem;height:1.625rem;top:2.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOOzvwSUCm78k8W1lcF97yK48ySFHmfQ { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSuHF0kEEJtZtClT4CxJW42fG9tOtHyq { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCmEfOnFSl9moZeTyoD8TdkCT5T9PBt0 { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDKpFtld6e0PllxIV5NyE4I4uKDomSBd { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSFEEqZNuISyosisVwe5DFlmdOQT8fNz { display:block; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GpL8dwaQmaTF1SS1p20gds0aFzg7oGN0 { width:8.375rem;height:1.786225rem;top:8.4364318847656rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #OvaqOsBlxAuWiVdKWpKXcyd0HCLKLzET { width:8.375rem;height:1.786225rem;top:12.373931884766rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #ozdrAPzFgNrCxITCxI7SXp6Subhm4xRR { width:15rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWMI5rXycFTq493d9HT4UCFJAoq0xlmr { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #go0hefNrlwUxCPHQFPyauvh5eF6HsqlU { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fItE8h4rsxdzcQOi1aGvBvrur4ibHlS9 { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eECuLVz11NPtz3QvtwQ424BpI0BGq58D { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qhAiAWWkwRmQIGsE1RmJG3CzN3Z8aHh8 { width:8.375rem;height:1.7871125rem;top:6.625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gegMuIUTMfgCa251eqZRILqN0eidPgLB { width:3.125rem;height:2.3125rem;top:1.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXcZ76qnT04dhVWVqOqWghUyWzlVKvqr { width:8.375rem;height:1.7871125rem;top:8.5625rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #D9HT6T6wOpXNa4eROiHl6vqOT0oEl3bp { width:8.375rem;height:1.7871125rem;top:10.5rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #fQaGhRv9U5oeBJpOTB7dutkGxFDF896Q { width:4.25rem;height:0.9746125rem;top:5rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZTmZTETxoqfsvzXENJtGFGuyaeT5H4n { width:4.3125rem;height:0.9746125rem;top:7rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wONOxFxRbg7eEgkeOtwmoiRZ8lQ4LVUX { width:4.125rem;height:0.9746125rem;top:10.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZE3nGfqzpDMH2lzu2KLVS0u36MT1Dohc { width:5.375rem;height:2rem;top:4.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNstr1Tu0245mBKLuOFhuWEbaVLKqpOB { width:5.375rem;height:2rem;top:6.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJGH4ZdcFKWE0ET58Esqcz3T5k23v0lL { width:5.375rem;height:2rem;top:10.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUzpg3MN22t728mukLEyWUdyhTmkXdHP { width:2.25rem;height:1.625rem;top:2.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRmktRRhHEVDsU5vCqlE1hSe5VrTkfQ6 { width:8.375rem;height:1.7871125rem;top:12.375rem;left:6.1875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qTtJegOgT70h7OSTpRQwPBM7Hg5LGIDz { width:10.75rem;height:0.89355625rem;top:2.125rem;left:19.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1y1CDIaBiaJX19Lh9D7EZO1ZIFNJQAn { width:15rem;height:14.749375rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sfhy7fT69L76KiHutVdSFkTJ5M8G9heO { width:8.875rem;height:1.13671875rem;top:0.5625rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWynzSWfdXfkDfosB3tp1rm1RsFTtiKL { width:10.625rem;height:1.0556625rem;top:2.875rem;left:19.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfr5OQPRgBooqx57ZZ6IiZgTezyLFOil { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:22.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #PrgChEMz25zcWHpLQIwymDJyEtgvI53t { width:2.8125rem;height:2rem;top:1.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvhacEKW1vxiLLAX1QoE9WTFgDVdrCSg { width:8.375rem;height:3.574225rem;top:6.625rem;left:22.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qzk6yQGCMX0Gc5umaTnTRATIA7CUVbaP { width:5.375rem;height:2rem;top:4.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ialL5X7b4rTGyBlALc9lrINfF9bRmRf5 { width:5.375rem;height:2rem;top:6.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gworI6LxNb5I2xuB07BkDT0cs1Q05oVZ { width:2.4375rem;height:1.8125rem;top:2.3125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTph716TBB0dUpuGkzM1wIp9Z1t37M41 { width:4.1875rem;height:0.9746125rem;top:5rem;left:17.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neBt0NLd5LbKP2TJAdJVnauy3ee52yhI { width:4.3125rem;height:0.9746125rem;top:7rem;left:17.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cX7dvTBF52T1LoeSxFXyocaCQnUclbuP { width:4.375rem;height:0.9746125rem;top:10.9375rem;left:17.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihL4VqXItJ7TiSwUQFZGVwEyMNemuvpC { width:8.375rem;height:3.574225rem;top:10.5rem;left:22.875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Cp4M9NMXZa3qWFTwfVbCQmvQoQGsopAp { width:5.375rem;height:2rem;top:10.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a8GxJLcL0zu0oLkhWTCJgkkGvPKnwMnf { width:2.375rem;height:1.6875rem;top:2.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqnWPUaQBqtJP1834NickqVA4J4J2twf { width:15rem;height:14.749625rem;top:0rem;left:32.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #uAv9yFDPnZThqBAROHTI6qHoxmuRS4It { width:8.75rem;height:1.13671875rem;top:0.5625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGFgiOis3aTKGuh43e8fF6UM9LzdosHS { width:10.4375rem;height:1.0556625rem;top:3.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pm6Qbm8UVqnCPMVB54BJ7ZFpd5PEG33D { width:5.375rem;height:2rem;top:4.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGz578hKTNwphZCWWNZKRihTpWcB0078 { width:4.375rem;height:0.9746125rem;top:5rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf46vdbWuGVoseogiL0TUxwR4tWQbor3 { width:8.375rem;height:1.7871125rem;top:4.5625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sZPArKyqmfMI0M6tqkgfFIT2shLyAm1C { width:3.75rem;height:2.8125rem;top:1.3125rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eziReH5wXXHEV4wIHMxfoUatAtztzwtz { width:5.375rem;height:2rem;top:7.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTDdeI6CLT625b1R7Uo1mqsHybW1FLxa { width:4.3125rem;height:0.9746125rem;top:7.625rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugphwJBkysnIeDHnC1lkTmVPFmSEgVdD { width:8.375rem;height:1.7871125rem;top:6.625rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tgi5pSNObw9gCR4PvFBg8MvPGmEsWEur { width:8.375rem;height:1.7871125rem;top:8.375rem;left:39rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #v96HipQMT2ulwDTrX2lGR8G7CMQMqRru { width:10.25rem;height:0.89355625rem;top:2.3125rem;left:36.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eClfVRlMRsVdVpUyIidXZuWCrWzmwTyp { width:4.4375rem;height:0.9746125rem;top:10.8125rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Apr8HmG434ROs6e2FkvUE7SbHZBbQrJg { width:5.375rem;height:2rem;top:10.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuPifTFFlvlBSDOSla2FOr8KPiWZF6du { width:8.3744375rem;height:3.574225rem;top:10.5625rem;left:39.0625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr { display:block; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BF1IeTTKSfPrwFZyvJta6ZKMADn8lNeS { width:8.375rem;height:1.786225rem;top:8.4364318847656rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #csNAui8TsxckdRDpIVfd2MKkV9olNFvX { width:8.375rem;height:1.786225rem;top:12.373931884766rem;left:4.9369671344757rem;font-size:0.6875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 1199px) { #vN8nSDrrGm1yhVUqx1WJQW75eKIB0GKp { width:15rem;height:14.75rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7m5E7Hs2vPGe9BZECOrMKXTzKVRg7nX { width:8.75rem;height:1.1375rem;top:0.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P5fiIwPvttfFaqQr812HPRwi5hvgwnDM { width:10.25rem;height:0.89375rem;top:2rem;left:19.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N62euiqbyMfanUUv71mPABosRex2s81J { width:10.4375rem;height:1.05625rem;top:2.9375rem;left:19.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmsIwth7Dt2Pr5smuTl0SxihMmEVt1TX { width:8.375rem;height:1.7875rem;top:4.5625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SS0t5sVBw5rIRTE0u0QAQ61glnZbXKT3 { width:4.25rem;height:0.975rem;top:5rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5TpKmtVIShDyuFPAMTo7k1V0sz6Ocse { width:4.3125rem;height:0.975rem;top:7rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqNXm0Posl13hhlamCtImQGMINNHksFp { width:8.375rem;height:1.7875rem;top:6.625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ueQiWmapeP9EawwXFxq26qQxNC3yiaks { width:4.125rem;height:1.95rem;top:10.9375rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #napXhzXTvySEW74AcJPpXZ0daS4TKwsw { width:8.375rem;height:1.7875rem;top:8.5625rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #PkJQZwPUEk3JPhBMfGTi8w7G6DhbTcTM { width:3.75rem;height:2.75rem;top:1.375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaDlqNXlBVrAdvUDN7cRxT9oOFROErbv { width:5.375rem;height:2rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Inm6I5MZK5LKuxXsvpipmb5WIKaV9F0W { width:5.375rem;height:2rem;top:6.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVV7JGmmgkkAC6OLtbSzaQfKHTz6JPao { width:5.375rem;height:2rem;top:10.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKX6GuQmJU7JZCfhD56oSpyr6yvXUng4 { width:8.375rem;height:1.7875rem;top:10.5rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ERyDAbtEsEiqH36CHO4AnHTf7Xecvxzf { width:2.4375rem;height:1.75rem;top:2.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzaM3JD77WcJUNKh5hLZD5Jnk1wn0QaP { width:8.375rem;height:1.7875rem;top:12.375rem;left:22.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #HiB4Nrh6Dee2P86LxoxqZDcF1CotgQlF { width:12.625rem;height:2.3125rem;top:16.5625rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hU8StxCEmFxDTXl1pPpns8XVtC3yTD62 { display:block; }
 }@media only screen and (max-width: 1199px) { #sF16IGPG1K6nf5TMta72J6VkWQWXyEi3 { width:0.7492875rem;height:0.4998225rem;top:17.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgX7mRW0X8ivEG7k52baAhqGkt1603Jk { display:block; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row .container { width:47.75rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { display:block; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Le2wpOQZh1IzJfhe1qqHeBdAz52rF3G7 { width:47.75rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGJ0tx10Wd7HI1kt2mNRDpBGGG3bd50R { width:24.875rem;height:1.80013125rem;top:1.625rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2TyGPLDmDTUKAHMA2JqUkv8sIUidLi1 { width:47.75rem;height:6.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E6DsbS51B45P5aKxdM4vPuaTJ8lZIM1x { width:4.9375rem;height:1.8125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PB9lCKFiGvlRCK68ibeFF3qKpfEGy2zs { width:5.625rem;height:0.6875rem;top:8.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLNUR3cM1Cps1PV19waTN1WIyDTDmXuK { width:2.9375rem;height:1.0625rem;top:7.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWzHpHMsWmh0poACVvB5X3DTWAbC6PIt { width:3.3125rem;height:1.625rem;top:7.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar9ubtkdrg2kRlP9qfu3qA3ec1xyzfwl { width:7.75rem;height:0.875rem;top:7.9375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hAohAN7Gk6hy0MAJdEsNWFOkX5EWOXra { width:2.4375rem;height:0.875rem;top:7.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVbuSFKzwlsNHJT1B0PwVkV1Txase19Q { width:6.625rem;height:0.875rem;top:7.9375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWOyIuGteIWQOf1ITxxsGxNpDatVOXcm { width:5.875rem;height:0.75rem;top:8rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BA0JoXTiF9KvEfXqA2K48OUpPonXtLES { width:2.5rem;height:1.25rem;top:7.75rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EaDCO7IiQuuN1hT6L0z3etbdt31Zb0xy { width:3.125rem;height:3.125rem;top:3.375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu { display:block; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZTVwPSTsLyz1xOuBAJl9FHW8Zu9TwJtQ { width:47.75rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXEJa9l9HkWSHVRy9mKaCyrwWtyVh5uI { width:22.25rem;height:1.80013125rem;top:1.625rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ff3du429f55o3NmHbuQBuOQbnuGxmAZ8 { width:47.75rem;height:10.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StBBoUbGizoSFMN32Wc0kIOZoxBAsBmG { width:1.875rem;height:0.8125rem;top:11.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJC7205WLM4KC6Kyfhftgnd6beXiU1fZ { width:5.9375rem;height:0.8125rem;top:11.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cec0izN8XDAuKK8zPdhX8l1TI4UnSzUF { width:1.6875rem;height:1.6875rem;top:11.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDkUm6n2W5v06p5wMK6UnuN0Pz7NTxQT { width:3.125rem;height:3.125rem;top:3.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liogFoCxQF6tKzTeXSp5Lapz8bhU4VGz { width:7.5rem;height:7.5rem;top:6.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdDFqKIdbKv4yFJn2GbaSeMvHZKfk2gw { width:25.125rem;height:2.6rem;top:7.75rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH { display:block; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ot62340z4yFLZT4rFwCA3eRicv2mn0wV { width:22rem;height:2.800025rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fz2WrZSmRUisxsR4Dngzz0kLUBsAyag0 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTUEWSfAdVSLUxWBwWcgynNFUdi6X1iF { width:5.4375rem;height:1.80013125rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bNHx9TIPzO7NZdonHXW4naeWzZCE8W1C { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vp0qzTGJQw4PdGRivdVT73T0NANBJ46h { width:47.75rem;height:6.5625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S29sIJd2k1mgArTrzck3RgFZo02BcL3P { width:4.375rem;height:1.5625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcg0EXTfpWGxqWnyhcktiOVn0QiVDWtz { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOkynEcSJVmvelSTUWaWn2kIc2ZgO87c { width:2.9375rem;height:1.0625rem;top:12.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoV3V1aqE73PxLeHQQmxQIhXmuFzuhfW { width:3.0625rem;height:1.4375rem;top:12.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xc5OWssw5RaxoEeTbJsKNzfRFQyD7psx { width:6.625rem;height:0.75rem;top:12.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIicNk87OBEkq71aRG050eJC6nepN99k { width:2.4375rem;height:0.875rem;top:12.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAhTdOuLnoMaMl0qOQ1NsIiCPhEDVthI { width:6.625rem;height:0.875rem;top:12.8125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usdmKVfbRsU09OGImGr2BUzRtgkfhBht { width:5.875rem;height:0.75rem;top:12.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gItIdkfag5sXiFuzNPg5JNbdNTddvrO7 { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLMILXmHHAu6JHzNeumgETPd0DOT7lA0 { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJ3sLOTuooCLTu7DqGhku7CGyNVM0cTA { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4EP6ReXFhRPP0P9LKi7gRnlLsaTc9t2 { width:8.0625rem;height:1.80013125rem;top:19.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBhnRzXxv4TrMTGENV3rNUo9LtfvIu3g { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZCkJeceCumFD7sibeUkub2ytEUShxUJV { width:5.5rem;height:1.80013125rem;top:19.1875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Myo7WnoD7ETkAI62v8knTht2UXplbo6v { width:8.9375rem;height:1.900025rem;top:19.1875rem;left:37.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwvsR3xl3dqmOquZhwNFSTnU7HKQEhu7 { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qct5XVGFL4EeUb2eURgdL0ScUbrcdTn3 { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVhe6ATRuoxMSSvkp5ZT0vtHd8TQ4M3z { width:13.75rem;height:6.625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4wErIq0O1dSV7QI9Gkt3gO7C7AOBTfV { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EETUZXIlsmetHnClS6uTILzklBuSE0v4 { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbVwaqOeuqA11p0FTHId0ddlklme4nCQ { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ktUm6JLprlNVhyTczTlWZzpRDZ5oe9tU { width:13.75rem;height:6.625rem;top:22.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9B8JQ1iW2lAdRVlMWLhQfHFisbQ55nf { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyQzWhRxi7PDXFT46GB7AuOOgDy2XrFt { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGyxN1UBLCM7s5Kg310yvOp8gQCAXvBw { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niN6KWRHkfTHJT2U1d9zwIVxZ1NrkPJV { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgqlGPKmfHL4rrNNZqAi4lCtpKwV63CT { width:13.75rem;height:6.625rem;top:22.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0FuAEpcJEv7rDZoPB6TzbUMDPSxvy5c { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDxsLXzi7fX67FTyp0pMmX6bkiH6pBef { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RP4Pml52DI1hUUwzRMSLMHxmxePThs2F { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfNmTxXTMPG9VRioowgtH4PiWN92zcMc { display:block; }
 }@media only screen and (max-width: 1199px) { #Mfyzvac5i6sttq8q70WdmGJCUgJBHgTT { width:2.25rem;height:1.125rem;top:12.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITb3oXzKupbEnK1cio4fiibE5Pmer778 { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lt6eV5xKcN8gmtNdv55pRPpbHDWk4gLN { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIJrxQAhilKbequ78Rra5a9TPuzFakCR { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZNJTTwxTsiIEunW2BiEyhiWzgTzPLsn { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CG2AeBb4eK8BTgD7wwaT4aH4Vcylp8EG { width:3.125rem;height:1.5625rem;top:12.5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/74defaf0-0948-4304-95cf-2802f672dc17/czymjestpilotblack.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.adaptive-delivery-prevent-bg, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyload, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyloading { background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { background-color: transparent; background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .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); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b1dcJI08xmptgkcxvOtJKJkQOADylVTq { top:2.4375rem;left:12.15625rem;width:22.1875rem;height:1.85625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOkHBCAkDoNoHmirfKckeeV2OTPm7Uqu { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eISMZlqJTh9nfz6ET8q2QV1xbgdyrv6o { width:7.625rem;height:2.8125rem;top:9.65625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McPmfEE1FehRD2zdqTsZxUECFI2hOVDD { display:block; }
 }@media only screen and (max-width: 1199px) { #nKeaKWpb9WPtMDGvL8oviqb7CcJgOpVs { width:2rem;height:1.625rem;top:14.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxhKQNWzoJUTuC1JxLT7r8IVrh8Qe3RX { top:16.25rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uVpPmN79Rwmapox8wyC66mXiIHQaVCTc { top:19.4375rem;left:0rem;width:14.5625rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #hm4tZ9MJGDmUCfTwguZ4cQv0kiTxutmr { width:2rem;height:1.625rem;top:14.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goG0lvkN4IN1o3xlmx6oZPMzr5JH5p4T { top:16.875rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwyFelv2UspyTThRgkBrnnLrhKzHpIqq { top:19.4375rem;left:16.1875rem;width:13.875rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #XddgNle78SLkuTlzacNsJ368vu4wZlDw { width:2rem;height:1.625rem;top:14.0625rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZCFw3kEOEt7BqyGLbsF4iuOLxaAdZH3t { top:16.875rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NukTax4drexifM2l5HUoIzT8qeMke6TC { top:19.4375rem;left:32rem;width:15.75rem;height:4.2rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #PxNuM4SptNKS4VCZk42aZNlKNImXiTpr { width:9.3125rem;height:1.6875rem;top:22.375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piUXJolLMdRz8JE6uurFTQvio4z82kfN { display:block; }
 }@media only screen and (max-width: 1199px) { #RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { display:block; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { top:4.25rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsB9EIhC3vCTbtW25MTGtiV7M0radAdl { display:block; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U { display:flex;height:auto;width:45.25rem;top:0.375rem;left:0rem; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #l3mK9Df4zoBJratm3Q1hzwabtI9HrEOz {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #hw1Xl4wpo3OiqIva0gpxXmNcDEPJftXy {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #FTxXnr9E3OuMVmp0vG8ODdDXy1b4ZAt9 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #ssDMPGKLLCVVT4FJcSTWL4aln3l6n5EJ {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #x4311JTuFRiNBkPNDhShcdiIbhTMR491 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 1199px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 1199px) { #fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL { display:block; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lr6gp06ZiWQmv8igyIO3nDh2F9xPQB79 { width:19.25rem;height:1.13769375rem;top:1.5rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpCJhJINocyNkke7k58xLETTtV7LHISz { width:8.6875rem;height:1.3125rem;top:1.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwH93i1ZKBpmxDbIBMPhMZT4su6hUuTF { display:block; }
 }@media only screen and (max-width: 1199px) { #Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { display:block; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TwLFCNiv2Rp3aOtkU1QUMNRgJ4nF1uXl { top:0.1875rem;left:0rem;width:40.375rem;height:4.2rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #qX4g5KPaTgHqbZKLbxtFAxeUKURShnZ5 { width:47.75rem;height:27.98826875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcWsUllsJZlJRhe2P50MEEH3OITyQsvs { display:block; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row .container { width:47.75rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pfKOqCQievD9AIeN2JLJ5N0TOXT8NvSv { top:0.3125rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4AdbTySDgNzBkQ4vNETOipFJi8BOHTo { width:47.7494375rem;height:4.19824375rem;top:3.1871438026428rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM { width:47.7494375rem;height:19.754875rem;top:8.6532692909244rem;left:0rem;font-size:1rem;display:block; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:before{  }
 }@media only screen and (max-width: 1199px) { #d26Sl2C1OZKgxx7dNoxxpTSRGDFNt65P { width:47.7494375rem;height:6.9970625rem;top:29.623579025269rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { display:block; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container { width:47.75rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZLeSVFOxKK8XaU1GhIzJe1qNvE4gEitI { top:0.3125rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wP33SQxVAfyZA0G5XbGih3abeABu4I48 { width:47.75rem;height:41.982425rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf { width:47.7480625rem;height:19.442375rem;top:51.55859375rem;left:0rem;font-size:1rem;display:block; }#dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf li:before{  }
 }@media only screen and (max-width: 1199px) { #b0OGlw9c0D4iKpqDgWi3TZUVwp5QO8HN { width:47.75rem;height:2.798825rem;top:47.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { display:block; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E4iURAQGOVZZGgdmbmmvudFZWiNcefiR { top:0.3125rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXHnB1PQC4uk49DPMI68xVa2B6Um0435 { width:47.75rem;height:29.38768125rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { display:none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container { width:47.75rem;height:49rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xdQC61lc6CUr1tOJGWSIegTa0P0bKZOo { width:47.625rem;height:44.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUNSJ0rZ6mWbkDP3RoS9ibIz6qheygV2 { width:47.75rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hvTKGWyRRcbnpUUIqQEzkXvn5GGCypF5 { width:0.125rem;height:46.875rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIGPwfrLkBwoUIfxJV22EbPgW9BqzVWT { width:3.625rem;height:1.298825rem;top:0.625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W13skvCMqTvHf1fMoc7XKf8dB7LnbklD { width:0.125rem;height:46.875rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2vvZxhcIUIKqVS2rLeJvbwtiXtJqCIf { width:0.125rem;height:46.875rem;top:0rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT4UQnbDTSfMGp2rgVWRTsWgQEahJSgH { width:2.5rem;height:0.975rem;top:3.375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7xMvrOipQLxreGQTRZghlm0ffJOze5q { width:20.25rem;height:0.975rem;top:3.375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubrWWzdKV8PRDLKFK7i7cCwA3LwtpfNT { width:11.5625rem;height:1.298825rem;top:0.60000038146973rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbfdwTnhgyPq4Bx5cbgZQZhhW7AaVHRi { width:11.5625rem;height:1.298825rem;top:0.60000038146973rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDv8lHOe9HUzMcPCycPWg6ocRd4wxPoC { width:7.25rem;height:1.298825rem;top:0.625rem;left:40.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV4NZeKQqsMASwI1Qt35FpnOSXGvyKlX { width:18.1875rem;height:0.975rem;top:3.375rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTN7coiU5MTJGfpBF7VHZoyxmUDGVwnC { width:6rem;height:0.975rem;top:3.375rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Td5u6UHaTfgQ7RGmbvhFdzFt64zzQtJH { width:5.875rem;height:0.975rem;top:5.1875rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRaPOTm6iGOI49liW37Ewsu6M0NORli6 { width:20.25rem;height:0.975rem;top:5.1875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvTlaJQnRNCy5M1so4De0NhuifrvRfmf { width:20.25rem;height:0.975rem;top:5.1875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpJIeJ0hfPF47OdIbtvF7XWpsxtDgJZP { width:2.5rem;height:0.975rem;top:5.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KPUdzfuMnvAOTAECJTRpmAXlPna6zf0K { width:2.5rem;height:0.975rem;top:7rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMQpoFRXw0TroQlRoRX7bRWDhM2PeNOh { width:20.25rem;height:0.975rem;top:7rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJDvxTN8S82W9og3GvWb3FRKsUwBBPUy { width:20.25rem;height:0.975rem;top:7rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJBWxPKLNTU9CKJwbQxb7HXTEXPd6TlP { width:6.125rem;height:0.975rem;top:7rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQNK3Rw55vHT49GvpE9KXBn9RViyvGBQ { width:2.5rem;height:0.975rem;top:8.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNyzTGOL4f7nZtS0G5z8adKdafqfgf4O { width:2.5rem;height:0.975rem;top:10.625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPMS8uTPMmRJ1QblUUWmbsc2npGLLkTv { width:2.5rem;height:0.975rem;top:12.4375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0VHnisSSyqtCh1TEVVZCxli1fdF9Ety { width:20.25rem;height:0.975rem;top:8.8125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKL8fPk7ApCiwrTi7BLvr3Htkw5K6fDo { width:20.25rem;height:0.975rem;top:10.625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8KnTIFK43oPDVHfQ4LeKeUJmPZLXzKU { width:20.25rem;height:0.975rem;top:12.4375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBRLuq7fXn6gGA1g4uXrGHcwva5QJH2K { width:20.25rem;height:0.975rem;top:8.8125rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6ig257poh3Rc7x39CmfUkixuXifStBW { width:20.25rem;height:0.975rem;top:10.625rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aN8Hs6chiuBuCtBTUP1U8p3xnDQUGc72 { width:20.25rem;height:0.975rem;top:12.4375rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vShr2pIuNJhoEhU4SecbChMkoF6fkXNZ { width:5.8125rem;height:0.975rem;top:8.8125rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U06JDKJ6Uz7Re39vEsp7f3D2kxMVvWTS { width:5.9375rem;height:0.975rem;top:10.625rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MghB7d6LZXgtMyvra9CuTDPQWaFySUOU { width:5.625rem;height:0.975rem;top:12.4375rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3gcAi2pgKAk9ITeIrCk2WtsykuaKEEN { width:2.5rem;height:0.975rem;top:23.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsEpZJML6F4Bsnqhf5LJXfcrnMxRCGHI { width:2.5rem;height:0.975rem;top:14.25rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8G3Qo4IKslAoOyfMoDkBJOUPPhe9uMO { width:2.5rem;height:0.975rem;top:16.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVz4rx3n590S9UvKvO68e2oCV94UiiSL { width:2.5rem;height:0.975rem;top:17.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVVq6gTiTX75HokNT0241oWaZUbkDzdt { width:2.5rem;height:0.975rem;top:19.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtVk0skNfuv6vxUUtCf3zsyG6XDWmS1N { width:2.5rem;height:0.975rem;top:21.5rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9I62loU00vlfSTBM5VVUEXNdG4LJzzH { width:20.25rem;height:0.975rem;top:23.3125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWcs3DSkuoFHToFWaSW4qdfCMn6DpIS0 { width:20.25rem;height:0.975rem;top:14.25rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nypgaCqZTXML4ZdX1yTFrvz0JRCpIvB8 { width:20.25rem;height:0.975rem;top:16.0625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeB1k0z8BnbZ6ZPhDpQ5msQFbzRcuQdP { width:20.25rem;height:0.975rem;top:17.875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8C73Z3o8tQ4feAXKVTOxchuICQnMssN { width:20.25rem;height:0.975rem;top:19.6875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6ozwHSEfag6kZVbuwnbUEhG2JdXa83d { width:20.25rem;height:0.975rem;top:21.5rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIeT0v5O1G7NgypiPJMcJ4OepypAVEZL { width:20.25rem;height:0.975rem;top:23.3125rem;left:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6HUpgkOFEgOvzTceKQTRSxFDJ5BHq66 { width:20.25rem;height:0.975rem;top:14.25rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t46NW2NGkWi6N8R0iGLRTbTR6DWLM1G3 { width:20.25rem;height:0.975rem;top:16.0625rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcMSFZv5vp3u5nFFycaqgrBsrVNXhJIS { width:20.25rem;height:0.975rem;top:17.875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stvUU9rB7EtcA8tU55L6yyd1uUMD5ki4 { width:20.25rem;height:0.975rem;top:19.6875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JocVFrvlCUdBzKdiR5h4Uo345DP9SR69 { width:20.25rem;height:0.975rem;top:21.5rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llBENHuNvCra17T2vo8XyfRKvfFGxxsr { width:5.625rem;height:0.975rem;top:23.3125rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoWKheVbUKtoz5MLDL3thfztJ4yFI1GO { width:5.6875rem;height:0.975rem;top:14.25rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f4aEtsfQuKTrMCBMBTZTbsuAdGZk1Tl6 { width:5.1875rem;height:0.975rem;top:16.0625rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IWq6EtOI9qcHUDXeBnyTBuxqzN8SHeBA { width:5.8125rem;height:0.975rem;top:17.875rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRTTSJfy72KMTzfr6TbZ3hcNAGLKUnXG { width:5.875rem;height:0.89375rem;top:19.6875rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hm66XI8Rzar9QCx8XThUd1SacBBwwB72 { width:5.875rem;height:0.89375rem;top:21.5rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzkGqIAEkwp3dI2R3ZNMTT5W6trNKzQL { width:2.5rem;height:0.975rem;top:25.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKZKv4rUaBLN1JJENlcKrNdQeLOxRHIy { width:20.25rem;height:0.975rem;top:25.0625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIr0KqJ7GdU66APyoEDwxwCsC3QD2Uvg { width:20.25rem;height:0.975rem;top:26.875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbVshkLHn52RHdbuem61gIOhdyTQwsT { width:2.5rem;height:0.975rem;top:26.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gxsv49bnyh4TKzBggN6wwRouHl8ceJHc { width:2.5rem;height:0.975rem;top:28.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1uZIh9Cc2IXhHriMmLyN0iohbT1NWwb { width:20.25rem;height:0.975rem;top:28.6875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1zWc80mF2pLTzrVBTCGEuSI98PbRBMy { width:2.5rem;height:0.975rem;top:30.5rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6uiCV2bL27RzOVcTp0HKE6bQdfdyW1r { width:2.5rem;height:0.975rem;top:32.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LyT7Qz2CMhhAz6isdfG8JamuhKTtnvKx { width:20.25rem;height:0.975rem;top:30.5rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEKR9BRnHw8WWwGQ2Za7UVVDzS78CCCx { width:20.25rem;height:0.975rem;top:32.3125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9Tlam0bbPtnt7nPWW1DuIWPFf8S3rs2 { width:20.25rem;height:0.975rem;top:25.0625rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubT6It80aKmsRogW65bKv88pWErEwBFJ { width:20.25rem;height:0.975rem;top:26.875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SU1AMmxlTf9EpKhkcnGt0NuclFKJZZof { width:20.25rem;height:0.975rem;top:28.6875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbWOOpNOJPz48OApWnSB4dWOXVwrWwvC { width:2.5rem;height:0.975rem;top:34.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UawWgCIhMIJwgVSd2EpuVG1GIvBpXPZA { width:20.25rem;height:0.975rem;top:34.125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA85DXkrHZ2TfHkXv9bnhRs0ePuWTmgC { width:20.25rem;height:0.975rem;top:30.5rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4oTKBbUkFNwKwCGSFtzdiTUWN3O6OG3 { width:20.25rem;height:0.975rem;top:32.3125rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJKriiDwvqSLLHygba5BrpnLiPGbUIZS { width:20.25rem;height:0.975rem;top:34.125rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mo42LQ4l8sFTaTkJ6vIM3Cdd9gOec8KQ { width:2.5rem;height:0.975rem;top:35.9375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3TigCcIlZtb49gT0LDehymuqQGCV4Zk { width:2.5rem;height:0.975rem;top:37.75rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPQcG50G2W4Taw7379Lv9RommFiVfw2T { width:20.25rem;height:0.975rem;top:35.9375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ey00mrFrWJpu45GxrefDdiqeTy5kbGVO { width:20.25rem;height:0.975rem;top:37.75rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzvpXVBwrETr9wUCVRbEOTtUvfJJSO1d { width:20.25rem;height:0.975rem;top:35.9375rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lk9t6xfl0c8vFaTVBw67nBZGezKofZbk { width:20.25rem;height:0.975rem;top:37.75rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrxSaI68xbuLAcUr3U1c8TPTKKpC9pQi { width:5.5rem;height:0.975rem;top:25.0625rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT7PTnp8t7gqTzIx1Z3dzFUvB3XlJI1i { width:6.125rem;height:0.975rem;top:26.875rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThEiAAvb1kyPvfC3EtBFA5pDcLqbruuM { width:6.125rem;height:0.975rem;top:28.6875rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CiKyazMEhyXhfTLOLcNxEfLXl5SFrUQg { width:5.875rem;height:0.975rem;top:30.5rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9IGypZUHKr6TJleEK82yGrdfHKdzpgD { width:6rem;height:0.89375rem;top:32.3125rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsEdo3I1ZSUURIzG3lTvn9mwTIqAgAoc { width:5.8125rem;height:0.8125rem;top:34.125rem;left:40.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0Qf6wJBNaSq5gNJOMGevgH08EBvoIqT { width:2.5rem;height:0.975rem;top:45rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnioLyT3TWcRfAaAUQQRqLUlvvKzodJD { width:2.5rem;height:0.975rem;top:39.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVF8rnEsZKKCVKSOepMOe9MrpsaoqesC { width:2.5rem;height:0.975rem;top:41.375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2LoqNWH1mv34sJ8s3iUbiEAboATfCbh { width:2.5rem;height:0.975rem;top:43.1875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0tugdwqcul8W856TDcueXIHGebodJav { width:20.25rem;height:0.975rem;top:45rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWDzHKCSdLongF2Cls3gdHp1qwCN2b0s { width:20.25rem;height:0.975rem;top:39.5625rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLh43r2BSxTU4Vtu9daeBMAVTZTaJIAa { width:20.25rem;height:0.975rem;top:41.375rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MZobwugOso37TdyR7N8XOowHBAJ8nkht { width:20.25rem;height:0.975rem;top:43.1875rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3CvZHb0Iu9LD1oQD4WTnBO1y4MBLOkq { width:20.25rem;height:0.975rem;top:45rem;left:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqTWDlSTEnFIgfJNqToNz2ugcHTcvgrH { width:20.25rem;height:0.975rem;top:39.5625rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plJroS5TvdfuenM9v5ToS4dbAvt8Nc01 { width:20.25rem;height:0.975rem;top:41.375rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2LFS1qoI7GSyOVTQTW712VI6IyVJh30 { width:20.25rem;height:0.975rem;top:43.1875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vx55a8zFfkCTIMNoPR4RQ224f4bpir5U { width:5.75rem;height:0.975rem;top:45rem;left:40.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIwJZ7bJEOkm8zwNawQpsIT5px1i3W78 { width:6.125rem;height:0.8125rem;top:35.9375rem;left:40.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXuTJQX10OtwxLpdoTdyENow8zAtM9CQ { width:6.0625rem;height:0.8125rem;top:37.75rem;left:40.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOT7uzhxAS6X93sHasJK1kLf4qG8nhHp { width:5.8125rem;height:0.89375rem;top:39.5625rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nhtDnMb5xhbxRPq5aOHwZlGDhR4BWFeT { width:5.9375rem;height:0.89375rem;top:41.375rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BaqUu0lSLqbCl79muOd8l5d98Su26bii { width:6.0625rem;height:0.89375rem;top:43.1875rem;left:40.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHM8J7l0A55HsCOo5TsTivyubGK66P5L { width:3.625rem;height:1.25rem;top:1.125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eFTePQGzAvX0036JOwahimtg25Krl1o1 { width:11.5625rem;height:1.25rem;top:0.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z7TSVDqE4A82k6BMOtcrfGIDROsleqLq { display:block; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JeNT13Hv52SC2vEkH2uaA4erF0f3F61U { top:1.625rem;left:0.1875rem;width:47.75rem;height:3.1484375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQLm2gAdykSChz1sUP1GxpCcEGXfTa19 { width:47.75rem;height:12.59475rem;top:6.3583984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC { display:block; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row .container { width:47.75rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mDXzMQotNUCDos5dmdvoE2IrPh7HPygz { top:1.625rem;left:0.1875rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzCeIBQlRrCIWSV0dt33Ad5Q43U0tz2q { width:47.75rem;height:19.591775rem;top:4.625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { display:block; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container { width:47.75rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mDmHDrD2CODsJrhRVx1haP8tIFLAQhTN { top:0.3125rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K { width:46.5rem;height:30.80075rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }#oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K li:before{  }
 }@media only screen and (max-width: 1199px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { 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) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 1199px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { width:7.375rem;height:1rem;top:2.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 1199px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:9rem;height:1rem;top:2.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 1199px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:0.975rem;top:2.25rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:2.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 1199px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:47.75rem;height:2.75rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:9.8125rem;height:0.975rem;top:2.2625007629394rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA { display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v { display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi { display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KPuCfzipiBHkkpNz8caFzQsoD82LQH5m { display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #KPuCfzipiBHkkpNz8caFzQsoD82LQH5m > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TaHsONr8unqIuATuW7HSTyp5DPdwOENv { display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #TaHsONr8unqIuATuW7HSTyp5DPdwOENv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 { display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR { display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #desLCthh3BaSmJPtT0f1TIU8z1tnKb82 { display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #desLCthh3BaSmJPtT0f1TIU8z1tnKb82 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf { display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E { display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/c2b579a4-37e2-4ceb-aa75-da1add77e23f/Hero.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.adaptive-delivery-prevent-bg, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyload, #nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh.lazyloading { background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { background-color: transparent; background-image: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row > .video-iframe-container { display: none; }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .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); }#nR8gHBTgOaaXFTzH2p4QwgKApyyJ7shh > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { width:4.9375rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DTrTgoP53NGA6aEZLvTiLxlO6JTcpb { width:2.25rem;height:2.25rem;top:0.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlUlglDH5EIFeZIGBO9fsl0PTwp0qNQ9 { width:14.875rem;height:3rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { width:19.625rem;height:0;top:7.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NZEM1H0cHTgL4lcyulHR2dF9REEAnGHf { width:1.125rem;height:1.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { width:16.25rem;height:1.0996125rem;top:26.5rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { width:1.125rem;height:1.125rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { width:12.4375rem;height:1.0996125rem;top:28.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { width:15.6875rem;height:2.2rem;top:30.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RiX8PoZxIvaTmD3Wh09grPlS9eLlfvUL { width:5.6875rem;height:0.9625rem;top:31.5rem;left:8.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { width:4.9375rem;height:0.9625rem;top:31.5rem;left:8.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dtT80sIntogaeDNvnQTaGFlGMAr0KDHL { width:1.125rem;height:1.125rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { width:15.5rem;height:3.298825rem;top:33.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { width:20rem;height:3.5rem;top:37.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTx3618A8N0gC8ltWETS5sVbpKhb0qU6 { display:block; }
 }@media only screen and (max-width: 763px) { #Utwm4JDM8EChqyOT22tunckJ3gm0vaEX { width:20rem;height:3.5rem;top:38.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfheUeMA47hQ2RkTkOiLNv8g7DVXNdJK { display:block; }
 }@media only screen and (max-width: 763px) { #Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { width:12.625rem;height:0;top:42rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #L8nEr0WsyF76ASETEELntgBtpTzrF14s { width:20rem;height:12.0625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { width:19.8125rem;height:1.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL0ACL5k9yoIRGF6zeEZJWhgquNubglT { width:19.8125rem;height:2.8496125rem;top:10.7998046875rem;left:0.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CR0qAuLCTfTkVBNIVGPMF9qSQ4ymTOJq { width:16.25rem;height:1.5625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw { display:block; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw { background-color: transparent; background-image: none; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row .container > .video-iframe-container { display: none; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row > .video-iframe-container { display: none; }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .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); }#bm2VwD6EfKlPmcCTIqN3V4FPFE235WDw > .row .container { width:20rem;background-color:transparent;background-image:none;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDskmyJdUU4liCyzO1TtU2uLu20hxzOw { width:20rem;height:3.5rem;top:1.1875rem;left:0rem;z-index:15037;background-color:#4e37d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BuMX6vIthKcN58R2dwrisFqBw8T0ARwa { display:block; }
 }@media only screen and (max-width: 763px) { #O1qQTJuFcF2VmPKClMys77oAGA650rZn { width:12.625rem;height:1.1rem;top:5.375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i { display:block; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe8BmaGk7ZTLmgnp2wJUTherBA3QEUp3 { width:20rem;height:2.125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-size:auto !important;z-index:15234;display:none; }
 }@media only screen and (max-width: 763px) { #cIHGEHkguksXDoKsf3iLqzkde69IWasM { width:14.9375rem;height:1.1375rem;top:0.47187519073486rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4myd1n9474uwl4pfePbLrOb3VEn6pSC { width:12.5rem;height:0;top:15.79062461853rem;left:1.09375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaSyOTQZumIzkfIPbfe8kvEZN44TM45B { width:8.875rem;height:1.9375rem;top:21.4375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRFdaEPvXZfI3cUu2PEmK2ni2gSpPlGU { display:block; }
 }@media only screen and (max-width: 763px) { #cDsTN6UNR0a1BNAMwi7Eg5nTad7deUp5 { width:0.9375rem;height:1rem;top:18.768750190735rem;left:11.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqGX8yaZBryRcimgDpwOPUX3mzON1lTM { width:7.5625rem;height:0;top:18.6875rem;left:12.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkMXM1u7yrOCSTEpWUlo8qTHMrHXF4c8 { width:20rem;height:10.5rem;top:2.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #530405, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #530405, rgba(0,0,0,0));background-size:auto !important;z-index:15232;display:none; }
 }@media only screen and (max-width: 763px) { #xlsgzCZdoIGPKg139UzeohNoUMA0d8l1 { width:19.875rem;height:2rem;top:0.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TCROxbt9WbIvht7DMrQU33kqEzWEttP3 { width:4.3125rem;height:4.3125rem;top:15.8125rem;left:7.8125rem;z-index:15256;display:none; }
 }@media only screen and (max-width: 763px) { #OmA5bO1VRgAPVgGAv0UqK83B9dyXF0i8 { width:4.8125rem;height:4.8125rem;top:2.6677087255859rem;left:1.4510405966186rem;z-index:15270;display:none; }
 }@media only screen and (max-width: 763px) { #nAEk65S4zWsDpDVuSxZmrRB3Rd510yGn { width:1.25rem;height:1.25rem;top:6.2302077719116rem;left:4.4510405966186rem;z-index:15271;display:none; }
 }@media only screen and (max-width: 763px) { #R4efPtpTsrox5AvTZy3VKLau0Wtw4b4C { width:16.8125rem;height:12.5rem;top:14.5625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-number { padding-top:0.6175rem;padding-right:0.54875rem;padding-bottom:0.6175rem;padding-left:0.54875rem;width:3.293125rem;min-width:3.293125rem;height:3.319375rem;font-size:2.47rem;line-height:53.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.38625rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.39125rem;height:1.3125rem;font-size:0.92625rem;line-height:21px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#atfgI58BLGNl96rw0kKEUTvkosszXiqc { display:flex;width:16.1875rem;height:6.253125rem;top:2.5625rem;left:1.9062500596046rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #RAyZnxcLfsw4GV7xzBA2291N8I9W0WNw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #UGQfOUPhTT24WBPRUcbWMLA32Tum4DbT {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #lh5h9kfBFJXqFk1o2oXwlCBDlggZHvLT {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #XFJ6dqnhr3nwVgU7hsHOqk20m04GVw3M { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #WHEQHBLTXxOb5bPpng9zq41VWF2mJX90 {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #uABxynt8lQWmbvUMVni5zyHoM8DyezMc {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #PHEmp51hM9dkMUGWNkURxDDAlOwAniDk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #VimLuwO7tkIyTyFWzLWPJPcD1bZ66EWd {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #Ed9rrX45Rd2H0vGdfWO8lgMOVuuAoOEq {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #sIFI5W4NZ95JTUwsGmMu89ttTlu0Xm0J { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #E6O5Dh9tguvvyCBipVvTsATB09NvUUxu {  }
 }@media only screen and (max-width: 763px) { #atfgI58BLGNl96rw0kKEUTvkosszXiqc #PZT3BDT6g4SaC0qmXeaPEKIbr2o2mF1H {  }
 }@media only screen and (max-width: 763px) { #b33QDo3G4KUBaDIihPqW7RuHvErAJaoA { width:20rem;height:7.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbI1PCRzNWqBR6abtLTbmQNcJNHc4zJu { width:20rem;height:6.875rem;top:22.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXF4U54wuEWeRiEtzNVz61wNBGsyc675 { width:20rem;height:7rem;top:22.34375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvDMwLImh6eWRGirIE1HFMHMVr02mRdJ { display:block; }
 }@media only screen and (max-width: 763px) { #OHP8I84eJIBgV5QrgMW1d262F38H51Vv { width:20rem;height:0.8125rem;top:2.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvh7fTEfPS34MHbDoMXHhd3Jhq4dsmCB { width:1.6875rem;height:2.6rem;top:3.4375rem;left:12.312500536442rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7QS9D6xfT9bqAo7dkcIoI7bMdSLUHI { width:1.6875rem;height:2.6rem;top:3.4375rem;left:6.0000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lal5aZsfaPvJ8K2BbcrDUzB8UG3VhTNg { width:20rem;height:10.9375rem;top:2.1617155075073rem;left:0rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #qfeoEChyz2RpId2OWabIQVBnhoIBwsex { width:12.5rem;height:0;top:23.5625rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnggV37Su7WNWnkZ86DQHdmIrwE9QK47 { width:7.5625rem;height:0.975rem;top:7.91015625rem;left:8.6250005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMyoCQwsUZQGv8Ruvwnckyvi8WvTLVWI { width:6.5625rem;height:0;top:7.625rem;left:8.59375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1k494utyMZv0E0XbahVPxWzHglfeITS { width:4.25rem;height:4.25rem;top:25.578125rem;left:7.875rem;z-index:15256;display:none; }
 }@media only screen and (max-width: 763px) { #gtp0BmZmIaoWqLLikHMEhosq0aku3awW { width:11.3125rem;height:1.1375rem;top:9.0999984741213rem;left:8.6250005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQhcdKR35Rv02BwgMJMLw8fkT0e8wTaf { width:14.5rem;height:0;top:25.043750762939rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBJZ90KiFXkek77nU3BagLsrWgUWZ1HF { width:7.75rem;height:1.3rem;top:10.200000762939rem;left:8.5937505364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU5negUxPCICvkEaV51LTPWaOTyuS1JX { width:3.25rem;height:0.975rem;top:5.8500003814697rem;left:2.0937500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atuRdc6prPGZSAcp0IHA3LKaFv1dZrVv { width:4.3125rem;height:0.975rem;top:5.8500003814697rem;left:7.8437505364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMVZytMqTDGPdf2JRhDzCKFlLi1rkO7 { width:4.3125rem;height:0.975rem;top:5.8500003814697rem;left:14.093750536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKn0KoLaZpTH27M4BlUSiiIoUzTdOtL { width:6.75rem;height:1.1875rem;top:13.375rem;left:1.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3gLMe4PWVsZTniakX2hsuafrV4nQc23 { display:block; }
 }@media only screen and (max-width: 763px) { #paJW2Eisqndzw3J0mz6qvn2dJ5T2Kzta { width:10.5rem;height:1.1875rem;top:13.375rem;left:8.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAPRdZCVhLebXrNlb4eKfcq1aK57Jnbq { display:block; }
 }@media only screen and (max-width: 763px) { #TrTH1f3BChz1TVEPZQG55bQRDFssVezM { width:1.125rem;height:1.1875rem;top:13.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyGgIHEy0FvI81nKwD3u2OsdDawXcHns { width:6.1875rem;height:4.625rem;top:6.9187507629394rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lklvi7fDgg8yUIyTU0RSPWnvoL7SDLaA { width:4.375rem;height:3.25rem;top:8.1604156494137rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheiFPS2sbAGQlm7xKcn4mNoFWnu9W9u { width:16.8125rem;height:12.5rem;top:0rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTApf2X8Nrko3ytqTgT0ciPtqi5HZF0C { width:4.375rem;height:3.25rem;top:14.3486328125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EObQl9fhTHsQHpB9iP3R4WpCfFGrJSVx { width:12.5rem;height:0;top:18.9111328125rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGVamdvP4UKtSqkyGzPzDOdxAyen1Ue9 { width:6.8125rem;height:0;top:21.1357453125rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXrBf6Ra3zCu6KuZFIN6VnlQEg9Ma9a4 { width:7.75rem;height:0;top:23.5224640625rem;left:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuaqtoWaKuAaCamNUUypdp7T10Rv4JUt { width:16.6875rem;height:1.4375rem;top:10.6875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm { display:none; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZK8QLgJFpzBeErMfWFxZpNSHm2V0ZSsU { width:20rem;height:2.125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hSpz216XhiFTBagsTteGOXynlfThER1x { width:20rem;height:10.5rem;top:2.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #530405, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #530405, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZPapQPuTIoyfsnvR9HCau5zlXFgNpHzB { width:12.5rem;height:0;top:19.525001525879rem;left:4.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wf2P7SDHnkHfINKyQxh6fVLolcNB2fd6 { width:0.9375rem;height:1rem;top:18.768750190735rem;left:11.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRmlhTR4hQgJIN1Susy3LQDAISiZ3vTs { width:7.5625rem;height:0;top:18.6875rem;left:12.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZRREAqwyRKMhKrW6EZrBDAPO98lw7no { width:19.875rem;height:2rem;top:15.359375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HN2UMQeMCpDTWmLGqksaU6vkTVA2egOi { width:20rem;height:7.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEfVB2JdyofGlrK6M0NlnZSd4AMaCo1T { width:6.5625rem;height:0.975rem;top:7.0625rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vebsumE4q7vekyCtrmetdns6mDcUeZxa { width:11.3125rem;height:1.1375rem;top:8.125rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfEFCWDbqeSMlqfUqsf91wpDi0UWyGfr { width:7.75rem;height:1.29980625rem;top:9.1875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEkP1bFq84NEKMtrNwFxw5FgQ4TxeD8 { width:20rem;height:4.375rem;top:17.487499237061rem;left:0rem;z-index:15236;display:none; }
 }@media only screen and (max-width: 763px) { #CORR7zA7vLE8ue6fZmN0uCZvp9L4OTHz { width:1.125rem;height:1.1875rem;top:13.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNpFTcp268CBKwoa889mD3WzQ2fqnGs { width:6.75rem;height:1.1875rem;top:13.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tHTMsKFGqKAyQJ8hQ5I4rmTNXFpLw4 { display:block; }
 }@media only screen and (max-width: 763px) { #XdHcNMHEIiMT3swN3zFwDFRd6ZQlff1o { width:10.5rem;height:1.1875rem;top:13.375rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF98HMxUdTs4xp5IFdctLTwUt7gmgT1b { display:block; }
 }@media only screen and (max-width: 763px) { #gqk8VOrXeMrwchOIlUZCZlTtQbqdws18 { width:12.5rem;height:0;top:15.79062461853rem;left:1.09375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9HLWIyJ56KIh65hsacN1D8vCCNSEWBb { width:14.9375rem;height:1.1375rem;top:0.47187519073486rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phDnwEhRQSp4WPueX3TfH9scr96BuJIz { width:8.875rem;height:1.9375rem;top:21.4375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgzR6W16DJhDxfENcQrIK6zEWp0Luupx { display:block; }
 }@media only screen and (max-width: 763px) { #m4hXcOypb6mr60wdB3cC8XSMxgb4ynux { width:20rem;height:0.8125rem;top:2.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trcn9pfOGFSTFCLMusVBmsPbbwWuBQ0M { width:20rem;height:2.925rem;top:3.5437469482422rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMlPxw34wcCLLZ5h1m3TuNnrwTSTLH2c { width:12.5rem;height:auto;top:3.25rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqRLTiGIsNJBM4cQ0WEXGW7pHlImPBKt { width:3.875rem;height:2.875rem;top:15.96875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWW9ShvfBc186aF1B4L6AA21XgZc2cJ8 { width:5.625rem;height:3.75rem;top:7.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPIdgcSnuAfhqueVTk6fB2c5P3S4OzJl { width:16.75rem;height:12.5rem;top:0.8125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbat2OcwAVONvC9TbaaWTHoPydDo6C8t { width:20rem;height:7.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3Jc2uPQws4kLyG8VnosUsrSoB84WBtI { width:14.5rem;height:auto;top:7.625rem;left:2.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFGnyNbyH05Tg0ZTngEMTRu7ANsK4wVl { width:11rem;height:3.625rem;top:3.25rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtTOJ5FlFgvVTw8CThlxEqp4PLHE9JTL { display:block; }
 }@media only screen and (max-width: 763px) { #a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV { display:none; }#a3mTvUTGCn1ziga0nrl3FfcrudDuOmgV > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XPqMxRKooewx21N0zOaVWvTmHlwMudfZ { width:20rem;height:2.125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ad0604, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0604', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ad0604, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LKhqbad0ks83uC6SGvvNroGdZVvop3mf { width:20rem;height:10.5rem;top:2.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #530405, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #530405, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yezmITpftP1bAnBhNn4hafvrUMue4pT8 { width:12.5rem;height:0;top:18.612499237061rem;left:4.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5n65Oh6AvHTZcsIvTTTvBabn5Q6FIC8 { width:12.5rem;height:0;top:19.525001525879rem;left:4.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnLzaikXOnTT5AxhEDlt5euO1TeelCfn { width:0.9375rem;height:1rem;top:18.768750190735rem;left:11.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiuE10fR4ASKpsHizd6bQEcMsa9eaQOa { width:7.5625rem;height:0;top:18.6875rem;left:12.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLwgGt9DCN2780ZFoPa7EAi4LmGk2NFc { width:19.875rem;height:2rem;top:15.359375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Mxp1Kq0it9zkpd0I0BXvSHnldXzBb11T { width:20rem;height:7.4375rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMUw8lARCESh0zWP7FeUFeW9xr2byMIO { width:6.5625rem;height:0.975rem;top:7.625rem;left:8.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMXtEqLQd4LxWeIPIVVs05BrVPWPotWp { width:11.3125rem;height:1.1375rem;top:8.66250038147rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRuFaaaWvoLLdtm3JJT1RbXFcXc0zgyi { width:7.75rem;height:1.29980625rem;top:9.7625007629394rem;left:8.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLUGKguKLXXVB0WG02KSaeT0imZr1IV { width:20rem;height:4.375rem;top:17.487499237061rem;left:0rem;z-index:15236;display:none; }
 }@media only screen and (max-width: 763px) { #aBkzZ1a5Jf0JmUMMkAFumzDnXUeXgTJf { width:1.125rem;height:1.1875rem;top:13.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4zxo3oiOUaP8KhKQ58nex99GiUZAJUX { width:6.75rem;height:1.1875rem;top:13.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTDdel5pfP3u3TCeM4NsEhAGgeLFCbKW { display:block; }
 }@media only screen and (max-width: 763px) { #kG75NgWXbb6fTIIJ5UCoBp6RukdzBzPy { width:10.5rem;height:1.1875rem;top:13.375rem;left:8.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhkpSXIrWspQnFE8TMJk8BnPQKPbX5fK { display:block; }
 }@media only screen and (max-width: 763px) { #KuZaZCTPMsIst9tePzw0txZOgTRm9KfQ { width:12.5rem;height:0;top:15.79062461853rem;left:1.09375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #enlRAt1ZxrZfxHliiD12z4hwrx8wkFTL { width:14.9375rem;height:1.1375rem;top:0.47187519073486rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZN7BR3g19HC7cdZ8nM4BpqsR9ZWhBM { width:8.875rem;height:1.9375rem;top:21.4375rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXU5qZmfpEDGCEkVQaTaeZfeMoLZiqHZ { display:block; }
 }@media only screen and (max-width: 763px) { #ToJGLlT7GE6oOETdf8SgRvX5gPHM7Tv0 { width:20rem;height:0.8125rem;top:2.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX9RXat6irgyHFxpu7Mv9t6UupSWoN9P { width:16.4375rem;height:2.275rem;top:3.9187507629394rem;left:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ8vgLe57tNLTzTD9r5AMf31ni20UWsF { width:1.875rem;height:2.1875rem;top:4.0250005722046rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHk4obi6PJrATaPLKnCdoXIxESrzG0LI { width:19.75rem;height:3.4375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSfK5tzX4Fu3AATMEXBLLiF883ah8IOx { display:block; }
 }@media only screen and (max-width: 763px) { #D05kO2M3PqFzWHBTd5dyy8Nb5btZTUBS { width:20rem;height:10.5rem;top:2.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #530405, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #530405, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#530405', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #530405, rgba(0,0,0,0));background-size:auto !important;z-index:15242;display:block; }
 }@media only screen and (max-width: 763px) { #EhrqszQics8dA9hbOFXgqC9qWWst1PmV { width:4.3125rem;height:3.1875rem;top:15.96875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTSWwb08XC4wIDWdyKqh4wVRWrp0ROzB { width:5rem;height:3.75rem;top:7.1375007629394rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeMC1XNPzRPPyzb1LQGJ7uZw0RU7s5s { width:16.75rem;height:12.5rem;top:0.8125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MohmQM3v3pTawoKwdwIpXncpnxBcH58v { width:20rem;height:7.4375rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLnVrVQ9flHG1SXJudnyDfGqLW1aTc9B { width:14.5rem;height:auto;top:7.625rem;left:2.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIz8A8vwTTsrIKFASag0mDfJJ5HKAoc9 { width:11rem;height:3.625rem;top:3.25rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIlrUz0dEfegb7SV5t4FZizOdXRznG3T { display:block; }
 }@media only screen and (max-width: 763px) { #asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ { display:block; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRCXoN88aQfTGlMp6wdfzJUa4TaAUh6C { width:20rem;height:4.375rem;top:1.9375rem;left:0rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #u2DrTgX5UU0xJW1CZfk8Q1CHsJCAVVcX { width:7rem;height:1.05625rem;top:3.59619140625rem;left:13rem;font-size:0.8125rem;color:#a4a4ff;display:block; }
 }@media only screen and (max-width: 763px) { #iQTDuUW5JWItWAVKVAkJzVHEoi4Ci7Pa { width:0.9375rem;height:1rem;top:3.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAbE0SllLd5My3KWtNv2NKsBa8VTRT0Q { width:19.875rem;height:2rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #6a0403, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0403', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #6a0403, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vAOT4mr5bPIWvP4Bdh4xRpl8KrZkeHPB { width:12.5rem;height:1.13720625rem;top:0.5625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUNwn19MiwzEvZJ1HsZhTuf32fKqslOS { width:7.25rem;height:5.3125rem;top:2.2375030517578rem;left:1.1802082061768rem;z-index:15234;display:none; }
 }@media only screen and (max-width: 763px) { #gfIAy97DEucUhXaPuT0fpTEitLOX5aZ3 { width:7.25rem;height:5.3125rem;top:2.2124986648559rem;left:-0.069791793823244rem;z-index:15235;display:none; }
 }@media only screen and (max-width: 763px) { #Lakm2qFRrDzbp4T53yBJfwaAePqtpD1Q { width:3.6875rem;height:2.625rem;top:3.125rem;left:0.5rem;z-index:15257;display:none; }
 }@media only screen and (max-width: 763px) { #K2KtC05ixOKovJMJlFltqZWFfskJy5xo { width:4.0625rem;height:3rem;top:3.390625rem;left:0rem;z-index:15256;display:none; }
 }@media only screen and (max-width: 763px) { #Lh1oTr3x16v6JzrMvDsISQQVMAtHCcl4 { top:3.03125rem;left:11.625rem;width:8.375rem;height:2.1875rem;z-index:15263;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #KILEfQsTcDMOaqPIkOCu1GTuLphxbd3e { display:block; }
 }@media only screen and (max-width: 763px) { #lVTPLH9fN3MgPnbA9q5ATcQDGGXewFlF { width:4.375rem;height:3.25rem;top:2.46875rem;left:0.5625rem;z-index:15261;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NyXTkQXRgL06XiEJzz7epHJnwdQrdEor { width:7.75rem;height:1.29980625rem;top:3.474609375rem;left:6.125rem;font-size:1rem;z-index:15250;display:block; }
 }@media only screen and (max-width: 763px) { #bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz { display:block; }#bt3LzR08VZJIbUeaXlm6Qp2UeOXTygDz > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paBNvpyhSV50sUqTVizdIt5Khp5moWQ9 { width:12.5rem;height:1.1375rem;top:4.6848373413086rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke { width:19.9360625rem;height:6.875rem;top:0rem;left:0.056818246841431rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/70a6ab0c-c375-4c66-b0e2-b6b29f6150d5/bg_grad.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke.adaptive-delivery-prevent-bg, #k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke.lazyload, #k3CCDcvmbuwNJ46TPWOwSm0VgcbRPTke.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oapK3n9TizuQlWhM00xr8gaT9I7q14LM { width:7.25rem;height:5.3125rem;top:2.2375030517578rem;left:1.1802082061768rem;z-index:15234;display:none; }
 }@media only screen and (max-width: 763px) { #tu04DpCAz2KN3cHxkq340uLOwWKimXsJ { width:7.25rem;height:5.3125rem;top:2.2124986648559rem;left:-0.069791793823244rem;z-index:15235;display:none; }
 }@media only screen and (max-width: 763px) { #hCZ24l1yT6MMTHGqVlshc2qQl7VMUieJ { width:3.6875rem;height:2.625rem;top:3.125rem;left:0.5rem;z-index:15257;display:none; }
 }@media only screen and (max-width: 763px) { #Fq4SlWpAmHKMoKyNVluvwLaJqspM8Pi3 { width:4.0625rem;height:3rem;top:3.390625rem;left:0rem;z-index:15256;display:none; }
 }@media only screen and (max-width: 763px) { #by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT { top:0.97922706604006rem;left:2.4991121292114rem;width:15rem;height:3.1875rem;z-index:15258;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f9f5777a-680e-41c3-88fe-1941ba825fe9/btnkalendarz2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT.adaptive-delivery-prevent-bg, #by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT.lazyload, #by0lAuuiOr8nxuwCDkCpIQU5esbm4lqT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UmZw93MrN5DIIdDwGnUnclgltZ42X5k7 { display:block; }
 }@media only screen and (max-width: 763px) { #B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn { display:block; }#B3tMJCAwPz59mvr7tlTXMPZ5TZBZtosn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGIGg32WJAREp6T398okP4NbzVwkOJll { width:18rem;height:3.5rem;top:0.84375rem;left:1rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LmtWRHEcTE57yT6BgXZ7Cyvqq1CZJy85 { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 { display:block; }#tqFoIJyxECb8BUvJ7KzydkOHPxFZNyB7 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG12kUyM5eH6hRrwTfVEzAE6Va9buWpy { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lGJcFHKTAxXEoKeRzr7lOLZQMA2GrsXq { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llnNWUwa6V1eCEQ04Xtl3p7cPvh0V3Tb { display:block; }
 }@media only screen and (max-width: 763px) { #euP8G1CDkzcBKkeffKH8uPBSzJpfCHOs { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMRs4BNTnBdIHF5z6w3LMSZo5LC5KGQ6 { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qTFBfmUG74x9kaszEHotkl2QKqr0xtXk { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #yANP73q7knSzurPxCTHfaUQlkuNGyk9W { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuJTCgHP0S8iGsA8B6pGfgnCGn32Th5 { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HugVHly3VIKSo8LXhOTVipHsUSgIP3O4 { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXSmzkaWOF6vNnPUS4wBuDrHQKKx5LyU { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #RqLyFbXauofv2yExfvig8o9ycTQCFJCs { display:block; }
 }@media only screen and (max-width: 763px) { #nsdwBEGM9ZFe3OTafHGyCTZFRxlCrqoE { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14988;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGzghRG6yCbyCyOHRklS39GxxxenLmia { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wL1MxFm39nLE3HEN1dDQlDQlmQrR3xuG { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SEQR698yigkR0L3hO47DWAMhChs51Tmw { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0b1XSy9BRife9eEDzhsf8POQ6NdI0e { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMUZmBXK7rUqFdGntSVM2wyrGo0lKXat { width:20rem;height:26.5rem;top:4.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ZzfgdWVu1Ga6SFp8oKzWyGvHhhGOiPpt { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLO2zFDy7r6DMqTfH13XThRifkD3mTbC { width:18.375rem;height:4.875rem;top:6.0625rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXETNtGpvsMrh7rnkISSB5wTxr8HnJJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #VwhvVDqJsioql65sT659lROG7JXl4gvb { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmPmpbGyTs7zxT1cSqubJlR91kpJx0ce { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac5wZz0qsSL0S6TGo6ZMckUGBUqEUML { width:3.1875rem;height:1.23730625rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH7Q5T7GmVKPgbXrZ8Ln6McvOIH0kqKb { width:3.6875rem;height:1.6484375rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H2CaP5OHB0EtGPqUitvrVWptygOSvGNC { width:4.875rem;height:1.8rem;top:7.1875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FoF73Nk2EkHZ2QosiuJwoeqHTCLNZbq7 { width:10.4375rem;height:1.05rem;top:8.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcqt2yGeE1PtefTBwMfRwXgXAStebg4 { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #RbumrTViVKvxOAQg3meaDcAQFDKmuOlQ { width:18.3125rem;height:4.875rem;top:11.75rem;left:0.87499994039537rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #MAPWk0CvT5vMiVAopyTCi5qmG5xyqRwI { display:block; }
 }@media only screen and (max-width: 763px) { #cnoJyVmq097Aqp0vZGZ96TkQ7iZGTJ9q { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm9zr7v3W4T8ZuPgUuDOum3mNX6An3Gz { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi50Ll5IIoQO0KL4SpLgwqAaKMUrUhE3 { width:3.5625rem;height:1.8rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwXQvN5aZiNEJPXGOtE4gBr64rTqt8wN { width:4.0625rem;height:1.798825rem;top:14.199999809265rem;left:3.6250000596046rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BJ3nESyfNgszr8UrUTfm2WBuPgcakAf2 { width:5rem;height:2rem;top:12.5rem;left:13.312500536442rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eU5a2ig3SWHTNmS3mgK6FM6547OvbJLy { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #n2JKXNSK3qEFRTUREN6y2I1Z5C4gXg7p { width:10.25rem;height:1.7998rem;top:14.4375rem;left:8.1250005364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUaibU0zRLk6tOSrRv4Xuab3SFtMZmxc { width:20rem;height:0.875rem;top:17rem;left:0rem;font-size:0.625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #wKwOHAg6clmRXGIxS45SoospZ08s7vrL { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4zkt9pcmDIHZKT19VFXpqnNSAnIFfm { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #W522yxOrDXLQ14Gh7TStVlv60XZFMlub { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyBWOJkTIXnbKm4xwWJcfp1ePMneAZxk { display:block; }
 }@media only screen and (max-width: 763px) { #TJxWxEWvWt0Bh8a9ATUSvwUxh5Mq98dU { width:18.25rem;height:1.05rem;top:25.312501144596rem;left:0.87421876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSa9TXCB7AHwPg8QdV3hVpNEJgqnck8n { width:13.875rem;height:1.375rem;top:11.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNGTQLVXgFOaErnzg2vupEMlG8sJ2aSv { width:9.4375rem;height:0.975rem;top:11.5rem;left:9.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCGB8gCVE5bJzqpMFGf4wt7rnGXSluDS { width:7.5625rem;height:0;top:28.875rem;left:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDOzgBUEHvqXC59hgBsV0rRErSoe0M7N { width:7.6875rem;height:1.125rem;top:28.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfngThu7spp9Vs6oFdHQcXA1qH9a3gNH { width:17.75rem;height:2.923825rem;top:20.937501144596rem;left:1.1242187619209rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpyZTcWP5hwzh6SJHO72Ca7vUA5iv2MU { width:18.25rem;height:0.0625rem;top:24.537499618716rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZ5lHduruH9aJBUAENAJH8z6hcW4kNq { width:4.1875rem;height:0.975rem;top:11.5rem;left:4.9375rem;font-size:0.75rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #we3DPDe20hA1NwplSzpUGMR7CthiTCLZ { width:3.875rem;height:1.125rem;top:11.375rem;left:5rem;z-index:15246;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hB8IARlIH8rwUhUKebAeyxeK7gMhW9MP { width:4.625rem;height:1.05rem;top:6.0625rem;left:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCs1saC7CIn3RISbif7Ny0HVAuTDWSsz { width:4.625rem;height:1.05rem;top:16.625rem;left:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ { display:block; }#nDtNQ0E3ITgnIf2BL5feFAi9SxWKPxLZ > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6ETQrPQ4wsECDyCtkN75289HiorgDQy { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vRxgGQU7dypZaN7bAdFUAETCKx8FeWKT { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eKeq0foCti5TicMEB48r04fp9mkk2Tfu { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4s2mFsbd054CpFw0sx3LyPc21E0PzO { display:block; }
 }@media only screen and (max-width: 763px) { #ZCnleREKV5qJa0pTcZFzKT86JBs06v8T { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqiMI4WffkJnb8dnt8ZJ8ZO6DoSJCMCz { width:9.3125rem;height:2.1rem;top:0.6875rem;left:0.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #neHyrJtSI4lpaLKWEcZUunnUcCwEFVL9 { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK60VTw6wbtI3z38ZbEPhHKp93IFM0NU { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r56pFTzKzlKLC7Pyiv1kaOmBVwA283oU { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lze00uvzQU2FWqXhHedDMZFwEiHoqStE { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg1ECyzmq1Abxz7Tw2SJTp0tO13caxPT { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2WLe8EsRcakQuTmJZWgMRg71BGQ8WvM { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #ViJhLbxu8eQRt5tCoEdeCiukT0rOnCd5 { display:block; }
 }@media only screen and (max-width: 763px) { #lUSBTcTGobaeiqpPLCVncq28LTuCuoa3 { width:8.9375rem;height:2.1rem;top:0.6875rem;left:10.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cnHRmPVWuKvzcugG4LpLfAiBFm6akhNz { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaqfL9Lrp7LeEcAnMV1bEdlFWhiq4E6s { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0aOsQVmxTZDJWI42tQ5wSCgvCFQFCe { width:20rem;height:28.9375rem;top:4.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQPeE6MicRC9sDlZZQKpEagvtsPTiAeO { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #EZayCJ0DTagWETu8Lq2kFZ3hLKBvENoh { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #VMd3WQ4z40qX3z3l8NtGa2S49z756E63 { display:block; }
 }@media only screen and (max-width: 763px) { #DuhX7iyUCNdUvqDt3uKTyNfBRFzTr4pU { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCqNxlpoRltdTmqkrSmfLymeWHNQv1AF { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMuvrMcvhD0VnAKEPKWdtVfOohVBZKpC { width:3.5625rem;height:1.23751875rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zksafu47oSfBdKefDguyT1Ff7AnIcHVB { width:7.75rem;height:0.825rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KgBpu0hahEnNcaRXbBcyPcfAVQGt6tm5 { width:5rem;height:1.80013125rem;top:7.1875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cvorNIzkkeREPR53xS6R8hUunP4LrRBp { width:4.1875rem;height:1.05025rem;top:8.6875rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzo4KZxqDhXqVpAqttXNeTo2KhWCdWIW { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KISme9An40M8tJKHfrXISV65fkl35f5G { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #MNUO3rVQM3VhcTzUrmPUp7LC6ShhmFq3 { display:block; }
 }@media only screen and (max-width: 763px) { #KRpOkVUfoGObfvi4drAMSWDZoXoFr9yB { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORRPHAuEboJwTZvkCHcanolv1t677aS4 { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZmICU91WzhwRJKF8HpM9pNvRmZmGIGu { width:8.0625rem;height:1.80013125rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyW0OriAGh44sgepzLi1MmXKHoNMp0o6 { width:4.5rem;height:1.50035625rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UchUe1TnIuLeiLHP2xlVixpMuOKrleEV { width:8.9375rem;height:1.80013125rem;top:12.875rem;left:9.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #u8wDg0GDnHkILzBvmBWnMJJe0BeZTnTf { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #wfhAQqdsIVxbbkG3OcaXUa6MEGZM7tTZ { width:8.9375rem;height:1.05025rem;top:14.375rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5EVktFmrFMWlZhbZkvDQZaa8daWKSWA { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dgCht4kaeKDfAX12IegHMG4hZDXCNT38 { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #TzO9wTpU76y6L0hiAAQhLAWbLeCatT9A { display:block; }
 }@media only screen and (max-width: 763px) { #J9QIpEa9BZTvAoPyDzIqNOvNCCvquTSc { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib9Tn03C9zMNUTtacl6XCfFmv1boSJQZ { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtvv5W3gcKRygLtVxbVOROEKIcT5KMX { width:2.625rem;height:1.23751875rem;top:18.4375rem;left:3.6875rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #va7lQvrgNMktMU87xK1cmGmE5bCOS8aL { width:4.625rem;height:1.50035625rem;top:19.75rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fGohLQzzrEthsJpQMh8rOctg17yIkhsK { width:4.875rem;height:1.80013125rem;top:18.5rem;left:13.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HFUmf9rMIXDpnuEvHKxaBEhnDapNxaAR { width:6.375rem;height:0.9625rem;top:20rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0nxdrgELKouBpDdEWvt83C8IxooiP7r { width:9.3125rem;height:1.05025rem;top:19.9375rem;left:9rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSumA5lMWG4BXWODuZ5aMlPXW08A3dXg { width:18.25rem;height:3rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz8fKu4B7kESaTTeG5vDKpz9VeA959XL { display:block; }
 }@media only screen and (max-width: 763px) { #XS0BWUPaUQamMnAsO3SyTeTeyQyTCLkn { width:18.25rem;height:3rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb6oE3qOHOmOBPTwwgmLnHhPC5wrgdng { width:18.25rem;height:3rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCcaa5KreBcPDT8B7cBrO8T4BPyUkeg { width:18.25rem;height:3rem;top:23.9375rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #fuqThP2fFyBW0mceh2OMrRoCzvsqQUlp { width:18.25rem;height:3rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBlrlxOsBzekOOF9D8uUZJbr97EyEZ1 { width:18.75rem;height:1.05025rem;top:27.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { display:block; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OECX3DdyiEWBaIanFe9c4iLaRP06nRPT { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #DxvHAlNrwmIvq0uMM4i8TM4gEEPHrdzA { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQZ6kvZOUcl0HiqTUR6zmSgNa1f5S4X { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4JHyIDFhX5TTs2iuE78kP2fDN9onb4o { width:13.125rem;height:1.125rem;top:2.4375rem;left:3.4375000596046rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Uro88rhCud7o9vnuoCSQ14HJeT8SLJ4H { width:12.4375rem;height:2.75rem;top:3.875rem;left:3.5rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aqlmaIcAHz4J7U5lTXF3Do8FlzVg3Tsn { width:15rem;height:1.95rem;top:7.0250015258787rem;left:2.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IwlTN5CRhFX4dHxpgUhm7qoygB8vDMri { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxJSOhbmCVTcLWE3LVeIBBr7kK3C3MC { width:7.125rem;height:1.42516875rem;top:12.0625rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X50QIQdmfoSiy5fDyg0BaMQbNgUbTVJl { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu6atBe4TcI5myoQEZDAFwIiZ9HpLSOi { width:12.125rem;height:3.41015625rem;top:14.25rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkncNMEok1BEIk4pNoyGyiqy3JoOsAVe { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i256DXhR6hOw2ITcvg3ZkLTWHrex4rdi { display:block; }
 }@media only screen and (max-width: 763px) { #gHmAAk2GPgJdleMVDCxGmG7P8ml9lieT { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFV78c91mMLTLFOiRw0tKdPOfTplu7N { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8unuCKoLpp5it13dM1bTqlUZfDupDI { width:10.4375rem;height:2.2734375rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTtluvXzviVpnR9ObedcRzClaKJCUkaf { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6EBEwQEiwC7yEJdcJ3XngsR9RrXCEq { width:10.3125rem;height:1.13769375rem;top:50.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cum5c7ziyRLgAscdZHDyDrByxLMlu34e { width:4.5625rem;height:1.13769375rem;top:24.612499237061rem;left:7.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVmkeJf1aplN3s2OUEiSL7QQl02KweW { width:8.9375rem;height:3rem;top:25.6875rem;left:5.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paPXgW4XU6fRNO6t4HR4ARLoTaeuhFop { width:14.4375rem;height:1.05025rem;top:28.25rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quXUdvQgK52XtdX7KP19uZv9bSWEIEOf { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJ56ziffie5Oq614xg7MXv1PKyKqrv4 { display:block; }
 }@media only screen and (max-width: 763px) { #ywEOT41gSNk7yygVgH90kzGUiMfphpif { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgxsqVl3WdIP1T1iTQCwsLSyUs6Ae2Ap { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbXeidbT2PMcoiedMFnMUDIvML2b3EmQ { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgSW0Gs6Opsfr9i3MsdViseiZ6rsD6X { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHzKTlRsrzT0h2sJGE96kh7Eaxylb4ii { width:7.125rem;height:1.42516875rem;top:35.375rem;left:3.125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uHACwKQqpmT5IWSOMbBO0hrXlI657PBO { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEC4Jyuez1XIw7xTb9HX0pi6huGiw6AN { width:11.6875rem;height:3.41015625rem;top:37.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lhJKmzFp8HTpwWiwh1obCJrPbzTqwT { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27O62bsQHchN3kLzrqyA7mUT0qSSPnE { display:block; }
 }@media only screen and (max-width: 763px) { #EiMldLOTmtueH7MXlA3dTzeb4H6mSdXm { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdqc87DD4Et2orAgf1nvE5wbfTt13eB { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdT1cTs4uXMmIHECUcXJ8Agw16r0c1XV { width:10.375rem;height:2.2734375rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSru2Vx2RxN4XnzqFhT8DhnUEsa4QaWN { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2aSO68hC6VnV5G4oLLv5ElQbmF3xHS { width:10.5rem;height:2.2734375rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psgg91usKuEZVvAskuOutQyczG2Rh4wq { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA8e8llQsyKbALdv7PiaWreGserc4eO5 { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkEsvo4pG2pIPh325DoAS9yDtOuDtUgK { width:10.125rem;height:1.13769375rem;top:22.625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3gPJan2cZcq5RbLuOkMoelJXWFSrxLq { width:8.9375rem;height:3rem;top:52.875rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bamaVtMthUJWaaeDqIXBo7eDdpfPTPCs { width:5.25rem;height:1.13769375rem;top:51.800000190735rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiQK4EKPExXqTdkTxZphWzEU77wIsD61 { width:14.4375rem;height:1.05025rem;top:55.5625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP5b8qQU140puR389IXUkVTLnv9LiUh9 { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm1wxyscKJhTaxICoJ0xOngvp4teOcpg { display:block; }
 }@media only screen and (max-width: 763px) { #dNwLi5WPo5f8HsCo3yWphBvxbCfE5rC3 { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmZhZyTlnZov5JfHI7u68CHvIpOcgEo { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOV8WKS3MgXfgxoXtJsEx3qXXLf9DIT { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMWl64AOeMuT1akNnkN2foG2TdVmsnA { width:19.0625rem;height:0.9625rem;top:61.6875rem;left:0.46875rem;font-size:0.6875rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #aQgN0JnL48KAdiUd7WWxNtW2z3FgL0Mp { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmMmSqXbV3wTOBRPqPKxD5e0FyFhDlWB { width:17.0625rem;height:1.05025rem;top:63.625rem;left:1.5rem;font-size:0.75rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #uJwQD4UKUHqQzaFFr2KPOzaufAT8ef7k { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4HNhVl1QR9ECGz53g21rEKh68ObVNmM { display:block; }
 }@media only screen and (max-width: 763px) { #SSZUpJPsl27G9Pf0DPeuv4XuH2wZEmWy { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #SH8Wra3Rv8p2bodgSipshfqWfvgaFGd4 { width:14.4375rem;height:1.05025rem;top:70.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTLSVaBMq2x9DipVIcTeBX8tKidEEUi { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #GHfMgmIDTaL1c3b1QScrDwEbSiTgRvyZ { display:block; }
 }@media only screen and (max-width: 763px) { #MQtWVKHHqV6zvnT04NfRNrsTuk2oxFxu { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #mVtrWyMLKJQ86FVQWC3B4pHlpX3g1QLg { display:block; }
 }@media only screen and (max-width: 763px) { #RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz { display:none; }#RMXCKH5GhcoTwg0eEBQhU55SW5VLCOsz > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LUZC8vsJObFwpgenEUqlg1bOvOoORyq2 { width:20rem;height:1.2182741116751rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUgFvIG89IlQF4tih2aXGgE1mVPX7snT { width:1.6875rem;height:1.625rem;top:1.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1FW6Vf0xT356ZP0ur9sniwbQ5VQ8Xtk { width:16.6875rem;height:0;top:2rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #tv0EnOyNwZWtAknpIGkHzVxrnU8QWkS0 { width:17.625rem;height:2.25rem;top:5.4375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UduXnngVOlGTddKRvTTf22END9WdzKT0 { display:block; }
 }@media only screen and (max-width: 763px) { #V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe { display:block; }#V68HU6RBFfvvPuuN2eQubEIwNk3PQTGe > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aINCns3QkDpQBXwWteDL9B6pc1lghTx6 { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5vtOplCBWTJmH1pxyFlfKuHwfBrPcI { width:20rem;height:13.375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt6XvOi3JnrChEnwxmKenygpZoinOH94 { width:12.3125rem;height:2.75rem;top:1.5rem;left:3.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GZnmayGcZho1B4z5Hq96VFnbSGzXlo4K { width:15rem;height:4.546875rem;top:9.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pnVb2T0TqlFMBgUyUPCyMKXKZBEvKVk1 { width:13.875rem;height:3rem;top:16.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDhzZQFWvvbe5XqJ3hq0eeucJ1xEtTkI { display:block; }
 }@media only screen and (max-width: 763px) { #Lx5pQ7bNIFd23z1c56q6OV1gnzaDHvPK { width:8.875rem;height:0.962525rem;top:14.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VcU0Rtd9SftufFHFkUufIceWCwOyv3AF { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiuAfSMmpyBPAOOOL8CJ3TP6IzsXC3GD { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRixlpEsSHX7z9llunrd7bGICF86JyZB { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxveKqwsc0pXMgx5AwBsh89BUPl4GnMv { width:7.6875rem;height:1.375rem;top:13.75rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMTStsadXuEVzgrgQcW9arb8zmJxXZa { display:block; }
 }@media only screen and (max-width: 763px) { #R3BXo48kbgOxZ2SMKK3aD0DSLVPzq2lm { display:flex;width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GLqN13C2SuSW74mdH0StorSXHZqWXDqP { display:block; }#GLqN13C2SuSW74mdH0StorSXHZqWXDqP > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmeHG2vo8GJDqbefHFLRmpdtIDdsvC3F { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfBRQSvgnNW3qsPH9Tcy5JoL5T54SRK7 { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #15122a);background-image: -moz-linear-gradient(180deg, #090813, #15122a);background-image: -ms-linear-gradient(180deg, #090813, #15122a);background-image: -o-linear-gradient(180deg, #090813, #15122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );";background-image: linear-gradient(180deg, #090813, #15122a);background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BuiVEhbrSlXGbJ4bI7aOVawbzX623KwF { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I7TLvgy94J7TTKXBwZ3ZXG1aHERXeZQm { top:5.5rem;left:4.75rem;width:10.5rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zIkcBccPLr0EoiUcKweRMpi7clHbxT9c { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:8.4375rem;z-index:15210; }
 }@media only screen and (max-width: 763px) { #Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 { display:block; }#Tlm73Lf4ixu8aTPILFbkC5OOsOtr9P51 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKtEy1amDiiQIqcBR250hJ0hxFGJlZuV { width:20rem;height:3.5rem;top:0.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cRwZlfwRNuLQaXz7lqkam2K1Qho8PZ1S { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #15122a);background-image: -moz-linear-gradient(180deg, #090813, #15122a);background-image: -ms-linear-gradient(180deg, #090813, #15122a);background-image: -o-linear-gradient(180deg, #090813, #15122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );";background-image: linear-gradient(180deg, #090813, #15122a);background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i9iUhVUTOTUnnt7r2tPVA138fdoWUzSF { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D5xcZd1P6tbwb3RmGt9L2OguECNr8UsC { top:5.5625rem;left:4.0625rem;width:11.875rem;height:3.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CStfbbzhwZUa4tVA4QxQHlELTWH2ypWn { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:8.4375rem;z-index:15209; }
 }@media only screen and (max-width: 763px) { #lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT { display:block; }#lEO0WoFh8U3SbTW6f7nrKITor7KTyrXT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrGPzeclmTB3NK5F8amAvHKhIBT8K5Rw { width:20rem;height:3.5rem;top:0.5rem;left:0rem;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRdVfGc7vBJgF1LmBqik36MvpTNPpMXX { width:20rem;height:7.0625rem;top:3.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090813, #15122a);background-image: -moz-linear-gradient(180deg, #090813, #15122a);background-image: -ms-linear-gradient(180deg, #090813, #15122a);background-image: -o-linear-gradient(180deg, #090813, #15122a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090813', endColorstr='#15122a' );";background-image: linear-gradient(180deg, #090813, #15122a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yyIMCbDiQUZQVA0XOlWCqABtQcDTkXW4 { width:20rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hgGZ7FxZridU2PJ3G9iynuXfyLQ7Pwsr { top:5.6875rem;left:4.75rem;width:10.5rem;height:3.125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qE3ae8aFpsRobPskkbtZINEgrsi5MKRv { display:flex;width:3.125rem;height:3.125rem;top:2.4375rem;left:8.4375rem;z-index:15208; }
 }@media only screen and (max-width: 763px) { #MyAf3GU03aUROD40PdGh4n33uL6dh7R7 { display:block; }#MyAf3GU03aUROD40PdGh4n33uL6dh7R7 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrcSd17TERJxgQOsDB6KicOEPT0vIAoR { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gq5JJ4nQStLJZct1x1BmZ6114aomQTZd { width:20rem;height:9.25rem;top:4.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MP3FDx9v33ASufqSUNwspH06OD1fvHeb { width:15.0625rem;height:2.75rem;top:1.5625rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zT1kibtTwV6Js6CkR4k5xMxfZrtVO6E6 { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOory57vGPp2vsZ2yCMCgOeagCVMha2s { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERfaOFTbPKNSpKApd2m2T7n04yplVUUf { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOfWwE7OuI8X2IdQERTQbH0nc4FnBbnW { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKmdqLvGyxZUIqWTffNrHEAAvFFCzl2T { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLJXwVBMFGRJpPT8Ag0QuRhMivearTJZ { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R33eTsqI7MzOtZyF1f4dixLRLZ4ZneAw { display:block; }
 }@media only screen and (max-width: 763px) { #DGra4z3pDukFGdb0bn2MwxfxepDuVCQq { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQeEnJ9Mz2grPEytTkowvU5e3hGf1TzP { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5mgvrqX3U1DqKvCeR6isAxqoxcHKdl { display:block; }
 }@media only screen and (max-width: 763px) { #qDCoQn7M1W06zZp2dhZEFeRIrpZluTVF { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuJIkqiSQ3zxdPb2JTGwNJxVRyoZ8fb { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxyXnu40In7mCiMWCdUFRVUlxaJhfd8C { display:block; }
 }@media only screen and (max-width: 763px) { #L1d2aTrzK3g07bviVbrW4a6sbtebM7u3 { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mxFgh4owQeH4wQZqtEBoAyuh9fgFQD { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #a8ktX643qaVlwGR2WNHieQG7QUbJbGDy { display:block; }
 }@media only screen and (max-width: 763px) { #Ht758G68mEd1FXyc6P4SxGUX7FXzNvV0 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKOnqTaLqZ2dRZyUJXUSrSKuoeSgK01S { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQpZaePdN45TpGBEMqFeZZ7XUHBrS6L { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlbmLQ1xmeqQHZZyNoyckclVsUaWzw6 { width:0.75rem;height:0.8125rem;top:10.4375rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxRx1x6BrsRwxFAMGkT3Lfdcr7SguJAT { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFK9TOdJVSJmNVmHEMgXUwUvVldsG8eQ { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmU3ca5V0OLd4CA0Ht5BwCTfhiSn69eg { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdGtPMDak0nZPBdLZmKMXy6c7DRTfJT0 { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL03Si3gUaNuqktIdWokWPrgZUgV2fHK { display:flex;width:3.125rem;height:3.125rem;top:4rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv { display:block; }#P8hqd8lPWgdXw86VJzkUln2ZPyHrERMv > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvZ44GrwdLIaRW6v79ZBkAw9BJsIw9a3 { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EiLOTP5JHMRtdHP3qiS3nxmtndcFLWkS { width:20rem;height:19.75rem;top:5.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LCuV1Jv04eWpp0hfZZoSJe6EX9fAldsG { width:17.0625rem;height:2.75rem;top:1.625rem;left:1.4687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D3uWPzu0fCvkZxN8ctI01UgTP6l0wQsG { width:4rem;height:4rem;top:9.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rieFoe9NZt6TlxFdXO87RMZXSkCmXTmr { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPe4LAmPfiQ7eRT7FooFkRTtZX8HRuf7 { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6txA65wpRi3cAQp3FwR05nKXQl7n511 { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Ud8kp3T6RqJF4c4zidX3OSQtd9UVfh { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwsRQvHTNTGcvafAzsiaBxobwZXSMUth { width:4rem;height:4rem;top:15.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTHacnupd190THCr4S5TG2DwocORWgyS { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTw8J9ZylkKvCTgvfLdgaXCpGgdzkeJK { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPSdStKmvTxvLmNUHJTNcmHickSZBdT { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWgWNm57bfiLI8lLgErBQaiZDzrrszPN { width:4rem;height:4rem;top:20.28125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNcXTssWadef3VoIJLKq28I7hyNtp6T { width:18.8125rem;height:2.923825rem;top:6.0499935150146rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iSPlfyqQOimfeXmKs3TtTEWVnemiEI { width:9.8125rem;height:1.3125rem;top:7.85000038147rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnfGubCU8DRBywEgTcp2TuiHaxETDk7H { display:block; }
 }@media only screen and (max-width: 763px) { #RWP53HT3QeTrp2yhR6XBunTrEPJezDPb { width:3.6875rem;height:3.6875rem;top:9.90625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7saV73Da8iTnESrl6XqN1UmXRixp9g5 { width:4rem;height:4rem;top:9.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFokUiaHpoa7T0PxDFaXxhtXXFkTvbn { display:block; }
 }@media only screen and (max-width: 763px) { #cHImzcWsCSExTEl8Sws4Nscp7RwiuHrA { width:3.125rem;height:1.125rem;top:11.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZarZdwbPcGBqINMCiJvaFGu2wPP7g3lT { width:4rem;height:4rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAoqpm3loJxNyJZfoKpbTFR1G3BnxiQZ { display:block; }
 }@media only screen and (max-width: 763px) { #RbIUXPCwiasmvRVHADRB7b5hI5KVWIqu { width:3.125rem;height:1.125rem;top:11.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #il10a8xqPBnZkiLKzUXlG0MhPpgm9DBH { width:4rem;height:4rem;top:9.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXW7HOcRe05Tw6fxsdZCTfmN2P6Nmhez { display:block; }
 }@media only screen and (max-width: 763px) { #ZztNXIt7Vvv9TFlLmN7WfTzJznlRxEqP { width:2.3125rem;height:2.625rem;top:10.3125rem;left:15.783332824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1xctSTU8u6hKnP1nrRcbraohWMbEGUG { width:4rem;height:4rem;top:9.9375rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #AgcELgyzPigbPnZQlTb8UFOE3KMskTJc { display:block; }
 }@media only screen and (max-width: 763px) { #n4OgNAzHlZX2RD8QsiSsyUTEq0pUV8Dq { width:1.875rem;height:2.3125rem;top:15.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq08usT9M8GbNpTM1FCBmZLQDm5ZRneH { width:4rem;height:4rem;top:15.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJWBpzt98O2En6hZtME4qVNEgal5CnLp { display:block; }
 }@media only screen and (max-width: 763px) { #xRar6bwg6331Bv03AwMa6RAakMZat2ca { width:3.625rem;height:3.625rem;top:15.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxAeeUItt6B98pzzADbwUsFBkbr8lsCo { width:4rem;height:4rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzzyrxm6fOCBhMS91F3K3GCxybGTsOVT { display:block; }
 }@media only screen and (max-width: 763px) { #JrtcISqdBkrKr4eyV3HSuQrwKZHVIaLv { width:2.75rem;height:1.75rem;top:16.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb5Rn3SDyzZAdrKaaSAkrD6cMXrZpSys { width:4rem;height:4rem;top:15.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeAlhi8lI522toqToJTAFsAdeCbGZ7u2 { display:block; }
 }@media only screen and (max-width: 763px) { #rsv3xL0sDU0c6k5SkqN5gS1nEHd0sd9f { width:2.875rem;height:2.25rem;top:16.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx5zC4vfQEg9kcVlotgxBTHzoMH2ettZ { width:4rem;height:4rem;top:15.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmPgrzQzBcXsMpDbZy66zJ5OSMmRJNn { display:block; }
 }@media only screen and (max-width: 763px) { #x1Fsi7ELw55RhOOCcXHw19SiOwsd82o0 { width:2.8125rem;height:2.8125rem;top:20.643749237061rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw22eBw9T50Hn468ruGgHw3OP5WyZGm0 { width:4rem;height:4rem;top:20.1875rem;left:0.875rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #wDyI4Ba2ERensFgTZaUB3DMiuNXwNrOP { display:block; }
 }@media only screen and (max-width: 763px) { #ut2dAqDN54ieTh1uZbu6iKP9SCwkp3rO { width:2.625rem;height:2.625rem;top:20.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns0lOb8bqLspasSsc4Zpw9rXIbTHRzTd { width:4rem;height:4rem;top:20.28125rem;left:5.5625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #cnUD7LCCEmlKoU13iy4wxViul9Q8mMT5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVBSQd6N55ndF0gz1zg3PEfs9Nxf0Sn7 { width:1.25rem;height:1.25rem;top:20.03125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGeWD6xOQ3ohCDxQXvkZ0BSDpxMUUQrh { width:4rem;height:4rem;top:24.187501132488rem;left:5.2375002503395rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmPJxUot7i0g5IvVQvUL1RTD7orXZDBh { display:block; }
 }@media only screen and (max-width: 763px) { #A4w1wJfQsvTJZh3xHb6nyglZHsAhx5zS { width:0.75rem;height:0.75rem;top:12.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfskK2hsa3qg0xdQo83rsJBTFhwBJ6Ri { width:0.75rem;height:0.75rem;top:12.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZQ1iwHvvllWeKiOUEK9lz3zF2yMqcd { width:0.75rem;height:0.8125rem;top:12.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSo4H2B7Pi53ds9hThT9ZRlv2TZgvrmT { width:0.75rem;height:0.8125rem;top:12.875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPLBZMAtpUmhu5vqM38PLwHdvTO1drhr { width:0.75rem;height:0.8125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG6Vw5cMNkkByU1CEX0mHCqcG0Z4UwMN { width:0.75rem;height:0.8125rem;top:18.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqufzz2wHaMv7pkq9LaMrkeZdvDWT79 { width:0.75rem;height:0.8125rem;top:18.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU4VDGIGFGtHzsir36IOLr4wa9UK1RL8 { width:0.75rem;height:0.8125rem;top:18.125rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrw9gD7rCOnOtPxGnGVJ3lOTCPWsD25 { width:0.75rem;height:0.8125rem;top:23.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASB6eJxATLTSHtb4pTSZLXQ8USkDRRc8 { width:0.75rem;height:0.8125rem;top:23.03125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQokoAzKiCWAkAMRzZ5iofHrUiv5EkSA { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GRPnrdnvsTgZF3Iy9bc5JZ9pFWTarTED { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SiPd2qitE3SmXRREATQ3ky4qoCLsavgq { width:0.75rem;height:0.8125rem;top:23.03125rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ffNA4yeJZtJTKTsJrTJuPxInpOm4OaFE { width:0.75rem;height:0.8125rem;top:23.03125rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Jg2WQvXCoJKDWXqtrP29LnzR3VfnZ1Fn { top:20.90625rem;left:10.8125rem;width:2.75rem;height:2.75rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zk6T2zQtdQt9eZD0AiufLJTPZBlKfTsa { top:21.09375rem;left:15.9375rem;width:2.375rem;height:2.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k1JdVyhueVRL51aQMQ5aBmktyEFsnVs9 { width:4rem;height:4rem;top:20.28125rem;left:10.3125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #TAq7JOgwnupB7QRLOxrGDhTW4cwF2AsZ { display:block; }
 }@media only screen and (max-width: 763px) { #Dq4kTmTTmcAoRfnyvzCrL9hWuGxA2hkI { width:4rem;height:4rem;top:20.28125rem;left:15.125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #TLyU6iimpF5dLzB76TF9zPPyzCktxLyR { display:block; }
 }@media only screen and (max-width: 763px) { #Dg6Te3ARmgIONtqUBb5HdAPTUBwGadec { width:4rem;height:4rem;top:9.4375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpEncizm3EVKk58XVtZVDcDxOaIqRIGD { width:5rem;height:5rem;top:9rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L14iORFOnhli7rfvPfvPTkWZtZrV3gsh { display:block; }
 }@media only screen and (max-width: 763px) { #nt6G5h8WWmQtzUsRBdBZGkAcq6Uk9CHW { width:20rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0bhsASV9fe5WfJ0MPbbBtrJ0Z5NWhaH { display:block; }
 }@media only screen and (max-width: 763px) { #ypLE0oqbf2ofifAZ3yS9kVRwcef5sAP8 { width:20rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6eNmJ11PrgkShiobmPvOKi7knmlxN02 { display:block; }
 }@media only screen and (max-width: 763px) { #WtJAi0s7IfM7THfc5PsfBowtlThUbxRT { display:flex;width:3.125rem;height:3.125rem;top:3.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IIQTK45kytyPRXCRofrLBAQnsODeT5bQ { width:5rem;height:5rem;top:44.9875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nlf1VEN0hG0QaUABlr4y4yQWFQrAA2cF { width:0.75rem;height:0.8125rem;top:48.8rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s33LO4uMaHvoRTCdUkPM76HB7gu9EFXT { width:5rem;height:5rem;top:57.175rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2sKzrECFEtVeebAoGXgtf0JL8VN1o2T { width:0.75rem;height:0.8125rem;top:63.425rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pisumf6z4NcCozMIoHB7uTZCpmHbzC18 { width:13rem;height:0.975rem;top:7.9874992370606rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n { display:block; }#AilQnmRAR4Et3Ma8nLXuFrKKgmUsWa0n > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFZeF4r2S5coSlL5x06LsFpF8FThR1CU { width:20rem;height:15.6875rem;top:1rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zofPDyvPQ8mp6cQdWn2PPi09nBqeT5tC { width:17.1875rem;height:3.25rem;top:2.21875rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x8OH4tRezv3Uio1Ih3Qe3pO5uJ6KWmK8 { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbZarFi21q3hqADGzihC9CuZXw35V878 { width:2.25rem;height:0.6875rem;top:7.890625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3kdU3dXN3Zz2yECVk4dr6hFTzryGZx { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHd7b1OhIgDQB7lnReecw1TtLxsHvoi2 { display:block; }
 }@media only screen and (max-width: 763px) { #Hqyo364XR23O4I1pTIqkwyuFz4M4WE5v { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtkJHTrM7oCghT86MUbHGnc3l9ee85B4 { width:2.25rem;height:0.6875rem;top:7.90625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBT56Dm0aKTfdnyuM0DSwntwKSeyS0PF { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKW6T0ecoceDeithI0AEGNmm6Fi6MUJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #rBvGF6ScMkCgz7tF0oTDT0JXMdcwWRx9 { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7uvHGeXZSgLf0k4doLGKZJZha3ItOxm { width:2.25rem;height:0.6875rem;top:7.90625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Dq2a20awG0QDXHCzVi4Gur916rWk9v { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHVuSJXkxpWb9rgfvn0rVpLLgnBd7sOT { display:block; }
 }@media only screen and (max-width: 763px) { #HCOPvcA95TeZNkWmd4X5pgcDCTt3yzlO { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIgCebIhyLr5B81A2U2TVagFUKlyN01P { width:2.25rem;height:0.6875rem;top:7.90625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iItdiwrOs23Qt57freXTao4K3AvOJl2W { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #TQkIgZOii2JgEx8Ep0AD7aU51y8mPBHP { display:block; }
 }@media only screen and (max-width: 763px) { #bd7tKuXhgPrZ6LB21kdz5gfLTfMZIUsF { width:20rem;height:1.1rem;top:11rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IhFgCEaOTIC16LrK0qnnElgJBhOc32JW { width:20rem;height:3.59765625rem;top:12.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e9D6QORrubAGPv2Hp80O0za7q1LOApvD { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNsB85pe0iwBT4vL9raH7H30vhayho6l { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxCW6fHfQAFTLOvPolR9K07aoFctL7iJ { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1fHvIW1TWWtGTA3qahGldlicexPEchv { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqNW20NhAWB4t6TM0UUkXSMUPXoMuGEH { width:3.5rem;height:3.5rem;top:25.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5E24NmpiJexCRGbCMGnq9L59ix0NxfH { width:3.5rem;height:3.5rem;top:25.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8rwSgvrUtFO43NuR6WlKWvg3s0qEtSq { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1B6GQgJc0yys7BfytBplT55lz9isXTh { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dazSTVsS7WTvVyuHSyrDqr8cpORbod { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2J5pEOqAQpU3q7kp4S5akNZBkmnhwr { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkh80CJRqZtvKJyUnFLTDNu26NdiCk9n { width:3.5rem;height:3.5rem;top:21.5625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuyUJ0hsTiHPR4hiPgh5KwT2DyKTBWBL { width:3.5rem;height:3.5rem;top:25.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGA1CahT97TxMCW2U30SSWowLBub2sTf { display:flex;width:0.6875rem;height:0.6875rem;top:30.5625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #xBqbzP2KTT6GEp24122HyWsN9Th7lfwD { width:9.5625rem;height:1.25rem;top:30.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLTzPFUZ43DE7HxzzdTg92qTh7TWiW2 { display:block; }
 }@media only screen and (max-width: 763px) { #K5UcQAQGABuTVRgyb3EsoXRn5XkdPTWO { width:2.25rem;height:2.25rem;top:17.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLKGqaRqT4xtd6FTApOQCRZyFD5aIanA { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8119671344757rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia3kfikafILmEXxB121N9IZGK0IxK2oz { display:block; }
 }@media only screen and (max-width: 763px) { #g3ZUaJO85Kk7aIA0m88sFH7WTfISO2Mm { width:2.25rem;height:2.25rem;top:17.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #docPtG4Qb1Kt7XqKqO2TU3re5Tm1zRVe { width:3.49964375rem;height:3.49964375rem;top:17.186611175537rem;left:6.1851916313171rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wS82ZZFphVEZhJxKf3ZJNzw9tSGQc { display:block; }
 }@media only screen and (max-width: 763px) { #x7ZLkxtBHh99EACFPAklD3yhlhn3UE9e { width:2.25rem;height:2.25rem;top:17.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASRHniMKniFApFZssKaccHbFn6x2DC4B { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICToe9VskvtSMNKVqkhp8sTbSePyfEr { display:block; }
 }@media only screen and (max-width: 763px) { #PBJGp62SZek0ciwUlc8goKZSKvsXy5ES { width:2.25rem;height:2.25rem;top:17.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqalbShBd8qqvNLnENs0E1SNQp8deeTF { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wik6eVUEWbJpZtPgsRPrdHxcWOpxH86p { display:block; }
 }@media only screen and (max-width: 763px) { #ras79QrPtzpMqpfkRB7Wfpamu5MVvRdf { width:2.25rem;height:2.25rem;top:22.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQIGSD6ImgU4U3kAGLdmqOdtDdz1fmyo { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STA2azWBrIIupE3i33DBceL3F1dFqvWH { display:block; }
 }@media only screen and (max-width: 763px) { #HrJkEVyt8KyGs4CyXxJbXyMGQ3fgRI0M { width:2.25rem;height:2.25rem;top:22.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4l4AQsp5zIfPhRGbQnof6rHm9HuagXH { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCbfqVVBgiQOIxLDvVUDymDXHxST2uTw { display:block; }
 }@media only screen and (max-width: 763px) { #iEi5R8u0hqcv29TVs3OKEiq0ZgQWNExk { width:2.25rem;height:2.25rem;top:22.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJTr1VTtfML6TrqPaGZsHIMns6scJQTO { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkwbkeAUQIBe3G3hWpfd79kgz3FcbnIO { display:block; }
 }@media only screen and (max-width: 763px) { #CsaRphEf6krB5fb3mb17Izz6T8FJal9I { width:2.25rem;height:2.25rem;top:22.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig52soTu579fqAtmSwmgPKAeIv69WoHf { width:2.25rem;height:2.25rem;top:26.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zei5W7Z9nIEC4cLb5V71hhUgOmiHWBmG { width:1.6875rem;height:1.0625rem;top:27.09375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPM90Rq4r4qJ4NIxdVEHmm06Gwg4rfC { width:2.25rem;height:2.25rem;top:26.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ9P4wEib1kDyBenRzev3JJJ6g9O6XgQ { width:2.25rem;height:2.25rem;top:26.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XHQaP5lcqrUXWnlak2XTQVJf2hsVaT { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNaHtadFcK4rPrnUcFtXDJqzZPqwOde0 { display:block; }
 }@media only screen and (max-width: 763px) { #bdA4IZVVtZtRhHAgkJm28kwePQaawHea { width:19rem;height:4.0625rem;top:6.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0e3Eib7ehwQrvMb8sv6TRykusDodlq { display:block; }
 }@media only screen and (max-width: 763px) { #T4rxXwMfABg3WzRCH1JCLo1iXTyWplR8 { width:18.9994375rem;height:12.6873125rem;top:5.4669818878174rem;left:0.49893462657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOZWFEb32L6FSXzhz0ku99hmP66ullg { display:block; }
 }@media only screen and (max-width: 763px) { #fIqxhneJ72bwINffl2u5CH6kZizFQa3o { width:20rem;height:2.69824375rem;top:34.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xDvwFM9yI2ErHKcIbAaR6FGmxqLTHCgr { width:20rem;height:16.625rem;top:16.5625rem;left:0rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282352, #282352);background-image: -moz-linear-gradient(180deg, #282352, #282352);background-image: -ms-linear-gradient(180deg, #282352, #282352);background-image: -o-linear-gradient(180deg, #282352, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );";background-image: linear-gradient(180deg, #282352, #282352);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EzAq6FRtAl6lCQfHWD8bCbfm0DJxxHvS { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.0610795021057rem;z-index:15231;display:block; }
 }@media only screen and (max-width: 763px) { #Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS { 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;display:block; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { background-color: transparent; background-image: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container { display: none; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .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); }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { border-width: 0; border-radius: 0; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ebct5ybOMmFwAQ9T6PwlrQPI24ZE0RoS > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkmyheTFHafa9mafBtMmpCgIPV6qZV4C { width:20rem;height:33.5625rem;top:0rem;left:0rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282352, #282352);background-image: -moz-linear-gradient(180deg, #282352, #282352);background-image: -ms-linear-gradient(180deg, #282352, #282352);background-image: -o-linear-gradient(180deg, #282352, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282352', endColorstr='#282352' );";background-image: linear-gradient(180deg, #282352, #282352);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XSL9rGpFvf4R5fiiWPy2v3LdeShC0EpF { width:3.5rem;height:3.5rem;top:0.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPK07bKODUkQq4h9TT9OKtJoDg5ogivL { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO949wnTuPeXMbDh84aGNSp5ZGPL21wz { width:2.25rem;height:2.0625rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs9GGFMXqp1QhlrFL4uJ5qOGp6NUi98o { width:3.5rem;height:3.5rem;top:0.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQbPGA9Gz2LlGgWkHtEXwPiFhi98Erg6 { width:2.25rem;height:1.6875rem;top:1.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULwgh3AGI0uxrrOXwLKssd0b98DieTuu { width:2.25rem;height:2.25rem;top:1.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unSBpGh1vhUvnGclFtR00e3i2r8powZ9 { width:3.5rem;height:3.5rem;top:0.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4rl42Ezu4SXW2NPUKepzVTyrnxiuQl { width:3.5rem;height:3.5rem;top:5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8ahk3eqvf88mxMOdndWUTX5WZc0X70 { width:2.25rem;height:1.875rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF5PXDrskAMKLyZr6DltRKlBJeE3oHFq { width:1.5625rem;height:2.25rem;top:5.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd7VIRnW6Cby14Zd1RCeVSODZN2mAKH7 { width:3.5rem;height:3.5rem;top:9.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK7nsbtQTycOLth64ZKZrM8FolTk4fcZ { width:2.25rem;height:2.25rem;top:5.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbLliRd3c1kcxyVla7AbAFTMSPIPT9g { width:3.5rem;height:3.5rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUDTOHMbhdxUxBPImGpiV6kieVkQcluI { width:2.25rem;height:2.25rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IW5LEwVf7yW0yBdi4wdM48VHvGALfS { width:3.5rem;height:3.5rem;top:9.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc47KTeqATlX789zz2NJtgJuE01IPbQ7 { width:3.5rem;height:3.5rem;top:5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZqTXtXiI9h6ktuc35kpCa3Ta4JU5oe1 { width:3.5rem;height:3.5rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Htp5h63O0zfSRMDckTh98uCeziM0Dh { width:2.25rem;height:1.3125rem;top:6.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHe5uxwrMqfNPyuLtUuAPZA0KTTCr0oH { width:2.25rem;height:1.3125rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvKrD64QJ5DGI2sSJ0CFEWEfgQwLFwA8 { width:2.25rem;height:1.25rem;top:10.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMv1UILUxsJiJqo0J0XZ02PUAAgyWTl { width:3.5rem;height:3.5rem;top:5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyyuN2lwat7xa3KDKco1mPBO6nOS97mp { width:3.5rem;height:3.5rem;top:5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7pOM94Ih4eSrz2bOzJBfccoVvZx4KTw { width:2.25rem;height:1.3125rem;top:10.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZTG4AFHOs1RH90hrm8XNdfxgZHaRs9 { width:2.25rem;height:2.25rem;top:10.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqEWlxZo5IrIi02HplX1XfWSZZHavNgP { width:3.5rem;height:3.5rem;top:13.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpa2qf7U1SCubSXscRx15okq75TplcyS { width:3.5rem;height:3.5rem;top:13.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7wQoRRleLQWcoEuEpcwdXTcZ606JP4 { width:2.25rem;height:2.25rem;top:14.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGu16zeW0rTnxcbICTy1k8C5BQQmFyMy { width:3.5rem;height:3.5rem;top:13.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BghtWgslKFbFMMG5TS3D7kPyNwAVZ18H { width:2.25rem;height:2.25rem;top:14.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pETEFunnma3TKASTK4ehoU60aiz1sXns { width:2.25rem;height:2.25rem;top:14.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0W9kGod8wIHGusQrpcBlP0AgtqBAgZ4 { width:3.5rem;height:3.5rem;top:13.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTfMGNUEVhXXXUmutS5tHLuvMtGwaIPA { width:2.25rem;height:0.8125rem;top:15rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJ4H61w34BEXgMpyf6qUA2u5mXu6LMd { width:3.5rem;height:3.5rem;top:18.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2dTgTLlZ4DmxASE1ptnX4tGpH6y8l6K { width:2.25rem;height:2.25rem;top:18.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ8TDAzUwfO78NBN77V5RFakCkydxTd9 { width:3.5rem;height:3.5rem;top:18.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnX7RrEPM6X5PWUMMCrvKkKRgVapChIn { width:2.25rem;height:2.25rem;top:18.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJfmSqVTDZo7VT63K2bmG1IqeXTV26UJ { width:3.5rem;height:3.5rem;top:18.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvzZ2D97NUatbgGFKFbu43B3QxT6yzRT { width:2.25rem;height:2.25rem;top:18.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH627FKBUfTiWWAPs5FLQw3hzJ1TO71A { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zob3xS6quwuVA22iB809ZsAQkCoAdXUd { width:2.25rem;height:2.25rem;top:18.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drIg4aInKPhHp7rockz8IkKqDm3mMdMD { width:3.5rem;height:3.5rem;top:22.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHB8SCe4KC65VMV0G1uAcPGTvJuXFxMg { width:3.5rem;height:3.5rem;top:22.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPX9cEaUvBuk5TX4FgcT9dXCzk4ZEyMw { width:2.25rem;height:1.4375rem;top:23.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB0zvpCFkcCwHDEBJUuNGgvOGWI72FzV { width:2.25rem;height:0.375rem;top:23.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNXZsN7I4vwHJ0MT2hGtlWZIA2nHrvsA { width:3.5rem;height:3.5rem;top:22.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWbQvmDxTeccWEiMBZyDKKhc7op9Tesg { width:3.5rem;height:3.5rem;top:22.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVq3JMJrJSP94QMHfWURvnoLiZTIVoLg { width:2.25rem;height:2.25rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl2pm1tHMdg9z5LB9ME2rEw4yJvZVeNW { width:2.25rem;height:2.25rem;top:23.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBXn58BTvU1ZVXSK5ISJ6B8VZbT2xv4D { width:3.5rem;height:3.5rem;top:26.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwQ0xQxLJgsvdnIbhtnNDzAN1nFHQzVw { width:2.25rem;height:2.25rem;top:27.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAEfrxTXeTrJou2EF7dvz3PQCoSCGIPz { width:2.25rem;height:2.25rem;top:27.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzzm1BAxvlguEx2Q28ke33lJ0OG4adXg { width:3.5rem;height:3.5rem;top:26.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0l6GQ0DKmTuXlXySTlef1ALdHEQwTQ1 { width:8.4375rem;height:1.25rem;top:31.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhJu619hlDGSaQcowDRoOS9UkgHcNFN { display:block; }
 }@media only screen and (max-width: 763px) { #wHUrHEGLvgUp6Ox0Wvz1QOcDvuwSu5vp { width:20rem;height:2.69824375rem;top:35rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z4N4994TrfrP8tSPG8OMh9Ta2yKehhqS { display:flex;width:0.6875rem;height:0.6875rem;top:31.3125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #kQeruyPI5L9IySwSVzATCZRffGZKcZUd { width:3.5rem;height:3.5rem;top:22.47500038147rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew83WQAxowEBo0ObUIOUddZXG446MFwp { display:block; }
 }@media only screen and (max-width: 763px) { #J9smUrD0KfE0TR1sovRbVCryRiZ7pTqC { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87ltqvJxvwoteb5bVQnAQ1HypK6EmH8 { display:block; }
 }@media only screen and (max-width: 763px) { #wHqWckOsIiwuNHJZHkw7s9fmqo0RPGqW { width:19rem;height:30.5rem;top:0.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkklVWtE7Cvm6M2w0kOkxHrQz0wOUTI4 { display:block; }
 }@media only screen and (max-width: 763px) { #sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb { display:none; }#sMwZICp6owmz9w4rS2rBIh9TFsM5iHIb > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VxbuTLk3o8llfPBi0r0gEH3TSXCSGlim { width:20rem;height:2.8rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kqNlKUtasN3lcyLwJ7tNiW1XogkKbgAu { width:20rem;height:1.3rem;top:4.4875030517578rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBtRqTH5UI0kZPpry0XwU58PKGEGBSfq { width:5.875rem;height:2.5rem;top:6.6624994277956rem;left:7.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FZ0OFnWSTrfR1RN4LN4C42FqsT9SpscK { width:8.875rem;height:2.625rem;top:25.562499046326rem;left:5.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mcQrxStTDpDhD5Nh5yiDIEdXX4doTXL8 { display:block; }
 }@media only screen and (max-width: 763px) { #oTmGXTwHsCdiTkyDQsXhJIMBccDtFgGV { width:20rem;height:13.6875rem;top:8.5rem;left:-2.6875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #UePqUueiBwHd9IrkrL6JOcEClFvc47qp { width:20rem;height:12.5rem;top:8.375rem;left:0rem;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(1,1,1,0.22), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(1,1,1,0.22), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(1,1,1,0.22), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(1,1,1,0.22), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010138', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010138', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(1,1,1,0.22), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DMUEp0rLTV1hXQHbafHHW6WU2Bh2Tre3 { width:20rem;height:14rem;top:10.437499046326rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fURcC73FURQGyu292FKUrzszMRRidFTD { width:9.375rem;height:12.5rem;top:8.5625rem;left:17.3125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #kBElbwWriV3nmmTnW48IfGUQOMPJnb2r { width:8.625rem;height:13.6875rem;top:8.5625rem;left:17.3125rem;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01010133', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(1,1,1,0.2), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uRNJdRblA5KWThCpNeOwrVTnurNrcBFK { display:none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B6sWHToU2P3pOu2pD7NIZqAGaugJ6lIf { width:20rem;height:2.8rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DUJhs1ovtmoWgyA1NqTH3WguIURLNAqq { width:20rem;height:1.3rem;top:4.4875030517578rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD8rrBmCeHvkOqdvey3KgizVvVCzNoRu { width:5.875rem;height:2.5rem;top:7.10000038147rem;left:7.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #D9K6ZJHTrL3taFRy4zGGTtpQgwkR8qet { width:8.875rem;height:2.625rem;top:10.97500038147rem;left:5.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #gZdwKI2rkHLCTazGDtnsfbZH2JRBOBZi { display:block; }
 }@media only screen and (max-width: 763px) { #mPD8a9oto2s2sEFR72IVaTBHAIh9Rdnp { width:20rem;height:13.6875rem;top:5.7249984741211rem;left:-2.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5iakEJg52yFEn6Ra8EhfilE3ZBMvDC { width:20rem;height:12.5rem;top:5.7249984741211rem;left:-2.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #m24v1bgqvc6vntMwZU9OarcgpHXPQRME { width:20rem;height:14rem;top:6.7249984741213rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Hmk2croUE06PCi7ynbdcs8CoRhrAouLT { width:9.375rem;height:12.5rem;top:5.7875003814697rem;left:17.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #K0w11T9qMtmndCQDaJF3uVBhmd2zV3p7 { width:8.625rem;height:13.6875rem;top:5.7875003814697rem;left:17.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #klncKpBm7sWzXSbmrQizsZtm6RbsGa3e { display:block; }#klncKpBm7sWzXSbmrQizsZtm6RbsGa3e > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eexd0rENvs2elN74KEQMH8EalvPnQZ6T { width:16.25rem;height:1.75rem;top:2rem;left:2.75rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xnK5BHw70RZfvBWhWxDD7ffyw2o3OpKS { width:2.687175rem;height:0;top:69.715715408325rem;left:2.1245661377907rem;font-size:1.5rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #xGJ53aiNU0GBxFRn1vFvqwnFTCcApSQe { width:1.5625rem;height:1.49946875rem;top:2.0619735717774rem;left:1.2428977489471rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9x01qDAOD1SoNkB93aQqz2TpWRJLDEA { width:20rem;height:1.1375rem;top:3.9624996185302rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB { display:block; }#TfFSwmhV58y3IAFMDFNH6V9lCfwBESSB > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffWB6r1BvLTsLHGVSDcx9ebRwJgBucnS { width:5.1242875rem;height:1.49946875rem;top:0.63029670715331rem;left:13.998579025269rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNHmwxXkSJO3QnmALTuU0M4o14O1vqFZ { width:20rem;height:17.591522157996rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIbn1CLsZGRKFwEB2x0LlyM9nlPqfGEM { width:9.0625rem;height:1.29980625rem;top:4rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOiHwu1AW3xTRZnT33W3I8SFflyC6JvH { width:15.0625rem;height:1.13671875rem;top:0.875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot9JyXdEAVFKHIDTsBNO7Lz4cUXECvsy { width:9.375rem;height:1.13671875rem;top:2.875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TU12qWuCsXFyw2O6O2mkwkx0bi4dIt { width:8.3125rem;height:1.949225rem;top:5.9375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRwwmm0c6XCv6R0TfxWxs0up9OkCWSxG { width:8.3125rem;height:1.949225rem;top:8.3125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XfLfcErnQck8ObwyTozIKXKqBTVCIN { width:8.3125rem;height:1.949225rem;top:10.25rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0xqFGxMmiv24It229ElHRlezZ3eToTW { width:6.9375rem;height:5.1875rem;top:8.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnl6NBNoMDTLJWZcTKUVPOXgmm9rnLGG { width:8.3125rem;height:1.949225rem;top:12.8125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UegupM1LnMkHV3drPXLydbCk2aadkdXQ { width:4.375rem;height:0.89355625rem;top:6.375rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7B8pcla7hmWypyrGNa4yqp7Cs4PAk2 { width:4.5625rem;height:0.89355625rem;top:8.6875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOnvppLwtrM80gk4t9DqHWTPGu4mucAh { width:4.375rem;height:0.89355625rem;top:13.25rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOkbuTGKKRUfWuvSQBzWedcbFnBbQzi { width:5.3125rem;height:1.9761389856765rem;top:5.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5idno69FisgTdEaupEtu790z7L0doCW { width:5.3125rem;height:1.9761389856765rem;top:8.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpmXE2SirboJSmlJ0R5lf2T2EGvtlgQw { width:5.3125rem;height:1.9761389856765rem;top:12.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsZsEgGQTNiGtNe8LT6pP8NfMIHvJHo9 { width:5rem;height:3.75rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPf8n8HivccGJiy4EO65fQ2uT1y2zlN1 { width:8.3125rem;height:1.949225rem;top:14.6875rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLSSg0Frl7WVIQ72XzRnS4TLVlHNZKZ { width:20rem;height:18.1875rem;top:18.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngs3VlNvv49EAUA78y1EFqcGN5NDiKdQ { width:15.125rem;height:1.13671875rem;top:19.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khAoTTiHspuu2U17sP1PLkWxMa1yM8FP { width:12.5rem;height:1.13671875rem;top:22.1875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJU9EJpU9cqPfLp5O6Ai6CdhcL9QHDJg { width:12.5rem;height:1.29980625rem;top:23.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4BOaFxo7tvvdHTB3bU0BWXhphR6kqPc { width:8.375rem;height:1.949225rem;top:25.25rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TTahK2HioXG9NEnBTTrMnanTQonsNQ { width:5.375rem;height:2rem;top:25.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtDpl13iHaHUxLdZkXRamJ2i4UgkdZs7 { width:4.4375rem;height:3.3125rem;top:22.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshHWIgzPKrkX1llp4h0Z2R1BDNSXxuy { width:4.875rem;height:0.89355625rem;top:25.6875rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Z5TfFS3UM1ndcapzHm7LNzFk6hxpRu { width:5.9375rem;height:4.4375rem;top:28.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLD6ixrXENFv4xfd0HKkdewRm0eDU3IX { width:8.375rem;height:3.89845rem;top:27.625rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRW9aD2XZ0v0qaWXsrNKVQvFk0UlV6ZM { width:5.375rem;height:2rem;top:27.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4dJGNGWV8kuZdmLs6RDwTeiKI5FFHXW { width:4.5625rem;height:0.89355625rem;top:28rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC7KL4DB8LgsCmvy0QkhCcZaACF1AEWH { width:8.375rem;height:3.89845rem;top:31.875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKrFGhxvalWD23x7t9w4VaaUTFta1F8p { width:4.8125rem;height:0.89355625rem;top:32.25rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xteTgJPeg5KTcb3xbw69rPiyuzMVOLIq { width:5.375rem;height:2rem;top:31.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVLxgUULJmCQvrulMyL0pBpAiOn31Rv { width:20rem;height:2.9375rem;top:57.0625rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #UlWkDuL9VW0WPSHuAv9R7lhkzbJbllgh { display:block; }
 }@media only screen and (max-width: 763px) { #Vvdm7uOxHgCd1TOTXmP0qezleEKvpSNX { width:1.25rem;height:1.25rem;top:57.9375rem;left:3.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #l7mhSCqeddmL5GhFeM0zCtxTmVkFerLw { width:6.25rem;height:4.62446875rem;top:48.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtAlu1eo6ONcuZaQM4F5BdtClJyq9vKL { width:20rem;height:17.5896875rem;top:38.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THTGQKWACQAsFDmIpQmcTqwxItrrJp5K { width:8.375rem;height:1.949225rem;top:46.9375rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr7NCXbNIrtHFMyw2SBGWtoV5eBmwckI { width:5.9375rem;height:1.949225rem;top:49.3125rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU6dTTgEk3tLGXQfZcZ6LQn6iFT0LI7H { width:8.3123125rem;height:1.949225rem;top:51.5625rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrxyMKTSG2TETd2Txa0Bnc57ypVt2L4 { width:8.3123125rem;height:1.949225rem;top:53.75rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ456Wp4s1gF8KiOcvo3OHend8wTeWz7 { width:8.375rem;height:1.949225rem;top:44.625rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vH59LTqIlEELMpUCeHISBPNTz2D7d2 { width:5.375rem;height:2rem;top:44.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPZEv1syxpEczkRXSdrztTdTe4aqNPsd { width:5.375rem;height:2rem;top:47rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxAKlszziTN4I0UpFoB0Z0koTqK8yC4O { width:5.375rem;height:2rem;top:51.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbiubkAByXJIkMN4IheAAiPDp5JbeBM { width:12.5rem;height:1.29980625rem;top:42.75rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPNre5e3glDSiqx9w9Iz6fSGJ4cdPwU { width:4.25rem;height:0.9746125rem;top:45.0625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlTuHEiUd7bQJBvNpG89yhnKX4cbVApX { width:4.25rem;height:3.1875rem;top:41.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbbcZGBTGMntTyHEmsTIOAXao7Gw8B9 { width:4.3125rem;height:0.9746125rem;top:47.375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3bEy7EkXboolqzerJ7NrJqfO0E64SRW { width:4rem;height:0.9746125rem;top:52rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTuPiZ7HxTQbaOUkMSUnXnV2h15kUGW { width:12.5rem;height:1.13671875rem;top:41.5625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUX2zO3i604GKoAK9kOTFXP6ZcRTgAT5 { width:15.125rem;height:1.13671875rem;top:39.0625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T { background-color:#010101;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container { background-color: transparent; background-image: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container > .video-iframe-container { display: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row > .video-iframe-container { display: none; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .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); }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container { border-width: 0; border-radius: 0; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbgoKCvyvRVZbIaxnBqRERVRxbcbB86T > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIohdmFzkTpMvhOy1txcQoDw3PKCwyze { width:20rem;height:17.589899053363rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITgQilgZSKTKgr1mBPTy0kPcBCqr3Zx { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqksSBFmxc7khuVAUiHHyJ6sW98014NQ { width:12.5rem;height:1.13671875rem;top:2.4375rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rod2GNZQ5qyFW7ETTMhZsohupovodmwk { width:10.125rem;height:1.29980625rem;top:3.5rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMIaFreqifG9POkKKGaIM44bMh9bkn9f { width:7.875rem;height:5.875rem;top:4.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOiskq3KaS6MJfyRMSXTsTbUUACawneC { width:8.3125rem;height:1.949225rem;top:5.5rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqO93UQ06Jr5ibAgM8daQZtJKzxbwKab { width:8.3125rem;height:1.949225rem;top:8.0625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCMeZlVBbyhchQyTka3LdyGH9d6SDpJ { width:8.3125rem;height:1.949225rem;top:10rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfIx5IvqpGJOwRsQJylSFgmemu1IpPv { width:8.3125rem;height:1.949225rem;top:12.5625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wskfpuV9kDd4I7UVIHDGG3BackfHQzyh { width:8.3125rem;height:1.949225rem;top:14.4375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pElkc2FfW9TTEvhf7I7gRSoslCqJ87uV { width:5.3125rem;height:1.9761389856765rem;top:5.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4DH6MsZukTI7Z8vRhuPHtFtV9QfqPv8 { width:5.3125rem;height:1.9761389856765rem;top:8.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqIZGzHgVeBng9EXmHzmrrTAKhCphkUa { width:5.3125rem;height:1.9761389856765rem;top:12.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaZ7aDqv1A8Nwv9rZZbVgdIKJ6T0u8aH { width:4.375rem;height:0.89355625rem;top:5.9375rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfZPWtJ3mz3Ab2cZguyw3eIkNr0CqcE { width:4.5625rem;height:0.89355625rem;top:8.5625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy0WtbozLw6lqTbLeFkRoJOs34E3JoFr { width:4.375rem;height:0.89355625rem;top:13.125rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vDFgcyPH1bqhcDXESSIunBrkpBXco0 { width:4.3125rem;height:3.1875rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKgkUWLXK6Fv4AS6POHPnBSGpGBpS6t6 { width:12.5rem;height:1.13671875rem;top:22.3125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOT3FfqpJSzrTkhaSlrrSAuFLKKQsdq8 { width:12.5rem;height:1.29980625rem;top:23.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng2zLJOOgV5vQ42ZTX1w5MXexWmE9Qxn { width:20rem;height:18.1875rem;top:19rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvtSFQN30pMXvilDokB9iIVpEFwcSdbo { width:15.125rem;height:1.13671875rem;top:19.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viPeR3flhOTFMAF8WtCRfbcbE817afHW { width:8.375rem;height:1.949225rem;top:25.375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2w5DQ5El3RHAFV2aNuhCBqMxE01GAXK { width:6.3125rem;height:4.4375rem;top:28.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbgU86JbuuXbXsUNTAidc3iJy5xrrn9 { width:8.375rem;height:3.89845rem;top:27.75rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZiCEzNdOmx3nn7XBgMHASR5r8GzlQaA { width:8.375rem;height:3.89845rem;top:32rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFK4XTXuTJEOFwBxMTgdB4tHT7zAbTTX { width:4.375rem;height:3.25rem;top:22.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Femd239mb121oW0CiKzCMxIJRUQnB3 { width:4.875rem;height:0.89355625rem;top:25.8125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocGeTWeSWSHHDTnZouTfHR7Dc7a5reFP { width:4.5625rem;height:0.89355625rem;top:28.125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXu4GXP8T173xTqtZoT0CnIcQ3o3tkd { width:5.375rem;height:2rem;top:25.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVekRBcegFTiSNhFXZtcpb7IWAfIVASD { width:5.375rem;height:2rem;top:27.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAx42lo7yWAZoabDyHknTow9PqQrkOTQ { width:4.8125rem;height:0.89355625rem;top:32.375rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zgt6Ph2QKnd51xVTvUl5s0thnwdoWG { width:5.375rem;height:2rem;top:32rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H75PBltRZ6HZBohF0cTBbJLhZaGzeM7u { width:20rem;height:17.5905625rem;top:38.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTmhsu1Iu81FULNrXGqRBm7hmxEKQpm { width:6.0617875rem;height:4.4992875rem;top:46.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkHp21Lz4zHbRKcvI7bam3fTiv6WORl6 { width:8.3123125rem;height:4.8730625rem;top:52.1875rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icelqLWyw1qbFblVmVfUZbccXkGT6MGE { width:8.3114375rem;height:1.949225rem;top:49.0625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7dfnay3l56gNBGhgZFgngUEhiCxsRxi { width:8.375rem;height:1.949225rem;top:47.125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMB4ubAveHmP2ypV1MF34BTig15TKHe { width:8.375rem;height:1.949225rem;top:44.8125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqHyvTgevEbPHnR5o6PseKZbrQP5aUA { width:5.375rem;height:2rem;top:44.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdrRlu1PHrTN0FT5wqhIPxKPRJEXJlJV { width:5.375rem;height:2rem;top:47.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqTgHCHE4Pc5EhrWbDMzz7HTMUcCiDr { width:4.3125rem;height:0.9746125rem;top:47.5625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyLS7z2Z7hgJ2sNEPk7DtGss2D2QWis { width:5.375rem;height:2rem;top:52.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igGLo8ftw6eOrvKuFI0swZsAtolB2CrV { width:4.25rem;height:0.9746125rem;top:45.25rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmbSACSsbwdcmB86xbeyXDmiu2mbw5u { width:4.625rem;height:0.9746125rem;top:52.625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkvBF3eZSxTn0O6dhoESThv2n8aXCDOQ { width:12.5rem;height:1.29980625rem;top:42.9375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWRxCu2Q6OIHXT7KB1zMBgyA11a4JpU { width:4.1875rem;height:3.125rem;top:41.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrVKt9xsnJbv62w2kVqHpSTNEbQvT70O { width:12.5rem;height:1.13671875rem;top:41.75rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PohFAUGsOAQh3aMQPlGM5k0XCzP60Lpc { width:15.125rem;height:1.13671875rem;top:39.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO { display:block; }#JrS0i4WHw4pFnKZD9OyrDFCH2G2TInHO > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPTOWbZUs3XzK84CaRyU6nR157GPiEsx { width:20rem;height:2.9375rem;top:59.25rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQ5Pek5whiVShIVH6996GMsTUqTCeiW8 { display:block; }
 }@media only screen and (max-width: 763px) { #ObFvli7Lceud8BMV3brQrcCMxTFgg5lB { width:1.25rem;height:1.25rem;top:60.125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIhm2kMun9WE4W0xTbPaexciNzJ22hP4 { width:20rem;height:19.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2cDId7IfuxDXdag7sQk2yn7DkGEK63W { width:8.3125rem;height:1.949225rem;top:9.8125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR4uQ9kS67ASfkXikDiGCSA6TUQE3ri0 { width:7.0625rem;height:5.25rem;top:6.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ecfeFCrSkB9EDbJFdGKwEM5bGT9cDF { width:8.3125rem;height:1.949225rem;top:12.375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ePovqRgafHuVTBGOBEyEOkDyPta4N2 { width:8.3125rem;height:1.949225rem;top:14.25rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uun2xq3TM1IPiQvpKzHsaBOqHhxOxTwv { width:8.3125rem;height:1.949225rem;top:7.875rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSTgPnNobHCPRtrQMOMmIKmxsvkdvPek { width:4.375rem;height:0.89355625rem;top:6.25rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLQFyCtEcAf43Xnd8hBiTHHD4euefs8 { width:8.3125rem;height:1.949225rem;top:5.8125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SePJSvw4WQVxA7BLfyfm3ywkz5hpKBIW { width:4.5625rem;height:0.89355625rem;top:8.25rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnSWFDslwyorEFNEfWWFiVsTz8AJelTZ { width:4.375rem;height:0.89355625rem;top:12.8125rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBPNAMsTBxvS3XvIsuUrE2PG8JJu4eaD { width:5.3125rem;height:1.9767441860465rem;top:5.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkK6A2ck0Eb87eQ7Ef0VfGTaaDN3mg7V { width:5.3125rem;height:1.9767441860465rem;top:7.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI9WrnWfpJALnucIm4ydRTTGq571l002 { width:5.3125rem;height:1.9767441860465rem;top:12.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcLO4JlIGlZXU2d6TIByu2QrcqeLqsbf { width:5rem;height:3.7142857142857rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVFmaephpqBF9otb9tXLX2KFLmGKq1aC { width:11.625rem;height:1.29980625rem;top:3.75rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKOgMS3udpJBkBfsAQJTKMaX9aH93Qo4 { width:12.5rem;height:1.13671875rem;top:2.5rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80N5b4Gzm5RHL33nnNaXtrBiNT9T0uO { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2R7bLMVWCl9ExH3WUXJhNUqVt1F1ht { width:4.1875rem;height:3.125rem;top:24.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps18gFlxUsXGaKSoPv82UsErhctgdADr { width:15.125rem;height:1.13671875rem;top:21.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H71tHeMK5S9eT6vKFvHCrTQ13k7mefdz { width:12.5rem;height:1.13671875rem;top:24.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdohovePi7bIr9ZA0vzLRbEUXTafLPf { width:12.5rem;height:1.29980625rem;top:25.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6y2TrJq8LNip7wpaiBuXAZqF1W5isa { width:4.875rem;height:0.89355625rem;top:27.75rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRDxNIQxXQ2ttohKny5JXIc3iSA1U0I { width:8.375rem;height:1.949225rem;top:27.3125rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt8M9E1MDRL6fEfT9MUPAlv7pOxsExdx { width:5.8125rem;height:4.3125rem;top:30.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxdN8aGAiFLMRMTkniLZt6eWPICLWtm { width:4.5625rem;height:0.89355625rem;top:30.0625rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp7qEw4HINIIx3q0qpS1sPhUokHBuDlW { width:8.375rem;height:3.89845rem;top:29.6875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWi055ybp3l0EaTmKkzVtaGfVDhpzFvp { width:5.375rem;height:2rem;top:27.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBlOCwGzkopu9O7UO9sWWXcwDTVmncl { width:5.375rem;height:2rem;top:29.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udhxqKH9ieuzO5O8Ghn4FGB9216z2nXC { width:20rem;height:18.1875rem;top:20.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScGJodkUveWy15m6AS3zccixdHr2kZFO { width:4.8125rem;height:0.89355625rem;top:34.3125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GveGp2SVUdQR3lqxL65ys3oFbrsbken4 { width:8.375rem;height:3.89845rem;top:33.9375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhyIZKw2h4pdwRvP2yiLFNNlsizDQ16S { width:5.375rem;height:2rem;top:33.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4MAIDC407VKtxbsJvgbVkx9NtxJAvDJ { width:12.5rem;height:1.13671875rem;top:43.6875rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcNhrSy4JaAGWFUHr7L1dTSk58V9SOWD { width:12.5rem;height:1.29980625rem;top:44.875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh3b4oV3oKx9X6WPZ8E57aOygzMi8ILQ { width:20rem;height:17.5905625rem;top:40.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FwMJ8kFv8ZOcfRRTqJyrKQbcp7v3sE { width:15.125rem;height:1.13671875rem;top:41.1875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrxtVuvFQxT5z2WGkOd37whDJto0UhC { width:8.375rem;height:1.949225rem;top:46.75rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDMDaTI1MLoAb0qX7BmIW9kCxaCI7LEE { width:6.4994375rem;height:4.8117875rem;top:48.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eue980nz0ynScwESW6eb8X78B0ilv2r4 { width:8.375rem;height:1.949225rem;top:49.0625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbFaBexmKcMdlqFERPsFnVv6nJqwnPG6 { width:8.3114375rem;height:1.949225rem;top:51rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR8NFLsTh4e82aeBOTCTI87gTtXEQbAq { width:8.3123125rem;height:3.89845rem;top:53.5rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9gyn9mXvfC3rXGRJ6uMAc8S5XqJi2br { width:5.375rem;height:2rem;top:46.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7fTPZ5SMmTGGP5KzWLzAASqTkZkIZq { width:4.25rem;height:0.9746125rem;top:47.1875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy7ghPhn0GHVNu9eW443gzekFRcpQguT { width:5.375rem;height:2rem;top:49.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOqMubrL0huEbJpVesa7zTDlBbCMZNCW { width:4.3125rem;height:0.9746125rem;top:49.5rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Ikcfw7BC6RLXAtHd585S0t2282Jk4n { width:4.625rem;height:0.9746125rem;top:53.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxHeMpxWAGDtFdHBK9fLwJmaZha21zqI { width:5.375rem;height:2rem;top:53.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaaO5MJCMfPom1MfBmvqPx6EvTFa6qnt { width:4.125rem;height:3.125rem;top:43.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX { display:block; }#d3TKxTpkoVLadCQifgfbFy4ykeSBNVTX > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSX7nsUvsd1myCsBqXSw6Z6yCIMlAwUD { width:5.9375rem;height:1.949575rem;top:11.061782836914rem;left:5.6249995231628rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfJzWbftAcFy28aXUgyEmUtUZ41KTxuW { width:8.3123125rem;height:1.949575rem;top:15.481864929199rem;left:5.7183947563171rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh5CJMUMwyL3L2skQR2Z8vsdiVpS4Syu { width:20rem;height:19.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epdwQHkI9gI86p34JwmlocNhGoMHzX0e { width:10.9375rem;height:1.29980625rem;top:3.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaGl4uZ03BTJJtoPrG2WWFT83sw6VpA9 { width:12.5rem;height:1.13671875rem;top:2.5rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlcCwao6ARgF3PB3CfUHpQSI2Nk4LJt { width:6.5625rem;height:4.875rem;top:7.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRCwh9EnEtDJvDvrf25W2OyQ1n70vT82 { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsOdt5Ud5Or1EohzcTzl19dlZobRbVNG { width:8.3125rem;height:1.949225rem;top:5.6875rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZzy8zum3uZacTxdhfKPsdECIPZnEvU { width:8.3125rem;height:1.949225rem;top:8.0625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDakGsNCFQfLCBFoJCLTim7CsMh1MKk { width:8.3125rem;height:1.949225rem;top:10rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsdx9l6bxMc66mAbnrMEtTbDvoQRWa4a { width:8.3125rem;height:1.949225rem;top:12.25rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsbTiONlMM7Fa0n9KtTtw8D2GITZWnvf { width:8.3125rem;height:1.949225rem;top:14.125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnkecQ959kb1Xz3ZnANGPoL8ftQ9gtoT { width:4.375rem;height:0.89355625rem;top:6.125rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6DnlsXIiwKrl3edurs4susgr2FK4Ke9 { width:4.5625rem;height:0.89355625rem;top:8.4375rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxaC9WydTMqGxXg0EUHBJNGbIBMqMbuw { width:4.375rem;height:0.89355625rem;top:12.6875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJCqPqByf7AT23LuUpsoKnqqdlpNFFzB { width:5.3125rem;height:1.9767441860465rem;top:5.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCIRqbs1mARG8X0e2oILtsUivwnzeVfF { width:5.3125rem;height:1.9767441860465rem;top:8rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf47L7BUdwnJzUCU3Nf5QeUH7FIpMLOs { width:5.3125rem;height:1.9767441860465rem;top:12.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6UKt15ifG7RHlz3X1RFwc4tv7Mmg13n { width:5rem;height:3.7878787878788rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyrKcsHmSsFnDEVPuSw1dWxdN37mhUc { width:20rem;height:18.1875rem;top:20.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwaoC9KdAQfDsXx2AoeBhkIJMhMqhz18 { width:15.125rem;height:1.13671875rem;top:21.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwvP449s3vsi7aFkbfIfgetsyQfgyiT { width:12.5rem;height:1.13671875rem;top:24.1875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIB460BbwVDuJTzvf1S0TWmWdvCVgw3 { width:12.5rem;height:1.29980625rem;top:25.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2EbB8OZCQnWplBkHL3mv53MsboTWORc { width:8.375rem;height:1.949225rem;top:27.25rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa9XsqZv6BscDkMcC7BuV1HluMmt0CRU { width:5.1875rem;height:7rem;top:26.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHRQ6gQsgcZv6140asgTcTFfiUoWOTwG { width:4.5625rem;height:0.89355625rem;top:30rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpobxU5HzH9CNzoFhJfvqbwwCwJZtItn { width:8.375rem;height:3.89845rem;top:29.625rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwVmIBB4oOao6Vw7KK37RPhc8HfSw35z { width:5.375rem;height:2rem;top:27.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMBBXTewoUArSnPqSwAw4h9gnRKBRBEu { width:5.375rem;height:2rem;top:29.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8acmo4Q9q8B3LDbm8TD5sV97qZyqNZv { width:4.125rem;height:3.125rem;top:24.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFJl1zAet9BFZ3aTDtQSTlEXMd3sxCb9 { width:4.875rem;height:0.89355625rem;top:27.6875rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oItSw6Fm4L7SAAPhUyo5g5Ja9lzIzuxI { width:8.375rem;height:3.89845rem;top:33.875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF8ISBFE7FNoQ97byI68qTwZTbXIuEdT { width:5.375rem;height:2rem;top:33.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrwaldZhTlfQxOlEIGU3x6f0yUVpk8eF { width:4.8125rem;height:0.89355625rem;top:34.25rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiy6aEXl2XylMd09tedXUAVKIqnCfd91 { width:20rem;height:17.5905625rem;top:40.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQU6yxpie6pGyvow30TfeGxTf5L4r4t { width:5.375rem;height:2rem;top:46.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyRBBrSUuqf32oc4si3MMO9XJlEmNry { width:4.25rem;height:0.9746125rem;top:47.125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBuUua4grwMq8q2APs0XemCDmV4gTrza { width:4.0625rem;height:3.0625rem;top:43.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tDksQF5ldUX944LNGadOwv1KdnEv1o { width:15.125rem;height:1.13671875rem;top:41.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbT7Te4h3FgiSBRihek4AH4TUdTmeArk { width:8.375rem;height:1.949225rem;top:46.6875rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWE8Hw6TVCD9tx4ThEVRCv1MWUNrhfip { width:8.375rem;height:1.949225rem;top:49rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FawTgO2VgSVdyCeSa65m2P4udqhABLVu { width:12.5rem;height:1.13671875rem;top:43.625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3BeSOWa06ZrNEHDvBi02QfN7Qf232My { width:12.5rem;height:1.29980625rem;top:44.8125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in094bKC9NIUQynpx1VEADvTGnXhkDrL { width:5.375rem;height:2rem;top:49.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBd3cZUctROXBJiMu7QauGlH5LGDoShh { width:4.3125rem;height:0.9746125rem;top:49.4375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #paaEtlAop6yRPgn1gTKrITghsEFJqX7y { width:8.3114375rem;height:1.949225rem;top:50.9375rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTt0gp21vpEf0RcHSVzfLKHqUrMerSI2 { width:6.3125rem;height:4.6875rem;top:48.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4zfaHpNhly54TrpXXtZ0MAaGbJVtmIl { width:8.3123125rem;height:3.89845rem;top:53.4375rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztnOKZH7L3RGXaTNc5k8s1gH0SysItS { width:4.625rem;height:0.9746125rem;top:53.875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQUVBvD6q8HO01tPED0SIrT9CMLEdH9c { width:5.375rem;height:2rem;top:53.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPrPMiuHky6s1vedONMemKOrPTKu5Gwn { display:block; }#zPrPMiuHky6s1vedONMemKOrPTKu5Gwn > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nD69zmzlV3Qhf4NqyO2sWz7eSSrxrCMd { width:5.9375rem;height:1.949575rem;top:11.061782836914rem;left:5.6249995231628rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGZ8SdCsy8nn2EmHFXc4vMvaAATL36Z9 { width:8.3123125rem;height:1.949575rem;top:15.481864929199rem;left:5.7183947563171rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #quGWmdBCEfgESgviE1eswyHrn6cBceDo { width:20rem;height:19.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKoWLGCJT0felcxtiQoM9BRNbvTFcao { width:12.5rem;height:1.13671875rem;top:2.5rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPFMJglLaav3scnKu5ZAbLiP1Rf56vDP { width:6.4375rem;height:1.29980625rem;top:3.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGvuDH8dughFu1SeDk3NhKMKlMs1AyEt { width:6.5rem;height:4.6875rem;top:7.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFztRAEAq5LlAycgAgP7D1qZ0SaWcdRE { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydpDiqfiaDSuTbgzexpxRkR5VCGsqdu { width:8.3125rem;height:1.949225rem;top:6.4375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW5NQbiX4VBliUxduFkyBOTKD4LCsBJu { width:8.3125rem;height:1.949225rem;top:8.5rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHhOM3lyKzDaR0ZPZuq7gNB2wfkMetSi { width:8.3125rem;height:1.949225rem;top:10.4375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTmATwnEuU57iiBDT3wsRI98waM55cT { width:8.3125rem;height:1.949225rem;top:12.375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6EAxHNf969BexRNMU6beEpecwkXv98a { width:8.3125rem;height:1.949225rem;top:14.25rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzLkPDmwcOpF6pT0gT1GxTCJzkThKwgz { width:5.3125rem;height:1.9767441860465rem;top:6.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX75aaDe5ANemwi1ZHJG8cTisNMGxXO8 { width:5.3125rem;height:1.9767441860465rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akO1Zoxt2ceJBP7E8ZVpigfITBhtyxvP { width:5.3125rem;height:1.9767441860465rem;top:12.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CksMTvznRrhJgUJLQ1w0vtJbSlx3zVok { width:4.375rem;height:0.89355625rem;top:6.875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBBms8urpUkB0rUdIOqAQzQJPD3qxcKF { width:4.5625rem;height:0.89355625rem;top:8.875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOODeGaaxBz9gtZt0hBXgJGTM9SGmGRU { width:4.375rem;height:0.89355625rem;top:12.8125rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbaWCvHBTDBlH5BwVsZx2ZiDHMQxyRCl { width:5rem;height:3.75rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1mQFXJurGskAxsuGxn5Vh7zmyttavp5 { width:15.125rem;height:1.13671875rem;top:21.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntlILROkwOi62OZZHZ1oDFwolRSwreJ { width:12.5rem;height:1.13671875rem;top:24.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmdDLz56u86dr0KvhG0HeFOdRwIUrkbR { width:12.5rem;height:1.29980625rem;top:25.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCF4n2PzltTAyzZpP2CPVyPph5TDluq3 { width:20rem;height:18.1875rem;top:20.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FghmAibJFMU1ELFnqB88nqyO7UXEbhDx { width:4.0625rem;height:3.0625rem;top:24.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuy533kRz8cB8ulNnMecKetP1WSx13AF { width:4.875rem;height:0.89355625rem;top:27.75rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7oDxMBoJFqXHTIuZIcAprPMyFTMlcOn { width:8.375rem;height:1.949225rem;top:27.3125rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuiVxBS9d7dAgVErwr8sVnmUcwCeTZ4f { width:5.375rem;height:2rem;top:27.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxt6NpUpFJXQkIlay1UcpP1ZTKmNC0Dx { width:6.0625rem;height:3.875rem;top:26.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtnICi2buTeiarMGSPhPL6Cmm879UC { width:8.375rem;height:3.89845rem;top:29.6875rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzLbOKiBaXsTvlF5Oog0s5iteGZJUS7G { width:5.375rem;height:2rem;top:29.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RspMiBpSCUIre48NNSO7UbbeHlnyAyLu { width:4.5625rem;height:0.89355625rem;top:30.0625rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQZupuG383yCC8DHDrrwHHfgenfC0Xmu { width:4.8125rem;height:0.89355625rem;top:34.3125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqWrGae5HmzTTtzMTaiUFSTLVMZBC9i { width:8.375rem;height:3.89845rem;top:33.9375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC5EZyK8IakIytSyuT31gAbcwAm6027T { width:5.375rem;height:2rem;top:33.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewGPHF5ufCqbBN3oMQncIXibA1IBsgcI { width:20rem;height:17.5905625rem;top:40.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3yJA7CudI0Of0LPNnWOqy05ZPwEAS7 { width:6.25rem;height:4.6875rem;top:48.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvblmTJf9ZV0aBd2zu4y4s2XeiSOwHF { width:8.3123125rem;height:3.89845rem;top:53.5rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2B8TRxuGHDo16OzmhwaMQdiDReCAhU { width:8.3114375rem;height:1.949225rem;top:51rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrZgMNeERSAflc144HDfx3IU9Wu8GXHL { width:8.375rem;height:1.949225rem;top:49.0625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aobTutcZ3WLWnbxs36nJi54IfEW8uuWk { width:8.375rem;height:1.949225rem;top:46.75rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMrbJ29dGewpA9mQaeggTxMV9Pum1dd { width:5.375rem;height:2rem;top:46.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQgIr2Tb9mwWoT3gs4gCOIVdtQz4tQu { width:4.25rem;height:0.9746125rem;top:47.1875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzvn2zhXExCRGMcmapDBqieayZrd8S69 { width:5.375rem;height:2rem;top:49.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbfMfpc9LvUXABUhMeEawc2bpAFaNDC { width:4.3125rem;height:0.9746125rem;top:49.5rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOcXxGJbud2HGo1Liwen60xG9o9Wk4G7 { width:4.625rem;height:0.9746125rem;top:53.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpX9DkcM9OrfdyQ2tLaOni3NXG1mvsLz { width:5.375rem;height:2rem;top:53.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtvMTz4oGLTBH3zenSyIi1wPRMD8XSW { width:12.5rem;height:1.29980625rem;top:44.875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXJ7xTuTWcJGZacy1hfAywa7kECby3G { width:3.9375rem;height:2.9375rem;top:43.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbhTc5xMHKXu0KgrvyT3GvJL0u7R1PHt { width:12.5rem;height:1.13671875rem;top:43.6875rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dnV2vVwtyQEVxXU2sqXO5zG7nsldaH { width:15.125rem;height:1.13671875rem;top:41.1875rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daQoRXApUNfTTX6tktIK2b8L2L7UMOfE { display:block; }#daQoRXApUNfTTX6tktIK2b8L2L7UMOfE > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWK5xxQP5TpnkxB7PMBucCzZ36BZSZT2 { width:5.9375rem;height:1.949575rem;top:11.061782836914rem;left:5.6249995231628rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bokdv3QRxwgd2fBGshQ005RUB7c4FIVu { width:8.3123125rem;height:1.949575rem;top:15.481864929199rem;left:5.7183947563171rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnsnOLNW5QqKpLSQkDOBCRT2QtzlHImH { width:20rem;height:19.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGuzTdqG9NObPJQPWG8pOQ0bUTRTetp { width:12.5rem;height:1.13671875rem;top:2.3125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJIc5TS9nKn0efZlp7663pPFJEN4kSD { width:11.0625rem;height:1.29980625rem;top:3.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qElBW2bnkmrMMyKPgueSO4Hx7pWG09wu { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRhGEuPxyyqoG9HcScvM9Mewka6ssT3 { width:8.3125rem;height:1.949225rem;top:5.8125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmIUmuixSqHHalnF5LvlSyTThcQTdKJ9 { width:8.3125rem;height:1.949225rem;top:8.5rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Xuz61OPfKyumWdA9lbIBoVyO9ZwD4P { width:6.25rem;height:4.625rem;top:7.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Ely6AvxdMbdn62F3XHl1636butGNhM { width:8.3125rem;height:1.949225rem;top:10.75rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3iT38RfeFvDGF9Qqv8cWtD8g1nao22 { width:8.3125rem;height:1.949225rem;top:13.25rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elamd4AxrFWVWO8pafHqTGiJ9qMb423Q { width:8.3125rem;height:1.949225rem;top:15.125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyi6nR9gqzSxKHv1TS15xBv7q9Am6Lwy { width:4.5625rem;height:0.89355625rem;top:8.875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kotRamVLusCTZRifTU5om4AVrTRKZyJh { width:5.3125rem;height:1.9767441860465rem;top:5.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDSDZykgviDRzquO17OuUZ4XDb6TLlu2 { width:5.3125rem;height:1.9767441860465rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPLPAnACmN76v6FT2IlkTDFkZnWK6bGf { width:5.3125rem;height:1.9767441860465rem;top:13.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6vbGH3hSuk7HLk2TlTCB9SQ0T3CiDEh { width:4.375rem;height:0.89355625rem;top:6.25rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fNydCzmPshy5L3BvKuN6zark5WDxXI { width:4.375rem;height:0.89355625rem;top:13.6875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5yaxI6X3abh8zokZMBRgytSZ5lpgTm7 { width:4.75rem;height:3.5rem;top:2.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCbtnqUyfbh9ufgXpRP13InIpfDm8wZ { width:20rem;height:18.1875rem;top:21rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brpt7VADKnG4oPX0XRns31w2iDH2ik2n { width:15.125rem;height:1.13671875rem;top:21.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtSahw8D6riHNrVuInSfKJfQtF1mnaJ { width:12.5rem;height:1.13671875rem;top:24.3125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwV80skXz38nLC6ZlnG4bxlRJTB81AU { width:12.5rem;height:1.29980625rem;top:25.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSd24baKOfSyO7yAGcTJfM7RXGZ6HaRG { width:8.375rem;height:1.949225rem;top:27.375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2o9WRbmEzvdBUMOw8OoDkHTNycThOdN { width:5.25rem;height:3.9375rem;top:26.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww1VCrMf7GTHLKaSFzRqZy8KTUHdQfDl { width:8.375rem;height:3.89845rem;top:29.75rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaxUhoqGdOTvReV6qH1N7xy6q60exHdo { width:4.875rem;height:0.89355625rem;top:27.8125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpRac3kTl4CLPgT1X1uE5oUADTxuLxzG { width:4.5625rem;height:0.89355625rem;top:30.125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVkWIvkpJh4frn6ya5wru7ZFfT5MdFW0 { width:5.375rem;height:2rem;top:27.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4irHL6ZIXbPTxECNfCQTKkTH4kkdFZc { width:5.375rem;height:2rem;top:29.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb27qDxeyW05ATFHBu0b5PRCIFhUJerc { width:3.9375rem;height:2.9375rem;top:24.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTo43lJFLesXTrMuJTPpC6R9b4T1F7Hp { width:4.8125rem;height:0.89355625rem;top:34.375rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtHiw0x7uJ8X84C9PcKSUBU5M9hEWNA { width:8.375rem;height:3.89845rem;top:34rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTtBNHIDsUPMCiIoUbiEJX4mBBuiAqy { width:5.375rem;height:2rem;top:34rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVgpdzfqTNXPzzqDAg7Qua9u6kzudetD { width:20rem;height:17.5905625rem;top:40.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faS84vJ9IZaCPoJEdkJBKRwxVsPTR0k5 { width:12.5rem;height:1.29980625rem;top:44.9375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgryEiQxLlfkfV7Up7mpER6swQ1HDOl { width:8.375rem;height:1.949225rem;top:46.8125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQVEkdTpJubNqmAnbZKD6gdakkgJShbi { width:8.375rem;height:1.949225rem;top:49.125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7gnbhIsTWJPO4B0oFiTTZ8bz4TMDpfi { width:8.3114375rem;height:1.949225rem;top:51.0625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcrHi1p0yqN06BbUmMkT2eNlRcEhHBuK { width:8.3123125rem;height:3.89845rem;top:53.5625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoLNHzD1MPk9gJ5cl45mDHqVmT6a27Ok { width:15.125rem;height:1.13671875rem;top:41.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilPLllgdeoL0IsIoqyZ8D6gz50Vhkq6 { width:12.5rem;height:1.13671875rem;top:43.75rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lVfmNxb50hTT3hrIvfByb832MzZEqf { width:5.375rem;height:2rem;top:46.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDd3C3HwJ7WhP5JTngKM33XxkAVtbmRc { width:4.25rem;height:0.9746125rem;top:47.25rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH68IUQLUpgNhNJeUxpMJpXkJyUkwrlb { width:5.375rem;height:2rem;top:49.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTuDTinfqBiTgnSPWToxZTZKdPq2ST2G { width:4.1875rem;height:3.125rem;top:43.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOOzvwSUCm78k8W1lcF97yK48ySFHmfQ { width:4.3125rem;height:0.9746125rem;top:49.5625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSuHF0kEEJtZtClT4CxJW42fG9tOtHyq { width:4.625rem;height:0.9746125rem;top:54rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCmEfOnFSl9moZeTyoD8TdkCT5T9PBt0 { width:5.375rem;height:2rem;top:53.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDKpFtld6e0PllxIV5NyE4I4uKDomSBd { width:6.25rem;height:4.6875rem;top:48.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFEEqZNuISyosisVwe5DFlmdOQT8fNz { display:block; }#TSFEEqZNuISyosisVwe5DFlmdOQT8fNz > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpL8dwaQmaTF1SS1p20gds0aFzg7oGN0 { width:5.9375rem;height:1.949575rem;top:11.061782836914rem;left:5.6249995231628rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvaqOsBlxAuWiVdKWpKXcyd0HCLKLzET { width:8.3123125rem;height:1.949575rem;top:15.481864929199rem;left:5.7183947563171rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozdrAPzFgNrCxITCxI7SXp6Subhm4xRR { width:20rem;height:19.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMI5rXycFTq493d9HT4UCFJAoq0xlmr { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go0hefNrlwUxCPHQFPyauvh5eF6HsqlU { width:12.5rem;height:1.13671875rem;top:2.3125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fItE8h4rsxdzcQOi1aGvBvrur4ibHlS9 { width:9.4375rem;height:1.29980625rem;top:3.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECuLVz11NPtz3QvtwQ424BpI0BGq58D { width:8.3125rem;height:1.949225rem;top:5.8125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAiAWWkwRmQIGsE1RmJG3CzN3Z8aHh8 { width:8.3125rem;height:1.949225rem;top:8.5rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegMuIUTMfgCa251eqZRILqN0eidPgLB { width:5.8125rem;height:4.25rem;top:7.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXcZ76qnT04dhVWVqOqWghUyWzlVKvqr { width:8.3125rem;height:1.949225rem;top:11.0625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HT6T6wOpXNa4eROiHl6vqOT0oEl3bp { width:8.3125rem;height:1.949225rem;top:13.625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQaGhRv9U5oeBJpOTB7dutkGxFDF896Q { width:4.375rem;height:0.89355625rem;top:6.25rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTmZTETxoqfsvzXENJtGFGuyaeT5H4n { width:4.5625rem;height:0.89355625rem;top:8.875rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONOxFxRbg7eEgkeOtwmoiRZ8lQ4LVUX { width:4.375rem;height:0.89355625rem;top:14.0625rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE3nGfqzpDMH2lzu2KLVS0u36MT1Dohc { width:5.3125rem;height:1.9767441860465rem;top:5.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNstr1Tu0245mBKLuOFhuWEbaVLKqpOB { width:5.3125rem;height:1.9767441860465rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJGH4ZdcFKWE0ET58Esqcz3T5k23v0lL { width:5.3125rem;height:1.9767441860465rem;top:13.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUzpg3MN22t728mukLEyWUdyhTmkXdHP { width:5rem;height:3.6111111111111rem;top:2.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRmktRRhHEVDsU5vCqlE1hSe5VrTkfQ6 { width:8.3125rem;height:1.949225rem;top:16.125rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtJegOgT70h7OSTpRQwPBM7Hg5LGIDz { width:12.5rem;height:1.13671875rem;top:24.375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1y1CDIaBiaJX19Lh9D7EZO1ZIFNJQAn { width:20rem;height:18.1875rem;top:21.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfhy7fT69L76KiHutVdSFkTJ5M8G9heO { width:15.125rem;height:1.13671875rem;top:21.875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWynzSWfdXfkDfosB3tp1rm1RsFTtiKL { width:12.5rem;height:1.29980625rem;top:25.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfr5OQPRgBooqx57ZZ6IiZgTezyLFOil { width:8.375rem;height:1.949225rem;top:27.4375rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrgChEMz25zcWHpLQIwymDJyEtgvI53t { width:6.0625rem;height:4.5rem;top:30.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvhacEKW1vxiLLAX1QoE9WTFgDVdrCSg { width:8.375rem;height:3.89845rem;top:29.8125rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzk6yQGCMX0Gc5umaTnTRATIA7CUVbaP { width:5.375rem;height:2rem;top:27.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ialL5X7b4rTGyBlALc9lrINfF9bRmRf5 { width:5.375rem;height:2rem;top:29.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gworI6LxNb5I2xuB07BkDT0cs1Q05oVZ { width:3.9375rem;height:2.9375rem;top:24.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTph716TBB0dUpuGkzM1wIp9Z1t37M41 { width:4.875rem;height:0.89355625rem;top:27.875rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBt0NLd5LbKP2TJAdJVnauy3ee52yhI { width:4.5625rem;height:0.89355625rem;top:30.1875rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7dvTBF52T1LoeSxFXyocaCQnUclbuP { width:4.8125rem;height:0.89355625rem;top:34.4375rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihL4VqXItJ7TiSwUQFZGVwEyMNemuvpC { width:8.375rem;height:3.89845rem;top:34.0625rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4M9NMXZa3qWFTwfVbCQmvQoQGsopAp { width:5.375rem;height:2rem;top:34.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GxJLcL0zu0oLkhWTCJgkkGvPKnwMnf { width:3.75rem;height:2.8125rem;top:43.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqnWPUaQBqtJP1834NickqVA4J4J2twf { width:20rem;height:17.5905625rem;top:40.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAv9yFDPnZThqBAROHTI6qHoxmuRS4It { width:15.125rem;height:1.13671875rem;top:41.3125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGFgiOis3aTKGuh43e8fF6UM9LzdosHS { width:12.5rem;height:1.29980625rem;top:45rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm6Qbm8UVqnCPMVB54BJ7ZFpd5PEG33D { width:5.375rem;height:2rem;top:46.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGz578hKTNwphZCWWNZKRihTpWcB0078 { width:4.25rem;height:0.9746125rem;top:47.3125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf46vdbWuGVoseogiL0TUxwR4tWQbor3 { width:8.375rem;height:1.949225rem;top:46.875rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPArKyqmfMI0M6tqkgfFIT2shLyAm1C { width:6.25rem;height:4.6875rem;top:48.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziReH5wXXHEV4wIHMxfoUatAtztzwtz { width:5.375rem;height:2rem;top:49.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDdeI6CLT625b1R7Uo1mqsHybW1FLxa { width:4.3125rem;height:0.9746125rem;top:49.625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugphwJBkysnIeDHnC1lkTmVPFmSEgVdD { width:8.375rem;height:1.949225rem;top:49.1875rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgi5pSNObw9gCR4PvFBg8MvPGmEsWEur { width:8.3114375rem;height:1.949225rem;top:51.125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v96HipQMT2ulwDTrX2lGR8G7CMQMqRru { width:12.5rem;height:1.13671875rem;top:43.8125rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eClfVRlMRsVdVpUyIidXZuWCrWzmwTyp { width:4.625rem;height:0.9746125rem;top:54.0625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apr8HmG434ROs6e2FkvUE7SbHZBbQrJg { width:5.375rem;height:2rem;top:53.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuPifTFFlvlBSDOSla2FOr8KPiWZF6du { width:8.3123125rem;height:3.89845rem;top:53.625rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr { display:block; }#GaihU2kbnqXpna5qRbPOeb3cd7e8UHwr > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BF1IeTTKSfPrwFZyvJta6ZKMADn8lNeS { width:5.9375rem;height:1.949575rem;top:11.061782836914rem;left:5.6249995231628rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #csNAui8TsxckdRDpIVfd2MKkV9olNFvX { width:8.3123125rem;height:1.949575rem;top:15.481864929199rem;left:5.7183947563171rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vN8nSDrrGm1yhVUqx1WJQW75eKIB0GKp { width:20rem;height:19.666666666667rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7m5E7Hs2vPGe9BZECOrMKXTzKVRg7nX { width:15.0625rem;height:1.13671875rem;top:0.5625rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5fiIwPvttfFaqQr812HPRwi5hvgwnDM { width:12.5rem;height:1.13671875rem;top:2rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62euiqbyMfanUUv71mPABosRex2s81J { width:10.6875rem;height:1.29980625rem;top:3.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsIwth7Dt2Pr5smuTl0SxihMmEVt1TX { width:8.3125rem;height:1.949225rem;top:5.5rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS0t5sVBw5rIRTE0u0QAQ61glnZbXKT3 { width:4.375rem;height:0.89355625rem;top:5.9375rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5TpKmtVIShDyuFPAMTo7k1V0sz6Ocse { width:4.5625rem;height:0.89355625rem;top:8.5625rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNXm0Posl13hhlamCtImQGMINNHksFp { width:8.3125rem;height:1.949225rem;top:8.1875rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQiWmapeP9EawwXFxq26qQxNC3yiaks { width:4.375rem;height:0.89355625rem;top:13.75rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #napXhzXTvySEW74AcJPpXZ0daS4TKwsw { width:8.3125rem;height:1.949225rem;top:10.75rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkJQZwPUEk3JPhBMfGTi8w7G6DhbTcTM { width:6.5rem;height:4.75rem;top:9.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDlqNXlBVrAdvUDN7cRxT9oOFROErbv { width:5.3125rem;height:1.9767441860465rem;top:5.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inm6I5MZK5LKuxXsvpipmb5WIKaV9F0W { width:5.3125rem;height:1.9767441860465rem;top:8.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVV7JGmmgkkAC6OLtbSzaQfKHTz6JPao { width:5.3125rem;height:1.9767441860465rem;top:13.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKX6GuQmJU7JZCfhD56oSpyr6yvXUng4 { width:8.3125rem;height:1.949225rem;top:13.3125rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERyDAbtEsEiqH36CHO4AnHTf7Xecvxzf { width:4.25rem;height:3rem;top:2.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzaM3JD77WcJUNKh5hLZD5Jnk1wn0QaP { width:8.3125rem;height:1.949225rem;top:15.8125rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiB4Nrh6Dee2P86LxoxqZDcF1CotgQlF { width:20rem;height:2.9375rem;top:20.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU8StxCEmFxDTXl1pPpns8XVtC3yTD62 { display:block; }
 }@media only screen and (max-width: 763px) { #sF16IGPG1K6nf5TMta72J6VkWQWXyEi3 { width:0.75rem;height:0.5rem;top:21.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgX7mRW0X8ivEG7k52baAhqGkt1603Jk { display:block; }#pgX7mRW0X8ivEG7k52baAhqGkt1603Jk > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { display:block; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le2wpOQZh1IzJfhe1qqHeBdAz52rF3G7 { width:20rem;height:6.4375rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VGJ0tx10Wd7HI1kt2mNRDpBGGG3bd50R { width:11.375rem;height:3.1484375rem;top:1.4562492370606rem;left:4.3125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k2TyGPLDmDTUKAHMA2JqUkv8sIUidLi1 { width:20rem;height:19rem;top:6.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #E6DsbS51B45P5aKxdM4vPuaTJ8lZIM1x { width:7.0625rem;height:2.5rem;top:8.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9lCKFiGvlRCK68ibeFF3qKpfEGy2zs { width:6.0625rem;height:0.8125rem;top:9.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLNUR3cM1Cps1PV19waTN1WIyDTDmXuK { width:3.125rem;height:1.25rem;top:13.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWzHpHMsWmh0poACVvB5X3DTWAbC6PIt { width:3.125rem;height:1.5625rem;top:12.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar9ubtkdrg2kRlP9qfu3qA3ec1xyzfwl { width:6.375rem;height:0.75rem;top:16.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAohAN7Gk6hy0MAJdEsNWFOkX5EWOXra { width:2.8125rem;height:1rem;top:16.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVbuSFKzwlsNHJT1B0PwVkV1Txase19Q { width:6.25rem;height:0.75rem;top:19.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWOyIuGteIWQOf1ITxxsGxNpDatVOXcm { width:5.25rem;height:0.625rem;top:19.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0JoXTiF9KvEfXqA2K48OUpPonXtLES { width:2.5rem;height:1.25rem;top:22.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaDCO7IiQuuN1hT6L0z3etbdt31Zb0xy { display:flex;width:3.125rem;height:3.125rem;top:4.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu { display:none; }#pdDkIqXkd57Geq3O9GzA2GeaTBLHnHLu > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTVwPSTsLyz1xOuBAJl9FHW8Zu9TwJtQ { width:20rem;height:6.4375rem;top:27.9375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #lXEJa9l9HkWSHVRy9mKaCyrwWtyVh5uI { width:8.5rem;height:0;top:30.375rem;left:6.8125rem;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Ff3du429f55o3NmHbuQBuOQbnuGxmAZ8 { width:20rem;height:6.5rem;top:34.375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #StBBoUbGizoSFMN32Wc0kIOZoxBAsBmG { width:2.3125rem;height:1rem;top:37.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJC7205WLM4KC6Kyfhftgnd6beXiU1fZ { width:6.9375rem;height:1.0625rem;top:37.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cec0izN8XDAuKK8zPdhX8l1TI4UnSzUF { width:1.6875rem;height:1.6875rem;top:36.9375rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDkUm6n2W5v06p5wMK6UnuN0Pz7NTxQT { display:flex;width:3.125rem;height:3.125rem;top:32.773958206177rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #liogFoCxQF6tKzTeXSp5Lapz8bhU4VGz { width:7.5rem;height:7.5rem;top:42.125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdDFqKIdbKv4yFJn2GbaSeMvHZKfk2gw { width:20rem;height:0;top:50.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH { display:block; }#Ls0oxyPxhBnbHvweQfiP8taqXz10XeTH > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ot62340z4yFLZT4rFwCA3eRicv2mn0wV { width:20rem;height:1.75rem;top:1.1875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2WrZSmRUisxsR4Dngzz0kLUBsAyag0 { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rTUEWSfAdVSLUxWBwWcgynNFUdi6X1iF { width:8.5rem;height:1.575rem;top:6.625rem;left:8.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bNHx9TIPzO7NZdonHXW4naeWzZCE8W1C { width:1.875rem;height:1.5rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp0qzTGJQw4PdGRivdVT73T0NANBJ46h { width:20rem;height:19rem;top:10.611450195312rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S29sIJd2k1mgArTrzck3RgFZo02BcL3P { width:7.0625rem;height:2.5rem;top:12.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcg0EXTfpWGxqWnyhcktiOVn0QiVDWtz { width:6.0625rem;height:0.8125rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOkynEcSJVmvelSTUWaWn2kIc2ZgO87c { width:3.125rem;height:1.25rem;top:17.237500190735rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoV3V1aqE73PxLeHQQmxQIhXmuFzuhfW { width:3.125rem;height:1.5625rem;top:17.081250190735rem;left:12.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5OWssw5RaxoEeTbJsKNzfRFQyD7psx { width:6.375rem;height:0.75rem;top:20.800000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIicNk87OBEkq71aRG050eJC6nepN99k { width:2.8125rem;height:1rem;top:20.675000190735rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhTdOuLnoMaMl0qOQ1NsIiCPhEDVthI { width:6.25rem;height:0.75rem;top:23.800000190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdmKVfbRsU09OGImGr2BUzRtgkfhBht { width:5.25rem;height:0.625rem;top:23.862500190735rem;left:11.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gItIdkfag5sXiFuzNPg5JNbdNTddvrO7 { width:20rem;height:6.4375rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eLMILXmHHAu6JHzNeumgETPd0DOT7lA0 { width:20rem;height:6.4375rem;top:30.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3sLOTuooCLTu7DqGhku7CGyNVM0cTA { width:20rem;height:6.4375rem;top:59.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #l4EP6ReXFhRPP0P9LKi7gRnlLsaTc9t2 { width:8.5rem;height:1.575rem;top:33.125rem;left:6.8125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vBhnRzXxv4TrMTGENV3rNUo9LtfvIu3g { width:1.1875rem;height:1.5rem;top:33.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCkJeceCumFD7sibeUkub2ytEUShxUJV { width:8.5rem;height:1.75rem;top:47.1875rem;left:8.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Myo7WnoD7ETkAI62v8knTht2UXplbo6v { width:13.125rem;height:1.75rem;top:61.5rem;left:6.375rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WwvsR3xl3dqmOquZhwNFSTnU7HKQEhu7 { width:1.75rem;height:1.5rem;top:61.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qct5XVGFL4EeUb2eURgdL0ScUbrcdTn3 { width:1.75rem;height:1.375rem;top:47.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVhe6ATRuoxMSSvkp5ZT0vtHd8TQ4M3z { width:20rem;height:6.5rem;top:37.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #N4wErIq0O1dSV7QI9Gkt3gO7C7AOBTfV { width:2.3125rem;height:1rem;top:40.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EETUZXIlsmetHnClS6uTILzklBuSE0v4 { width:6.9375rem;height:1.0625rem;top:40rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbVwaqOeuqA11p0FTHId0ddlklme4nCQ { width:1.6875rem;height:1.6875rem;top:39.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktUm6JLprlNVhyTczTlWZzpRDZ5oe9tU { width:20rem;height:6.625rem;top:51.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #y9B8JQ1iW2lAdRVlMWLhQfHFisbQ55nf { width:1.625rem;height:1.625rem;top:53.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyQzWhRxi7PDXFT46GB7AuOOgDy2XrFt { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGyxN1UBLCM7s5Kg310yvOp8gQCAXvBw { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niN6KWRHkfTHJT2U1d9zwIVxZ1NrkPJV { width:1.5625rem;height:1.5625rem;top:53.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqlGPKmfHL4rrNNZqAi4lCtpKwV63CT { width:20rem;height:6.625rem;top:65.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #l0FuAEpcJEv7rDZoPB6TzbUMDPSxvy5c { width:7.125rem;height:1.125rem;top:68.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDxsLXzi7fX67FTyp0pMmX6bkiH6pBef { width:5.25rem;height:1.75rem;top:68rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP4Pml52DI1hUUwzRMSLMHxmxePThs2F { width:20rem;height:2.125rem;top:73.298957824706rem;left:0rem;font-size:0.875rem;color:#afbbf2;border-top:0.125rem solid #282352;border-left:0.125rem solid #282352;border-right:0.125rem solid #282352;border-bottom:0.125rem solid #282352;display:block; }
 }@media only screen and (max-width: 763px) { #FfNmTxXTMPG9VRioowgtH4PiWN92zcMc { display:block; }
 }@media only screen and (max-width: 763px) { #Mfyzvac5i6sttq8q70WdmGJCUgJBHgTT { width:2.5rem;height:1.25rem;top:26.486457824707rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITb3oXzKupbEnK1cio4fiibE5Pmer778 { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Lt6eV5xKcN8gmtNdv55pRPpbHDWk4gLN { display:flex;width:3.125rem;height:3.125rem;top:35.523986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mIJrxQAhilKbequ78Rra5a9TPuzFakCR { display:flex;width:3.125rem;height:3.125rem;top:49.648986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yZNJTTwxTsiIEunW2BiEyhiWzgTzPLsn { display:flex;width:3.125rem;height:3.125rem;top:64.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #CG2AeBb4eK8BTgD7wwaT4aH4Vcylp8EG { width:4.5625rem;height:2.375rem;top:25.923957824707rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG { background-color:#010101;background-image:url("https://images.assets-landingi.com/uc/ed1442bb-42ef-44c8-9479-02dbafcfbf91/czymjestpilot_mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.adaptive-delivery-prevent-bg, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyload, #dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG.lazyloading { background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { background-color: transparent; background-image: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row > .video-iframe-container { display: none; }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .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); }#dCbt1NvWUou5laSOCzaxdzT4PAgDNbxG > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1dcJI08xmptgkcxvOtJKJkQOADylVTq { width:20rem;height:2.2rem;top:1.9624996185302rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOkHBCAkDoNoHmirfKckeeV2OTPm7Uqu { width:17.75rem;height:2.6rem;top:4.8125rem;left:1.125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eISMZlqJTh9nfz6ET8q2QV1xbgdyrv6o { width:7.3125rem;height:2.625rem;top:8.8125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McPmfEE1FehRD2zdqTsZxUECFI2hOVDD { display:block; }
 }@media only screen and (max-width: 763px) { #nKeaKWpb9WPtMDGvL8oviqb7CcJgOpVs { width:1.5rem;height:1.1875rem;top:21rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxhKQNWzoJUTuC1JxLT7r8IVrh8Qe3RX { width:17.75rem;height:1.1rem;top:22.9375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVpPmN79Rwmapox8wyC66mXiIHQaVCTc { width:20rem;height:3.41015625rem;top:24.375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hm4tZ9MJGDmUCfTwguZ4cQv0kiTxutmr { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #goG0lvkN4IN1o3xlmx6oZPMzr5JH5p4T { width:17.75rem;height:1.1rem;top:31.375rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwyFelv2UspyTThRgkBrnnLrhKzHpIqq { width:17.75rem;height:3.41015625rem;top:32.875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XddgNle78SLkuTlzacNsJ368vu4wZlDw { width:1.5rem;height:1.1875rem;top:38.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCFw3kEOEt7BqyGLbsF4iuOLxaAdZH3t { width:17.75rem;height:1.1rem;top:39.75rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NukTax4drexifM2l5HUoIzT8qeMke6TC { width:20rem;height:4.546875rem;top:41.25rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxNuM4SptNKS4VCZk42aZNlKNImXiTpr { width:8.25rem;height:1.3125rem;top:35.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piUXJolLMdRz8JE6uurFTQvio4z82kfN { display:block; }
 }@media only screen and (max-width: 763px) { #RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n { display:block; }#RcrWrgXyfFKUX6vnvDhNCBr9ruXUDR8n > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpaZ67PEk4nOeLImf5ST9piUX0CabTQs { width:20rem;height:1.375rem;top:2.5625rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsB9EIhC3vCTbtW25MTGtiV7M0radAdl { display:block; }#rsB9EIhC3vCTbtW25MTGtiV7M0radAdl > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-element-container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #403d64; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-heading-text { font-size:1rem;height:auto; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-desc-text { font-size:0.875rem;height:auto; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U { display:flex;height:auto;width:20rem;top:0.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #wg0W4BF7TmtrNHTKvpbJ1VldB3AUF9kc {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #XC3yQ1TVzUWdBbzh90fE4iFkgo0cZbGq {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Tl9pvJCxaFMXMxfUQC6avzRkpNVRl5oP {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #kU05cetUVFuivy94Ugfciyl3JXxVePoV {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #eN1m1Lt9hJaf4TvzNh3l67sCOxTT4Jv8 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tUbGyRbLL9oT9NWEBxVUQ6NoQOCyiQs1 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #gAU9oIgwTAWfrKomelCLefToN93bR3U1 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uZKX6mJHgbMcI5MSEWnSzJaOJa0TyOiR {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #Sq3VsUEfWmwgvT9k6NdJqcOF2spw1vfB {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NipMHodCBBDkfZIMkF4qNEOP5JHT3QkD {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iUO59t3lXDNOzUzN6m7K4d7Xz8zq2y01 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #iIENov2fxGIfezlnXfqxz7kVhXNTMA3P {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #RMJs4mwVt3m8g0cW9WTqFILTG47DV4Wy {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #tHbr4k9Xs933CI9n8fwWV0R4CbTtK4eQ {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #at8k72bQeTBlykD8qSztCfNG0qkJUtqT {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #l3mK9Df4zoBJratm3Q1hzwabtI9HrEOz {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #hw1Xl4wpo3OiqIva0gpxXmNcDEPJftXy {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #FTxXnr9E3OuMVmp0vG8ODdDXy1b4ZAt9 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #ssDMPGKLLCVVT4FJcSTWL4aln3l6n5EJ {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #x4311JTuFRiNBkPNDhShcdiIbhTMR491 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #SpzXHI10TnkWHqDJ1JcxZLESy1emle8h {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #beKTryoMq6efxnyk3uINVShBD10NUpZ1 {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #uMRz1HBZfEw7hLEiDz8UoTFVpT1Famef {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #NmaROihClZ62hbipcLXRCL75WuJ29TBa {  }
 }@media only screen and (max-width: 763px) { #uBNhp7LxFrTMZXkMmcaJBB1PI4xc9B1U #lWZiVA4wfaUD2aootBgLJEtMCIcipd5y {  }
 }@media only screen and (max-width: 763px) { #fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL { display:block; }#fExs7vpK7MBZnPRLHcywCBPkbiZwGnUL > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr6gp06ZiWQmv8igyIO3nDh2F9xPQB79 { width:19.25rem;height:1.13769375rem;top:1.25rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpCJhJINocyNkke7k58xLETTtV7LHISz { width:8.6875rem;height:1.3125rem;top:2.4375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwH93i1ZKBpmxDbIBMPhMZT4su6hUuTF { display:block; }
 }@media only screen and (max-width: 763px) { #Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { display:block; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwLFCNiv2Rp3aOtkU1QUMNRgJ4nF1uXl { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qX4g5KPaTgHqbZKLbxtFAxeUKURShnZ5 { width:20rem;height:41.6366875rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWsUllsJZlJRhe2P50MEEH3OITyQsvs { display:block; }#QcWsUllsJZlJRhe2P50MEEH3OITyQsvs > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfKOqCQievD9AIeN2JLJ5N0TOXT8NvSv { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4AdbTySDgNzBkQ4vNETOipFJi8BOHTo { width:20rem;height:7.347625rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM { width:20rem;height:33.402375rem;top:13.886737823486rem;left:0rem;font-size:0.875rem;display:block; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:before{  }
 }@media only screen and (max-width: 763px) { #d26Sl2C1OZKgxx7dNoxxpTSRGDFNt65P { width:20rem;height:11.0215rem;top:48.5615234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { display:block; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLeSVFOxKK8XaU1GhIzJe1qNvE4gEitI { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wP33SQxVAfyZA0G5XbGih3abeABu4I48 { width:20rem;height:66.1289125rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf { width:20rem;height:31.86525rem;top:73.369140625rem;left:0rem;font-size:0.875rem;display:block; }#dVXJyG4yTcnaIU4V1fv32lJUZDGzpBWf li:before{  }
 }@media only screen and (max-width: 763px) { #b0OGlw9c0D4iKpqDgWi3TZUVwp5QO8HN { width:20rem;height:3.673825rem;top:106.546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { display:block; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4iURAQGOVZZGgdmbmmvudFZWiNcefiR { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kXHnB1PQC4uk49DPMI68xVa2B6Um0435 { width:20rem;height:48.9843875rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { display:none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container { width:20rem;height:64.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xdQC61lc6CUr1tOJGWSIegTa0P0bKZOo { width:19.875rem;height:61.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNSJ0rZ6mWbkDP3RoS9ibIz6qheygV2 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTKGWyRRcbnpUUIqQEzkXvn5GGCypF5 { width:0.125rem;height:63.625rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGPwfrLkBwoUIfxJV22EbPgW9BqzVWT { width:3.625rem;height:0;top:0.50625038146973rem;left:0.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13skvCMqTvHf1fMoc7XKf8dB7LnbklD { width:0.125rem;height:63.625rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2vvZxhcIUIKqVS2rLeJvbwtiXtJqCIf { width:0.125rem;height:63.625rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4UQnbDTSfMGp2rgVWRTsWgQEahJSgH { width:1.5rem;height:0.9002125rem;top:2.9375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i7xMvrOipQLxreGQTRZghlm0ffJOze5q { width:4.5rem;height:1.800425rem;top:2.9375rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ubrWWzdKV8PRDLKFK7i7cCwA3LwtpfNT { width:4.75rem;height:0.975rem;top:0.66875076293944rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbfdwTnhgyPq4Bx5cbgZQZhhW7AaVHRi { width:3.8125rem;height:0.975rem;top:0.66875076293944rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDv8lHOe9HUzMcPCycPWg6ocRd4wxPoC { width:11.5625rem;height:0;top:0rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sV4NZeKQqsMASwI1Qt35FpnOSXGvyKlX { width:6.4375rem;height:1.800425rem;top:2.9375rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lTN7coiU5MTJGfpBF7VHZoyxmUDGVwnC { width:3.3125rem;height:1.800425rem;top:2.9375rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Td5u6UHaTfgQ7RGmbvhFdzFt64zzQtJH { width:3.875rem;height:1.800425rem;top:5.1875rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eRaPOTm6iGOI49liW37Ewsu6M0NORli6 { width:7rem;height:1.800425rem;top:5.1875rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SvTlaJQnRNCy5M1so4De0NhuifrvRfmf { width:4.75rem;height:1.800425rem;top:5.1875rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZpJIeJ0hfPF47OdIbtvF7XWpsxtDgJZP { width:1.5rem;height:0.9002125rem;top:5.1875rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KPUdzfuMnvAOTAECJTRpmAXlPna6zf0K { width:1.5rem;height:0.9002125rem;top:7.5rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IMQpoFRXw0TroQlRoRX7bRWDhM2PeNOh { width:3.75rem;height:1.800425rem;top:7.5rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KJDvxTN8S82W9og3GvWb3FRKsUwBBPUy { width:6.9375rem;height:1.800425rem;top:7.5rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KJBWxPKLNTU9CKJwbQxb7HXTEXPd6TlP { width:3.625rem;height:1.800425rem;top:7.5rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DQNK3Rw55vHT49GvpE9KXBn9RViyvGBQ { width:1.5rem;height:0.9002125rem;top:9.8125rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UNyzTGOL4f7nZtS0G5z8adKdafqfgf4O { width:1.5rem;height:0.9002125rem;top:12.0625rem;left:0.0625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tPMS8uTPMmRJ1QblUUWmbsc2npGLLkTv { width:1.5rem;height:0.9002125rem;top:15.3125rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z0VHnisSSyqtCh1TEVVZCxli1fdF9Ety { width:4.1875rem;height:1.800425rem;top:9.8125rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oKL8fPk7ApCiwrTi7BLvr3Htkw5K6fDo { width:4.8125rem;height:2.7006375rem;top:12.0625rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T8KnTIFK43oPDVHfQ4LeKeUJmPZLXzKU { width:4.875rem;height:1.800425rem;top:15.3125rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EBRLuq7fXn6gGA1g4uXrGHcwva5QJH2K { width:6.5625rem;height:1.800425rem;top:9.8125rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y6ig257poh3Rc7x39CmfUkixuXifStBW { width:6.125rem;height:1.800425rem;top:12.0625rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aN8Hs6chiuBuCtBTUP1U8p3xnDQUGc72 { width:6.875rem;height:1.800425rem;top:15.3125rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vShr2pIuNJhoEhU4SecbChMkoF6fkXNZ { width:3.8125rem;height:1.800425rem;top:9.8125rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U06JDKJ6Uz7Re39vEsp7f3D2kxMVvWTS { width:3.4375rem;height:2.7006375rem;top:12.0625rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MghB7d6LZXgtMyvra9CuTDPQWaFySUOU { width:3.3125rem;height:1.800425rem;top:15.3125rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C3gcAi2pgKAk9ITeIrCk2WtsykuaKEEN { width:1.5rem;height:0.9002125rem;top:29.25rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JsEpZJML6F4Bsnqhf5LJXfcrnMxRCGHI { width:1.5rem;height:0.9002125rem;top:17.6875rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y8G3Qo4IKslAoOyfMoDkBJOUPPhe9uMO { width:1.5rem;height:0.9002125rem;top:20rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DVz4rx3n590S9UvKvO68e2oCV94UiiSL { width:1.5rem;height:0.9002125rem;top:22.3125rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mVVq6gTiTX75HokNT0241oWaZUbkDzdt { width:1.5rem;height:0.9002125rem;top:24.625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vtVk0skNfuv6vxUUtCf3zsyG6XDWmS1N { width:1.5rem;height:0.9002125rem;top:27rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e9I62loU00vlfSTBM5VVUEXNdG4LJzzH { width:4.9375rem;height:2.7006375rem;top:29.25rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aWcs3DSkuoFHToFWaSW4qdfCMn6DpIS0 { width:5rem;height:1.800425rem;top:17.6875rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nypgaCqZTXML4ZdX1yTFrvz0JRCpIvB8 { width:4.875rem;height:1.800425rem;top:20rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PeB1k0z8BnbZ6ZPhDpQ5msQFbzRcuQdP { width:4rem;height:1.800425rem;top:22.3125rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g8C73Z3o8tQ4feAXKVTOxchuICQnMssN { width:3.75rem;height:1.800425rem;top:24.625rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T6ozwHSEfag6kZVbuwnbUEhG2JdXa83d { width:4.6875rem;height:1.800425rem;top:27rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kIeT0v5O1G7NgypiPJMcJ4OepypAVEZL { width:6.75rem;height:1.800425rem;top:29.25rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T6HUpgkOFEgOvzTceKQTRSxFDJ5BHq66 { width:4.6875rem;height:1.800425rem;top:17.6875rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t46NW2NGkWi6N8R0iGLRTbTR6DWLM1G3 { width:6.5rem;height:1.800425rem;top:20rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WcMSFZv5vp3u5nFFycaqgrBsrVNXhJIS { width:7.1875rem;height:1.800425rem;top:22.3125rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #stvUU9rB7EtcA8tU55L6yyd1uUMD5ki4 { width:6.75rem;height:1.800425rem;top:24.625rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JocVFrvlCUdBzKdiR5h4Uo345DP9SR69 { width:5.0625rem;height:1.800425rem;top:27rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #llBENHuNvCra17T2vo8XyfRKvfFGxxsr { width:2.875rem;height:1.800425rem;top:29.25rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZoWKheVbUKtoz5MLDL3thfztJ4yFI1GO { width:3.1875rem;height:1.800425rem;top:17.6875rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f4aEtsfQuKTrMCBMBTZTbsuAdGZk1Tl6 { width:3.1875rem;height:1.800425rem;top:20rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IWq6EtOI9qcHUDXeBnyTBuxqzN8SHeBA { width:3.5625rem;height:1.800425rem;top:22.3125rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sRTTSJfy72KMTzfr6TbZ3hcNAGLKUnXG { width:3.8125rem;height:1.6484375rem;top:24.625rem;left:16.125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hm66XI8Rzar9QCx8XThUd1SacBBwwB72 { width:3.8125rem;height:1.6484375rem;top:27rem;left:16.1875rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HzkGqIAEkwp3dI2R3ZNMTT5W6trNKzQL { width:1.5rem;height:0.9002125rem;top:32.375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aKZKv4rUaBLN1JJENlcKrNdQeLOxRHIy { width:4.9375rem;height:1.800425rem;top:32.375rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AIr0KqJ7GdU66APyoEDwxwCsC3QD2Uvg { width:5.5625rem;height:1.800425rem;top:34.6875rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cCbVshkLHn52RHdbuem61gIOhdyTQwsT { width:1.5rem;height:0.9002125rem;top:34.6875rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gxsv49bnyh4TKzBggN6wwRouHl8ceJHc { width:1.5rem;height:0.9002125rem;top:37.0625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W1uZIh9Cc2IXhHriMmLyN0iohbT1NWwb { width:4.5625rem;height:1.800425rem;top:37.0625rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w1zWc80mF2pLTzrVBTCGEuSI98PbRBMy { width:1.5rem;height:0.9002125rem;top:39.375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x6uiCV2bL27RzOVcTp0HKE6bQdfdyW1r { width:1.5rem;height:0.9002125rem;top:41.6875rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LyT7Qz2CMhhAz6isdfG8JamuhKTtnvKx { width:4.0625rem;height:1.800425rem;top:39.375rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uEKR9BRnHw8WWwGQ2Za7UVVDzS78CCCx { width:4.75rem;height:1.800425rem;top:41.6875rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M9Tlam0bbPtnt7nPWW1DuIWPFf8S3rs2 { width:5.5rem;height:1.800425rem;top:32.375rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ubT6It80aKmsRogW65bKv88pWErEwBFJ { width:4.5rem;height:1.800425rem;top:34.6875rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SU1AMmxlTf9EpKhkcnGt0NuclFKJZZof { width:6.0625rem;height:1.800425rem;top:37.0625rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BbWOOpNOJPz48OApWnSB4dWOXVwrWwvC { width:1.5rem;height:0.9002125rem;top:44rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UawWgCIhMIJwgVSd2EpuVG1GIvBpXPZA { width:4.6875rem;height:1.800425rem;top:44rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZA85DXkrHZ2TfHkXv9bnhRs0ePuWTmgC { width:4.9375rem;height:1.800425rem;top:39.375rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P4oTKBbUkFNwKwCGSFtzdiTUWN3O6OG3 { width:5.9375rem;height:1.800425rem;top:41.6875rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yJKriiDwvqSLLHygba5BrpnLiPGbUIZS { width:5.9375rem;height:1.800425rem;top:44rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mo42LQ4l8sFTaTkJ6vIM3Cdd9gOec8KQ { width:1.5rem;height:0.9002125rem;top:46.91250038147rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f3TigCcIlZtb49gT0LDehymuqQGCV4Zk { width:1.5rem;height:0.9002125rem;top:49.75rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LPQcG50G2W4Taw7379Lv9RommFiVfw2T { width:4.8125rem;height:1.800425rem;top:46.9375rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ey00mrFrWJpu45GxrefDdiqeTy5kbGVO { width:5.4375rem;height:1.800425rem;top:49.75rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OzvpXVBwrETr9wUCVRbEOTtUvfJJSO1d { width:6.0625rem;height:1.800425rem;top:46.9375rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lk9t6xfl0c8vFaTVBw67nBZGezKofZbk { width:6.375rem;height:2.7006375rem;top:49.75rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WrxSaI68xbuLAcUr3U1c8TPTKKpC9pQi { width:3.0625rem;height:1.800425rem;top:32.375rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qT7PTnp8t7gqTzIx1Z3dzFUvB3XlJI1i { width:3.3125rem;height:1.800425rem;top:34.6875rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThEiAAvb1kyPvfC3EtBFA5pDcLqbruuM { width:3.875rem;height:1.800425rem;top:37.0625rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CiKyazMEhyXhfTLOLcNxEfLXl5SFrUQg { width:3.5625rem;height:1.800425rem;top:39.375rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T9IGypZUHKr6TJleEK82yGrdfHKdzpgD { width:3.875rem;height:1.6484375rem;top:41.6875rem;left:16.125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JsEdo3I1ZSUURIzG3lTvn9mwTIqAgAoc { width:3.875rem;height:2.24786875rem;top:44rem;left:16.125rem;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J0Qf6wJBNaSq5gNJOMGevgH08EBvoIqT { width:1.5rem;height:0.9002125rem;top:61.375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GnioLyT3TWcRfAaAUQQRqLUlvvKzodJD { width:1.5rem;height:0.9002125rem;top:53.0625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AVF8rnEsZKKCVKSOepMOe9MrpsaoqesC { width:1.5rem;height:0.9002125rem;top:55.5rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K2LoqNWH1mv34sJ8s3iUbiEAboATfCbh { width:1.5rem;height:0.9002125rem;top:58.5rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y0tugdwqcul8W856TDcueXIHGebodJav { width:4.4375rem;height:1.800425rem;top:61.375rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yWDzHKCSdLongF2Cls3gdHp1qwCN2b0s { width:5rem;height:1.800425rem;top:53.0625rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rLh43r2BSxTU4Vtu9daeBMAVTZTaJIAa { width:4.1875rem;height:1.800425rem;top:55.5rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MZobwugOso37TdyR7N8XOowHBAJ8nkht { width:5.25rem;height:1.800425rem;top:58.5rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i3CvZHb0Iu9LD1oQD4WTnBO1y4MBLOkq { width:6.625rem;height:1.800425rem;top:61.375rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QqTWDlSTEnFIgfJNqToNz2ugcHTcvgrH { width:6.1875rem;height:1.800425rem;top:53.0625rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #plJroS5TvdfuenM9v5ToS4dbAvt8Nc01 { width:5.4375rem;height:1.800425rem;top:55.5rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w2LFS1qoI7GSyOVTQTW712VI6IyVJh30 { width:6.8125rem;height:1.800425rem;top:58.5rem;left:8rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vx55a8zFfkCTIMNoPR4RQ224f4bpir5U { width:3.75rem;height:1.800425rem;top:61.375rem;left:16.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QIwJZ7bJEOkm8zwNawQpsIT5px1i3W78 { width:3.8125rem;height:2.24786875rem;top:46.9375rem;left:16.125rem;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JXuTJQX10OtwxLpdoTdyENow8zAtM9CQ { width:3.75rem;height:2.24786875rem;top:49.75rem;left:16.125rem;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zOT7uzhxAS6X93sHasJK1kLf4qG8nhHp { width:3.875rem;height:1.6484375rem;top:53.0625rem;left:16.125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nhtDnMb5xhbxRPq5aOHwZlGDhR4BWFeT { width:3.625rem;height:2.47159375rem;top:55.5rem;left:16.125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BaqUu0lSLqbCl79muOd8l5d98Su26bii { width:3.625rem;height:2.47159375rem;top:58.5rem;left:16.125rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZHM8J7l0A55HsCOo5TsTivyubGK66P5L { width:1.625rem;height:0.975rem;top:0.66874980926512rem;left:0rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eFTePQGzAvX0036JOwahimtg25Krl1o1 { width:2.3125rem;height:0.975rem;top:0.66875076293944rem;left:16.125rem;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #z7TSVDqE4A82k6BMOtcrfGIDROsleqLq { display:block; }#z7TSVDqE4A82k6BMOtcrfGIDROsleqLq > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeNT13Hv52SC2vEkH2uaA4erF0f3F61U { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LQLm2gAdykSChz1sUP1GxpCcEGXfTa19 { width:20rem;height:23.2675625rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC { display:block; }#cO0w4aVk00ZNDB7KEBPtnGLIcU6KWPuC > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDXzMQotNUCDos5dmdvoE2IrPh7HPygz { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RzCeIBQlRrCIWSV0dt33Ad5Q43U0tz2q { width:20rem;height:31.8398875rem;top:4.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { display:block; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmHDrD2CODsJrhRVx1haP8tIFLAQhTN { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K { width:20rem;height:53.0215rem;top:3.45703125rem;left:0rem;font-size:0.875rem;display:block; }#oFo8wGUOi0C7WVykdLADsCiPDQqA6W3K li:before{  }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.2236328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuPuOXgG4LqVzeIkhTpXqGoHcnC7Hxz { 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) { #IK4C6PUfGP50bXTiMXJgy9qo4PqQzkQM { display:block; }
 }@media only screen and (max-width: 763px) { #aPUrNyCWXaVTQ6F9OVek64LP1LxWkWo3 { 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) { #ChT5nyD1PyT9cLTa04o3y5Bf0ZTv31IB { display:block; }
 }@media only screen and (max-width: 763px) { #K0fiw5SnIWpAKFhIBiP2VHPyXkX0KWpR { width:8.9375rem;height:1rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:1.0563125rem;top:1.4740657806396rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:9rem;height:1rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block; }
 }@media only screen and (max-width: 763px) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbupsQJeSpbaefO08HGcbzPWFZ89PJU6 { width:8.875rem;height:0.975rem;top:6.0125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA { display:block; } #A0306a3189b614c55c85d7401b1b2883.widget-smartsection *:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="text"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="email"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection input[type="tel"]:focus-visible, #A0306a3189b614c55c85d7401b1b2883.widget-smartsection textarea:focus-visible { outline: none; } #AWlm4ZWgbSLaW1P90RaVMUFdPbNnqqFA > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v { display:block; } #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection *:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="text"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="email"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection input[type="tel"]:focus-visible, #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection textarea:focus-visible { outline: none; } #Muw2s1K4LE5mgTqwiAo2EEAcokw4nL3v > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi { display:block; } #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection *:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="text"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="email"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection input[type="tel"]:focus-visible, #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection textarea:focus-visible { outline: none; } #STAbTTTSlGfJ1DVxUJZyT7ogHlAiNaFi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPuCfzipiBHkkpNz8caFzQsoD82LQH5m { display:block; } #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection *:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="text"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="email"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection input[type="tel"]:focus-visible, #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection textarea:focus-visible { outline: none; } #KPuCfzipiBHkkpNz8caFzQsoD82LQH5m > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaHsONr8unqIuATuW7HSTyp5DPdwOENv { display:block; } #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection *:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="text"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="email"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection input[type="tel"]:focus-visible, #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection textarea:focus-visible { outline: none; } #TaHsONr8unqIuATuW7HSTyp5DPdwOENv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 { display:block; } #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection *:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="text"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="email"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection input[type="tel"]:focus-visible, #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection textarea:focus-visible { outline: none; } #nq3WxUwB3Ab8J0PqJtGV9auAKx5KSCz6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR { display:block; } #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection *:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="text"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="email"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection input[type="tel"]:focus-visible, #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection textarea:focus-visible { outline: none; } #ekuUztcHL4XuyTt4JeKpVpw3Hd2uacqR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #desLCthh3BaSmJPtT0f1TIU8z1tnKb82 { display:block; } #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection *:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="text"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="email"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection input[type="tel"]:focus-visible, #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection textarea:focus-visible { outline: none; } #desLCthh3BaSmJPtT0f1TIU8z1tnKb82 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf { display:block; } #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection *:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="text"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="email"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection input[type="tel"]:focus-visible, #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection textarea:focus-visible { outline: none; } #ZgiSKsOKSJVCnPkEKcIrrzIvay8dZaIf > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E { display:block; } #Kb9ada3e11351f45b57df76097e03894.widget-smartsection *:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="text"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="email"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection input[type="tel"]:focus-visible, #Kb9ada3e11351f45b57df76097e03894.widget-smartsection textarea:focus-visible { outline: none; } #y96UPyvzwS0dDvp6tgB2baD1A6TW5r1E > .row .container { position:relative;display:block; } }