.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/b7fa2831-99f2-4a70-92d9-075c98cecab0/bg1.webp");background-position:bottom 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; }#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:38.8125rem;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:5.5rem;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.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.998962402344rem;left:0rem;height:;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:15.5625rem;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:15.5625rem;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:17.875rem;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:17.875rem;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:20.25rem;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:20.1875rem;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.6875rem;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:20.30624961853rem;left:23.487499237061rem;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:20.35000038147rem;left:23.487499237061rem;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:22.6875rem;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:22.625rem;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:26.875rem;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:26.875rem;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: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:block; }
#GbmNPtHvW765L6fzZK1aCaEagkgLA0rH { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;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:30.6875rem;width:50.875rem;top:3.0416669845581rem;left:26.660384241245rem;overflow:hidden;display:block; }
#BodNNqy0U9QcRnfAKKbQRNqxTaTyixiH { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:32.375rem;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; }
#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; }
#XXeeVHw7VRNGWOmEbVotDU514EMcruhe { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:11.3125rem;height:0.975rem;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; }
#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; }
#W21ZyeR0A6iTHwF2AcOlmR2iHNyMKRfr { 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:4.1625003814697rem;left:6.375rem;height:0;font-style:normal;display:none; }
#MQunk4H9CODGswT3h7TZdh9p1yr2ucTa { color:#7c85ac;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:7.5rem;left:3rem;height:0;font-style:normal;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; }
#ct0lT32VTyxHErSfFf8fSNk1R9E95p6u { 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; }
#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; }
#HHyi2hoGJpTBrWixDFPH25DnNhhbaAE7 { 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.875rem;left:13.4375rem;overflow:hidden;display:none; }
#Auio30cyVcfn4JiTT46UaUdk9CGnf057 { position:relative;display:none; }#Auio30cyVcfn4JiTT46UaUdk9CGnf057 { border-width: 0; border-radius: 0; }#Auio30cyVcfn4JiTT46UaUdk9CGnf057 > .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; }#Auio30cyVcfn4JiTT46UaUdk9CGnf057 > .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:0.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:none; }#VIhJTeIIfPhb9ghTrsNN4y5kLuPST54w { 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:2.3125rem;left:20.125rem;overflow:hidden;display:none; }
#wUuAaXg2ObPT7IBiVa7cGZls3orGTOfW { 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:2.375rem;left:22.25rem;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:none; }
#dBHS6vH4XBBVhAEBSPKm9mKsqQ6J4kSz { 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.9375rem;left:45.875rem;display:none; }
#EPcLgIVUxtlM4I9z0GLGvyUk78maace8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rk07fIcyUXICqIVMkKvn3pZMTXX5r0Gc { 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:7.875rem;width:20.25rem;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; }#yrGoc3pFlJunfJPN7FUt8Ta6HpV84oOt { 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:6.375rem;width:8.5rem;top:7.2333335876462rem;left:-6.375rem;overflow:hidden;display:none; }
#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; }
#TGUoV5mpTPmXgaqUTPHeVOOT8fhJtmkg { 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.2593746185302rem;left:6.25rem;height:1.95rem;font-style:normal;display:block; }
#DVqrEKgbKdN23VdHu83dZRZH5O4WVTT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:formula1;font-size:1rem;font-weight:700;z-index:15244;line-height:1.3;letter-spacing:0;top:5.1937503814697rem;left:6.25rem;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:7.0625rem;left:0.625rem;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:7.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:7.46249961853rem;left:2.9375rem;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(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; }
#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.8125rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1875rem;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:1.34375rem;left:18.125rem;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.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; }
#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: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:16.625rem;height:7.4375rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:2.125rem;left:58.375rem;display:block; }
#PvDMwLImh6eWRGirIE1HFMHMVr02mRdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAdr3z9ykLzy0NGyDDAGZTURg6MWxvfN { 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:7.4375rem;width:16.25rem;top:2.125rem;left:58.75rem;overflow:hidden;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.89375rem;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: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; }
#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:1.625rem;font-style:normal;display:block; }
#BnggV37Su7WNWnkZ86DQHdmIrwE9QK47 { color:#f4c04d;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.975rem;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:12.5rem;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.1375rem;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:4.96875rem;left:59.5625rem;height:1.1375rem;font-style:normal;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:700;z-index:15245;line-height:1.3;letter-spacing:0;top:5.8125rem;left:49.3125rem;height:;font-style:normal;display:block; }
#FQotz5qcHFAgwQnECBOKCxtNOdqR0X4u { 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:1.75rem;width:1.75rem;top:6.71875rem;left:59.5625rem;overflow:hidden;display:block; }
#LHSKIMzVpoZX6N9VuoawzgT9q7RTunXi { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15258;line-height:1.3;letter-spacing:0;top:7rem;left:61.8125rem;height:1.3rem;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:block; }
#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:block; }
#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: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:block; }
#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:block; }
#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:4.1875rem;width:5.625rem;top:3.2593765258789rem;left:42.75rem;overflow:hidden;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.3rem;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:#f4c04d;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.975rem;font-style:normal;display:block; }
#vebsumE4q7vekyCtrmetdns6mDcUeZxa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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.0249996185303rem;left:49.3125rem;height:1.1375rem;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.3rem;font-style:normal;display:block; }
#mzJK46hkc1dIVPMKMfxKLrfcKefXe4BG { 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; }
#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; }
#anteUwhTWw5PSOw1crGaXuhlHPWXEUOg { 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:7.4375rem;width:16.25rem;top:2.125rem;left:58.75rem;overflow:hidden;display:block; }
#NU1RZF9gX2zEoxgqdOgcIUr4fzycLdCm { 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:1.625rem;font-style:normal;display:block; }
#Bq42ax1pWZgVi5f0NN0odlgM9y8ZmbmE { 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:4.96875rem;left:59.5625rem;height:1.1375rem;font-style:normal;display:block; }
#zrHgdo2mFzXheMWDdLgAgGzJB6Ep1Zc8 { 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:1.75rem;width:1.75rem;top:6.71875rem;left:59.5625rem;overflow:hidden;display:block; }
#BE9nUePkEz5priO70sm9xx3LdfftubvI { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15258;line-height:1.3;letter-spacing:0;top:7rem;left:61.8125rem;height:1.3rem;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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTThorpflvn5TqnPHQ7Z5NzpkFadklkl { 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:16.625rem;height:7.4375rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:2.125rem;left:58.375rem;display:block; }
#mW9xw9Hb5esrLtFF87rm2RHkMB3mfSh3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aX9wLa1ZTadivXsLPF6CGwQPayL0LdTf { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0rem;left:58.1875rem;display:block; }
#pJH2q15INas94RUU8meKPMXFw9vGotLI { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15236;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:14.124999046326rem;left:58.1875rem;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.975rem;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:3.1875rem;width:4.3125rem;top:3.3656253814698rem;left:1.4375rem;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.1875rem;width:5.625rem;top:3.75rem;left:42.5rem;overflow:hidden;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:block; }
#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:block; }
#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.975rem;font-style:normal;display:block; }
#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:1.3rem;font-style:normal;display:block; }
#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:block; }
#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:1.1375rem;display:block; }
#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:#f4c04d;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.975rem;font-style:normal;display:block; }
#xMXtEqLQd4LxWeIPIVVs05BrVPWPotWp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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.0249996185303rem;left:49.3125rem;height:1.1375rem;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:0;font-style:normal;display:block; }
#WFwRa4ZVOc8kZzpltJkT1agxKIIv0aVP { 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; }
#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; }
#R0IydPXVoBTerRHBTmOlTdeteSoomfQU { 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:7.4375rem;width:16.25rem;top:2.125rem;left:58.75rem;overflow:hidden;display:block; }
#CSoUCJBvdDe3QlUNPXpxOCV6qHqqeuBv { 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:1.625rem;font-style:normal;display:block; }
#ag5PWcNNOAt2zZmzKECxg1siA9Hl2axJ { 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:4.96875rem;left:59.5625rem;height:1.1375rem;font-style:normal;display:block; }
#Imuxmio6O8fI0M9cqJVXuky9STE6wlCH { 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:1.75rem;width:1.75rem;top:6.71875rem;left:59.5625rem;overflow:hidden;display:block; }
#TU9T4gIe94nqvkzAgk36plFs1X39MRMO { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15258;line-height:1.3;letter-spacing:0;top:7rem;left:61.8125rem;height:1.3rem;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:1.3rem;font-style:normal;display:block; }
#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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OruUwRua8SuIk3g8rqvDi0xvwsTb4tdL { 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:16.625rem;height:7.4375rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:2.125rem;left:58.375rem;display:block; }
#l76wRJD2tx33H3bFAbfNxX9WCQ95zcz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:block; }
#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.89375rem;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; }
#bLbEFBv6NcQEuPACg2Mkm70NBgXc7WPF { box-sizing:content-box;height:12.5rem;width:16.8125rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:58.1875rem;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:3.1875rem;width:4.3125rem;top:3.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#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:4.1875rem;width:5.625rem;top:3.75rem;left:42.5rem;overflow:hidden;display:block; }
#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp { 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; }#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp > .row .container { border-width: 0; border-radius: 0; }#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#lPAVi3dLOaeBvlXJACDaraDnqrxfUx4p { 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; }
#a1404zn3IlpaCu90EoofxQ2pR6RvlFyK { 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:4.1625003814697rem;left:6.375rem;height:0;font-style:normal;display:none; }
#g5RBrxOuOvIdJIIuMy1XmmB9be2Owsaz { 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; }
#eil568JMQTutqqTxLKCW2G0G0lVN0ebo { 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; }
#n5LqIKbeenZ6ke7lxowddkANedudCUXW { 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; }
#edOhnxmdDosDnQ9olZkTvugtAildxLVT { 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; }
#vqS3q2EDCMm6fG3HNFmTQRLh6RPS5IiQ { 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; }
#VRCSlgdOfcLek8IOeumbrOzkIexsXnqp { 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; }
#sLNTITKMkPZJsfAqSvw5N1CGKGD5JJnX { 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; }
#ocfttMD8tmsD7BoTcAKktH4uxmRZdcCg { 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; }
#FfTN5MOpneiJHD7kfcxTnPyqHb7qwyE9 { 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; }
#wsBvWKsKo3CndSLSSDh7p7gLar7ZthGW { 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; }
#WO4yU2JsmZKL0yPaNtlX09dqC5qOGF28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaWZZINJBfsCyNfDuRFTATLTouJ2fNpI { 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.75rem;left:64.375rem;overflow:hidden;display:none; }
#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr { 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; }#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr > .row .container { border-width: 0; border-radius: 0; }#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:none; }#myKtKDxp2tzQqd8NPz8tXaQTcc2bblar { 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:none; }
#tHUUzMk3MBiHS4P19odT9xBQTyZCW99U { 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:7.4375rem;width:16.25rem;top:2.125rem;left:58.75rem;overflow:hidden;display:none; }
#ZhLHuGrJDrTghBeRD5hxMFsLIZsVwQKS { 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; }
#P9zTTbNCMiSaRGamVwOOZw1FCb9ai1Uq { 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:4.96875rem;left:59.5625rem;height:0;font-style:normal;display:none; }
#wVWeDNL8CrnECtJk8C0EUIkGdaUQ3z37 { 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:1.75rem;width:1.75rem;top:6.71875rem;left:59.5625rem;overflow:hidden;display:none; }
#JJc8Qx9sE7s9p8cBtFhPAemkDT7nTgDx { color:#afbbf2;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15258;line-height:1.3;letter-spacing:0;top:7rem;left:61.8125rem;height:0;display:none; }
#TTeq2nvdKAh0pTEDiHtnDGnz09hQLTWz { 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:16.625rem;height:7.4375rem;text-decoration:none;z-index:15265;text-align:center;text-align-last:center;top:2.125rem;left:58.375rem;display:none; }
#KfDIXVc40kGQt3lFeDMUIkqaUVN7Ibht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLzvGzpClkH9cdRGiuoTf2Sg1iOuCN3k { 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; }
#zqVTBQaMBOGMksa7fF9pX6Ho14UeTruT { 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.800025rem;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; }
#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { 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; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { background-color: transparent; background-image: none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container > .video-iframe-container { display: none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container { display: none; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .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); }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { border-width: 0; border-radius: 0; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Cl5W1T94fe174prGNa9kzwJqt8frt30D { 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; }
#dZdENn6ugQGGo09f4V0DghosnGZ5JA9R { 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; }
#Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { 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.06225rem;height:6.124875rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.2264404296875rem;left:16.749877929688rem;display:block; }
#fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { 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.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT { 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; }
#MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI { 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; }
#KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh { 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; }
#WtafdclCPrKWnlMJolTCNNTAay67sLEo { 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; }
#phx4IcdWm0F5KcJC8adQTVbT6zrJxiz1 { 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; }
#snH7Bxz78fHp3dbs2KqdOSH5HMDIRplM { 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; }
#bfVZCQlV4632qnogadSyOhKv2FIB0x8f { 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; }
#gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 { 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.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0uHSb7SFp4aHxm3crA3Je2bCTTINlTs { 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; }
#ypCywQ7iPBuQkXTeTOVpBsRhTJp1wt2G { 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; }
#MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { 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:25.75rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M { position:absolute;display:block;z-index:14999;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; }
#p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV { 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:15136;text-align:center;text-align-last:center;top:7.75rem;left:16.8125rem;display:block; }
#NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR { 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; }
#PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ { 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; }
#qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg { 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; }
#wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm { 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.22504375rem;font-style:normal;display:block; }
#TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 { 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; }
#wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd { color:rgba(var(--color-tertiary-0),0.6);display:block;width:12.1875rem;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:44.25rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { 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:14.9375rem;left:16.75rem;display:block; }
#CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI { 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.5rem;height:6.25rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:14.875rem;left:16.75rem;display:block; }
#BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcfTAT46BET77DEsL4AtmQUOODt1bLbt { 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; }
#rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v { 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; }
#TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { 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; }
#m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { 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.22504375rem;font-style:normal;display:block; }
#ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { 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:16.1875rem;left:47.6875rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { 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; }
#wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { 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:18.4375rem;left:42.25rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr { 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.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n { 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; }
#LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:22.375rem;left:27.5rem;display:block; }
#l7rxboAETcX5CpaHBcTWzy5IlEJH98MN { 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; }
#SUlT9vbkqiNU0305Z935O062qbeuNqMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 { color:#c7c7ff;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:26.5625rem;left:16.65625rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { 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; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { background-color: transparent; background-image: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container > .video-iframe-container { display: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container { display: none; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .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); }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { border-width: 0; border-radius: 0; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qgqhUl60b3cs2xuQPMf4dvVQiADZov55 { 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; }
#Xu7JTPnUeQertyu5SgPJcvxQWNn2MHCJ { 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; }
#wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { 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.2264404296875rem;left:16.999877929688rem;display:block; }
#gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyEmkMVZTdGBibAQGDeskszGDvlrQtoN { 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; }
#eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { 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.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { 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; }
#bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw { 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; }
#VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ { 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; }
#iON7D5tJHrE1wydRgZN3D9gQl9suVdLq { 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; }
#cq0dF0QmMUJb3x9mO6tWQyTzLRzTqQwW { 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; }
#JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { 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.2264404296875rem;left:38.2275390625rem;display:block; }
#MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { 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.9247125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icnO609PLSWT4t9eF2STKywbVGrdXpAn { 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; }
#eEdbiSRqxEUT8Mmnkd3x4XmCCuz87qPJ { 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; }
#vSGc6aQMRakgproISzd2BsQgL9XqHUvF { 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:30.125rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { 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; }
#EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { 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; }
#MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { 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; }
#o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { 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; }
#eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { 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; }
#fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { 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.22504375rem;font-style:normal;display:block; }
#txzu5xG7D0fv920v1amH4SXX81ErSx5G { 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; }
#NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { 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.22504375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QTPhwUOTDTpssldIpmuKRJLurz5OcVRX { 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; }
#nBTTOWn8MxiGB3DlunUIOHDO9xdOGvI0 { 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; }
#w9F7wb9ZPneav8RpzM9eZBwBmAEJ6AkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUVIARh775MzIHMVVzhWyx5GkW1WQOSx { 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; }
#irXdd6uRhKsb1vlamJUiaRtNGwC8LXRh { 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; }
#KSDGnFcThTTd5mOySPpnTXKI5EMrOC7S { 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; }
#WAwhkF0aTmuWL0MACwNLulubGWfDZ1Fd { 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.22504375rem;font-style:normal;display:block; }
#LUfVC0pf2U4my7iETdFBUHDTrSignWhW { 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; }
#PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { 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; }
#XfowMN7bJmwHtdEg96kDp9RWJhPtXmOr { 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.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { 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; }
#c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { 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; }
#DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8CVQaarCfhz7APUnEeASuSWZDduCxnC { 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; }
#MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { 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; }
#BDXexTguuos9ImXp3yJv0LVNUd4cHRME { 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; }
#PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { 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.22504375rem;font-style:normal;display:block; }
#IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { 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; }
#sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { color:rgba(var(--color-tertiary-0),0.6);display:block;width:14.0625rem;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.6875rem;left:42.5rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { 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:29.5625rem;left:27.5625rem;display:block; }
#GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BflwghAX97ARNUCBs9RAE2FbQhiJQ4fh { 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:29.5625rem;left:27.5625rem;display:block; }
#PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { 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:29.5625rem;left:27.625rem;display:block; }
#nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:29.5625rem;left:27.625rem;display:block; }
#r1R5xlJJdkdJTxar2PJD9skyHt5PfOc1 { 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:29.5625rem;left:27.625rem;display:block; }
#CtPMxxcIf1fh1qBVwTu4qIemHXMQgEEP { color:#c7c7ff;display:block;width:41.6875rem;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:33.6875rem;left:16.65625rem;height:1.225rem;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.13769375rem;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.400175rem;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.54375rem;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.22504375rem;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.22504375rem;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.1375rem;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.400175rem;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.05rem;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.54375rem;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.22504375rem;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.22504375rem;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.22504375rem;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.400175rem;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.1375rem;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.05rem;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.4rem;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.05rem;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:#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.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.275rem;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.6875rem;width:0.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:22.28125rem;left:32.875rem; }
#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.5625rem;height:1.25rem;text-decoration:none;z-index:15242;text-align:right;text-align-last:right;top:21.96875rem;left:32.75rem;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; }
#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:block; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK { background-color: transparent; background-image: none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container > .video-iframe-container { display: none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row > .video-iframe-container { display: none; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .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); }#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:block; }#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.8rem;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.5562496185302rem;left:28rem;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; }
#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 { position:relative;display:block; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 { background-color: transparent; background-image: none; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row .container > .video-iframe-container { display: none; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row > .video-iframe-container { display: none; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .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); }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 { border-width: 0; border-radius: 0; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .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; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .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:22rem;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; }#wUiDb0LR9QaDrNxsOP6iCC5HAm5vCQ1D { 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.999375rem;width:23.8748125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#bMpXhHpICchSiW3rxRIelXq4TGXD2Ew1 { 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:21rem;width:23.875rem;top:0rem;left:12.8125rem;overflow:hidden;display:block; }
#GOnOqdEH34gCNBJgOxR4o19PlgGPJzFV { 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:13.9375rem;height:1.3rem;font-style:normal;display:block; }
#q4ospbFoGQ5ZvHgdDkaf08ryeqpmLq8T { 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.375rem;left:18.625rem;height:1.3rem;font-style:normal;display:block; }
#eG7B1AOZBm7LQhO3HgUrqZ621fvoIA2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:formula1;font-size:1.5rem;font-weight:700;z-index:15245;line-height:1.3;letter-spacing:0;top:4.5625rem;left:18.625rem;height:1.95rem;font-style:normal;display:block; }
#AvZot8pLHsP6uTp987t6TRv8TOTBouOX { 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.875rem;width:5.125rem;top:3.5rem;left:13.1875rem;overflow:hidden;display:block; }
#PWxsFxFnzo2I6uhw8Gkbgii8vANuRWwH { 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:7.625rem;left:19.1875rem;height:2.1rem;font-style:normal;display:block; }
#LQhJix2cZgkccoBK6fcT8uNXXxnDPKwd { 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:7.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#KXVppGTdkENUOpau1S2ozx3yk1EM3Rqb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;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.25rem;left:14.5rem;height:0.975rem;font-style:normal;display:block; }
#Z55fbFNc0USpAE80hI6No7e9DnxgOWhl { 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.25rem;left:19.1875rem;height:4.2rem;font-style:normal;display:block; }
#as00PPSzkNub920vXoCTcGM34mtioO3r { 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:15250;line-height:1.3;letter-spacing:0;top:10.875rem;left:14.5rem;height:0.975rem;font-style:normal;display:block; }
#RNePtJTT1pOb05vf3OPvRKBEyhT5HV4T { 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.4375rem;left:13.9375rem;overflow:hidden;display:block; }
#EUKksiV0mbNQucbw4mLUBla1aJHv1Ooy { 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.4375rem;left:26.25rem;overflow:hidden;display:block; }
#VBWQnoxKKHOSaAW0bqz336DVmxgeQOxR { 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:14.9375rem;left:19.1875rem;height:4.2rem;font-style:normal;display:block; }
#T5v1Ueu0b4xobqhNTSd3GTE0TNZLkGyp { 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:13.9375rem;overflow:hidden;display:block; }
#AwEiORBUsEaK3DsDiAaZ9XrFymTTd9xE { 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:15253;line-height:1.3;letter-spacing:0;top:15.5625rem;left:14.5rem;height:0.975rem;font-style:normal;display:block; }
#BLLWrc72KZeQolvQzsw6lnr4yT9TRe4m { 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:21rem;width:23.875rem;top:0rem;left:38.375rem;overflow:hidden;display:block; }
#PRumqdkqoFmbHAmlnI43qptSdcvZTMxF { 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:15251;line-height:1.4;letter-spacing:0;top:10.75rem;left:44.75rem;height:4.2rem;font-style:normal;display:block; }
#fhgz6b3x2eZTdF7bmJk4TcwBaaSSSQMC { 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.3735625rem;width:8.4985625rem;top:10.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#TTdW7e9XHvTl6SUImluwug4V5R4pgk1W { 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:15254;line-height:1.4;letter-spacing:0;top:15.4375rem;left:44.75rem;height:4.2rem;font-style:normal;display:block; }
#Jh5gqTZhKDsirZJ3i9oGHN0lreNQLBcA { 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.87358125rem;width:5.12358125rem;top:4rem;left:38.75rem;overflow:hidden;display:block; }
#z8HiJFUDy590S4HCgO2Tv05bxNDoaL4b { 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:44.1875rem;height:1.3rem;font-style:normal;display:block; }
#dCVzCrpVCOcDChNc2U6FessoTAvnrTMA { 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:44.1875rem;height:1.95rem;font-style:normal;display:block; }
#bTLlQSdHHkMDmDc081GrJ2kZtccF5rS1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.62358125rem;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:40.0625rem;height:0.975rem;font-style:normal;display:block; }
#y6A5TqTRQaSW7sItMX3EmRwga5ewzTLC { 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:1.99858125rem;width:5.37358125rem;top:8.3125rem;left:39.5rem;overflow:hidden;display:block; }
#uBLA4WZZler2cs5dfX2kbxIn6gQUf7Cc { 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:15248;line-height:1.4;letter-spacing:0;top:8.125rem;left:44.75rem;height:2.1rem;font-style:normal;display:block; }
#Waz8yAdFpyEK0dEpQsFxp98ZFWZRPipl { 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:40.0625rem;height:0.975rem;font-style:normal;display:block; }
#qywxFLtgDmefDwb3uhkqWJtzKrerWrWI { 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:1.99858125rem;width:5.37358125rem;top:10.9375rem;left:39.5rem;overflow:hidden;display:block; }
#LnocTUvxNy2GW6HPcV3sRlyS0q37W81S { 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.99858125rem;width:5.37358125rem;top:15.625rem;left:39.5rem;overflow:hidden;display:block; }
#fluAsNtBnhldDU9kOOHa33I4xTgT42g4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.62358125rem;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:40.0625rem;height:0.975rem;font-style:normal;display:block; }
#tgP8O4ppL7IAc0bH4uAGQXq5ryEmnoRE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1235625rem;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:39.5rem;height:1.3rem;font-style:normal;display:block; }
#oo62xtanBIARJkUmwElxebrpNTAAHbk2 { position:relative;display:block; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 { background-color: transparent; background-image: none; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .row .container > .video-iframe-container { display: none; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .row > .video-iframe-container { display: none; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .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); }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 { border-width: 0; border-radius: 0; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .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; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .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.80013125rem;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.80013125rem;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.800025rem;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.80013125rem;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.80013125rem;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.80013125rem;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.80013125rem;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.2rem;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.2rem;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.2rem;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; }
#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC { position:relative;display:block; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC { background-color: transparent; background-image: none; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container > .video-iframe-container { display: none; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row > .video-iframe-container { display: none; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .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); }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC { border-width: 0; border-radius: 0; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fNqrVtxDq1mA1IFb3hWlu5X25zEqlkW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:1.125rem;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; }
#cyxXH7xTwGzacyeJpnMCtZH8JwreM5QP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:73.1875rem; }
#coCHUS34WPfaQtc2ZoAUaNX9NhsgHKXP { 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:75rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#A13IqNfDTG92nobRBqas4WG1sflIWD2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z { position:relative;display:block; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z { background-color: transparent; background-image: none; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row .container > .video-iframe-container { display: none; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row > .video-iframe-container { display: none; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .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); }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z { border-width: 0; border-radius: 0; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .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; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .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:4.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; }#sXHUbndahEt0CySt2Tou7k7nmZov7ado { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.3125rem;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; }
#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q { position:relative;display:block; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q { background-color: transparent; background-image: none; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row .container > .video-iframe-container { display: none; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row > .video-iframe-container { display: none; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .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); }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q { border-width: 0; border-radius: 0; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .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; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .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:3.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:block; }#PATSPOilHkwqmOlu0R0azPmTNdZ7iye8 { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:1.125rem;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; }
#VqB9M9TPHoSGET5rGDhK6OWfftlE84X8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:73.1875rem; }
#ey2r7mfg6PmF0b852VadLAmtwN6c1JpE { box-sizing:content-box;height:0.0625rem;width:74rem;position:absolute;display:block;z-index:15009;background-color:#403d64;background-image:none;top:0rem;left:0.5rem;display:block; }
#StrGyLXEFPqTJANAVPciAcpesd9RrvKx { 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:75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Qc4Dz22ab9bGMCBlusvTxZXXqJNdz4oP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc { position:relative;display:block; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc { background-color: transparent; background-image: none; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row .container > .video-iframe-container { display: none; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row > .video-iframe-container { display: none; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .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); }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc { border-width: 0; border-radius: 0; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .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; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .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:4.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; }#TaXEemd0DBTFqvPqPffRTRW3sMt6DPGV { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.3125rem;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; }
#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 { position:relative;display:block; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 { background-color: transparent; background-image: none; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row .container > .video-iframe-container { display: none; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row > .video-iframe-container { display: none; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .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); }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 { border-width: 0; border-radius: 0; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .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; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .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:3.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:block; }#b5tsOCg1rK1CpQQ4fhKVwx62XyZAXlET { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:1.125rem;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; }
#q7rVDuTIU6RlAPkWqpNTWh2l8wuK84Ft { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:73.1875rem; }
#RCudnx7ECTQzpfk7AN3SshdD4REgk4bz { box-sizing:content-box;height:0.0625rem;width:74rem;position:absolute;display:block;z-index:15009;background-color:#403d64;background-image:none;top:0rem;left:0.5rem;display:block; }
#a5tACN7tNQBk3hfTd1T62C6wPLBLkyTw { 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:75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#i2gx2f97inn07RXk15L10tlgPcV7suTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem { position:relative;display:block; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem { background-color: transparent; background-image: none; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row .container > .video-iframe-container { display: none; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row > .video-iframe-container { display: none; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .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); }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem { border-width: 0; border-radius: 0; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .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; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .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:4.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; }#Zbbrf0lSZSH5T9ehetLecwH8pbyKgcXT { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.3125rem;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; }
#SJTmLfGn1FggQonsxUTeQBzP0M03byGd { position:relative;display:block; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd { background-color: transparent; background-image: none; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row .container > .video-iframe-container { display: none; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row > .video-iframe-container { display: none; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .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); }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd { border-width: 0; border-radius: 0; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .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; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .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:3.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:block; }#uAsu6o0xGP3JT3XRH1QWVRo8vdT1WF08 { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:1.125rem;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; }
#E1bLM1fklTFVqmnCB9hQK3ysreqq0DAZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:73.1875rem; }
#d8kekE1KkFR0AN0yUq05vACG6Vx6Ixc1 { box-sizing:content-box;height:0.0625rem;width:74rem;position:absolute;display:block;z-index:15009;background-color:#403d64;background-image:none;top:0rem;left:0.5rem;display:block; }
#iluVe5PQM5ZZcXeNakmTLuR4JwH66F15 { 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:75rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#h9RoaTJrc2nhGJxdThoJZ1vnDL2RoAWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFw6Ruznym0scicENZNttTUf5EOf2CS8 { position:relative;display:block; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 { background-color: transparent; background-image: none; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row .container > .video-iframe-container { display: none; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row > .video-iframe-container { display: none; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .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); }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 { border-width: 0; border-radius: 0; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .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; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .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:4.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; }#KfnPsRrIybfCA5E7fDLrgIm5rnVPVTMM { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.3125rem;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; }
#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa { position:relative;display:block; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa { background-color: transparent; background-image: none; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row .container > .video-iframe-container { display: none; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row > .video-iframe-container { display: none; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .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); }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa { border-width: 0; border-radius: 0; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .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; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .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:3.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:block; }#ibuwGQ4kvNE9eRrAuSIwgKwQe8KOucFq { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.3125rem;left:0.5rem;height:1.125rem;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; }
#OViJNqvENpM2WTeHJXKTPPKKFpdUPfJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.125rem;left:73.1875rem; }
#nRMkPTdlb1t1797MuF1XM2bE4XwDeEVU { box-sizing:content-box;height:0.0625rem;width:74rem;position:absolute;display:block;z-index:15009;background-color:#403d64;background-image:none;top:0rem;left:0.5rem;display:block; }
#MzoMCx9aJKNU4XPf78nxN9rIVdfzU2qB { 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:75rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#l4xR8VMcrxtgwCr7qudmqNLFCoqoLMyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp { position:relative;display:block; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp { background-color: transparent; background-image: none; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row .container > .video-iframe-container { display: none; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row > .video-iframe-container { display: none; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .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); }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp { border-width: 0; border-radius: 0; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .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; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .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:4.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; }#dMOZ6H0yUnBHFzppiLLocOksSm9DHXuT { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.3125rem;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; }
#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; }
#vCTBTKGivaQd6W7EfNpADbWoLEEKpwtX { box-sizing:content-box;height:0.0625rem;width:74rem;position:absolute;display:block;z-index:15010;background-color:#403d64;background-image:none;top:0rem;left:0.5rem;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:25.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; }#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:16.8rem;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:15.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; }#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:1.575rem;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:1.4rem;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:6.46249961853rem;left:1.15625rem;height:4.5125rem;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:11.28750038147rem;left:0rem;height:2.79971875rem;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:30.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:1.575rem;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:23.8rem;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:27.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; }#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:21rem;font-style:normal;display:block; }
#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { position:relative;display:block; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { background-color: transparent; background-image: none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container > .video-iframe-container { display: none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row > .video-iframe-container { display: none; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .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); }#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:block; }#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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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.3rem;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:23.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: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:16.8rem;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:27.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; }#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:;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:6.46249961853rem;left:1.15625rem;height:18.3625rem;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; }
#A0306a3189b614c55c85d7401b1b2883.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container { background-color: transparent; background-image: none; }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container > .video-iframe-container { display: none; }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row > .video-iframe-container { display: none; }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .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); }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container { border-width: 0; border-radius: 0; }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container { background-color: transparent; background-image: none; }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container > .video-iframe-container { display: none; }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row > .video-iframe-container { display: none; }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .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); }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container { border-width: 0; border-radius: 0; }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container { background-color: transparent; background-image: none; }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container > .video-iframe-container { display: none; }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row > .video-iframe-container { display: none; }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .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); }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container { border-width: 0; border-radius: 0; }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container { background-color: transparent; background-image: none; }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container > .video-iframe-container { display: none; }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row > .video-iframe-container { display: none; }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .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); }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container { border-width: 0; border-radius: 0; }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container { background-color: transparent; background-image: none; }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container > .video-iframe-container { display: none; }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row > .video-iframe-container { display: none; }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .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); }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container { border-width: 0; border-radius: 0; }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container { background-color: transparent; background-image: none; }#uUaHxG5971faUdttTvyitzBD8pNV9wAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container > .video-iframe-container { display: none; }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row > .video-iframe-container { display: none; }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .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); }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container { border-width: 0; border-radius: 0; }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container { background-color: transparent; background-image: none; }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container > .video-iframe-container { display: none; }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row > .video-iframe-container { display: none; }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .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); }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container { border-width: 0; border-radius: 0; }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container { background-color: transparent; background-image: none; }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container > .video-iframe-container { display: none; }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row > .video-iframe-container { display: none; }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .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); }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container { border-width: 0; border-radius: 0; }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:block; }#acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container { background-color: transparent; background-image: none; }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container > .video-iframe-container { display: none; }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row > .video-iframe-container { display: none; }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .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); }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container { border-width: 0; border-radius: 0; }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#Kb9ada3e11351f45b57df76097e03894.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.6);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; } #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; } #MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container { background-color: transparent; background-image: none; }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container > .video-iframe-container { display: none; }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row > .video-iframe-container { display: none; }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .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); }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container { border-width: 0; border-radius: 0; }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;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:4.9250001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ7VHrdDBbtb9bvfHANZlzw4IFhif1py { top:9.612500190735rem;left:0rem;width:23.4375rem;height:6.3rem;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:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { top:17.125rem;left:1.75rem;width:16.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPA9CKM8DFvsu3684t9XP8NZohyhUwFN { width:1.125rem;height:1.125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { top:19.1875rem;left:1.75rem;width:8.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { top:21.1875rem;left:1.75rem;width:25.25rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiX8PoZxIvaTmD3Wh09grPlS9eLlfvUL { top:21.268749237061rem;left:23.625rem;width:4.6875rem;height:1.13769375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QT3Ly5Plm0hZbIoMuvLQ6xuQrGCGl4N5 { top:21.268749237061rem;left:23.625rem;width:4.6875rem;height:1.13769375rem;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:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { top:23.125rem;left:1.75rem;width:26.4375rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrlibWed4tWdIAKvr8Jck7fwcfIJ1ZKt { width:10.3125rem;height:3.625rem;top:27.3125rem;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:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfheUeMA47hQ2RkTkOiLNv8g7DVXNdJK { display:block; }
 }@media only screen and (max-width: 1199px) { #Z9qSTke3M4VfB1HDN38GhxXRhDC77Cnk { top:27.6875rem;left:11.125rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbmNPtHvW765L6fzZK1aCaEagkgLA0rH { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8nEr0WsyF76ASETEELntgBtpTzrF14s { width:26.5625rem;height:15.9375rem;top:3rem;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) { #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) { #XXeeVHw7VRNGWOmEbVotDU514EMcruhe { top:29.418750762939rem;left:11.125rem;width:11.5625rem;height:0.89375rem;font-size:0.6875rem;display:none; }
 }@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) { #W21ZyeR0A6iTHwF2AcOlmR2iHNyMKRfr { width:12.5rem;height:1.1375rem;top:4.125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQunk4H9CODGswT3h7TZdh9p1yr2ucTa { width:12.5rem;height:0.8125rem;top:8.125rem;left:2.25rem;font-size:0.625rem;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) { #ct0lT32VTyxHErSfFf8fSNk1R9E95p6u { 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) { #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) { #HHyi2hoGJpTBrWixDFPH25DnNhhbaAE7 { width:3.875rem;height:2.875rem;top:0.3125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Auio30cyVcfn4JiTT46UaUdk9CGnf057 { display:none; }#Auio30cyVcfn4JiTT46UaUdk9CGnf057 > .row .container { width:47.75rem;height:0.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VIhJTeIIfPhb9ghTrsNN4y5kLuPST54w { width:1.375rem;height:1.375rem;top:1.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wUuAaXg2ObPT7IBiVa7cGZls3orGTOfW { top:1.625rem;left:9.6875rem;width:26.875rem;height:1.35rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dBHS6vH4XBBVhAEBSPKm9mKsqQ6J4kSz { width:8.9375rem;height:2.125rem;top:1.25rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EPcLgIVUxtlM4I9z0GLGvyUk78maace8 { display:block; }
 }@media only screen and (max-width: 1199px) { #rk07fIcyUXICqIVMkKvn3pZMTXX5r0Gc { width:20.25rem;height:7.875rem;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) { #yrGoc3pFlJunfJPN7FUt8Ta6HpV84oOt { width:3.875rem;height:2.875rem;top:0.3125rem;left:10.1875rem;display:none; }
 }@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:12.5rem;height:1.0563125rem;top:0.47187519073486rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGUoV5mpTPmXgaqUTPHeVOOT8fhJtmkg { width:12.5rem;height:1.95rem;top:3.3270835876465rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVqrEKgbKdN23VdHu83dZRZH5O4WVTT5 { width:8.6875rem;height:1.1375rem;top:5.2749996185303rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaSyOTQZumIzkfIPbfe8kvEZN44TM45B { width:9.3125rem;height:2.3125rem;top:6.84375rem;left:0.9375rem;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:7.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqGX8yaZBryRcimgDpwOPUX3mzON1lTM { width:12.5rem;height:1.0563125rem;top:7.125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkMXM1u7yrOCSTEpWUlo8qTHMrHXF4c8 { width:27.4375rem;height:7.4375rem;top:2.125rem;left:0rem;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.8125rem;left:38.6875rem;display:block; }
 }@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:12.5625rem;height:7.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbI1PCRzNWqBR6abtLTbmQNcJNHc4zJu { width:12.5625rem;height:7.4375rem;top:2.125rem;left:35.1875rem;z-index:15237;display:block; }
 }@media only screen and (max-width: 1199px) { #vXF4U54wuEWeRiEtzNVz61wNBGsyc675 { width:9.5rem;height:7.4375rem;top:2.125rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvDMwLImh6eWRGirIE1HFMHMVr02mRdJ { display:block; }
 }@media only screen and (max-width: 1199px) { #yAdr3z9ykLzy0NGyDDAGZTURg6MWxvfN { width:16.25rem;height:7.4375rem;top:2.125rem;left:31.5rem;z-index:15238;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:29.625rem;height:7.4375rem;top:2.125rem;left:9.0625rem;z-index:15243;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:block; }
 }@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.0563125rem;top:5.125rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQhcdKR35Rv02BwgMJMLw8fkT0e8wTaf { width:6.25rem;height:1.95rem;top:4.625rem;left:39.5625rem;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) { #FQotz5qcHFAgwQnECBOKCxtNOdqR0X4u { width:1.75rem;height:1.75rem;top:7.03125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHSKIMzVpoZX6N9VuoawzgT9q7RTunXi { width:5.8125rem;height:1.3rem;top:7.1875rem;left:41.875rem;font-size:1rem;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:block; }
 }@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:block; }
 }@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:block; }
 }@media only screen and (max-width: 1199px) { #xheiFPS2sbAGQlm7xKcn4mNoFWnu9W9u { width:9.0625rem;height:12.5rem;top:0.8125rem;left:38.6875rem;display:block; }
 }@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:4.3125rem;height:3.1875rem;top:4.25rem;left:26.4375rem;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:12.5rem;height:1.1375rem;top:5.2750015258789rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf2P7SDHnkHfINKyQxh6fVLolcNB2fd6 { width:1.1875rem;height:1.3125rem;top:7.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRmlhTR4hQgJIN1Susy3LQDAISiZ3vTs { width:12.5rem;height:1.05625rem;top:7.125rem;left:2.25rem;font-size:0.8125rem;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:12.5625rem;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) { #mzJK46hkc1dIVPMKMfxKLrfcKefXe4BG { width:12.5625rem;height:7.4375rem;top:2.125rem;left:35.1875rem;z-index:15237;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;display:block; }
 }@media only screen and (max-width: 1199px) { #anteUwhTWw5PSOw1crGaXuhlHPWXEUOg { width:16.25rem;height:7.4375rem;top:2.125rem;left:31.5rem;z-index:15238;display:block; }
 }@media only screen and (max-width: 1199px) { #NU1RZF9gX2zEoxgqdOgcIUr4fzycLdCm { width:8.1875rem;height:1.38125rem;top:3rem;left:39.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bq42ax1pWZgVi5f0NN0odlgM9y8ZmbmE { width:6.25rem;height:1.95rem;top:4.625rem;left:39.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrHgdo2mFzXheMWDdLgAgGzJB6Ep1Zc8 { width:1.75rem;height:1.75rem;top:7.03125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BE9nUePkEz5priO70sm9xx3LdfftubvI { width:5.8125rem;height:1.3rem;top:7.1875rem;left:41.875rem;font-size:1rem;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) { #aTThorpflvn5TqnPHQ7Z5NzpkFadklkl { width:9.5rem;height:7.4375rem;top:2.125rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mW9xw9Hb5esrLtFF87rm2RHkMB3mfSh3 { display:block; }
 }@media only screen and (max-width: 1199px) { #phDnwEhRQSp4WPueX3TfH9scr96BuJIz { width:9.3125rem;height:2.3125rem;top:6.84375rem;left:0.9375rem;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.925rem;top:4.3812522888184rem;left:9.784375190735rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aX9wLa1ZTadivXsLPF6CGwQPayL0LdTf { width:9.0625rem;height:12.5rem;top:0.8125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJH2q15INas94RUU8meKPMXFw9vGotLI { width:9.0625rem;height:12.5rem;top:0.8125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMlPxw34wcCLLZ5h1m3TuNnrwTSTLH2c { width:12.5rem;height:0.975rem;top:3.3166656494141rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqRLTiGIsNJBM4cQ0WEXGW7pHlImPBKt { width:3.875rem;height:2.875rem;top:4.40625rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aWW9ShvfBc186aF1B4L6AA21XgZc2cJ8 { width:4.3125rem;height:3.1875rem;top:4.25rem;left:26.4375rem;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:block; }
 }@media only screen and (max-width: 1199px) { #LKhqbad0ks83uC6SGvvNroGdZVvop3mf { width:27.4375rem;height:7.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yezmITpftP1bAnBhNn4hafvrUMue4pT8 { width:12.5rem;height:0.975rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5n65Oh6AvHTZcsIvTTTvBabn5Q6FIC8 { width:12.5rem;height:1.1375rem;top:5.2750015258789rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnLzaikXOnTT5AxhEDlt5euO1TeelCfn { width:1.1875rem;height:1.3125rem;top:7.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UiuE10fR4ASKpsHizd6bQEcMsa9eaQOa { width:12.5rem;height:1.05625rem;top:7.125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@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:0;top:6.5rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFwRa4ZVOc8kZzpltJkT1agxKIIv0aVP { width:12.5625rem;height:7.4375rem;top:2.125rem;left:35.1875rem;z-index:15237;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;display:block; }
 }@media only screen and (max-width: 1199px) { #R0IydPXVoBTerRHBTmOlTdeteSoomfQU { width:16.25rem;height:7.4375rem;top:2.125rem;left:31.5rem;z-index:15238;display:block; }
 }@media only screen and (max-width: 1199px) { #CSoUCJBvdDe3QlUNPXpxOCV6qHqqeuBv { width:8.1875rem;height:1.38125rem;top:3rem;left:39.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ag5PWcNNOAt2zZmzKECxg1siA9Hl2axJ { width:6.25rem;height:1.95rem;top:4.625rem;left:39.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Imuxmio6O8fI0M9cqJVXuky9STE6wlCH { width:1.75rem;height:1.75rem;top:7.03125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TU9T4gIe94nqvkzAgk36plFs1X39MRMO { width:5.8125rem;height:1.3rem;top:7.1875rem;left:41.875rem;font-size:1rem;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:block; }
 }@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) { #OruUwRua8SuIk3g8rqvDi0xvwsTb4tdL { width:9.5rem;height:7.4375rem;top:2.125rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l76wRJD2tx33H3bFAbfNxX9WCQ95zcz6 { display:block; }
 }@media only screen and (max-width: 1199px) { #mtZN7BR3g19HC7cdZ8nM4BpqsR9ZWhBM { width:8.1875rem;height:2.3125rem;top:6.84375rem;left:0.9375rem;display:block; }
 }@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) { #bLbEFBv6NcQEuPACg2Mkm70NBgXc7WPF { width:9.0625rem;height:12.5rem;top:2.8610229492188E-6rem;left:38.688539505005rem;z-index:15236;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:4.3125rem;height:3.1875rem;top:4.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dG64STxCuQPMgv1QB5QPmEifGsfXtwhp { display:none; }#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lPAVi3dLOaeBvlXJACDaraDnqrxfUx4p { width:29.625rem;height:7.4375rem;top:2.125rem;left:9.0625rem;z-index:15243;display:none; }
 }@media only screen and (max-width: 1199px) { #a1404zn3IlpaCu90EoofxQ2pR6RvlFyK { width:12.5rem;height:1.1375rem;top:4.125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g5RBrxOuOvIdJIIuMy1XmmB9be2Owsaz { 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) { #eil568JMQTutqqTxLKCW2G0G0lVN0ebo { width:1.1875rem;height:1.3125rem;top:7.375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n5LqIKbeenZ6ke7lxowddkANedudCUXW { 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) { #edOhnxmdDosDnQ9olZkTvugtAildxLVT { width:29.625rem;height:2rem;top:0rem;left:9rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vqS3q2EDCMm6fG3HNFmTQRLh6RPS5IiQ { 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) { #VRCSlgdOfcLek8IOeumbrOzkIexsXnqp { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sLNTITKMkPZJsfAqSvw5N1CGKGD5JJnX { width:3.375rem;height:2.4375rem;top:4.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ocfttMD8tmsD7BoTcAKktH4uxmRZdcCg { width:2.9375rem;height:2.125rem;top:4.78125rem;left:5.59375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FfTN5MOpneiJHD7kfcxTnPyqHb7qwyE9 { width:3.875rem;height:2.875rem;top:0.1875rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wsBvWKsKo3CndSLSSDh7p7gLar7ZthGW { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WO4yU2JsmZKL0yPaNtlX09dqC5qOGF28 { display:block; }
 }@media only screen and (max-width: 1199px) { #CaWZZINJBfsCyNfDuRFTATLTouJ2fNpI { width:3.875rem;height:2.875rem;top:0.9375rem;left:42.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr { display:none; }#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #myKtKDxp2tzQqd8NPz8tXaQTcc2bblar { width:12.5625rem;height:7.4375rem;top:2.125rem;left:35.1875rem;z-index:15237;display:none; }
 }@media only screen and (max-width: 1199px) { #tHUUzMk3MBiHS4P19odT9xBQTyZCW99U { width:16.25rem;height:7.4375rem;top:2.125rem;left:31.5rem;z-index:15238;display:none; }
 }@media only screen and (max-width: 1199px) { #ZhLHuGrJDrTghBeRD5hxMFsLIZsVwQKS { width:8.1875rem;height:1.38125rem;top:3rem;left:39.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P9zTTbNCMiSaRGamVwOOZw1FCb9ai1Uq { width:6.25rem;height:1.95rem;top:4.625rem;left:39.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wVWeDNL8CrnECtJk8C0EUIkGdaUQ3z37 { width:1.75rem;height:1.75rem;top:7.03125rem;left:39.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JJc8Qx9sE7s9p8cBtFhPAemkDT7nTgDx { width:5.8125rem;height:1.3rem;top:7.1875rem;left:41.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TTeq2nvdKAh0pTEDiHtnDGnz09hQLTWz { width:9.5rem;height:7.4375rem;top:2.125rem;left:38.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KfDIXVc40kGQt3lFeDMUIkqaUVN7Ibht { display:block; }
 }@media only screen and (max-width: 1199px) { #cLzvGzpClkH9cdRGiuoTf2Sg1iOuCN3k { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zqVTBQaMBOGMksa7fF9pX6Ho14UeTruT { 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) { #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { display:block; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cl5W1T94fe174prGNa9kzwJqt8frt30D { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dZdENn6ugQGGo09f4V0DghosnGZ5JA9R { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 1199px) { #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtafdclCPrKWnlMJolTCNNTAay67sLEo { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #phx4IcdWm0F5KcJC8adQTVbT6zrJxiz1 { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snH7Bxz78fHp3dbs2KqdOSH5HMDIRplM { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bfVZCQlV4632qnogadSyOhKv2FIB0x8f { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block; }
 }@media only screen and (max-width: 1199px) { #pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 { width:9.6875rem;height:2.6rem;top:0.875rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0uHSb7SFp4aHxm3crA3Je2bCTTINlTs { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypCywQ7iPBuQkXTeTOVpBsRhTJp1wt2G { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { width:23.75rem;height:22.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) { #vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M { width:21.1875rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV { width:21.125rem;height:4.625rem;top:7.46875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ { display:block; }
 }@media only screen and (max-width: 1199px) { #lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg { 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) { #wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm { 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) { #TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 { width:9.375rem;height:2.400175rem;top:7.8125rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd { 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) { #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { width:21.25rem;height:4.6875rem;top:13.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI { width:21.3125rem;height:4.625rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw { display:block; }
 }@media only screen and (max-width: 1199px) { #JcfTAT46BET77DEsL4AtmQUOODt1bLbt { width:1.375rem;height:1.375rem;top:13.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v { width:0.875rem;height:0.875rem;top:14.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { width:8rem;height:2.400175rem;top:13.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { 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) { #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { width:8.9375rem;height:2.400175rem;top:13.625rem;left:24.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { 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) { #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { width:5.5rem;height:1.05rem;top:15.75rem;left:28.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr { 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) { #HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n { width:20rem;height:3.0625rem;top:18.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { top:19rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7rxboAETcX5CpaHBcTWzy5IlEJH98MN { width:20rem;height:3rem;top:19rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUlT9vbkqiNU0305Z935O062qbeuNqMy { display:block; }
 }@media only screen and (max-width: 1199px) { #QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 { width:21.25rem;height:1.1375rem;top:22.75rem;left:13.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { display:block; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgqhUl60b3cs2xuQPMf4dvVQiADZov55 { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xu7JTPnUeQertyu5SgPJcvxQWNn2MHCJ { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block; }
 }@media only screen and (max-width: 1199px) { #uyEmkMVZTdGBibAQGDeskszGDvlrQtoN { width:19.125rem;height:6.0625rem;top:0.25rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iON7D5tJHrE1wydRgZN3D9gQl9suVdLq { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq0dF0QmMUJb3x9mO6tWQyTzLRzTqQwW { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block; }
 }@media only screen and (max-width: 1199px) { #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { width:10.625rem;height:2.6rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icnO609PLSWT4t9eF2STKywbVGrdXpAn { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEdbiSRqxEUT8Mmnkd3x4XmCCuz87qPJ { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSGc6aQMRakgproISzd2BsQgL9XqHUvF { width:23.75rem;height:25.4375rem;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) { #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { width:21.25rem;height:4.5625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block; }
 }@media only screen and (max-width: 1199px) { #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { width:8rem;height:2.400175rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { width:9.3125rem;height:1.05rem;top:10.0625rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txzu5xG7D0fv920v1amH4SXX81ErSx5G { width:8.9375rem;height:2.400175rem;top:7.75rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { width:5.5rem;height:1.05rem;top:10.0625rem;left:28.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTPhwUOTDTpssldIpmuKRJLurz5OcVRX { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBTTOWn8MxiGB3DlunUIOHDO9xdOGvI0 { width:21.25rem;height:4.5625rem;top:13rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9F7wb9ZPneav8RpzM9eZBwBmAEJ6AkV { display:block; }
 }@media only screen and (max-width: 1199px) { #nUVIARh775MzIHMVVzhWyx5GkW1WQOSx { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #irXdd6uRhKsb1vlamJUiaRtNGwC8LXRh { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSDGnFcThTTd5mOySPpnTXKI5EMrOC7S { width:8rem;height:2.400175rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAwhkF0aTmuWL0MACwNLulubGWfDZ1Fd { width:9.3125rem;height:1.05rem;top:15.8125rem;left:16.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUfVC0pf2U4my7iETdFBUHDTrSignWhW { width:8.9375rem;height:2.400175rem;top:13.75rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { 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) { #XfowMN7bJmwHtdEg96kDp9RWJhPtXmOr { 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) { #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { width:21.25rem;height:4.6875rem;top:18.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { width:21.25rem;height:4.6875rem;top:18.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block; }
 }@media only screen and (max-width: 1199px) { #d8CVQaarCfhz7APUnEeASuSWZDduCxnC { width:1.375rem;height:1.375rem;top:19.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { width:0.875rem;height:0.875rem;top:19.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDXexTguuos9ImXp3yJv0LVNUd4cHRME { width:8rem;height:2.400175rem;top:19.25rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { 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) { #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { width:8.9375rem;height:2.400175rem;top:19rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { width:9.5rem;height:0.9625rem;top:21.4375rem;left:24.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block; }
 }@media only screen and (max-width: 1199px) { #BflwghAX97ARNUCBs9RAE2FbQhiJQ4fh { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { top:24.4375rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1R5xlJJdkdJTxar2PJD9skyHt5PfOc1 { width:20rem;height:3rem;top:24.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtPMxxcIf1fh1qBVwTu4qIemHXMQgEEP { width:21.25rem;height:1.1375rem;top:28.1875rem;left:13.25rem;font-size:0.8125rem;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.05rem;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.05rem;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.05rem;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) { #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:block; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@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:17rem;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) { #UQGaToEozcpRTFFbzNg1HUwI14xNXun3 { display:block; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wUiDb0LR9QaDrNxsOP6iCC5HAm5vCQ1D { width:15rem;height:14.749375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bMpXhHpICchSiW3rxRIelXq4TGXD2Ew1 { width:15rem;height:14.75rem;top:0rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOnOqdEH34gCNBJgOxR4o19PlgGPJzFV { width:8.75rem;height:1.1375rem;top:0.5625rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4ospbFoGQ5ZvHgdDkaf08ryeqpmLq8T { width:10.25rem;height:0.89375rem;top:2.3125rem;left:11.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eG7B1AOZBm7LQhO3HgUrqZ621fvoIA2Z { width:4.5625rem;height:1.05625rem;top:3.125rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvZot8pLHsP6uTp987t6TRv8TOTBouOX { width:2.625rem;height:1.9375rem;top:1.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWxsFxFnzo2I6uhw8Gkbgii8vANuRWwH { width:7.125rem;height:1.7875rem;top:4.5625rem;left:14.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #LQhJix2cZgkccoBK6fcT8uNXXxnDPKwd { width:5.375rem;height:2rem;top:4.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXVppGTdkENUOpau1S2ozx3yk1EM3Rqb { width:4.25rem;height:0.975rem;top:4.5625rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z55fbFNc0USpAE80hI6No7e9DnxgOWhl { width:7.25rem;height:3.575rem;top:6.625rem;left:14.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #as00PPSzkNub920vXoCTcGM34mtioO3r { width:4.3125rem;height:0.975rem;top:6.75rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNePtJTT1pOb05vf3OPvRKBEyhT5HV4T { width:5.375rem;height:2rem;top:6.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUKksiV0mbNQucbw4mLUBla1aJHv1Ooy { width:3.875rem;height:2.875rem;top:1rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBWQnoxKKHOSaAW0bqz336DVmxgeQOxR { width:7.125rem;height:3.575rem;top:10.5rem;left:14.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #T5v1Ueu0b4xobqhNTSd3GTE0TNZLkGyp { width:5.375rem;height:2rem;top:10.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwEiORBUsEaK3DsDiAaZ9XrFymTTd9xE { width:4.5625rem;height:0.975rem;top:10.75rem;left:9.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BLLWrc72KZeQolvQzsw6lnr4yT9TRe4m { width:15rem;height:14.75rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRumqdkqoFmbHAmlnI43qptSdcvZTMxF { width:8.375rem;height:3.575rem;top:6.625rem;left:30.75rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #fhgz6b3x2eZTdF7bmJk4TcwBaaSSSQMC { width:4.3125rem;height:3.1875rem;top:0.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTdW7e9XHvTl6SUImluwug4V5R4pgk1W { width:8.375rem;height:3.575rem;top:10.5rem;left:30.75rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Jh5gqTZhKDsirZJ3i9oGHN0lreNQLBcA { width:2.75rem;height:2.0625rem;top:1.8125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8HiJFUDy590S4HCgO2Tv05bxNDoaL4b { width:10.75rem;height:0.89375rem;top:2.3125rem;left:28rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCVzCrpVCOcDChNc2U6FessoTAvnrTMA { width:10.625rem;height:1.05625rem;top:3.125rem;left:28rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTLlQSdHHkMDmDc081GrJ2kZtccF5rS1 { width:5rem;height:0.975rem;top:5rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6A5TqTRQaSW7sItMX3EmRwga5ewzTLC { width:5.375rem;height:2rem;top:4.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBLA4WZZler2cs5dfX2kbxIn6gQUf7Cc { width:8.375rem;height:1.7875rem;top:4.5625rem;left:30.75rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Waz8yAdFpyEK0dEpQsFxp98ZFWZRPipl { width:4.6875rem;height:0.975rem;top:7rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qywxFLtgDmefDwb3uhkqWJtzKrerWrWI { width:5.375rem;height:2rem;top:6.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnocTUvxNy2GW6HPcV3sRlyS0q37W81S { width:5.375rem;height:2rem;top:10.375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fluAsNtBnhldDU9kOOHa33I4xTgT42g4 { width:4.875rem;height:0.975rem;top:10.9375rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgP8O4ppL7IAc0bH4uAGQXq5ryEmnoRE { width:8.875rem;height:1.1375rem;top:0.5625rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oo62xtanBIARJkUmwElxebrpNTAAHbk2 { display:block; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .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) { #tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC { display:block; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fNqrVtxDq1mA1IFb3hWlu5X25zEqlkW4 { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyxXH7xTwGzacyeJpnMCtZH8JwreM5QP { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coCHUS34WPfaQtc2ZoAUaNX9NhsgHKXP { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A13IqNfDTG92nobRBqas4WG1sflIWD2V { display:block; }
 }@media only screen and (max-width: 1199px) { #N7P3DOlzJSLGOrc37259hqHCodLmyO5Z { display:block; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXHUbndahEt0CySt2Tou7k7nmZov7ado { top:1.25rem;left:0.5rem;width:46.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q { display:block; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PATSPOilHkwqmOlu0R0azPmTNdZ7iye8 { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqB9M9TPHoSGET5rGDhK6OWfftlE84X8 { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ey2r7mfg6PmF0b852VadLAmtwN6c1JpE { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StrGyLXEFPqTJANAVPciAcpesd9RrvKx { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qc4Dz22ab9bGMCBlusvTxZXXqJNdz4oP { display:block; }
 }@media only screen and (max-width: 1199px) { #q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc { display:block; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TaXEemd0DBTFqvPqPffRTRW3sMt6DPGV { top:1.25rem;left:0.5rem;width:46.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 { display:block; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b5tsOCg1rK1CpQQ4fhKVwx62XyZAXlET { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7rVDuTIU6RlAPkWqpNTWh2l8wuK84Ft { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCudnx7ECTQzpfk7AN3SshdD4REgk4bz { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5tACN7tNQBk3hfTd1T62C6wPLBLkyTw { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2gx2f97inn07RXk15L10tlgPcV7suTe { display:block; }
 }@media only screen and (max-width: 1199px) { #e8uvaK4LmMgaTui9HIWBM27XVpXVuGem { display:block; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zbbrf0lSZSH5T9ehetLecwH8pbyKgcXT { top:1.25rem;left:0.5rem;width:46.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJTmLfGn1FggQonsxUTeQBzP0M03byGd { display:block; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAsu6o0xGP3JT3XRH1QWVRo8vdT1WF08 { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1bLM1fklTFVqmnCB9hQK3ysreqq0DAZ { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8kekE1KkFR0AN0yUq05vACG6Vx6Ixc1 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iluVe5PQM5ZZcXeNakmTLuR4JwH66F15 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9RoaTJrc2nhGJxdThoJZ1vnDL2RoAWT { display:block; }
 }@media only screen and (max-width: 1199px) { #hFw6Ruznym0scicENZNttTUf5EOf2CS8 { display:block; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KfnPsRrIybfCA5E7fDLrgIm5rnVPVTMM { top:1.25rem;left:0.5rem;width:46.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa { display:block; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ibuwGQ4kvNE9eRrAuSIwgKwQe8KOucFq { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OViJNqvENpM2WTeHJXKTPPKKFpdUPfJT { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRMkPTdlb1t1797MuF1XM2bE4XwDeEVU { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzoMCx9aJKNU4XPf78nxN9rIVdfzU2qB { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4xR8VMcrxtgwCr7qudmqNLFCoqoLMyP { display:block; }
 }@media only screen and (max-width: 1199px) { #WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp { display:block; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row .container { width:47.75rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dMOZ6H0yUnBHFzppiLLocOksSm9DHXuT { top:1.25rem;left:0.5rem;width:46.75rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@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) { #vCTBTKGivaQd6W7EfNpADbWoLEEKpwtX { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { display:block; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container { width:47.75rem;height:30rem;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:22.4rem;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:16.1875rem;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.75rem;height:1.4rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM { width:47.75rem;height:5.9125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:before{  }
 }@media only screen and (max-width: 1199px) { #d26Sl2C1OZKgxx7dNoxxpTSRGDFNt65P { width:47.75rem;height:2.8rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { display:block; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container { width:47.75rem;height:37.5625rem;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:32.2rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { display:block; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container { width:47.75rem;height:33.5rem;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:28rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { display:block; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container { width:47.75rem;height:49rem;position:relative;display:block; } }@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.3rem;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.3rem;top:0.60000038146973rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbfdwTnhgyPq4Bx5cbgZQZhhW7AaVHRi { width:11.5625rem;height:1.3rem;top:0.60000038146973rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDv8lHOe9HUzMcPCycPWg6ocRd4wxPoC { width:7.25rem;height:1.3rem;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:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JeNT13Hv52SC2vEkH2uaA4erF0f3F61U { top:0.3125rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQLm2gAdykSChz1sUP1GxpCcEGXfTa19 { width:47.75rem;height:19.6rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { display:block; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container { width:47.75rem;height:31.6875rem;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:25.3625rem;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) { #A0306a3189b614c55c85d7401b1b2883.widget-smartsection { 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; } #x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { 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; } #ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { 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; } #s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { 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; } #PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { 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; } #dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { 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; } #uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { 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; } #V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { 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; } #R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { 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; } #dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container { width:47.75rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kb9ada3e11351f45b57df76097e03894.widget-smartsection { 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; } #MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container { width:47.75rem;height:23.8125rem;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:40.625rem;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:3.75rem;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:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6DIV0lriiAqF3I1IhSX80R6sctuKsKW { width:16.25rem;height:1.1rem;top:24.625rem;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:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTrDzXHX58XhmeK8Ok3oK1fZKepN6eL { width:12.4375rem;height:1.1rem;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) { #H9oZl9GJniv8aAcfF2dEQKR9CD2CPmbC { width:1.125rem;height:1.125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGHNvi5iybWstnZvTluJ7rWAef5yWJe { width:15.6875rem;height:2.2rem;top:28.4375rem;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.962525rem;top:29.625rem;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.962525rem;top:29.625rem;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:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2HPJERyTO7ugWoNW3iy3cbolznbIHB { width:15.5rem;height:4.4rem;top:31.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) { #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:35.987499237061rem;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) { #GbmNPtHvW765L6fzZK1aCaEagkgLA0rH { width:14.4375rem;height:0;top:43.22500038147rem;left:2.78125rem;font-size:0.6875rem;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:12.0625rem;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:;top:8.050000190735rem;left:0rem;font-size:1.25rem;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) { #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;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) { #XXeeVHw7VRNGWOmEbVotDU514EMcruhe { width:14.4375rem;height:0.75625rem;top:6.625rem;left:2.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ { display:none; }#asDcsiGhKJ0yCbRHf8Vy3NX73Cx1IHLZ > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@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) { #W21ZyeR0A6iTHwF2AcOlmR2iHNyMKRfr { width:8.4375rem;height:2.6rem;top:4.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQunk4H9CODGswT3h7TZdh9p1yr2ucTa { width:6.6875rem;height:0.89375rem;top:4.328125rem;left:13.313541412354rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DrTgX5UU0xJW1CZfk8Q1CHsJCAVVcX { width:7rem;height:1.05625rem;top:3.2531242370606rem;left:13.001041412354rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQTDuUW5JWItWAVKVAkJzVHEoi4Ci7Pa { width:0.9375rem;height:1rem;top:3.34375rem;left:12.160416603088rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct0lT32VTyxHErSfFf8fSNk1R9E95p6u { width:12.5rem;height:0.975rem;top:3.25rem;left:4.25rem;font-size:0.75rem;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.13769375rem;top:0.4375rem;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:12.0625rem;width:7.9375rem;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) { #HHyi2hoGJpTBrWixDFPH25DnNhhbaAE7 { width:3.9375rem;height:2.9375rem;top:3.4145832061767rem;left:0rem;z-index:15256;display:block; }
 }@media only screen and (max-width: 763px) { #Auio30cyVcfn4JiTT46UaUdk9CGnf057 { display:block; }#Auio30cyVcfn4JiTT46UaUdk9CGnf057 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIhJTeIIfPhb9ghTrsNN4y5kLuPST54w { width:1.6875rem;height:1.625rem;top:0.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUuAaXg2ObPT7IBiVa7cGZls3orGTOfW { width:16.6875rem;height:2.47504375rem;top:1.0625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dBHS6vH4XBBVhAEBSPKm9mKsqQ6J4kSz { width:17.625rem;height:2.25rem;top:4.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPcLgIVUxtlM4I9z0GLGvyUk78maace8 { display:block; }
 }@media only screen and (max-width: 763px) { #rk07fIcyUXICqIVMkKvn3pZMTXX5r0Gc { top:0rem;left:0rem;width:20rem;height:7.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i { display:block; }#W0ioiGrgpa6uNtwStvuEG1ZSwrvviV0i > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrGoc3pFlJunfJPN7FUt8Ta6HpV84oOt { width:3.9375rem;height:2.953125rem;top:21.375rem;left:8rem;z-index:15256;display:none; }
 }@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:block; }
 }@media only screen and (max-width: 763px) { #cIHGEHkguksXDoKsf3iLqzkde69IWasM { width:14.9375rem;height:1.13769375rem;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) { #TGUoV5mpTPmXgaqUTPHeVOOT8fhJtmkg { width:12.5rem;height:0;top:18.612499237061rem;left:4.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVqrEKgbKdN23VdHu83dZRZH5O4WVTT5 { width:12.5rem;height:0;top:19.525001525879rem;left:4.25rem;font-size:1rem;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:block; }
 }@media only screen and (max-width: 763px) { #xlsgzCZdoIGPKg139UzeohNoUMA0d8l1 { 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) { #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.125rem;left:1.90625rem;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) { #yAdr3z9ykLzy0NGyDDAGZTURg6MWxvfN { width:15rem;height:6.875rem;top:22.375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHP8I84eJIBgV5QrgMW1d262F38H51Vv { width:20rem;height:0.8125rem;top:2.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvh7fTEfPS34MHbDoMXHhd3Jhq4dsmCB { width:1.6875rem;height:2.6rem;top:2.9375rem;left:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7QS9D6xfT9bqAo7dkcIoI7bMdSLUHI { width:1.6875rem;height:2.6rem;top:2.9375rem;left:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lal5aZsfaPvJ8K2BbcrDUzB8UG3VhTNg { width:20rem;height:4.375rem;top:17.487499237061rem;left:0rem;z-index:15236;display:none; }
 }@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.4729175567625rem;left:8.625rem;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.13769375rem;top:8.66250038147rem;left:8.625rem;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.29980625rem;top:9.7625007629394rem;left:8.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQotz5qcHFAgwQnECBOKCxtNOdqR0X4u { width:1.5rem;height:1.5rem;top:26.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHSKIMzVpoZX6N9VuoawzgT9q7RTunXi { width:12.5rem;height:0;top:26.80624961853rem;left:3.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xU5negUxPCICvkEaV51LTPWaOTyuS1JX { width:3.25rem;height:0.975rem;top:5.3500003814697rem;left:2.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atuRdc6prPGZSAcp0IHA3LKaFv1dZrVv { width:4.3125rem;height:0.975rem;top:5.3500003814697rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMVZytMqTDGPdf2JRhDzCKFlLi1rkO7 { width:4.3125rem;height:0.975rem;top:5.3500003814697rem;left:14.09375rem;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:block; }
 }@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:block; }
 }@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: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) { #lyGgIHEy0FvI81nKwD3u2OsdDawXcHns { width:6.1875rem;height:4.625rem;top:6.9187507629394rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lklvi7fDgg8yUIyTU0RSPWnvoL7SDLaA { width:5.625rem;height:4.1875rem;top:7.4729156494137rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm { display:none; }#DJJUVEr5SMQGLcDiVvHOc6s2DGlXWqUm > .row .container { width:20rem;height:16rem;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) { #mzJK46hkc1dIVPMKMfxKLrfcKefXe4BG { width:20rem;height:6.875rem;top:22.375rem;left:0rem;display:none; }
 }@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) { #anteUwhTWw5PSOw1crGaXuhlHPWXEUOg { width:15rem;height:6.875rem;top:22.375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU1RZF9gX2zEoxgqdOgcIUr4fzycLdCm { width:12.5rem;height:0;top:23.5625rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bq42ax1pWZgVi5f0NN0odlgM9y8ZmbmE { width:14.5rem;height:0;top:25.043750762939rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrHgdo2mFzXheMWDdLgAgGzJB6Ep1Zc8 { width:1.5rem;height:1.5rem;top:26.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BE9nUePkEz5priO70sm9xx3LdfftubvI { width:12.5rem;height:0;top:26.80624961853rem;left:3.0625rem;font-size:0.875rem;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) { #aTThorpflvn5TqnPHQ7Z5NzpkFadklkl { width:20rem;height:7rem;top:22.34375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW9xw9Hb5esrLtFF87rm2RHkMB3mfSh3 { 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) { #aX9wLa1ZTadivXsLPF6CGwQPayL0LdTf { width:16.8125rem;height:12.5rem;top:0rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJH2q15INas94RUU8meKPMXFw9vGotLI { width:16.8125rem;height:12.5rem;top:14.0625rem;left:1.5625rem;display:none; }
 }@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:4.3125rem;height:3.1875rem;top:15.96875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWW9ShvfBc186aF1B4L6AA21XgZc2cJ8 { width:5.625rem;height:4.1875rem;top:7.0625rem;left:1.9375rem;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:block; }
 }@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:0;top:9.7625007629394rem;left:8.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFwRa4ZVOc8kZzpltJkT1agxKIIv0aVP { width:20rem;height:6.875rem;top:22.375rem;left:0rem;display:none; }
 }@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) { #R0IydPXVoBTerRHBTmOlTdeteSoomfQU { width:15rem;height:6.875rem;top:22.375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSoUCJBvdDe3QlUNPXpxOCV6qHqqeuBv { width:12.5rem;height:0;top:23.5625rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag5PWcNNOAt2zZmzKECxg1siA9Hl2axJ { width:14.5rem;height:0;top:25.043750762939rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Imuxmio6O8fI0M9cqJVXuky9STE6wlCH { width:1.5rem;height:1.5rem;top:26.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU9T4gIe94nqvkzAgk36plFs1X39MRMO { width:12.5rem;height:0;top:26.80624961853rem;left:3.0625rem;font-size:0.875rem;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) { #OruUwRua8SuIk3g8rqvDi0xvwsTb4tdL { width:20rem;height:7rem;top:22.34375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l76wRJD2tx33H3bFAbfNxX9WCQ95zcz6 { 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) { #bLbEFBv6NcQEuPACg2Mkm70NBgXc7WPF { width:16.8125rem;height:12.5rem;top:14.5625rem;left:3.1875rem;display:none; }
 }@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:5.625rem;height:4.1875rem;top:7.1375007629394rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG64STxCuQPMgv1QB5QPmEifGsfXtwhp { display:none; }#dG64STxCuQPMgv1QB5QPmEifGsfXtwhp > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lPAVi3dLOaeBvlXJACDaraDnqrxfUx4p { width:20rem;height:4.375rem;top:1.9375rem;left:0rem;z-index:15236;display:block; }
 }@media only screen and (max-width: 763px) { #a1404zn3IlpaCu90EoofxQ2pR6RvlFyK { width:10.5rem;height:1.3rem;top:5.125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RBrxOuOvIdJIIuMy1XmmB9be2Owsaz { width:7rem;height:1.0563125rem;top:3.2531242370606rem;left:13.001041412354rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eil568JMQTutqqTxLKCW2G0G0lVN0ebo { width:0.9375rem;height:1rem;top:3.34375rem;left:11.972916603088rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5LqIKbeenZ6ke7lxowddkANedudCUXW { width:12.5rem;height:1.95rem;top:3.1875rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edOhnxmdDosDnQ9olZkTvugtAildxLVT { 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) { #vqS3q2EDCMm6fG3HNFmTQRLh6RPS5IiQ { width:12.5rem;height:1.1375rem;top:0.4375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCSlgdOfcLek8IOeumbrOzkIexsXnqp { width:7.25rem;height:5.3125rem;top:2.2375030517578rem;left:1.1802082061768rem;z-index:15234;display:none; }
 }@media only screen and (max-width: 763px) { #sLNTITKMkPZJsfAqSvw5N1CGKGD5JJnX { width:7.25rem;height:5.3125rem;top:2.2124986648559rem;left:-0.069791793823244rem;z-index:15235;display:none; }
 }@media only screen and (max-width: 763px) { #ocfttMD8tmsD7BoTcAKktH4uxmRZdcCg { width:3.6875rem;height:2.625rem;top:3.125rem;left:0.5rem;z-index:15257;display:none; }
 }@media only screen and (max-width: 763px) { #FfTN5MOpneiJHD7kfcxTnPyqHb7qwyE9 { width:4.0625rem;height:3rem;top:3.390625rem;left:0rem;z-index:15256;display:none; }
 }@media only screen and (max-width: 763px) { #wsBvWKsKo3CndSLSSDh7p7gLar7ZthGW { top:2.65625rem;left:11.972916603088rem;width:7.9375rem;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) { #WO4yU2JsmZKL0yPaNtlX09dqC5qOGF28 { display:block; }
 }@media only screen and (max-width: 763px) { #CaWZZINJBfsCyNfDuRFTATLTouJ2fNpI { width:3.8125rem;height:2.8125rem;top:3.5395832061767rem;left:0.75rem;z-index:15256;display:block; }
 }@media only screen and (max-width: 763px) { #BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr { display:block; }#BoZ0JTR4wvFTmB7zCrlUwTSKlxkDXMEr > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myKtKDxp2tzQqd8NPz8tXaQTcc2bblar { width:20rem;height:6.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHUUzMk3MBiHS4P19odT9xBQTyZCW99U { width:15rem;height:6.875rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLHuGrJDrTghBeRD5hxMFsLIZsVwQKS { width:12.5rem;height:1.3rem;top:1.8125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9zTTbNCMiSaRGamVwOOZw1FCb9ai1Uq { width:14.5rem;height:0.975rem;top:3.3125rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVWeDNL8CrnECtJk8C0EUIkGdaUQ3z37 { width:1.5rem;height:1.5rem;top:4.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJc8Qx9sE7s9p8cBtFhPAemkDT7nTgDx { width:12.5rem;height:1.13769375rem;top:5.0625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeq2nvdKAh0pTEDiHtnDGnz09hQLTWz { width:20rem;height:7rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfDIXVc40kGQt3lFeDMUIkqaUVN7Ibht { display:block; }
 }@media only screen and (max-width: 763px) { #cLzvGzpClkH9cdRGiuoTf2Sg1iOuCN3k { top:0rem;left:12.160416603088rem;width:7.3125rem;height:2.0625rem;z-index:15263;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;display:block; }
 }@media only screen and (max-width: 763px) { #zqVTBQaMBOGMksa7fF9pX6Ho14UeTruT { 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) { #BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw { display:block; }#BXie1TfJ2nZrME0TSKUsDcDb8XlqTXTw > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cl5W1T94fe174prGNa9kzwJqt8frt30D { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZdENn6ugQGGo09f4V0DghosnGZ5JA9R { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ll5QoUDEX2i1PtSGQaVZeTE1ozWIzETT { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvUu35z7dm3QlT8s0k8TNHrfkFxmMI4D { display:block; }
 }@media only screen and (max-width: 763px) { #H8yJlTZirDeaeAH56ZTe8v8xX6WqyJLU { 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) { #G9ylhro6H0rm8wOhCl0n5UXs0L2rMbZT { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHyNuI3LDNRT0X2kb1Lo71gaZ5cTqUwI { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwxNmZHD8T26eFJMuJ35oDISmIID7Lsh { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtafdclCPrKWnlMJolTCNNTAay67sLEo { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #phx4IcdWm0F5KcJC8adQTVbT6zrJxiz1 { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #snH7Bxz78fHp3dbs2KqdOSH5HMDIRplM { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfVZCQlV4632qnogadSyOhKv2FIB0x8f { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #gSLUvzoW2POt1Z2F2TUGwHDuHMvWAbI7 { display:block; }
 }@media only screen and (max-width: 763px) { #pvDV0w8AwwyKFuO0SkTcHDpSODRRBwa8 { 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) { #O0uHSb7SFp4aHxm3crA3Je2bCTTINlTs { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypCywQ7iPBuQkXTeTOVpBsRhTJp1wt2G { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOMfG8Z9MqgesAm5koXpiJpMGDmm8XA4 { width:20rem;height:22.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;display:block; }
 }@media only screen and (max-width: 763px) { #vBLQXwTuvXKvvJpUHFRG6cTvgMBfl43M { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8HTlAl2oz6fN8QOFPJRxz1vXJzyrkXV { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiIqoEHnJTc2ElFtG00AFRgwBA2DRvZ { display:block; }
 }@media only screen and (max-width: 763px) { #lv0XCZAvA7d95T2QZdFphrb0rTc9GXSR { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdTOt0fSbh3GOkTrk8NLaTGKEdVZ3DXQ { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc9cQe3Tv5GOMGqvK6J6ZW4Wk1y2WHKg { width:3.1875rem;height:1.23751875rem;top:7.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLoqd2x8QGV3pDHTIFihlqTTUvti9oZm { width:3.6875rem;height:1.65rem;top:8.4375rem;left:3.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TcvBiVHWTmoSPo5fZbDAX9u67cuRXff1 { width:4.875rem;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) { #wg9KdDaU8phg3LNQ8XGKircb6XGzcbpd { width:7.1875rem;height:1.05rem;top:8.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvhUUrm0Jkv1rwbZUC2JP1FfTBTgyeQb { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CxBBFGWhka0zvHqD9MDaXMWfgJXv5GeI { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #BNMTxGlswRSuqlE5gTsdU6f2DNgMPQEw { display:block; }
 }@media only screen and (max-width: 763px) { #JcfTAT46BET77DEsL4AtmQUOODt1bLbt { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcZMKoWTr3l6vell8lFqqpxPiWaSfh9v { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRMvmugemwL9HGoXhhbi4PO8qzleXSTt { width:3.5625rem;height:1.80013125rem;top:12.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59T0meMSooGxWmGurDCk7QHFTrbD5h9 { width:7.75rem;height:1.05rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4ZGTTzkdZhtbrecxptry0vpPZ6zhBf { width:5rem;height:1.80013125rem;top:12.875rem;left:13.3125rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uvigFQ3a5u6kIk55WmOoK4e967QUCek1 { 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) { #wOCNS3WMT3Bd5T27hHMJ6ocs2GKI5iSE { width:4.1875rem;height:1.05rem;top:14.375rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2H0awTX5rJhQO0RoVaP9sUR5ecOysr { 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) { #HnzAlJQey7TSFRxHGvB1C2uJeqrS8G9n { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTlg0XQTNEIbDRCl7JrAhCtGu1xzcsMa { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #l7rxboAETcX5CpaHBcTWzy5IlEJH98MN { width:18.25rem;height:3rem;top:17.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUlT9vbkqiNU0305Z935O062qbeuNqMy { display:block; }
 }@media only screen and (max-width: 763px) { #QGzKmITkUH9itSSXBbLJ5ZUlnBCqkXm0 { width:18.25rem;height:1.05rem;top:21.25rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T { display:block; }#i7fio99bMw4vKOp8DT2UFCrGyLgtNI3T > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgqhUl60b3cs2xuQPMf4dvVQiADZov55 { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xu7JTPnUeQertyu5SgPJcvxQWNn2MHCJ { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wQ1pyy7uWVh8xD1KbcWQFIuFm82CsMez { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQyCtKV8svZTekDvJ5uuZrmbL2lsCwzQ { display:block; }
 }@media only screen and (max-width: 763px) { #uyEmkMVZTdGBibAQGDeskszGDvlrQtoN { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQNPeRiOoKk9nLeleRruuD1aFzfz38l0 { 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) { #sgL6wAaOFEqaLQXnQuyrsLLPWMxoX8Wy { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bctgCH5pxy9pOq5etAeSPIsCQRhEkZLw { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCR1BwgAGSJOhaKskicJ8S1QGzoAIlJJ { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iON7D5tJHrE1wydRgZN3D9gQl9suVdLq { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0dF0QmMUJb3x9mO6tWQyTzLRzTqQwW { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgvHFfbAr7JU8aCoPvN5B2LDOerO7mdM { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #MZQIvpVXv5OTLKVFV7SI91HNwcJnbyLb { display:block; }
 }@media only screen and (max-width: 763px) { #D7kCw5fZzD6vq1Xkluq4KcF0Hi0Eq0xn { 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) { #icnO609PLSWT4t9eF2STKywbVGrdXpAn { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdbiSRqxEUT8Mmnkd3x4XmCCuz87qPJ { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSGc6aQMRakgproISzd2BsQgL9XqHUvF { width:20rem;height:25.5rem;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) { #AGfhWOmPVsBTvFffPz3qxkvipJAudM6b { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #EOi0V5NTDFhrmoVoyfUMHD4HbLZWcf4O { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #MH7DqozPsVzSXLPTqrTw6T3gqeECO6Sn { display:block; }
 }@media only screen and (max-width: 763px) { #s04z8kZZhAGOg1t1PCnORqF7dFwP7klf { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2ytq9M0lXkq40p2xUxlTuzBeSHorrSA { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJchH5gD1pMBEgbOpiATa1BqPAxFnf8 { 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) { #fpQWvXuVp5VvaP9CZRxr4qE4bMmMCivy { 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) { #txzu5xG7D0fv920v1amH4SXX81ErSx5G { 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) { #NBORTuAsnKNTx2L6VeoQLaq9Uy1AEtu9 { width:4.1875rem;height:1.05rem;top:8.6875rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTPhwUOTDTpssldIpmuKRJLurz5OcVRX { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nBTTOWn8MxiGB3DlunUIOHDO9xdOGvI0 { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #w9F7wb9ZPneav8RpzM9eZBwBmAEJ6AkV { display:block; }
 }@media only screen and (max-width: 763px) { #nUVIARh775MzIHMVVzhWyx5GkW1WQOSx { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irXdd6uRhKsb1vlamJUiaRtNGwC8LXRh { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSDGnFcThTTd5mOySPpnTXKI5EMrOC7S { 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) { #WAwhkF0aTmuWL0MACwNLulubGWfDZ1Fd { width:4.5rem;height:1.5rem;top:14.125rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LUfVC0pf2U4my7iETdFBUHDTrSignWhW { 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) { #PcnkbOReqBcoud6HntDaA1iSakbCcCK9 { 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) { #XfowMN7bJmwHtdEg96kDp9RWJhPtXmOr { width:8.9375rem;height:1.05rem;top:14.375rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTRHAiyHcpBll5iIpELqsL9u3DQTbl8m { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #c9silyaBg1MvIyv9xDe48ATur1QlTDg7 { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #DMc7VWAI0zO7buBsbl0PzeMkUMmpLzOX { display:block; }
 }@media only screen and (max-width: 763px) { #d8CVQaarCfhz7APUnEeASuSWZDduCxnC { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLB1lW3SaOb7it7qT2MJOtTFpe3cZJrP { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDXexTguuos9ImXp3yJv0LVNUd4cHRME { 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) { #PTh0IpMpviHFUn6C5w8I9tEIKRDcENNZ { width:4.625rem;height:1.5rem;top:19.75rem;left:3.6875rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IVBIq1DClxgHyQyDVIsEPZbRMCOIO9IG { 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) { #sF1ChsCiAkb9truwDXGl2tKRKm0sT4LX { width:6.375rem;height:0.9625rem;top:20rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvaTWoNzqWkNEOVgnOaH8uhuLqXhgoMp { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSNT7f2WTb5Gg4E1FFgKnOLgZusihUer { display:block; }
 }@media only screen and (max-width: 763px) { #BflwghAX97ARNUCBs9RAE2FbQhiJQ4fh { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC72buv4Ga6HPvIi4HZmth8q7W7yDaIp { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSTAnKPBezBNoxO96uX5eS2e99fdk5C { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #r1R5xlJJdkdJTxar2PJD9skyHt5PfOc1 { width:18.25rem;height:3rem;top:23.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPMxxcIf1fh1qBVwTu4qIemHXMQgEEP { width:18.25rem;height:1.05rem;top:27rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt { display:block; }#wrT9aAAk7XbBi6Qv9EpBAWM3h76g9Gtt > .row .container { width:20rem;height:73.875rem;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.4125rem;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.275rem;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.05rem;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.4125rem;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.275rem;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.275rem;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.05rem;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.05rem;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.05rem;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.55rem;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.925rem;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.6rem;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.8125rem;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.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;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:19rem;height:12.6875rem;top:16.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOZWFEb32L6FSXzhz0ku99hmP66ullg { display:block; }
 }@media only screen and (max-width: 763px) { #fIqxhneJ72bwINffl2u5CH6kZizFQa3o { width:20rem;height:2.7rem;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) { #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.7rem;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:block; }#uRNJdRblA5KWThCpNeOwrVTnurNrcBFK > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@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:6rem;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.5rem;top:2.125rem;left:2.9375rem;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) { #UQGaToEozcpRTFFbzNg1HUwI14xNXun3 { display:block; }#UQGaToEozcpRTFFbzNg1HUwI14xNXun3 > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUiDb0LR9QaDrNxsOP6iCC5HAm5vCQ1D { width:20rem;height:18.187375rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMpXhHpICchSiW3rxRIelXq4TGXD2Ew1 { width:20rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOnOqdEH34gCNBJgOxR4o19PlgGPJzFV { width:15.125rem;height:1.1375rem;top:1.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ospbFoGQ5ZvHgdDkaf08ryeqpmLq8T { width:12.5rem;height:1.1375rem;top:3rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG7B1AOZBm7LQhO3HgUrqZ621fvoIA2Z { width:12.5rem;height:1.3rem;top:4.125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZot8pLHsP6uTp987t6TRv8TOTBouOX { width:4.4375rem;height:3.3125rem;top:3rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWxsFxFnzo2I6uhw8Gkbgii8vANuRWwH { width:8.375rem;height:1.95rem;top:6.125rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQhJix2cZgkccoBK6fcT8uNXXxnDPKwd { width:5.375rem;height:2rem;top:6.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXVppGTdkENUOpau1S2ozx3yk1EM3Rqb { width:4.3125rem;height:0.89375rem;top:6.6875rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55fbFNc0USpAE80hI6No7e9DnxgOWhl { width:8.375rem;height:3.9rem;top:8.875rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as00PPSzkNub920vXoCTcGM34mtioO3r { width:4.25rem;height:0.89375rem;top:9.375rem;left:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNePtJTT1pOb05vf3OPvRKBEyhT5HV4T { width:5.375rem;height:2rem;top:8.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUKksiV0mbNQucbw4mLUBla1aJHv1Ooy { width:5.875rem;height:4.375rem;top:10.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBWQnoxKKHOSaAW0bqz336DVmxgeQOxR { width:8.375rem;height:3.9rem;top:13.5625rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5v1Ueu0b4xobqhNTSd3GTE0TNZLkGyp { width:5.375rem;height:2rem;top:13.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwEiORBUsEaK3DsDiAaZ9XrFymTTd9xE { width:4.1875rem;height:0.89375rem;top:14.125rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLLWrc72KZeQolvQzsw6lnr4yT9TRe4m { width:20rem;height:18.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRumqdkqoFmbHAmlnI43qptSdcvZTMxF { width:8.375rem;height:3.9rem;top:29.5rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhgz6b3x2eZTdF7bmJk4TcwBaaSSSQMC { width:6.6875rem;height:5rem;top:30.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdW7e9XHvTl6SUImluwug4V5R4pgk1W { width:8.375rem;height:3.9rem;top:34rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh5gqTZhKDsirZJ3i9oGHN0lreNQLBcA { width:4.5rem;height:3.375rem;top:23.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8HiJFUDy590S4HCgO2Tv05bxNDoaL4b { width:12.5rem;height:1.1375rem;top:23.6875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCVzCrpVCOcDChNc2U6FessoTAvnrTMA { width:12.5rem;height:1.3rem;top:24.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTLlQSdHHkMDmDc081GrJ2kZtccF5rS1 { width:4.875rem;height:0.975rem;top:27.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6A5TqTRQaSW7sItMX3EmRwga5ewzTLC { width:5.375rem;height:2rem;top:27.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBLA4WZZler2cs5dfX2kbxIn6gQUf7Cc { width:8.375rem;height:1.95rem;top:27.125rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waz8yAdFpyEK0dEpQsFxp98ZFWZRPipl { width:4.5625rem;height:0.975rem;top:29.875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qywxFLtgDmefDwb3uhkqWJtzKrerWrWI { width:5.375rem;height:2rem;top:29.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnocTUvxNy2GW6HPcV3sRlyS0q37W81S { width:5.375rem;height:2rem;top:34rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fluAsNtBnhldDU9kOOHa33I4xTgT42g4 { width:4.8125rem;height:0.975rem;top:34.375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgP8O4ppL7IAc0bH4uAGQXq5ryEmnoRE { width:15.125rem;height:1.1375rem;top:21.1875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo62xtanBIARJkUmwElxebrpNTAAHbk2 { display:block; }#oo62xtanBIARJkUmwElxebrpNTAAHbk2 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z { display:block; }#uUm0k5IRbTgZ8draPwBlxkJUVSJm9Z6z > .row .container { width:20rem;height:29.0625rem;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.15rem;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.4125rem;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.4125rem;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.55rem;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) { #tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC { display:block; }#tJ7TpvrgnVQftuGhpEZip2TRz4f7DOQC > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNqrVtxDq1mA1IFb3hWlu5X25zEqlkW4 { width:17.75rem;height:1.1rem;top:1.2375001907349rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cyxXH7xTwGzacyeJpnMCtZH8JwreM5QP { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #coCHUS34WPfaQtc2ZoAUaNX9NhsgHKXP { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A13IqNfDTG92nobRBqas4WG1sflIWD2V { display:block; }
 }@media only screen and (max-width: 763px) { #N7P3DOlzJSLGOrc37259hqHCodLmyO5Z { display:block; }#N7P3DOlzJSLGOrc37259hqHCodLmyO5Z > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXHUbndahEt0CySt2Tou7k7nmZov7ado { width:17.75rem;height:2.275rem;top:1.3375244140625rem;left:1.125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q { display:block; }#L0u2PAMqKHgr1AQeP0lJaCUyWq4BRo1Q > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PATSPOilHkwqmOlu0R0azPmTNdZ7iye8 { width:12.5rem;height:1.1rem;top:1.2375030517578rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqB9M9TPHoSGET5rGDhK6OWfftlE84X8 { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #ey2r7mfg6PmF0b852VadLAmtwN6c1JpE { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrGyLXEFPqTJANAVPciAcpesd9RrvKx { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc4Dz22ab9bGMCBlusvTxZXXqJNdz4oP { display:block; }
 }@media only screen and (max-width: 763px) { #q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc { display:block; }#q3EiN1ddTfRycoFDNdD7PvkLgEmLybhc > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaXEemd0DBTFqvPqPffRTRW3sMt6DPGV { width:17.75rem;height:2.275rem;top:1.3374996185302rem;left:1.125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 { display:block; }#T1zaOmHMFyUAyOuTqbO7qcahF8R9GSU4 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5tsOCg1rK1CpQQ4fhKVwx62XyZAXlET { width:12.5rem;height:2.2rem;top:1.2375030517578rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7rVDuTIU6RlAPkWqpNTWh2l8wuK84Ft { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #RCudnx7ECTQzpfk7AN3SshdD4REgk4bz { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5tACN7tNQBk3hfTd1T62C6wPLBLkyTw { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2gx2f97inn07RXk15L10tlgPcV7suTe { display:block; }
 }@media only screen and (max-width: 763px) { #e8uvaK4LmMgaTui9HIWBM27XVpXVuGem { display:block; }#e8uvaK4LmMgaTui9HIWBM27XVpXVuGem > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zbbrf0lSZSH5T9ehetLecwH8pbyKgcXT { width:17.75rem;height:1.13769375rem;top:1.3374996185302rem;left:1.125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJTmLfGn1FggQonsxUTeQBzP0M03byGd { display:block; }#SJTmLfGn1FggQonsxUTeQBzP0M03byGd > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAsu6o0xGP3JT3XRH1QWVRo8vdT1WF08 { width:12.5rem;height:2.2rem;top:1.2375030517578rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1bLM1fklTFVqmnCB9hQK3ysreqq0DAZ { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #d8kekE1KkFR0AN0yUq05vACG6Vx6Ixc1 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iluVe5PQM5ZZcXeNakmTLuR4JwH66F15 { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9RoaTJrc2nhGJxdThoJZ1vnDL2RoAWT { display:block; }
 }@media only screen and (max-width: 763px) { #hFw6Ruznym0scicENZNttTUf5EOf2CS8 { display:block; }#hFw6Ruznym0scicENZNttTUf5EOf2CS8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfnPsRrIybfCA5E7fDLrgIm5rnVPVTMM { width:17.75rem;height:2.275rem;top:1.3374996185302rem;left:1.125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa { display:block; }#I40yvJF8XRIl0B9Wdiq86BGS5iv5e5wa > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibuwGQ4kvNE9eRrAuSIwgKwQe8KOucFq { width:12.5rem;height:2.2rem;top:1.2375030517578rem;left:1.125rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OViJNqvENpM2WTeHJXKTPPKKFpdUPfJT { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #nRMkPTdlb1t1797MuF1XM2bE4XwDeEVU { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzoMCx9aJKNU4XPf78nxN9rIVdfzU2qB { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4xR8VMcrxtgwCr7qudmqNLFCoqoLMyP { display:block; }
 }@media only screen and (max-width: 763px) { #WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp { display:block; }#WfTlWVqTNn0duLqRANhAgsGJPWaeTkMp > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMOZ6H0yUnBHFzppiLLocOksSm9DHXuT { width:17.75rem;height:1.13769375rem;top:1.3374996185302rem;left:1.125rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@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) { #vCTBTKGivaQd6W7EfNpADbWoLEEKpwtX { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN { display:block; }#Q1VdU4lkZi4UrLNCtaVhgovcTsrCbifN > .row .container { width:20rem;height:41.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:35.525rem;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:25.9375rem;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:2.45rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM { width:20rem;height:10.1125rem;top:8.1375007629394rem;left:0rem;font-size:0.875rem;display:block; }#Q9OrfA4yh4TnshAFQLJ5lgRTEGNsWfmM li:before{  }
 }@media only screen and (max-width: 763px) { #d26Sl2C1OZKgxx7dNoxxpTSRGDFNt65P { width:20rem;height:6.125rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv { display:block; }#cZCzp6GdetqKMoQzOXsRKX7pWVVRfFDv > .row .container { width:20rem;height:57.8125rem;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:51.45rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs { display:block; }#TotzNNJaSPWceGeFOQRvhxNZTxVU2HFs > .row .container { width:20rem;height:49.6875rem;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:42.875rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK { display:block; }#s6vrxbHN4glIqKaUw1QU5XGnXkm2tToK > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@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.9rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.9rem;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.9rem;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.8rem;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.8rem;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.8rem;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.9rem;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.9rem;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.9rem;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.8rem;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.7rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.7rem;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.8rem;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.9rem;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.9rem;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.9rem;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.9rem;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.9rem;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.9rem;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.7rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.65rem;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.65rem;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.9rem;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.8rem;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.8rem;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.9rem;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.9rem;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.8rem;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.9rem;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.9rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.9rem;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.8rem;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.8rem;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.8rem;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.8rem;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.9rem;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.9rem;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.8rem;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.8rem;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.8rem;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.7rem;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.8rem;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.8rem;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.8rem;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.8rem;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.65rem;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.25rem;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.9rem;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.9rem;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.9rem;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.9rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.8rem;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.25rem;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.25rem;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.65rem;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.475rem;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.475rem;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:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeNT13Hv52SC2vEkH2uaA4erF0f3F61U { 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) { #LQLm2gAdykSChz1sUP1GxpCcEGXfTa19 { width:20rem;height:31.85rem;top:5.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeLs9PpMma3N1Fia4unmTwG06OK9FIG { display:block; }#fpeLs9PpMma3N1Fia4unmTwG06OK9FIG > .row .container { width:20rem;height:45.9375rem;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:39.5375rem;top:3.875rem;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.223999023438rem;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) { #A0306a3189b614c55c85d7401b1b2883.widget-smartsection { 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; } #x6FMFMW0BIHWz5JdRa8QebKqgxCbGZme > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pdf7ccc4305e9c79468efd09727b3a6c.widget-smartsection { 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; } #ZXPwRBu2IUicNhVNBVa7L3qTTUSZWH47 > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aac52e6faeebc16c35c509e5a793c49d.widget-smartsection { 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; } #s630wB3kxRdHM8MFsMvQiXGpz6048TvM > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s226a55a0b2f9021e811d3be6e90e946.widget-smartsection { 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; } #PTyoUqdST5HPzh1gpVkVCLLOvcmPkm7x > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2e8bbe385ccfcab234c5675346102e8.widget-smartsection { 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; } #dEddvbk5zTAfi6gTv66MPA7I06EcDgAm > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d314d0c066705fdd75a1ff16bafdf288.widget-smartsection { 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; } #uUaHxG5971faUdttTvyitzBD8pNV9wAC > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F63ba9703f0f0bc603042c3ede4a4308.widget-smartsection { 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; } #V4tu3Bg869RNTyeudA5LAtanTE2kGhMq > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f966b8a2371ccf047c5809bff1a9adfe.widget-smartsection { 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; } #R0AOXwUkgQCQFqbPiC2LzZWxOoOaDQ2a > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acaba89f5ed214c82d5e5f1229a2509a.widget-smartsection { 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; } #dAAJ63oIGh2rxI24c2tBJRku1TqKw5T6 > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kb9ada3e11351f45b57df76097e03894.widget-smartsection { 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; } #MtsxN4QL2r9qL2o9b6pCSCBSW9mEN4Uz > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }