.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/f13d9f5e-8a4b-4818-a8be-4f80c0c71c9a/_hero.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,29,38,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { background-color: transparent; background-image: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container { display: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container { display: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .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); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { border-width: 0; border-radius: 0; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;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.9995125rem;width:5.99975625rem;top:1.4373779296875rem;left:0rem;overflow:hidden;display:block; }
#vdTfiso0Q5oKCZJb5wMvISRXnJMs4E0V { 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:2.25rem;width:2.25rem;top:1.3125rem;left:72.75rem;overflow:hidden;display:block; }
#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,29,38,0.5);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; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { border-width: 0; border-radius: 0; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:2.84375rem;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; }
#r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ { 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:2.5rem;width:7.1875rem;top:2.4375rem;left:20.1875rem;overflow:hidden;display:block; }
#h14aXOMSknfEGKUwchneW4CMIcfxcZGB { color:#ffffff;display:block;width:0.9375rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:27.737500190735rem;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;display:block; }
#ZPZXMgclqobU3krzdiSDdG8hc92MWX9T { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.90625rem;left:0rem;height:2.84375rem;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; }
#xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX { 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:2.125rem;width:5.875rem;top:5.265625rem;left:2.125rem;overflow:hidden;display:block; }
#IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;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; }
#kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { position:absolute;display:block;z-index:15022;height:1.9375rem;width:19.8125rem;top:2.515625rem;left:43rem;display:block; }
#GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 { 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:1.125rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#KD5bi9bwbTCof2wNMntuwATz30UEwDaz { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.75rem;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; }
#Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ { 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:1.375rem;width:1.125rem;top:14.91250038147rem;left:0rem;overflow:hidden;display:block; }
#QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.987501144409rem;left:1.8125rem;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; }
#aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 { 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:1.375rem;width:1.125rem;top:18.25rem;left:0rem;overflow:hidden;display:block; }
#keHpOVJTaxqLREULCl5JuUhy723IyDeL { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.75rem;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; }
#SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT { 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:1.375rem;width:1.125rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.75rem;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; }
#LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.562500953674rem;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;text-align:left;text-align-last:left;display:block; }
#JsqTsNAE22yP4Txk0VxbslZkTNvkluiH { 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:1.375rem;width:1.125rem;top:22.46249961853rem;left:0rem;overflow:hidden;display:block; }
#xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:1.75rem;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; }
#zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW { color:#b7b7bb;display:block;width:22.3125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.637500762939rem;left:0rem;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;display:block; }
#b1hQf76C3GLylE8spcsy4FRLbzoK8uRS { color:rgba(0,0,0,0);display:block;width:20.1875rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:5.6875rem;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; }
#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,29,38,0.5);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; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { background-color: transparent; background-image: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container { display: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container { display: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .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); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { border-width: 0; border-radius: 0; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.375rem;left:12.125rem;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; }
#vrlf6pcof2xvAkG33erHgTbWTqM9K3rC { color:#b7b7bb;display:block;width:22.312rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.125rem;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; }
#MdyXbvTO901TFph2rwsAN8l4KOu7xW9p { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:75rem;top:0rem;left:0rem;display:block; }
#Bnocx9cX8XrWqkTUIv8mhxhyfGvgAMs0 { color:#b7b7bb;display:block;width:22.3125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.637500762939rem;left:0rem;height:1.94921875rem;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; }
#izKC8D4gccT3MEIOam2BOGb38oiT8odF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,29,38,0.5);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; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { background-color: transparent; background-image: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .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); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { border-width: 0; border-radius: 0; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:2.84375rem;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; }
#b57z471TMnMDMr6tMs9Dalpd56pOF14V { 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:2.5rem;width:7.1875rem;top:2.4375rem;left:20.1875rem;overflow:hidden;display:block; }
#K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO { color:#ffffff;display:block;width:0.9375rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:27.737500190735rem;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;display:block; }
#O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 { color:#ffffff;display:block;width:35rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.90625rem;left:0rem;height:2.84375rem;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; }
#xXnwEKv3rN1IS56LL63ALnheMQIT4bbH { 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:2.125rem;width:5.875rem;top:5.265625rem;left:2.125rem;overflow:hidden;display:block; }
#Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;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; }
#Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 { 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:1.125rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.75rem;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; }
#OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 { 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:1.375rem;width:1.125rem;top:14.925001144409rem;left:0rem;overflow:hidden;display:block; }
#IEcnnUsan0yJDxeClCsWNZX7no58A7fE { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.924999237061rem;left:1.75rem;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; }
#LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk { 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:1.375rem;width:1.125rem;top:18.3125rem;left:0rem;overflow:hidden;display:block; }
#GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.3125rem;left:1.75rem;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; }
#nx6h9dsghupOfhp4T45TVDe3yCx9Ebht { 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:1.375rem;width:1.125rem;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#LGczeI5Ps6nkalri0bor2gHMFWBiUr3W { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.4375rem;left:1.75rem;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; }
#gzcEqBximatvgJQMBCCv87nF4qPuJxN5 { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5625rem;left:23.562500953674rem;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;text-align:left;text-align-last:left;display:block; }
#h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa { 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:1.375rem;width:1.125rem;top:22.525001525879rem;left:0rem;overflow:hidden;display:block; }
#NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.75rem;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; }
#cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE { color:#b7b7bb;display:block;width:22.3125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;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;display:block; }
#AouV4wGtBvQrJIaoNUR5TpyOAoWai63d { background-color:#ffffff;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.1875rem;left:0rem;display:block; }
#WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH { background-color:#06e7be;background-image:none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:29.1875rem;left:56.625000953674rem;display:block; }
#rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ { background-color:transparent;background-image:none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:29.1875rem;left:56.625000953674rem;display:block; }
#L0WvGJg60dXW6nN455fu4PN7UU5POFVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePn27MpCqHMScaw3C62PKB5K0NzN1r6m { 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.75rem;width:14.375rem;top:30.125rem;left:58.625000953674rem;overflow:hidden;display:block; }
#AhvKcNEFNxDwu8AU2nHda5gHWSEAVP3A { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:75rem;top:26.4375rem;left:0rem;display:block; }
#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 { position:relative;display:block; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 { background-color: transparent; background-image: none; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container > .video-iframe-container { display: none; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row > .video-iframe-container { display: none; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .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); }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 { border-width: 0; border-radius: 0; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .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; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .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:41.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:block; }#Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty { position:absolute;display:block;z-index:15000;height:41.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #030304);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #030304);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#030304' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #030304);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:75rem;top:32.125rem;left:0rem;display:block; }
#Wk9v77K4DLfDL0odi44vPuQpnbeI7SUl { position:absolute;display:block;z-index:15000;height:41.125rem;width:75rem;top:0rem;left:0rem;display:none; }
#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 { position:relative;display:block; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 { background-color: transparent; background-image: none; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container > .video-iframe-container { display: none; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row > .video-iframe-container { display: none; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .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); }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 { border-width: 0; border-radius: 0; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .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; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .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.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; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF { position:relative;display:none; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF { border-width: 0; border-radius: 0; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF > .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; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF > .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:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OehKbyXEr06N0hSTwSb7yipLbXEpEBKK { 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.5rem;width:58.3125rem;top:0rem;left:8.343505859375rem;overflow:hidden;display:block; }
#JcUbmkdfLNPfmkmXGTm5eZ7JuJ0FwLRG { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.624875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.9049072265625rem;left:45.061645507812rem;display:block; }
#PtGOtIEOoGMftBS4He2MHVMXrDHVlvX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHZ51pk5ddGGKbKf85vX06tSyDRlwP0L { 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:28.375rem;width:40.5rem;display:none; }
#kFTIfur1CJ6BSatRTIn74RyakQ8i6XeD { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:4.0375003814697rem;left:10.03125rem;height:1.3rem;display:block; }
#ZrAnDi6Wa9QuC660OGlfOefOzm0kdrLy { box-sizing:content-box;height:1.4375rem;width:27rem;position:absolute;display:block;z-index:15031;background-color:#282352;background-image:none;top:3.9375rem;left:9.625rem;display:block; }
#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT { 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; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container { background-color: transparent; background-image: none; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container > .video-iframe-container { display: none; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container { display: none; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .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); }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container { border-width: 0; border-radius: 0; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 { 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:65rem;top:1.0625rem;left:5rem;display:block; }
#v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,35,82,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,35,82,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,35,82,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,35,82,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f282352' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(40,35,82,0.5));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.625rem;width:64.75rem;top:4.9375rem;left:5rem;display:block; }
#BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ { 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:0.625rem;width:1.625rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:figtree;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; }
#hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.1875rem;left:8.6875rem;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; }
#NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 { background-color:#ffffff;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:figtree;font-size:1.125rem;font-weight:400;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.125rem;left:53.1875rem;display:block; }
#v49NEacQWmLzTQqnZ0meDaJPOITcAsNv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG { color:#9faadc;display:block;width:6.8125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8125rem;left:19.46875rem;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; }
#AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay { 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:63.25rem;overflow:hidden;display:block; }
#yIHoLoabvn4QW1kVbA6BasuooOtMtdNw { 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:66rem;overflow:hidden;display:block; }
#MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 { 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:60.5625rem;overflow:hidden;display:block; }
#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL { 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; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container { background-color: transparent; background-image: none; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container > .video-iframe-container { display: none; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container { display: none; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .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); }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container { border-width: 0; border-radius: 0; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ { 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:65rem;top:1.0625rem;left:5rem;display:block; }
#afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #25273a;border-left:0.125rem solid #25273a;border-right:0.125rem solid #25273a;border-bottom:0.125rem solid #25273a;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; }
#CEcm1qTJa30oXuM53wHTn0gBDnhOl14c { 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:0.625rem;width:1.625rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:figtree;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; }
#Tih2t5ulxirBOlmvllKcJB351aDmax4D { position:absolute;display:block;z-index:15006;background-color:#1c1b2b;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:7.875rem;display:block; }
#tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm { position:absolute;display:block;z-index:15007;background-color:#1c1b2b;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:13.875rem;display:block; }
#DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb { position:absolute;display:block;z-index:15008;background-color:#1c1b2b;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:19.875rem;display:block; }
#VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV { position:absolute;display:block;z-index:15009;background-color:#1c1b2b;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:25.9375rem;display:block; }
#OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr { 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:8.375rem;overflow:hidden;display:block; }
#Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J { 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:#ffffff;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.75rem;left:7.875rem;display:block; }
#xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW { 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:14.375rem;overflow:hidden;display:block; }
#LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT { 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:#ffffff;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.75rem;left:13.875rem;display:block; }
#CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 { 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:20.375rem;overflow:hidden;display:block; }
#P3q1fNPkHZUCNfaoDwzeltiaVECZc39I { 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:#ffffff;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.75rem;left:19.875rem;display:block; }
#zZgQuIm32QI8bui7qKN0Sl396ScraJ9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 { 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:26.4375rem;overflow:hidden;display:block; }
#vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 { 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:#ffffff;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.75rem;left:25.9375rem;display:block; }
#o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi { 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:11.75rem;overflow:hidden;display:block; }
#FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o { 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:17.875rem;overflow:hidden;display:block; }
#vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt { 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:23.875rem;overflow:hidden;display:block; }
#qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 { 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:29.875rem;overflow:hidden;display:block; }
#ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF { background-color:#ff144b;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:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h { 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:0.875rem;width:3rem;display:none; }
#hRVwTISLRnC41FqocgDXMUPap0vDLRTd { 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:0.875rem;width:3rem;display:none; }
#ahXqv01Tg45R15toOiDC49JdBgbsXrmP { 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:15214;background-color:#b4b4b4;background-image:none;top:10.875rem;left:8.375rem;display:block; }
#wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS { 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:15215;background-color:#b4b4b4;background-image:none;top:10.875rem;left:14.375rem;display:block; }
#tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz { 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:15216;background-color:#b4b4b4;background-image:none;top:10.875rem;left:20.375rem;display:block; }
#DLNdDWfZBuseaESUE926IhWmJsZTILgh { 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:15217;background-color:#b4b4b4;background-image:none;top:10.875rem;left:26.4375rem;display:block; }
#dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 { 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:15215;background-color:#b4b4b4;background-image:none;top:15rem;left:5rem;display:block; }
#CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 { color:#b4b4b4;display:block;width:65.75rem;position:absolute;font-family:notosans;font-size:0.75rem;font-weight:normal;z-index:15218;line-height:1.3;letter-spacing:0;top:14.75rem;left:5.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl { 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; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container { background-color: transparent; background-image: none; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container > .video-iframe-container { display: none; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container { display: none; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .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); }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container { border-width: 0; border-radius: 0; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG { 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:65rem;top:1.0625rem;left:5rem;display:block; }
#SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #25273a;border-left:0.125rem solid #25273a;border-right:0.125rem solid #25273a;border-bottom:0.125rem solid #25273a;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; }
#GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R { 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:0.625rem;width:1.625rem;top:5.5625rem;left:36.6875rem;overflow:hidden;display:block; }
#dDnnyb418usIKWUQcaITkg3Gd10bFpdw { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:figtree;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; }
#B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK { position:absolute;display:block;z-index:15001;background-color:#1c1b2b;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:7.8125rem;display:block; }
#VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH { position:absolute;display:block;z-index:15002;background-color:#1c1b2b;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:13.8125rem;display:block; }
#pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg { position:absolute;display:block;z-index:15003;background-color:#1c1b2b;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:19.8125rem;display:block; }
#ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD { position:absolute;display:block;z-index:15004;background-color:#1c1b2b;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:25.8125rem;display:block; }
#JXFJp1qPtc6K0o8E772nJzliLOviRsMn { position:absolute;display:block;z-index:15005;background-color:#1c1b2b;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:31.96875rem;display:block; }
#b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo { position:absolute;display:block;z-index:15006;background-color:#1c1b2b;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:38rem;display:block; }
#GG3WTl00oa72VcLo7PvauWzNWvgkvNXx { position:absolute;display:block;z-index:15007;background-color:#1c1b2b;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:44rem;display:block; }
#pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs { position:absolute;display:block;z-index:15008;background-color:#1c1b2b;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:50rem;display:block; }
#t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 { position:absolute;display:block;z-index:15009;background-color:#1c1b2b;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:block; }
#BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 { position:absolute;display:block;z-index:15010;background-color:#1c1b2b;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:62.0625rem;display:block; }
#aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox { 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:8.6875rem;left:8.5rem;overflow:hidden;display:block; }
#bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo { 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:#ffffff;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:6.875rem;left:7.8125rem;display:block; }
#r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM { 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:8.6875rem;left:14.5rem;overflow:hidden;display:block; }
#nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 { 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:#ffffff;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:6.875rem;left:13.8125rem;display:block; }
#DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6n8Inraka20qZvuZHrgPiu6CBe3nD4K { 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:8rem;left:21.0625rem;overflow:hidden;display:block; }
#G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE { 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:#ffffff;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:6.875rem;left:19.8125rem;display:block; }
#mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhDJcxP7MKVWariMNP3FVQTp49vDT6IT { 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:2.75rem;width:2.75rem;top:8rem;left:26.9375rem;overflow:hidden;display:block; }
#l9CF8fshISUsJPTTorIqpHqG9btdWBHh { 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:#ffffff;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:15204;text-align:center;text-align-last:center;top:6.875rem;left:25.8125rem;display:block; }
#mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn { 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:8rem;left:33.34375rem;overflow:hidden;display:block; }
#NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt { 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:#ffffff;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:6.875rem;left:31.96875rem;display:block; }
#IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A01xnz0ciKU1EoB1w3df39awtecGtX4L { 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:7.5625rem;left:38.8125rem;overflow:hidden;display:block; }
#bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA { 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:#ffffff;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:38rem;display:block; }
#Z4deHMOptos0NTbIbX7etgoXzectlb78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T { 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:8.1875rem;left:44.6875rem;overflow:hidden;display:block; }
#ppQBkSvgSykd7478PHMTp5g8F3W3qH2P { 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:#ffffff;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:44rem;display:block; }
#tLwSF5QHSQweqXFK95XPra3S7PuHcIQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN { 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:7.9375rem;left:50.6875rem;overflow:hidden;display:block; }
#TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE { 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:#ffffff;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.875rem;left:50rem;display:block; }
#OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCW0UprdZxI2QIB6lbTksV7AfrBwTUaP { position:absolute;display:block;z-index:15211;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4.8125rem;top:6.8125rem;left:56.15625rem;overflow:hidden;display:block; }
#Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN { 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:#ffffff;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:15213;text-align:center;text-align-last:center;top:6.875rem;left:56.0625rem;display:block; }
#qImmfZoomFKg6zSntI4PMm3Au3zSa6mh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkQhKtNxZAhKia0wTlBCHLWmEVAlwUfS { 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:4.875rem;width:4.875rem;top:6.75rem;left:62.125rem;overflow:hidden;display:block; }
#KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx { 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:#ffffff;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:15214;text-align:center;text-align-last:center;top:6.65625rem;left:62.0625rem;display:block; }
#s4vuLwURzSBrMerXCcUCNyyZWOcAwahL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7AiNaV3G6afOn2WewarhH5lPlwNi2CI { 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:10.6875rem;left:11.6875rem;overflow:hidden;display:block; }
#zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT { 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:10.6875rem;left:17.75rem;overflow:hidden;display:block; }
#HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW { 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:10.6875rem;left:23.75rem;overflow:hidden;display:block; }
#EgzOzXoqkSVOMiimGRuizJJxSQUSvPls { 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:10.6875rem;left:29.71875rem;overflow:hidden;display:block; }
#l5md811BSezQue8fcEdT3wScsbzineWW { 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:10.6875rem;left:35.875rem;overflow:hidden;display:block; }
#kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 { 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:41.875rem;overflow:hidden;display:block; }
#RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I { 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:48rem;overflow:hidden;display:block; }
#riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z { 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:54rem;overflow:hidden;display:block; }
#oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI { 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:60rem;overflow:hidden;display:block; }
#uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W { 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:block; }
#oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP { position:absolute;display:block;z-index:15009;background-color:#1c1b2b;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; }
#TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm { position:absolute;display:block;z-index:15009;background-color:#1c1b2b;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; }
#r9SPGkD60MXCtapxvpN97x5pwENKUBDX { 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; }
#KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 { 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; }
#NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN { 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; }
#qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 { 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; }
#RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ { background-color:#ff144b;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:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V { 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:#ffffff;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; }
#OqogT8iSobDrQmWCEkldKsz1pIGZTODk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg { 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:#ffffff;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; }
#DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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.0625rem;display:block; }
#pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK { background-color:#ff144b;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:#f3f4fa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15200;text-align:center;text-align-last:center;top:11.3125rem;left:31.6875rem;display:none; }
#qnV1loWHA59pxdy0hI33LrAnt3xJwQgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.3125rem;left:37.375rem;display:block; }
#qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:0.693359375rem;left:14.46875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { color:#ffffff;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; }
#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m { 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; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container { background-color: transparent; background-image: none; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container > .video-iframe-container { display: none; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row > .video-iframe-container { display: none; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .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); }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container { border-width: 0; border-radius: 0; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#uDQag1GpZSeFz97y42GLPJ3SqneJbtKl { color:#ffffff;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; }
#s7oreNTgreFu376sUVHTB4kZvopVbgGe { position:relative;display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { background-color: transparent; background-image: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row > .video-iframe-container { display: none; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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); }#s7oreNTgreFu376sUVHTB4kZvopVbgGe { border-width: 0; border-radius: 0; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .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:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { position:absolute;display:block;z-index:14996;background-color:#f30f52;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.375rem;width:45rem;top:0rem;left:15rem;display:block; }
#erknzs6JscFTDUBFh5kwJ02bnKBN73EB { 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.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { color:#ffffff;display:block;width:31.3739375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:2.45rem;font-style:normal;display:block; }
#cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:17.5rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:41.9375rem;display:block; }
#O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { position:relative;display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { background-color: transparent; background-image: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row > .video-iframe-container { display: none; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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); }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { border-width: 0; border-radius: 0; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .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.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; }#lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { position:absolute;display:block;z-index:14996;background-color:#4caf50;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.25rem;width:45rem;top:0rem;left:15rem;display:block; }
#ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { 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.5rem;width:1.5rem;top:0.625rem;left:15.6875rem;overflow:hidden;display:block; }
#lTc6ykKALRdZCIcAikRJN72IrAERztTI { color:#ffffff;display:block;width:31.3739375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0.5625rem;left:17.5625rem;height:1.8rem;font-style:normal;display:block; }
#tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17.5625rem;height:1.225rem;font-style:normal;display:block; }
#JaIh0THZhO98rz4dlx403eeB38gy6nda { 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; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container { background-color: transparent; background-image: none; }#JaIh0THZhO98rz4dlx403eeB38gy6nda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container > .video-iframe-container { display: none; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row > .video-iframe-container { display: none; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .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); }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container { border-width: 0; border-radius: 0; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#yB0aCssx2wW80LERXQ3l64qosbKRbh0Q { 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; }
#unqdQVIgbGvF6MbTubwvT7lheMg9vZvx { 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; }
#SpJnZ2DiL5KMCT5ILR4HCcIDv7QE4LZf { 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; }
#JpVyuXZudrsx8uQ2P3DWkAqfFkeLqr6u { 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(0,0,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.0614375rem;height:6.12395625rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:0.25rem;left:16.75rem;display:block; }
#izZ0bWGPs3TtBwHqLIORGth4eZTPEg9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVVrw40Lug4kdPcfn4bwDsKJ8SCBlqq2 { 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; }
#pJCup2hHz9feU7J0P1tDmlCRg3T9P5N2 { 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(0,0,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.4989375rem;height:6.12395625rem;text-decoration:none;z-index:15241;text-align:center;text-align-last:center;top:0.25104141235351rem;left:38.626041412354rem;display:block; }
#WC9TcfucRNTeKmfM1Z9h0aOm7Qsxrk1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcNz8zQUUE4LyMN8IgqIThKyOsHvWcvx { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:figtree;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQG8NMsOub0bydDWnCuWuDu5ll4IwBEm { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:figtree;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJTH3OWVkyS0r1S0XnEH4WuJO3d3XD6m { 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; }
#geDTtiB87azn6sAvnkUO3HZlpUqJdcWy { 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; }
#EiofmGS5OTE7BznnpLxcTVSBqMFEFnEw { 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; }
#xfuwPT9fK472lJ8EKyBOl42QM1W4p7cW { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#fXTrf24A66e4NNqa5TmuXePKxMrDtrbp { 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; }
#pBwUCaF0tGSKeMVJwDkmcX3EK9Z55GqF { 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; }
#F9OExI5c0SVtH5RyLcJU3SASBLROrFcq { 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:26.4375rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#EooX3gEXXO0PmBW2ThtMkGK2JhOQK6Qq { position:absolute;display:block;z-index:14999;background-color:#17162a;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; }
#Xr9VooT4R5JTtfB228LbSav9kALkhpZK { 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:#ffffff;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.3125rem;height:6rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:7.875rem;left:16.84375rem;display:block; }
#zaaghSXVT1zWNW1Pdm42xfOByVFqDIA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olKli3uIvu05uFeLxBkT4glbwpOemwun { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:figtree;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; }
#stHCio5494VThBLHTgC82x6lKM4lgdTQ { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:figtree;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; }
#n8d8xFAvNlJFaWTtCzdXCzNBDbRoMSTt { 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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }
#DT4vk7RyEsxC2uS3AblhFMqUAtia9DFK { position:absolute;display:block;z-index:15134;background-color:#ffffff;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; }
#Xr7rT12sEKX3Tvk9fkDA1ChZBXUccQfh { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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.225rem;font-style:normal;display:block; }
#clFcc2fH1THufa9fmoNlW9c5LyeXaA7S { color:rgba(255,255,255,0.6);display:block;width:8.625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.25rem;left:44rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qpaI1xyS60ZoKrLm562vHXGBpLffiJ2U { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:11.25rem;left:50.625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LTTOMzyXyCdIirbs3AoMVx4pJ8y8tT1s { position:absolute;display:block;z-index:15013;background-color:#17162a;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; }
#U2Jg26GGzWU8A7hCWT4Tqf2MJQ5lP2NT { 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:#ffffff;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.3270625rem;height:6.078125rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:15.023958206177rem;left:16.836458206177rem;display:block; }
#dK2WaQFGpdPHQ5IuoJ0GzZX0z7fXBN2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBSffTgK4xW1svhXa0Af3RWgRKq8VwAp { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:figtree;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; }
#hc43o2d6EwUJ1LhVGux0dV1vfHFyqBPt { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;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; }
#iG88gP11iowlwAgDqa78wqtsW4UFXnN9 { 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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }
#BzcDfzpWqEV6GZFdQTqThFTxS9pkaPqH { color:#ffffff;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; }
#uDWkaTJWir6b46XUeagTWBioT8sgxQZd { position:absolute;display:block;z-index:15133;background-color:#ffffff;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.874633789062rem;left:18.562255859375rem;display:block; }
#vImf4kuyiaPbwn1RSNEob1cDeSvyc2Ir { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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.225rem;font-style:normal;display:block; }
#eKJepmfiWwJGo6cBnEcR4AHuhHy326sT { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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; }
#TvWz6IIItqw3BP0qQz8PkBtTrLy2ZqGC { color:#ffffff;display:block;width:25rem;position:absolute;font-family:figtree;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; }
#nTF8Rd3cKfv7ur4oTUzM2AWXthgSgwDc { color:rgba(255,255,255,0.6);display:block;width:40.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.75rem;left:17.5625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAs4Bzmw1F51FMOsnLP1FtcpZcC6UUcc { position:absolute;display:block;z-index:15140;background-color:#b50000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:41.5rem;top:22.0625rem;left:16.71875rem;display:block; }
#eg6zTy6d1zgCVDl7RDnEQNJ9DRZV93fd { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:22.75rem;left:22.5625rem;height:1.3rem;font-style:normal;display:block; }
#BEvuaw5SWegPddNiPkhuN4b1teK4qhW3 { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:22.8125rem;left:20.625rem;overflow:hidden;display:block; }
#V9v87v4tOLOXd6f3nad5NNmLTQuhg1Vl { position:absolute;display:block;z-index:15183;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.56);border-left:0.0625rem solid rgba(255,255,255,0.56);border-right:0.0625rem solid rgba(255,255,255,0.56);border-bottom:0.0625rem solid rgba(255,255,255,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:23.1875rem;left:25.5rem;display:block; }
#TlanuMh3mFO9vyJUJd41Rn1vxoCz7ANw { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15184;line-height:1.4;letter-spacing:0;top:23.6875rem;left:29.5625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaThtrzgD3KzoSM7VX2iIKR3cL0CR2yC { 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:26.0625rem;left:27.5rem;display:block; }
#F6kOMhISUGENXqu8mVN4izR24hqgFBG6 { position:absolute;display:block;z-index:15199;height:3rem;width:20rem;top:26.0625rem;left:27.5rem;display:block; }
#XxpwTSkOk3MDkzMCJrdtg9v2516bQCCG { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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:26.0625rem;left:27.5625rem;display:block; }
#U8lRv6NwM3vcKpFmlkOFMvQJL3glFIiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAXArVJMduDK6i9HswuMtQ8d0AoFFHry { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.5625rem;left:30.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB { 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; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container { background-color: transparent; background-image: none; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container > .video-iframe-container { display: none; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row > .video-iframe-container { display: none; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .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); }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container { border-width: 0; border-radius: 0; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bfgEqnVWgJHs9dt90xRNPpP67r4se0si { 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; }
#kqIetpAZvxflSm27Fw9dvbVOmhrkrlQp { 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; }
#AI9npNhP907IMmV4oNKNKgFoAFdk9EwG { 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(0,0,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.25rem;left:16.875rem;display:block; }
#tnwrz7MD5mFezc70zB7lfimMcvlllbBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCk6hd7JmEVEIuq2wcGR2aFHB0NvK5Fi { 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; }
#i5TDXbKHWfRISrlVm5nIKrbMe33Gc5qu { 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(0,0,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.25rem;left:38.25048828125rem;display:block; }
#LqOSsZFFZW1fQ5fWQsSU6ZntgWcJsGZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBD6HyAkPKBChMKmhg4FVf1n8Fzd9LRk { 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; }
#OFDa1aPkPwWafbU6h5QHQke8yvQ0ENOJ { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:figtree;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ledxMGCP00A1Ft7VJKfqyWW2mQrOPBsS { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:figtree;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBdqI0hVQDvkKHzp64rJPxQAaxELlFhg { 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; }
#dswqlRE3T111nXhVuliR4b5IhtwT5TNF { 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; }
#Ab06XV2wCidwhSqHEP32duGGULiLpwXL { 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; }
#TSTU2NJicfPOTUEpFDA8WQUX8T2XPC8V { box-sizing:content-box;height:0.9375rem;width:1.6875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:4.25rem;left:44.5625rem;display:block; }
#A07mKOZxA83XEsRoM8cLpheGQROlykFT { 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; }
#Ga3PJrITvoyvI1eIiTfUxwI1JHSDmNER { 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; }
#gGlH4OpP6o8nWquRSNUHiqdHttyKU1mK { position:absolute;display:block;z-index:14995;background-color:#282352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:33.5rem;width:45rem;top:6.3125rem;left:15rem;display:block; }
#mGHUWILTvHLaS8h5WwQU3TQGny7PDBfG { position:absolute;display:block;z-index:15013;background-color:#17162a;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; }
#ovdNTdzaMDGCtzK1kdEZu8AZEuaeVesr { 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:#ffffff;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.3010625rem;height:6.05104375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:7.8489580154419rem;left:16.848957061767rem;display:block; }
#l42SvAids58LH1k1y6n7pPPHwEcs6vOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nX0Qw87673ETQGGs0pPxxbl3BmWuMtmp { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:figtree;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; }
#CN72820cVnyWv6dbJo8osXTTTKFFcRXo { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;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; }
#klFly9VJtH7TFTnQAEpM8pegVNk0eoOt { 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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }
#MT8Zd3SQgTVmZ13LsvrM3BpfOCpHptWE { position:absolute;display:block;z-index:15133;background-color:#ffffff;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; }
#oTgTwqSsEdyV5kFafE6gLKaEyXy4GBck { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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.225rem;font-style:normal;display:block; }
#N9n78aBtnuwQAWh8pcCXzfRIliIcpPZA { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#K6KA3xWfbgEJRhi20iwUcv8850pzs0vZ { position:absolute;display:block;z-index:15020;background-color:#17162a;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; }
#U3D6GAoQFKr2fVNLDDbe1DHfHzFa85BW { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:balooda2;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1875rem;height:6.1875rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:14.982292175293rem;left:16.857292175293rem;display:block; }
#TevplZ9LXIsDCZfk7OlNxeIFTU7oSiJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKfZEgOxScf0NyaO24ryZuafIlbnQSQV { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:figtree;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; }
#R82kBTAS7rqgNIslUCOlaOBSPTTmkghv { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;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; }
#n4B9Iy5IobF4B2axP4RpdcJzJBllfTyc { 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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }
#iTDK023VKcXJ6MOv0ghkZxITlnZ8h4BC { color:#ffffff;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; }
#DC0L7PeshtpRqputqfe35GeGaTgdPJSZ { position:absolute;display:block;z-index:15140;background-color:#ffffff;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; }
#z7Tk2NQsPIR6wBeWwagUG4HA9NaEzp0x { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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.225rem;font-style:normal;display:block; }
#KBQqeFRGT0GBqSB7JP8C4LXXAe8K8MET { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:18.46249961853rem;left:38.625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#otqpbsRQQXPLI8pPCmTvoQbBTKmEThhS { color:rgba(255,255,255,0.6);display:block;width:5.875rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:18.5rem;left:50.6875rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tAqSc70s1DoaHa50rTrNkKVT20LDoa7w { position:absolute;display:block;z-index:15021;background-color:#17162a;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.25rem;left:16.75rem;display:block; }
#oUq3r3UoimHLyoVXTxAPC2XTL9C9JQya { 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:#ffffff;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.0625rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.348957061767rem;left:16.723957061767rem;display:block; }
#A4bg4DOZW3pQ9vMh8meLsHQiPM3QJoev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEmUVssdVVZZbT0NOGFy7l5gXQ9Hulaf { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:23.375rem;left:20.75rem;height:2.4rem;font-style:normal;display:block; }
#TqXxPXyGX1ZOtTWSEL7AehycXyBtyTob { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:23.5rem;left:47.625rem;height:2.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cdo7fNe3a0umqz8dVrVkkCXmwdthgHJI { 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 #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.6875rem;left:18.125rem;display:block; }
#If8AJmKgTCquntG8cb3WvZFVQxhsrCnD { position:absolute;display:block;z-index:15141;background-color:#ffffff;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:24.061458587646rem;left:18.561458587646rem;display:block; }
#ER0OGryTrGJVpmivIHdFVWSQHagNMZrh { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:25.5625rem;left:20.8125rem;height:1.225rem;font-style:normal;display:block; }
#xxZImN6S6AwUEqDe3c3xivP6c5q2LlgW { color:rgba(255,255,255,0.6);display:block;width:10.125rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:25.8125rem;left:42.625rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WNHm8P7sHzP1NOOzTs2asFAoWLMu3JP0 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:25.8125rem;left:47.3125rem;height:1.225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iVRGxztUi8TKVSaMHZkTJOEhZpXSmX0Z { color:rgba(255,255,255,0.6);display:block;width:40.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:29.012500762939rem;left:17.5625rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpaMbm30uGHdt4znkKrTbmnLuomvNUW5 { position:absolute;display:block;z-index:15143;background-color:#b50000;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:41.5rem;top:29.375rem;left:16.75rem;display:block; }
#EmE0KpcJHV3M1DNOyeMSLCNrGS1anbeB { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:30.0625rem;left:22.375rem;height:1.3rem;font-style:normal;display:block; }
#vXDdbAxpq2z6gyAZTRGT5UMTx51neMoQ { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;border-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:30.125rem;left:20.4375rem;overflow:hidden;display:block; }
#Zb1tKSNvbkcdH99yuEZqqAy2PdkGZTtH { position:absolute;display:block;z-index:15185;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.56);border-left:0.0625rem solid rgba(255,255,255,0.56);border-right:0.0625rem solid rgba(255,255,255,0.56);border-bottom:0.0625rem solid rgba(255,255,255,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:30.5rem;left:24.9375rem;display:block; }
#lnfDAD0E629G1BumCiJIDy7L6VqXTMRe { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15186;line-height:1.4;letter-spacing:0;top:31rem;left:29rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3VbJzFPWPNDlxiHlVyoI57kAPNTy2vh { position:absolute;display:block;z-index:15200;height:3rem;width:20rem;top:33.375rem;left:27.5rem;display:block; }
#HwPi9dxRB9q7i8kIQWEiWmoo7UczeaHI { position:absolute;display:block;z-index:15205;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:33.375rem;left:27.5rem;display:block; }
#aaVbToA32ZNFp8kCxgIuT9yHfhC3yg2D { position:absolute;display:block;z-index:15206;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:33.375rem;left:27.5rem;display:block; }
#vUbCAgCsOIeWiL3CDhfUAwGIGxh96J75 { position:absolute;display:block;z-index:15207;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:33.375rem;left:27.5rem;display:block; }
#KAeqrDKoPqlDi9M7pKbQqynxnc0XIe1X { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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:33.375rem;left:27.5625rem;display:block; }
#T43DaJmKvt9N3NDfSlAw03SLpwMXUIab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rEBBEa4sfZ69m2ffTGt84xBgZEV2FZhP { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:36.625rem;left:30.3125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd { 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; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container { background-color: transparent; background-image: none; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container > .video-iframe-container { display: none; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row > .video-iframe-container { display: none; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .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); }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container { border-width: 0; border-radius: 0; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;overflow:visible;position:relative;display:block; }#DDxi2ht4Qigy9Ogl9mU9LU4J93XS4rUm { color:#ffffff;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; }
#lnB6eOtadzMFI71dtHi4UtGri7VMpqMy { 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:0rem;left:15rem;display:block; }
#rZWhkLGTccbVlIsAC6w6Rsh92xRymHxC { position:absolute;display:block;z-index:14997;background-color:#17162a;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; }
#QzAHuIrqssrP84hWk6RQfmIMXW08DUfq { color:#ffffff;display:block;width:31.3740234375rem;position:absolute;font-family:figtree;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; }
#ezxlKyltpOT1UuoNFxLMH5wB65GUPedQ { 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; }
#kvohVlsW9UGhM0xTVK9HFrsyeAnxSnnn { color:rgba(255,255,255,0.7);display:block;width:23.1875rem;position:absolute;font-family:figtree;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; }
#BQCzQQZzsQJKsJUiLymhXGidlmsg1QsK { color:#dfddf9;display:block;width:13.125rem;position:absolute;font-family:figtree;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; }
#AWsIElFUZwmemcQE5OUeBTuTCJtHfTSZ { 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; }
#afhFhVbTffSrREpBZPkpLm0WeBaQ72AR { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:figtree;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.4500875rem;font-style:normal;display:block; }
#BQMo7XStZiCFLTQNuXhz4tmf5q71TLxV { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:figtree;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; }
#ZZzshVo6AUaVq5zFDBw6TKkhOS3xU6PE { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#xTdWEeFNAToTazoJxN93lSa69lCkTMfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgdK8P8XM7oBl2JBRksixhZFTaiAaqu3 { position:absolute;display:block;z-index:15181;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.56);border-left:0.0625rem solid rgba(255,255,255,0.56);border-right:0.0625rem solid rgba(255,255,255,0.56);border-bottom:0.0625rem solid rgba(255,255,255,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; }
#htWc1cDu0Ip1TlkRCEmFXUkE5yrQTwJ3 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:figtree;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; }
#hDTgaOgko1JnAlwxLc3yPFGp7TiF2H0n { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:figtree;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; }
#mvA130AQmRoiU3MNT0yTya9OKihxed11 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:figtree;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; }
#sEWVoTLZleKqlfw8wwJfHHRLsLp5bTIZ { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;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; }
#OeORUKd1ZBcLNVXANvqwTxB6PwigbUba { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:figtree;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; }
#DvgNkCqMv6VqUlBhvip0DyMX6HTG80wz { color:rgba(255,255,255,0.6);display:block;width:14.4375rem;position:absolute;font-family:figtree;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; }
#AWev6oW1xZzhvfZiizTqhUQHQfUXhCzv { 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; }
#TDZ1bQgEH4camL62IJ0XLdlVIAHTuyvr { 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; }
#HWPssllWTnU9QwzGn6JR9kXuETNIZKTo { 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; }
#vCaeO8L4B29osf453ZxchRT4THcIfSsk { 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; }
#y3tTw2dmX9MPcRmtP2UQW3gMrmz2cEOq { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:figtree;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.4500875rem;font-style:normal;display:block; }
#ETKZNWheqk3K2yx9g3tamwwL5ZeS1oXb { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:figtree;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; }
#CuBJLIQhimJi9bHum8VT9giqVZgic1m5 { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:figtree;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; }
#VneqTq98ZvkabdGICZLaT2EgZPfQJ0lB { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:figtree;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; }
#WB7MCnzftsAOxyDoCbrL3kwR0XnUqRQD { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:figtree;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; }
#TDZiTtbKEC3eb9dWT2g5VsauG8ET2Ixr { 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; }
#xSATXGyqtZEyk4TdTU7UZcGDE9vkRRyc { 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; }
#aXvKTx42ZIpvTLeDrdue9xUS7wM76XCe { 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; }
#gDtkmWOssPELfu8TP2o7o7ps2ucT1ZdX { 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; }
#PeCzuc2PSdvuchEhS9sbEv42WqPGTQiw { 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; }
#IlPFursD4FQ4kn6DSHHatMBGmziqw1qw { 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; }
#iTvNygE6gf8hOcForX7l5Ess0C1EpVFR { 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; }
#Wnlg6inoEUCfw3WWfpGQlEVUcWHpG1PQ { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:18.5rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#sebD2n7QqmeMtrFpTkUtugasAMZW0at3 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:25.13125038147rem;left:51.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#FcTTl854BAsE5ZIXmPmdTdRxRRwfl0Vi { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:figtree;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; }
#N8VFOQvvQoWaAy91ENlsAgMtht6QuUHy { position:absolute;display:block;z-index:15203;height:3rem;width:20rem;top:40rem;left:27.625rem;display:block; }
#kws7HbBP3mPXqNCqvpth26uOP9JTFaD3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#rk0X1IIu3ogLEnR6u9yOCzRzVUwxTKwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkrKEf1bHKIz7ZIs3uRTvvkOBmSohRJz { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#OZEWlmvteIcit75iaIOuS3Kqa6qrWwvz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgN2TTC2DvQuCh3kU7vAyMczveJeQDW5 { 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; }
#ZDGeGtnbFLDdK9qtutHsHBbZavG4ZJvQ { 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; }
#e8Ca5oAgG5JhE3grvgWCQe1FQL3LIVcG { 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; }
#AuBLuTTiufF9DpQlNmLVxMTRe2DiV4Wd { 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:#ffffff;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; }
#aQiNCTPNbNAwcVNNKwg4R4ulAr343B1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxr2XVfGoCUdHBLvIhP8y7QieCVKTmtw { 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:#ffffff;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; }
#iqet7rSCwyANnG8hXICTOnqe5plReM68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnUzKIyfwqlasHyLKRRETVt9r6u1zU1E { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:figtree;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; }
#ekyyfHZpfLfWxUbP950DyN2EBD2cTFP7 { 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; }
#gEeWPEIv0MpXOu7AXtTmncoEqoqoaGiz { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:figtree;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; }
#NZzPLUk705IUfSI7ZMGEhDUReU7dkQaX { 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; }
#QPwEQhuEtfCK4JIXh06f5KBKSxgin47q { 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:#ffffff;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; }
#uNVM0Iq9duulS5TFv1TZnfITPu92BRgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiL9lFFXva7GqcbtF65VCwKwgWpIlzmL { 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:#ffffff;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; }
#Mav95gxMSutHQnevGueVNKkTk3Hc8T3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk { position:relative;display:block; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk { background-color: transparent; background-image: none; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row .container > .video-iframe-container { display: none; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row > .video-iframe-container { display: none; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .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); }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk { border-width: 0; border-radius: 0; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .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; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .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; }#NaRcxLz3STBQZU8Jw715uFgWkOOQXcic { 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; }
#XRibRwvQ3fIUXpfael758TwFNhCLFbTC { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:figtree;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; }
#froTBi0oDOEApLdUksaLAIxetzf40qxw { position:absolute;display:block;z-index:15026;background-color:#17162a;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; }
#ccEdnzyV4h3Osf5JH1l54Ka3aKUBNJlZ { 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; }
#KupghWw9WoRV4DAT0GT480JrLXBvVx82 { position:absolute;display:block;z-index:15027;background-color:#17162a;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; }
#mIcUv1fbwOGniI1yTkwPOm6elTx5dz76 { 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; }
#F6TNhwDAxFr2rWZvmBDMGlreUTKvku46 { position:absolute;display:block;z-index:15028;background-color:#17162a;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; }
#Km1nfLarQBTqPEDN04wwBan64TeMoUDX { 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; }
#MGZEpN6vAmzqBSCmO3W78liAZg3odkxw { position:absolute;display:block;z-index:15029;background-color:#17162a;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; }
#rcOpMeSSPtE3sDH9e4axNmeeyfq3sIJW { 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; }
#WfgW8cDKisQ4NqIgFv6HDJOkF5CxgJC4 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15263;text-align:center;text-align-last:center;top:5.1875rem;left:20.90625rem;display:block; }
#LTs4M7VVOqm2EwR4lBuMk2xvgFwdwK6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3NMB3L7ZPfTExTVvw3tomqT9IPs7V0l { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:figtree;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; }
#OhDR0Z46qrzvgWeuV4MDCBmm6XBWnTCf { color:rgba(255,255,255,0.6);display:block;width:45rem;position:absolute;font-family:figtree;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; }
#uynMeLTD68UMwnSFJmd4RrpMJE1Z5DAS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15230;background-color:#17162a;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; }
#okJGoTv7toAX3JRQkcrX38Dld4toAzSB { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15231;background-color:#17162a;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; }
#Hoyyev6tEWm8Spn2L75FoiUCLlwfpC4W { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15233;background-color:#17162a;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; }
#NTbHNFDxzNl0PTewGpeWNh3rVzsKNwzc { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15232;background-color:#17162a;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; }
#xrPmI9chS3DRcJdQRt5SB1qMezzaxVgG { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15237;background-color:#17162a;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; }
#gSTxoS1a51ODdbbpKOmG56eUJBfi6H06 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15236;background-color:#17162a;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; }
#SxTJbIA4XFRsQ3a0Ty3XLlrspA8Dh0wP { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15235;background-color:#17162a;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; }
#qZW92OvEMJMuKVxdUmTvZAeg145If8Ao { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15234;background-color:#17162a;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; }
#yeBsJ2dMC2D3V6ZplmvStSN8RDpQAdbr { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15241;background-color:#17162a;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; }
#cog721wb2vRm6FiVn9QM4nt1I3Xn5PHn { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15240;background-color:#17162a;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; }
#aZJWxFzA2imqpKr45VbcqkQw0eDKNxiy { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15239;background-color:#17162a;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; }
#cRMG4d9PQMdqaK5JuHzuVxa6diHuIxVC { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15238;background-color:#17162a;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; }
#pqpShUQGx3saUZJm32wu93GR1OTvEFEA { 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; }
#Lh18a8T2el2MzfZ4ExW51TGUUIAAXAyb { 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; }
#PrNvbCrWtrTuSsem0gDMo8whJQ24GKbP { 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; }
#Alm6WyPPT7nc5O8ipyo0sbWX8CJ5Z9s8 { 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; }
#ioJ9qoOBb55Taf7dUZ3BeLZoE0wlysTe { 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; }
#fUWhhEIBeaBOVEWNFTDrW3uov2w3R5Md { 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; }
#r79e4wXTuWUK6inWfcsZ4Ooh7BmaTJ3F { 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; }
#CNQ9Vg6XTxqvf8RC77LeG1rT7ziW6F6V { 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; }
#a2w3tqJN1aHFdOeitDnTvEfAXBy1sNza { 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; }
#M0zuUzGK25FWTEeX9G9uieuRTD5uT7Mg { 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; }
#wWcIi7N4EyAz32RguukLCyWymTWcFo1o { 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; }
#ko8MH5UVFF2UnLQRKRO9SNr91dOTakFq { 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; }
#w10kJ8IaDucHDHgm64EeataBFdlLTHbw { 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; }
#KklZzJZnr6EAqdPOE9NRvZUSZAsmK6UB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#lhwg89IT2R8l3rXn7vvmrtBvOqr0997f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuNHeCrBvEqG2T9a6FvUMqJW5SBtpp4h { 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:figtree;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; }
#P2DattDbqHeorDuaf822bFPHSknnv5ne { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M05x2F7DLXOArxTR0Xdu1ODPOb0UCnEb { color:rgba(255,255,255,0.6);display:block;width:45rem;position:absolute;font-family:figtree;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; }
#SNWkwKLKJVO9lx53UcqpVXmx0kSvDm6F { 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; }
#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq { 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; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { background-color: transparent; background-image: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .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); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { border-width: 0; border-radius: 0; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#igpv8vArrmFnQEpTpWBOoAvWUUECIsSI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #24204a, #282352);background-image: -moz-linear-gradient(180deg, #24204a, #282352);background-image: -ms-linear-gradient(180deg, #24204a, #282352);background-image: -o-linear-gradient(180deg, #24204a, #282352);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24204a', endColorstr='#282352' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#24204a', endColorstr='#282352' );";background-image: linear-gradient(180deg, #24204a, #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; }
#TmrX0WFWigGsXwS5fJuaPuai6OdhEpgn { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15254;background-color:#17162a;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; }
#x4lXaUKGBGTTHhIc2Vt1b2FPXwxeAzfZ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15255;background-color:#17162a;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; }
#dRhw2lCvEmCmn1hSVyyts7TQQi5m482e { 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; }
#gy6kVaoV6v17QxAuoJFBgd5nNmTXTICM { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15256;background-color:#17162a;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; }
#udS91hEa09skvohMosa23Id183UFiaDh { 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; }
#dv00dOupbBDemvvCSmRAdIvKJrxpe31z { 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; }
#rIJp1TtgUXyVGSiAHDJpZ6ImF3bTKlZ5 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15257;background-color:#17162a;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; }
#HcucDbFpih01TfObw13rf78VKXh0AKAr { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15258;background-color:#17162a;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; }
#NB30zpo58KJ3UCitraUAEpGRKNiNMOHc { 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; }
#UpruT4ptCXLgxlQTESVTsOdoMH34t7NT { 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; }
#S2SicapLBCNF2lWEfzPNs2cfeam8qgvA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15259;background-color:#17162a;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; }
#tocJssXxFnrSwkeN0Hr39bJzn4cpA04R { 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; }
#NRmATPKZuDyIvvaJEOuSSuiv1uXlVcrx { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15260;background-color:#17162a;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; }
#ceN3ql4S8cT55C8Xtz5q5Xq3qDPn4PdT { 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; }
#JgcDJiGZ03BcWpV5Pp0ECcNZcmubFzsN { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15261;background-color:#17162a;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; }
#AIWWukNvVmc2XHK01p85Qvz7dOMgXs3B { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15263;background-color:#17162a;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; }
#LvevZuunTx0wtKUGa0RiG6SO0oyrMiMb { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15262;background-color:#17162a;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; }
#oT1PtMbUb2kcpFL7tPX3LSt8C6ySWw7a { 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; }
#Vp8vTc60d928JIZsbpI2z3qzDKwen09B { 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; }
#T6Omd6Q50Qi5g7RdonAho9lTv6sfGBza { 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; }
#HDND8nKT5oPIcwFbt8bU9eGJ44U4w6Il { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15265;background-color:#17162a;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; }
#TZfN66T8eTqRu2dWs4mRuqrIFqEvT4lV { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15264;background-color:#17162a;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; }
#DInD3dbOlVfGRT0ul5tKaMtd1sgDfo63 { 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; }
#fbxokgygrwFnmQH6dexiykOTQ825lIap { 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; }
#abh1krlv5irWzwOLv1msVQxsT33k3W4u { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15278;background-color:#17162a;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; }
#dXlNIWU8IFfNOmQ689Ccqb5ElLZgloMZ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15279;background-color:#17162a;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; }
#l8pJNaLVBOJ6UQlWH0mWEv6izJPaApiz { 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; }
#i0hCAb11b9pstZzUdzacOrk0T5mIiVm0 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15280;background-color:#17162a;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; }
#S1kgeGDaxWWfp3plBLvnaTaSXsPwuQ3r { 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; }
#ILC2sxx8aDVo2xexF9TWdVqc4kt4fyhG { 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; }
#FtGH0tMJgWJhwM09BKzSgZNVLOnBlkgb { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15281;background-color:#17162a;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; }
#F20a7zKJLo0EmdqIF5NcCXdv0h8yFJ0n { 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; }
#rIM5R5qgPALPTAqE9NGml5v37NFM5Tbz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15282;background-color:#17162a;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; }
#nyCWABEnest29mGQVyHOlDzduvS2rvF3 { 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; }
#rC6XgDMah4eq7ETpXJhk6GHH0TTn91mK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15283;background-color:#17162a;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; }
#TdhxT1JVpcokLZpTVy7AT7MmqppEZ0Bs { 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; }
#CWImpZq4zOfPnFMRoxxVrXIKBpW2tLfy { 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:5.3125rem;left:38.375rem;overflow:hidden;display:block; }
#LNAG3rTSJnk1Or2A7feWK2VgOQGHoG1w { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15285;background-color:#17162a;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; }
#Tw0AEnQlLISNK1zhO1q6u8Oef3y9BxPL { 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; }
#ex4qgm8b4Xotq5pAR6qDSoE0GJVanB3y { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15287;background-color:#17162a;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; }
#ilWRbn7odfa6KKeWNfGvmyBt4QMuClm7 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15001;background-color:#17162a;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; }
#a55VFKCA3AJEfL8Rp5y9gcBB6VwZC6RR { 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; }
#oFwDGlt4bb5M09MxVTpeXR3kAMnNb4hn { 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; }
#RvOhUNArlm7QhrTo9PggaAQ9RBISTQQX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15289;background-color:#17162a;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; }
#nwdszeMvKkbWqQ8xUVwdzQlQPllwK8ET { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15288;background-color:#17162a;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; }
#FbVGW8zhwz9Min5G829nBwPI9xRhxQKd { 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; }
#NTHgvPi8ynkMxI7nXd9xATu1Lx80dy7o { 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; }
#hLVc5oZyHETbq5i5oAkph3pIaEq7yOPS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15293;background-color:#17162a;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; }
#ai1TTyLGCvbF01FDNRfp98e69rNcLydq { 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.5rem;left:36.375rem;overflow:hidden;display:block; }
#BR1OQLGHUeCzXQL3V1JDTNEVk5cZPghv { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;display:block;z-index:15292;background-color:#17162a;background-image:none;top:8.875rem;left:35.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; }
#USDu3FJky45FvOPTc0nr0KPGvNz8CNwH { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.125rem;height:12.75rem;text-decoration:none;z-index:15309;text-align:center;text-align-last:center;top:0rem;left:11.4375rem;display:block; }
#UarixKWt2y9BOPr0RfSlNl8WRG7xJAZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhtpSBewTOQTGGQyDUeHbPRFewNs4HK4 { 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:figtree;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; }
#Vhg67r5mwQcFaQtt6DMB37TmTCpOaA1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6cXwfPTxk0eb4qDFZEg2CcAI9Tw18Tl { 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; }
#EL4nv0WXDeadrhn1m3qJWz3FRArkMJBH { color:rgba(255,255,255,0.6);display:block;width:45rem;position:absolute;font-family:figtree;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; }
#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container { border-width: 0; border-radius: 0; }#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK { 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:2.25rem;width:24.5rem;top:2.6483154296875rem;left:25.249633789062rem;overflow:hidden;display:block; }
#wBhrA1TrScDB3oD68rgT4QOPuyspVJil { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d26;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; }#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container { border-width: 0; border-radius: 0; }#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:none; }#c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m { 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:3.9375rem;width:3.9375rem;top:7.03125rem;left:39.09375rem;overflow:hidden;display:block; }
#bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ { 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:3.9375rem;width:3.9375rem;top:7.03125rem;left:23.5625rem;overflow:hidden;display:block; }
#SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#30324b;background-image:none;top:5.5rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc { box-sizing:content-box;height:7rem;width:23.1875rem;position:absolute;display:block;z-index:15001;background-color:#444769;background-image:none;top:5.5rem;left:21.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:7.375rem;left:29.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:8.1875rem;left:30.3125rem;height:;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; }
#M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8rem;left:45.625rem;height:1.95rem;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; }
#GPpPm27d9el1H9CN2X8FoyLNoToabNBR { 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.375rem;width:7.625rem;top:7.8125rem;left:53.875rem;overflow:hidden;display:block; }
#T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:13.374999046326rem;height:2.925rem;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; }
#hkbqMei970hHCUfUhCB0ZPRADqlBkdxx { 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.0625rem;width:11.9375rem;top:0.125rem;left:30.312500953674rem;overflow:hidden;display:block; }
#nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9375rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:5.4375rem;left:11.906249046326rem;display:block; }
#VUcRuKQmBtrXIHTggdgzlbo724HuydXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:5.5625rem;left:11.874999046326rem;display:block; }
#ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container { border-width: 0; border-radius: 0; }#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt { 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:4.125rem;width:4.125rem;top:10.3125rem;left:38.874218940735rem;overflow:hidden;display:block; }
#CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:8.875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:8.875rem;left:20.12451171875rem;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; }
#D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:11.1240234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:12.0615234375rem;left:29.7490234375rem;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; }
#xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6552734375rem;left:47.11865234375rem;height:1.625rem;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; }
#DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0859375rem;left:12.71875rem;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; }
#BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.375rem;height:7rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.875rem;left:11.749999046326rem;display:block; }
#b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.6875rem;left:11.874218940735rem;display:block; }
#KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XkOBARRrnK22TlTGsL9lV3lmPT6rVrkn { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:32.937rem;top:2.999267578125rem;left:19.869995117188rem;overflow:hidden;display:block; }
#vSMiuyudGzSxvymuBEA0G6dgeOk1c7mn { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.57373046875rem;left:29.3740234375rem;height:1.3rem;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; }
#ZJGSERuIPShAqcpyM7viEWnC4avUn6ak { 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:4.0625rem;width:4.0625rem;top:10.34375rem;left:22.375rem;overflow:hidden;display:block; }
#LEm7C2BfF4gl1AQ9QeqCoziJgofza3Tn { 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:9.25rem;top:2.9992189407349rem;left:32.181248664856rem;overflow:hidden;display:block; }
#wcDBsVPkGGKTI7H4T3S0ViQXy6HazVyg { 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:2.0625rem;width:6.5625rem;top:11.25rem;left:54.280472755432rem;overflow:hidden;display:block; }
#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 > .row .container { border-width: 0; border-radius: 0; }#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:none; }#yN7tsqhmdJqUmuaUVOkvMGR6KPRTFHzI { 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:4.125rem;width:4.125rem;top:8.0625rem;left:22.406250953674rem;overflow:hidden;display:block; }
#TUAO0C52aJIa2woJti7ycPcdQorBSNNH { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.625rem;left:11.874999046326rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RT5n2WnpCKXnxhImK8fk0VvKWLrkc2NT { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.625rem;left:20.124218940735rem;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; }
#lTkElq7FCSQABBKTK5W7RTqWTQtrkTx8 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.8734359741213rem;left:28.748436927796rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fDDs1DL4M044frRoINC7NIy6X4DJdMTW { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.8109359741213rem;left:29.748436927796rem;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; }
#GV7hO04NSqnxTRT3wr4DcrLfxAohWEGh { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4046859741213rem;left:47.117970466614rem;height:1.625rem;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; }
#KtW8u6terJeHEflfM2ItsdMfB6DkKQyI { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8359375rem;left:12.718749046326rem;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; }
#XrxNhuFaSeOX8yHEvr6nLH3Z1feCD8DV { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.3125rem;height:7rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.625rem;left:11.874218940735rem;display:block; }
#dB73DtLytMUuytAl1oZtuUCoHWot6fr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJbND8nQJhLGq08PtPWdwFIH6o3iQETq { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.4375rem;left:11.811718940735rem;display:block; }
#SVfXSfx9TJFugt263l4kygCO1czbzunS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMOPhPnuh8n5AbWrOnxWFnPlQBEUMgft { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3234405517575rem;left:29.373436927796rem;height:1.3rem;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; }
#nyDhSKbxHoosyJbBtXCMm5PETk2xv2T0 { 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:4.0625rem;width:4.0625rem;top:8.4984359741213rem;left:38.687500953674rem;overflow:hidden;display:block; }
#oQrl0uZRfXX1nZ1m4rKT8qs74i0EnU7y { 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:9.25rem;top:2.9992189407349rem;left:32.181248664856rem;overflow:hidden;display:block; }
#gtuwRnNTPAqK8bu4QcRbw7UIwTEXc4g5 { 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:2.1875rem;width:6.75rem;top:9rem;left:54.280472755432rem;overflow:hidden;display:block; }
#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container { background-color: transparent; background-image: none; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container > .video-iframe-container { display: none; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row > .video-iframe-container { display: none; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .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); }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container { border-width: 0; border-radius: 0; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 > .row .container { border-width: 0; border-radius: 0; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#ZJ3UsXmD4LOprl7bmaQMqUJKpptMtsSP { 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:4.125rem;width:4.125rem;top:10.186767578125rem;left:22.37451171875rem;overflow:hidden;display:block; }
#b5HWlQA5r37GcVAibWxGHcDdXCEv5NCn { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:8.875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dogWRUbFrh1366c8NpWJsKnlAwZobpIr { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:8.875rem;left:20.12451171875rem;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; }
#kKW85nJ5DtyEC5SDpo5BH9PZKA8CreiC { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:11.1240234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#C0i4k23OyFcdSS3uJ3kVsTt6ChUSEIMT { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:12.0615234375rem;left:29.7490234375rem;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; }
#eiOPTTWJn4TfWuEBSyCMxvmfzwKC2AZI { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6552734375rem;left:47.11865234375rem;height:1.625rem;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; }
#iRR5U4kVwWaB9S27ReumEHykwowE7rQc { 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.375rem;width:8.4375rem;top:11.2802734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#SoSKLvv0pi5n1GtoC0wdULPcinO8lJxc { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0859375rem;left:12.71875rem;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; }
#oxOfxxEHMdZuywZmrBCaOdIw3T1nXoAk { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.8770828247069rem;left:11.875rem;display:block; }
#AhR0sxzUF7bJP2hG8w7FKVF4ZC5RWqJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHD6TErH5prXzh7oMKosx2U4GSVeK4K3 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.6875rem;left:11.875rem;display:block; }
#kOdFqln6IGVTLLxwThSKWilo0PmHMxzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzqDphXxG0rUWxxNvv3X2014fNUIbX2R { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:32.937rem;top:2.999267578125rem;left:19.869995117188rem;overflow:hidden;display:block; }
#usGblJPMc7G31PuyTo08Esg0OTQaSA1h { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.57373046875rem;left:29.3740234375rem;height:1.3rem;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; }
#RTsU1Bha8gTCRRlm7y5D33F7pq0BZAoc { 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:4.0625rem;width:4.0625rem;top:10.748958587646rem;left:38.875rem;overflow:hidden;display:block; }
#k5bxuITwJmp5k18q8UvaMPrq725BsLQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k5bxuITwJmp5k18q8UvaMPrq725BsLQG > .row .container { border-width: 0; border-radius: 0; }#k5bxuITwJmp5k18q8UvaMPrq725BsLQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5bxuITwJmp5k18q8UvaMPrq725BsLQG > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#OSKMfh4sXXEEBGemqd20rAiqtgqTpL3T { 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:4.0625rem;width:4.0625rem;top:1.75048828125rem;left:38.43603515625rem;overflow:hidden;display:block; }
#hB5TpNnsPalJPqyquHekbq5D8MrDwMld { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#b7naIke3uITcTy4w3wN3LiJ4MprWD4rr { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Cp8BnqWTOnkaopq3wzm3v2eudggJCStQ { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#e4AMkJFqOIsz5km7iPT5Dq4GLZckUU8o { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DmcRQKtl54g6euJGbQy8M0aMWdktXShP { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;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; }
#kPCfZLPDf4ad7UWbmiodTAkRwSTpy20v { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#nAqhePQkhGkD7yqz2Hs7WfVNVKykJJQl { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#v2ob6GJhDyx2e56SpziTWsOtP74ewu2b { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.640625rem;left:12.62451171875rem;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; }
#BRqf62X6cEyDEaFC4DiNDasSy7rthBLF { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9355625rem;height:6.9980625rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0.2822265625rem;left:12.03173828125rem;display:none; }
#gf2wt48azS0r6cKK2CJAJ9wy6zbs7v32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UT71pzeQrCzVxCga2zRWTnzGle8UG4T3 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.18798828125rem;left:11.8740234375rem;display:block; }
#hCqqC8qm2mTLwesNRRuTSPmUrht8dvNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uTpfLsn6ZARTw7PEsisw3O095Hwsdr5X { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.3rem;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; }
#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH > .row .container { border-width: 0; border-radius: 0; }#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#aRl3bM2CCB6wEPf4pLfelfqNKRVb0926 { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#sTdPgn5eMwU0QdThPMZIF16Rn1MHxkJR { 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:4.125rem;width:4.125rem;top:7.4990234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#usTaDtinubmBPe2Zr47sbbGuwDK8Neu4 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OcXm7afW6nV0oz3XBc9ZtWAztCatXReW { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#kOnJRCfTa9LcNapkhvROqtUZKpAlJ55B { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WBeHWF3Goh8z000hoksopyRf3uAtBdgR { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;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; }
#cfZLeGtRPPWQ0vTvvtQyp8J2IPn5Ei8t { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#zuTTg2ACehmAWFnrQAdIhFH2CGLo6XBN { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#BBiUT3w6tFrcMcQmDEshHReSfCFb9lPD { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:12.71875rem;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; }
#kA7QZePT5aIhRwD1MCferFxtR2kSHO7s { 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.3125rem;width:8.3125rem;top:2.5304679870606rem;left:33.343750953674rem;overflow:hidden;display:block; }
#w7X4p4J19FE0Xw0TtIWAl21cEGBt8iwS { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9980625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.25rem;left:11.875rem;display:block; }
#xLDqu81NM1B3I3kZKTnZiGxU1OXLbrBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phVF59pUhUXWae4tfEDHE5W0BOzV5TFJ { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6rem;left:11.875rem;display:block; }
#UcA0KEqITa3FmduZTEMHCxJSte214raH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uf1ruUWiXkTTcKy1vJL3FlKSJltcmedr { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.3rem;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; }
#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV > .row .container { border-width: 0; border-radius: 0; }#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#xet9M8x9VkkUqCyu93PTqqBevcdAW4IN { 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:4.0625rem;width:4.0625rem;top:1.75048828125rem;left:38.43603515625rem;overflow:hidden;display:block; }
#UTc202fGbTXGkHQXGWh2PEEZLbTHiXdx { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#S6mApKp7n53IG4TCJZ4lVkthOsUvqOla { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eIl5UkkmWTgOamqzhTeVXWpPEA2r0bKO { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#VP4eGM5NF9QGHsBxbhFxX6KCFX5Dw9AX { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#T1TSDXxFmQrzHFC8re3eEkI3ixiUtPwM { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:1.57486875rem;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; }
#zouURSdo34Wy298LZ48V3rI6m2qq6KqT { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#qnHnu3ooG0DSdILA6hrPfZKmmGIIuaDX { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#hIuW4UQxnMeR2eg0aZzOvMgJdzw6F3tb { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.640625rem;left:12.62451171875rem;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; }
#SBclcT9NuUTNTsDwkRu5aTX24ZvO2VJP { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0rem;left:12.032291412354rem;display:block; }
#h5y5MLSkC5LsA8e4WlOJlhoJxAGrE0uU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQD6y5QhRNKiR3ewG8n35bKdTLBTbF03 { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#P2XxHJz8Ehib1UiIWFBUb3FUHTHvvClW { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#ETkRSGiNZHHMW4U0FV1SWfk1vOJXGTZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGIOWZ822m061AqANx0StgNnlu5tMnJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zGIOWZ822m061AqANx0StgNnlu5tMnJC > .row .container { border-width: 0; border-radius: 0; }#zGIOWZ822m061AqANx0StgNnlu5tMnJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGIOWZ822m061AqANx0StgNnlu5tMnJC > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#XGSbwPhaqaJ1smHqSs2aq6vKwUtkBLd7 { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#XmOtxs43Zvt2GwkgJHTmtyP7bAMThO3R { 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:4.125rem;width:4.125rem;top:7.4990234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#RQKRoOx9gci1wow2JqAIxpCyzTVJu8Tw { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JKUoL7ORV5oQeJkTTbmlnKhhcbP7hRZd { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#bMUC18xKTJoDIyq7rXxDf9UmkrJQxXO5 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#y6aSgbfypHqe8PqRB9gwkTTlEuWb9Fdg { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#y7ypMfAgIxpU6rSOFmu5UZ5G86pgkfIc { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#lWNeKkTKeeuLFtfCHeEkOBDIU7gvrwh7 { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#mSHqefFO523EnITPw4xFSmTVgiFTgg15 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:12.71875rem;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; }
#uSoqJKvwPUXIyH2Oo7gIIFo78qatLP5z { 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:8.3125rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#PsBHEGrDEQbXBE6nATXR1z9eOaAFbQfE { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9980625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.18896484375rem;left:11.875rem;display:block; }
#eXafG970lc7UAb8izlTFFpGvJBBM9oGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kR5zMaVW2sWkByQ3rXtMd9lQSGlvsJdp { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.4990234375rem;left:11.875rem;display:block; }
#nJdPBl2BywZkfizWsNdaAl3XJM7LMVhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XC9Hn4NVeTVX0NRQx08SMngLLVIeaWrR { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt > .row .container { border-width: 0; border-radius: 0; }#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#Nl4NTrNomfQ9Tqzd66Cie4Bfx4NJgI6O { 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:4.0625rem;width:3.375rem;top:1.75048828125rem;left:38.43603515625rem;overflow:hidden;display:block; }
#r0FVt0xvQVODCWgU7ODxObZ3OyIypQN3 { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#rAdPbBKozP8ub50HDlIzuGpGwdaE6T8M { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UMehmwCdTeZdQkkDQRbIbpMpW8rlK12g { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#Gny24OpOeqiiqoJhqharbLW8hDDJNhE8 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eF49NLQyET7wSWb6ToD7JGHv7EHntpi4 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#huTUpTeXtAQKsFiGwXD1rexaf7LZUqU7 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#plnJS6MfbnZx3BeCCTv3WM88ms1PcHTX { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#JCTqUx3odMIURJEqV389Vokflg6LVzWM { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.640625rem;left:12.62451171875rem;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; }
#UEArTpAu2QFLwDctF6SAMOTL4iLLVPvh { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9355625rem;height:6.9980625rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0.2822265625rem;left:12.03173828125rem;display:block; }
#TOMWf61TgbXPkr14xUHlAdyNQQFLBNA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CR3leZAP3NeqLsEfLIVrMQlTAvSwiQV5 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#KcwbuFpLSQcHaW1kS42NGwggzOq2r9cs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dB1seTpQtgC12hIE1O9gOgZ1pfT0UGZC { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S > .row .container { border-width: 0; border-radius: 0; }#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#TDy6QdSsUyLbT7ItfIxfXsIC7D1GnfX5 { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#xoCEol0d7xZTZco9L7TVAwAdPpzF9aZW { 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:4.125rem;width:4.125rem;top:7.4990234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#gwNb9lto5s2slMv5NfwhzmBRHTz9QXGr { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OlC60uLyeuTxuLJ76PpxNtpdriVMBv0T { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#fll5H8Xqrc9TKS5A10rD1lTFqisvhtUs { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#v9fvaZWTk5c8tX2X7CgbXPvAFAaxwJEx { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#p0BayCXtr5UVBch300E8QS61wRC5DxI1 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#Tk8psaKPAR5VfTDqzBE4loaCTyqkhs8T { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#lAqgM3fIux9x56MRpDTDLmO15PHNBPqX { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:12.71875rem;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; }
#KvSNgPVXft66QIuzPqbgDHZpC6nxIO1U { 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:8.3125rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#UyiL6P5iBPyLJLs97P6SrRaOtIOaGGNq { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895885467529rem;left:11.875rem;display:block; }
#t9ccw2yL3giHJXuWZBW4FeCv6e8ci9wc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2pbkBAII9ZpZFozzG9ZZIUEN07Ae0ZV { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.0000057220459rem;left:11.875rem;display:block; }
#bDluto2nbFmPn5RfTJVh7CTf7BL1Szuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LG2HB7viFwnMoP357Vmmea8SDXq2FwSr { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI > .row .container { border-width: 0; border-radius: 0; }#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#CZq1uKvvNQ5wmVxo2ZRZTtTkvQ4ugzoX { 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:4.0625rem;width:4.0625rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#ssF5WtCqIJDr0lUSSx0UvH8R8D4MpuR5 { 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:4.125rem;width:3.4375rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#d69I74UDyfxl6Qic3zZXWnzgXkAC6MTZ { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#r0AelNhrDSdTnuTDfgAMmriagBFQ4cxr { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#CgCDsOo4lJFyqxiLtLgF5MeFkI64xRRh { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ccBBTiytDzrm0oQFyf85E1uJLD1wG2RN { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#nVXA4Gw7TIwnpCHtSPSsSA9yy2sy3WCh { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#LPalCPI95Vo56t4OdalAl6DoTJPN7GT8 { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#FH626J9fRVfAt4xBCW3ugUWlcpd6XiMV { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.640625rem;left:12.62451171875rem;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; }
#euOpnouC89xiaZMyR2IZhTBRCKJtJ53B { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0.25104141235351rem;left:12.032291412354rem;display:block; }
#k5ZTMccvIOxmqlSkLQDJCHwumEb83H0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4tL3JAIaKfRrTcSEP5vv1RQFgW8OEZW { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#ZnGaDSrGVkOH4bpGTDUuNpcEWGR7OFgE { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.15625rem;left:11.875rem;display:block; }
#z6vEypRe8oagrAzQN2kE14yHzwUdCMEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL > .row .container { border-width: 0; border-radius: 0; }#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#h8DWwVg6Xp1sly8IyOZ6fJWSRvGhZ2Je { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#yUVpvKMmUIFtFAHFEr66vyhJPiac23xs { 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:4.4375rem;width:4.4375rem;top:7.1240234375rem;left:22.18701171875rem;overflow:hidden;display:block; }
#hGdH0S9n7tJXGJ4QGZ8uA8JevyKe48Cc { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fJns3Btz04SJTkTL7544rZW4m10pHHe3 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#twqufq8T2zNuuCmvKnAmsshm1FhSDCxz { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#uM3LImNVwd7f6UqR79MCx8mnpRRbEqA8 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#qIQzwFlOKVapDTtz2fmsxNGMDP3DFLg4 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#TZdzg85AxFRTt7QqTytv3HqsXTLzFto2 { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#NKNDan93MMguNVTeOHhZsK1TLV6ve0VD { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#HvoNAGdONKpLtqGsn2LW5nKtBrTPb6ee { 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:7.875rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#Lpfka3EWnpMgo0XoQJbtpHqTZgs0HPvq { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6rem;left:11.875rem;display:block; }
#GS2MSG0W0ZwkGZILHt053t5TvndcSOVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdAb62raqmNIQqJDkFeg6Xc4bB3ZmvzT { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#v1EGXynPXlW6d8R6JDZBFSwffcOmHeMH { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:6.189582824707rem;left:12.032291412354rem;display:block; }
#F4S3aMIOf0cvC0b9n60u5weff5WoSdJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA > .row .container { border-width: 0; border-radius: 0; }#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#uHvaUMxsoiQ5T4Qnqcu3V2wQCX7RFG4J { 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:4.0625rem;width:4.0625rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#kNHo3dfC0TryuQxGI5194bVUnTahbUt1 { 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:3.4375rem;width:3.4375rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#aX2MNTOTa85NcQeR3aoeEwtAi60K6BRT { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rT0HvLoq18Q4ouy42aO9EDqykBHQyVqF { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#AyOJ8VNzXL0BKrDlQWBreLQvUQeHWRET { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GSKlv8yJAvN7pNG4aeJVm1o7ec8F2IAz { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#wcB2ktefsSQZnWpsVnO029nKauN3H4NP { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#UZJt6N3QFdcVlQW8D5O12UZ6d8SVVDub { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#KCxUNB7o3tc5R1f8nLnn0DQJ9dG76zVU { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#APwyPgWm5rv5TPVk07tzpRQmNFN0nosT { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#SAMxWi0lnZUd481TwNiKXzi1Gai1WAns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxJZ6I7TTFqRBxZdV95ph0cn8N9sFxiT { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#ESB7pKwhCFQqo4bo3bDGQBW0a8saUvT0 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#SH8XgDrUaf3UvADV12Tq2SikNGdClQuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT > .row .container { border-width: 0; border-radius: 0; }#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#lTBqrrfI0VV3iCWEkIcU3zQ9pdFISeRV { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#gBUl8c2xIeoi8h4a1g8AS0qPFCtNREhX { 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:4.4375rem;width:3.75rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#LKy74KXMCkdJAtxVR2n2NfgN8m9ZfF2M { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NI0RKJoewx5DGJAWTINa2Zvfivhc1R8f { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#NbA905wZRTrT6QVDoT0IULmB4GcgTzJZ { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#qNufmEUiNPkkJR1cxqbOiDQxkQimWMoa { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;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; }
#d6PopX7XqyvBIJ9mQEHGXxBTVzRcHDrI { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#RgbFv3zqLuXzkXfKSEXn42KkQSFJL31U { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#LWc9xyzMMwBk2R8hWnMGGOF50mEXkV7f { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#BBLXm5H4LWaaSB6gkRZLuhTOMQomyGe9 { 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:8.3125rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#PfixXTlreSfCLhqOqhTVB9SgmEDkBmFK { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.189582824707rem;left:11.875rem;display:block; }
#KkTRgcqPTt4yzFG8fnW3J2A1CeW8gRst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozHkSm3bBReq3MTP85TCDiALU1Ly6Qu0 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6rem;left:11.875rem;display:block; }
#r6p6q2oqxqfRQREos5me8F3XuRdyzATB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zh9SZmok2ttFRmvbMQ51Vkwn1JRVJWyR { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK > .row .container { border-width: 0; border-radius: 0; }#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#cAGbLtUIN65QbyDGRVHV2J0rWAHycHdN { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#svfgJdrytUh0DqkT2qkBBRq6pJbWk2yk { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#zdXGSg9aOXGO9HNyk0beSx8htGAhpQFB { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iTxWa9aNOKlXsUJ0IEwonzXv8DBl0amF { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#XadFor9nQm2HWzLPL16JDwC1FIr2AC65 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Abv3TnS1l3bGit06NIzQ6uhfy2hT4N7K { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#bWCp855TnmSIhMkUkpWe0p1uE7gPLgy3 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#K0oayzuycRtSiTU3abykTKskpMpAD5uC { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#l8WSbU6b3wuoImqn2Z8oFWQzMdJSmKTH { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#TJlprdayiiE8blO0VagrqmndntGAOuPh { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0rem;left:12.032291412354rem;display:block; }
#t56RaDM2lbNhvNGqGaOrB7efvOZgMOdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUB57qHJTofoT9zH1lvT2DpASpJHrP18 { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#DZ21dhEgUqtlQQhApD5Aa7CX9lwOnikG { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#FaaTygr8pOmPf0b0sf2trWBZyD7OJpmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT > .row .container { border-width: 0; border-radius: 0; }#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#HU29Q0JTlHqUPs3FfrmtJTkhrGFnQEiB { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.18603515625rem;overflow:hidden;display:block; }
#TLz7WSaDDuXHaFqFMArp7eMQHZIbXs2s { 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:4.125rem;width:4.125rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#p9fgfbWAsBILdJbTBEqPmPLX5PFTVgUm { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xuEalhnU5gBwr7fGm8nV8dqEsq47oREC { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#GzSLi0euSRXkb98IMqtgeWExu6OgV3CE { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OltMGHTu4HlTOfVmaaD60VQaE60TdR4v { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#dmULis7DTRvqhGF17cDmwp0lAKPyakN9 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#cIGIMBq2Z5tJAkg9yEyt20LuQn5eh5Vi { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#PykLIbtdPzLfo97HPkGuOgCtVEyPCeVH { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#EfTTP3ELuLDwJ8V3gThCSCH9U5KRZdkz { 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:7.875rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#WwAf5AyVNSvVUORkL4kRQks1fIv3B9Ag { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895751953125rem;left:11.875rem;display:block; }
#LMAcot0KaA1btyNNGnZ2TuBVtmA4yFem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wccmFTDaZSML4OKhcL5n9OXKsfNzM5hh { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.9999914169311rem;left:11.875rem;display:block; }
#KmT4rLmoiu324VCESU96dvdGgxzQSnKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcrESVCI7pUqAVsSz3BdlpaQJD9y2LZ8 { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#BDWEd6JDxWG2TVEy5hnwZZhAXFGvgIlX { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.187492370606rem;left:11.875rem;display:block; }
#T4x3AFEpDCk7wHAqsh7Lw2AJ4ZHuKGyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK178vekKqktDVn6zCDByguZlsVHoimc { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:13.187492370606rem;left:12.032291412354rem;display:block; }
#MCW03wbSDdcEyNRwwWDtMxhh2foALiFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq > .row .container { border-width: 0; border-radius: 0; }#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#EyAmqEVVHMDg3MDJGHysgznE3gbKJzDw { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.49853515625rem;overflow:hidden;display:block; }
#ETKlpOmo7AJk2Mfz0W1DGUkvA9Tm2syd { 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:4.125rem;width:4.125rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#mBVNv20mLIHG2SFtJ4NxOdXdQcqaKDod { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#J6i5akhShXRTJeDHHa7kNeF23TLQJkPf { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#yc2N8IQ8xy5cLGbvXmtDOThldpcfTwHP { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#u29FtwgamWqJhxQSngNMRzgJcPgT4EaH { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#JtaZC7zaxLmp4STTzDCKHaIadI1XbHzQ { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#B70BQ1CLk0xhTLLxrv9R99vUQF6JIDpf { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#T2GHBeXJ2c2JsJG1wCA0vRq7RSKQatew { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#ivFIaPL5y47N63GL4L4X3I5fEm9qwh15 { 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:8.3125rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#GoJlTkR4my0oQnlOykKcwRlXUH94cGZw { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.189603805542rem;left:11.875rem;display:block; }
#qufs7NMXd4TXiiqqhZ3X5mqUMGqLSVxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbBAN0VxEexotWwSfii7yHWDit8km61i { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.0000209808349rem;left:11.875rem;display:block; }
#Tb4pHv65zSW88pwpOvZ5ORQli6D6rTnx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGooKHVpOQbZ2xsmzfCGiRsBg9Ks1cAe { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 > .row .container { border-width: 0; border-radius: 0; }#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#REPLdfC7m6wTe6zwPcLbWincUqSb8Toe { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#FnVdWCx2hyoanlSwdHAFD8MoWhTHxEpJ { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#E7P0HHJC0mCJGPVqKfpi13CklgU13ZMi { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#n3Eas4EBW8ZXSJAT4PK8XRgEnrCS4O9O { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#JTF7kUR0WTttXTcyLdaUn78clRPOxTLI { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OzyS31ERMLEo7vlCW31AbZEhWxkJigQo { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#GW8WlqwWl1CUa0grDExDl7hARnDQdBls { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#zutER1lq6lZ31n5AoJ6Htbgv77uwkg3b { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#A3cNGod4xhbpm54ACG7huvPHEVe50JV1 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#DA0rXbVNmFrswoX6l6LoFMVp8Ltz473O { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:2.4795532226562E-5rem;left:12.032291412354rem;display:block; }
#uKpbhx9iivyoKpg9uxG2uSpXmE9bAatv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8WwqvQgp10U1vwxmP3vf75Zli346AQB { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#rG4H5Kk9REMqusgsl51eXaoVStKkX3Mr { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.4795532226562E-5rem;left:11.875rem;display:block; }
#JXpcGmxNs7KWZvZfbwe7K5k6tPItioEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T > .row .container { border-width: 0; border-radius: 0; }#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#TWTs0aU8k3OnLVCMEkUQcQRe69vTUf4L { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.49853515625rem;overflow:hidden;display:block; }
#tioIMu1WgJkb56q1UiVpDNEteTVKLhcT { 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:4.125rem;width:4.125rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#DOWwQXylGwdTgpWc8FeEfyB8JuUMkTuS { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vR2xhTtR4XgD2bJCvAV0P6VKovoohtm7 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#A7KwVZyOK28Q109LWSzuOmFlDOrCRDxb { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#aJrtXzTvJzLLUKGBsMJIHz75GQxeATpI { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#TB40Lioa0UZdZJJNkmsKC6ud4w7MT12o { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#fk5bWV6HImxAhobIfebe2f9AoULzG3rP { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#VykkasU80rKtc3gTWiWPEIeBRnMprDNp { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#y3vDZQ9nAi9BlSnQcK39InOJ9U7RAyfq { 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:8.3125rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#pUibVTlg12BvRPxAVh3b9yPQXC4wnvnT { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.189582824707rem;left:11.875rem;display:block; }
#g9KxgqmtFrtvZsNFAoqFIHlutb1xXbHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BonwQbxU6GKtfwyNNkkh9Vn3dfUxsQUn { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6rem;left:11.875rem;display:block; }
#A3ZL6N1yz2ktAHyTmQZ13d5wDXTBJMlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hca24QzxM75dpUUs3TcpT0Vbit4Rtr1Q { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU > .row .container { border-width: 0; border-radius: 0; }#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:none; }#QHJVpcOgdSzdVI7e9C6eJD0sG6nKnCml { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#ATmdE42CpegoZLMz6fDnlsKtB1vQ61ck { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#SkyVBa6KaSBZfHytz3SQuE3H5pI6m2tg { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PqTOf0T79SF4TwXnqTUMmUhsDaVHQoHh { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#WpB6CVR7PBwJ4D5OrFLmSvEolnt9Oxyh { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#K5boysBFa9FXgXu1XNsx9ku8DZ3rxJhH { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#QAafQgXXXBHSb96q4zchM2zgD7lHUhPX { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#JBb9ENm7Pu4OoGpm2sWVNzMiWEfhBVAs { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#ySILMyA4UOZ19ARrmUaopxxMyabhLHkb { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#s2IFB5vEPtDGHk18a2d6E3wbN2GJOTsd { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0rem;left:12.032291412354rem;display:block; }
#hN9fHyHrm4WHHksoyQTHWDSWEdZKBaTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOCC6RXFy40xcRQ4Jdx6xzJoXVidvoeR { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#R3Gy3zK34rdPsu7HTCzAiFvd4P19wPTC { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#ZXChEJwrEn73yPmQv4SLiXOkO9wBe925 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV > .row .container { border-width: 0; border-radius: 0; }#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#n3f4ecle2oMDs5fl1dfzw00G27TrylVg { 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:4.5625rem;width:4.5625rem;top:7.4990234375rem;left:38.49853515625rem;overflow:hidden;display:block; }
#CH4GQs98dlMqq8Eu02e2NIEfnNlxcKpn { 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:4.125rem;width:4.125rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#rsKdA4nF1TpH9Xlv7b9sNRQ0BwphzAI7 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875247955322rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vNOHZsseyNRAtDNpalDTSplz3fc3OzvM { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#T9NUs9GPyUxt76DK1kogZTNbxTPrUGuv { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RxWgcew7FrczrVrC9us4zTu0cqeUg9W1 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#BSIqLyVPBofIdPxZbloISXyEnV4kn0rG { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#a6BVOz5dqUHLV0TCTPPgUpxrUMHtTHl7 { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#CKWKTbMaH7l1yysaTTUcbGTShnkFO551 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#p262eK5TGPCPaCmmx6RO0l2F3seByXmF { 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:9.25rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#TkUE19JNSlHNoaOUpUKeK8HrLgwntVIT { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.59273147583rem;left:11.875rem;display:block; }
#Pf72BXczLJwuz8g2kXcLrO99TfRxcobZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXQqOADTclV3DXoTCAMRJl5ds70u7pqx { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#BOPc1lrd6A5vUkqZlA0flLqmh62EpXlE { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1896076202392rem;left:11.875rem;display:block; }
#aCcO5DwqslaxFCJ91vDo9e7yJCP8vzkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq > .row .container { border-width: 0; border-radius: 0; }#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#W8A8HHuo2ZT0qn2ZyyreE7rwsAxiOTTe { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#n5gxAOydxVRcztP5BZ19UhJlXu9tNmum { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#aeMLTGnRh3AQM35qesLGwAGaTuTPTQ3S { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#O6HUlqRMS79zR8WqSAFa6cngaQUl8t4b { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#eO5BDMQr1USu4UzJTFoaHipM9mzlkvW2 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AQqQJ0e9aRGVlpoofaiz48wRlo53mBw3 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#UAM1iG3i98cZ115tKp1PXVI3ZxO1zvO3 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#y8DVMlMd81b9DHEdiPwsn6Ie7AkaGhzR { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#b6c5rPwARwBXw6BEfZFaUCmenbRRt3Ls { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#VsnM9Q6hTn1BTai9rdtltZZ9D7fo08LA { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:2.4795532226562E-5rem;left:12.032291412354rem;display:block; }
#fEXXMhbwveqmZW4THbEMLkrhzLnGZvB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sypGeSlRB7eli4QiLm0L0uSTsDxKwE23 { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#UPzoLy1wusgkJmo5xlgWUsMmiHWvy4gX { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.4795532226562E-5rem;left:11.875rem;display:block; }
#UVSU1oo11GhOJzRaApwVPh9UCRRSExOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv > .row .container { border-width: 0; border-radius: 0; }#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#Lkc9VVagioTCc95PJu5fyqz4ZLZX3S1L { 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:3.875rem;width:3.25rem;top:8.0615234375rem;left:38.965964733715rem;overflow:hidden;display:block; }
#eyXyHXWVLwqmNNqfsBLEPHsK535V1rf0 { 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:4.125rem;width:4.125rem;top:7.6240234375rem;left:22.37451171875rem;overflow:hidden;display:block; }
#u29Sq92J5MENNkkipJBfqueRx8Afp8uv { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xqemGZS7VT5NFb2NREazn59HEZHKzhzA { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#gM1xCr8V1TPyO5IlE8k50FcKE2nLoZaD { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bovh6ETzfu70J8i9Th1CVBfchLG3g6N0 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#bPrXFT9tfAnhNPzxOIcdr8gHvxXK1vbW { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#dhqTToh2gaOOslxKglnUMDzpnXMaExKK { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#kFNVxsShqBmULb19qPNyPTtdJh1OKhXW { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#MLGOCbqSrtIp4vlyBxxycQHKsW26Rbtq { 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:9.25rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#xaIRZrQqLmuxKtdoyihOGVporE4yDKvk { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895408630371rem;left:11.875rem;display:block; }
#SE6p45GGZQTbFPA5drS8pnc3kJEevgXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5Atp2GLeghex1p5gZTQltPkEmuODkNO { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.9999561309814rem;left:11.875rem;display:block; }
#DaoQPEqxoDRhrVmwq65sdGKAGpWySPgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSJtLuKGlxOhMxU5hTXovah8QTHb3R05 { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#iiilH2siHXwz76Qm7la6JvoUgF3rJeF8 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.187456130981rem;left:11.875rem;display:block; }
#vgl0xbKsakldeA52xpzMJpQWHVg9XvHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf > .row .container { border-width: 0; border-radius: 0; }#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#h2oxW2xJTf3DGXZVJRq3pTh26RfGzg6T { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#kmskIHtrkletuu830GRQWnnOWBeBkkFp { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#dKrrWpE5PAtbMxGa6ZVrC1h9L6VafAwT { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xBXevPwROPdD0TgmyOeTOKA18cbBnGR7 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#NCHWr0AA0Oe6vdbN0U4o7fOGn1ynugWP { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OOSqkJq9ortIPAnpMyeOkEBau0LTLhvw { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#aNEN1XGKKsZGopeI8iOT6wtVCmd5tKs8 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#NzN9Pd33xcLlzDgFmT1yUppypCRgrmcF { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#LAF8zXeidK7bIIxiAqk3AHm6LIyesrzJ { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#a1BV0lisXJw1q9efFIRn1lnshCBdV5Ld { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0.25099945068359rem;left:12.032291412354rem;display:block; }
#XQa3nNH6kLoGpEU1TBCIW5LMldNhqFuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeSi0xe0dgVh9TmDdVhVBZOmxOyPA0Z4 { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU > .row .container { border-width: 0; border-radius: 0; }#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#hE3qKR8f4EfO9FqiWdKTwUpLOVhKouLS { 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:3.8125rem;width:3.8125rem;top:8.0615234375rem;left:38.9658203125rem;overflow:hidden;display:block; }
#R3TrpOBFyuZnIwOkRTE2LCnWyCxzTeaa { 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:3.75rem;width:3.125rem;top:7.8740234375rem;left:22.58154296875rem;overflow:hidden;display:block; }
#s8JGaaplNaEi48uAWJJSTVGA99eKnHH7 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BMvEyHobHU6nEQbiW7ATUmHTUn1u67D0 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#PqHRH26S6wZDfT8r2iRNBalVpsPZk6Cx { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RZ4p3993TlLFPVMCFqyalybs2LImXHRm { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#bP93EDw8xSlmRXA6T1egCn40FM471fqc { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#Mzr0I1TqASk6fBoOs1aixOLkR012xaTW { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#KXQAM8LctsnsAXCFHR9d4bD8NxbV7gTz { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#WfqpwJJbl0XB1QcFUHSSgu8eisUhAgtB { 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:9.25rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#ovR72TzVZbqQxW4HAUiW0qngImkPIPT2 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895484924316rem;left:11.875rem;display:block; }
#iTBKOgohsrnIc80DMSrToW5nBU25pX2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vb1wNKtI3H3lM5JRV8pZXNxdTi1QqSXJ { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#qDkGrUDme6PBRBSWJJFEcPkb08FHcd0T { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.3739242553713rem;left:11.875rem;display:block; }
#x1ms9xSRpKsztxSXp6L79Fnh528MV5cE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5T1aJSfkqJzsow1ZutXQZ6tRXpvTVvS { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.187465667724rem;left:11.875rem;display:block; }
#xRlZil6cETZCSOoZ6fzbtWPdFP9UxmEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pA2TJSLfso1b83Zkf65qDtTtUc81gfkV { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:13.187465667724rem;left:12.032291412354rem;display:block; }
#BB9eDVDd3b3GQaz6zp0AhbHp0NJouhzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB > .row .container { border-width: 0; border-radius: 0; }#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#OvyGcbopSlPG3BQxriDdKlVmqHS0KvuP { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#UKDG9Q3B3Mri4AJZ4VtfsKDcdSzvWNGL { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#Idr050TTyeEGdXQ7zKaIGlZQ4EfHS9WR { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bQycvraBf2qg0yWT3mWEPtPp6hHDK6Aw { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#FWVZQf5gx2pJqhC0EHFEByEoB9UR8lGk { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Dx9ctBiTN3TuF3DLOzIrDflvp8mWVkV6 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#syVNKMCETdECmdtsliTcSxi0xsozZcs7 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#yCLEMgXsmafvWNiQZfg1nTa0cLO1tl0G { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#lTKCFvN39HhcDzZ9IOM8la0GD1vxS1p3 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#CV7kT0kAtwCpCH0XsVZmyxstNHTdk0Db { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 > .row .container { border-width: 0; border-radius: 0; }#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#Rb9gTs7e8wCSPsrGvWx5dimK9wu3dpMp { 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:3.8125rem;width:3.8125rem;top:8.0615234375rem;left:38.9658203125rem;overflow:hidden;display:block; }
#PV48Z8XUJI73QNFWLbcUXUkGP8cbxb89 { 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:3.75rem;width:3.125rem;top:7.8740234375rem;left:22.58154296875rem;overflow:hidden;display:block; }
#RlU9T5yG20Av1pmK3adfI5I2m7p4NKNl { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VsF9ALwg9aZGwQSAvKFDtf3NNxGpPdXg { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#uBPcTsUVq4Ko9v2yTS86ppFMbEqAkin9 { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Ar8CHZT8AyrJIlp9Qc2ochLtWWtFgvuv { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#NJzKnM1Eo2zEThxZ7Doi5xra5JwqGboq { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#ZKeTF4uFq2T2mQhpWDXW5W7yXOo7tQWI { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#K1WtrrdfBxaqnSbQyTFTTuNccqeo0pT9 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#TlHoyaq3xKwEuwq40NJWQmcBmm2MPIQs { 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:9.25rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#gkR1huFONlTryuiCTUHUTw5U3kXHreCE { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#aFQdx1oaDqlBaERBm1qQ0lFUItXHCgGP { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.9999732971191rem;left:11.875rem;display:block; }
#k2tKDC06NVIfzEwSn9a0Jz9TizLRMuy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekNErAmGJRGeC5shrTezwKgPzi9MLvH5 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895561218262rem;left:11.875rem;display:block; }
#uBvcuXbvhxHCIeHnRUGnmtDTRukNwVWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvAXaAP7yy9gFm6FEUNuw5seMSPXL0zO { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.187496185302rem;left:11.875rem;display:block; }
#b0DDgOHfhlEO0qLUCFXMczZXCVw6mea9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8xbW84IDBNibSwJGeHeE9wXSwKTt7Gu { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:13.187496185302rem;left:12.032291412354rem;display:block; }
#zsTc9dUVc9oOBByM8cuOoEIoe1bQ89IG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f > .row .container { border-width: 0; border-radius: 0; }#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#tstNuNqLEGLkayVLH5z59QOMxD8DIRFb { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#eJq5RsCKycEooFBv05H3nf6NhKQRZiRT { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#GxsCDke8lIJvlrMEgs20D5aIqMwQb990 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fWox4mUXEDKoK6ovMuhx4n17bUTcEanP { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#eMVgpDT4MqI9AvwOlfbL58e8QgDXSzQO { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TnVZ3darBaqp0GuWyH0OgcOltTw6gRIs { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#OrOmQgaa4swmArRn2W5Gb6TQGPZTqxXA { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#qRAwTwHLHysu23H0lbCCulxJS8OLPXe8 { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#DUUifd5NsOGFO8A8ecWgPmETGcHIB2T0 { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#zVfPErOOVL7xe6ht7d7QvMTP6diiDNTp { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V > .row .container { border-width: 0; border-radius: 0; }#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#cEEB3xHsuLyt89MptiI4lSdKbKdaNg9p { 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:3.8125rem;width:3.8125rem;top:8.0615234375rem;left:38.9658203125rem;overflow:hidden;display:block; }
#rVGiDBZ3U0ZsELhrWSHnlUbA7AfQC4w6 { 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:3.875rem;width:3.875rem;top:7.8740234375rem;left:22.58154296875rem;overflow:hidden;display:block; }
#biPXspzZLDm2Z5T9PFNhP6y2KLrTBK2H { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:6.1875rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zmfTISSaJzsLB4gIokKqOaaqGx6wLOE0 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:6.1875rem;left:20.12451171875rem;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; }
#HVIh1Uml3EUdvcM7NVWTE3Ip9S07er7C { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:8.4365234375rem;left:28.7490234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dkUkJ7oK33RFXa0WRln6GoTwHQ40Aus5 { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:9.3740234375rem;left:29.7490234375rem;height:;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; }
#SSpOK9ExMVPHiEtv2urGAT44RCLfc4WO { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9677734375rem;left:47.11865234375rem;height:1.625rem;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; }
#PWClaTaaDXNt3mwTwBOacNvTN0CwGyUD { 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.375rem;width:8.4375rem;top:8.5927734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#kn3MC5GthnIrs6LZCPdkWLezPBRQcRTF { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.47998046875rem;left:12.75rem;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; }
#g5WUosqIdCi0mrSJc6zQVRe9hZOEJCGq { 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:9.25rem;top:2.96875rem;left:31.58984375rem;overflow:hidden;display:block; }
#nlieB0e7p5VKZxt2kQTaxi20GWKzdeUB { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9979375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:6.1895837783814rem;left:11.875rem;display:block; }
#Ndb96z8qZiVCV039nDuvfclmlzL55ITV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s31RqTV3tcUS3b4X551JNumRSEGVbeuB { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.88623046875rem;left:29.3740234375rem;height:1.29980625rem;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; }
#SpvHlDVkzSS4B2q1p4SqJEpUPmJnI9CK { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6rem;left:11.875rem;display:block; }
#u17Jxhh00A57xEaA23alHwJ7KJErteZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE > .row .container { border-width: 0; border-radius: 0; }#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#A1K2NwzP7dTv0Q5LC9Me7hupQISdpGUM { 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:4.375rem;width:4.375rem;top:1.62548828125rem;left:38.62353515625rem;overflow:hidden;display:block; }
#NoJg8IUJ90txTten7RUZHUbOiMdcCkSI { 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:4.125rem;width:4.125rem;top:1.75048828125rem;left:22.4365234375rem;overflow:hidden;display:block; }
#ILiF264X1D0o468TAi8d5e9h78NsDAQW { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:none;top:0.188232421875rem;left:11.874389648438rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#yWIe9U01TKQdwkT423DvQTsm6l3Ao1Bv { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:15001;background-color:#1a717d;background-image:none;top:0.28173828125rem;left:20.1240234375rem;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; }
#zytQ6wUqd15cBLsry8o0XEaLIWGHvErZ { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:2.48779296875rem;left:28.7177734375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bJlK8oaMfOHRi8Nn9XTTDM6kKNnntnPM { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.35693359375rem;left:29.7177734375rem;height:;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; }
#O55UUTJTky2q75M9JGOrtmRcQOmG0Q68 { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.87548828125rem;left:47.125rem;height:1.625rem;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; }
#IgZbQuD8OxzscVu7rkcMeTFUiIlEQoIk { 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.375rem;width:8.4375rem;top:2.5008544921875rem;left:53.87451171875rem;overflow:hidden;display:block; }
#ZIznvxAzcUhHOrsWTwdkpDZfIbv7acOh { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3564453125rem;left:12.75rem;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; }
#vxnWuNGXnXQgkJT3V18XVO5dpaFslcfg { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:50.9354375rem;height:6.9979375rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:0rem;left:12.032291412354rem;display:block; }
#uMErDDTm5mRaKuR1xA0xEUVyOieLluo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAqDB2gZMwTGMiAUI8sCItTtfVoCJcSe { color:#ffffff;display:block;width:6.6860625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1rem;left:29.34326171875rem;height:1.29980625rem;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; }
#GFy0MwLr0RPasMiegwaWRJbFtGANRDMo { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7.1875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0rem;left:11.875rem;display:block; }
#oThXNepF2aeDMHLqbpNOVHc6hc2he1L4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 { position:relative;display:none; }#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 { border-width: 0; border-radius: 0; }#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .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; }#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .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.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:none; }#wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:0rem;left:0rem;height:;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; }
#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC > .row .container { border-width: 0; border-radius: 0; }#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:none; }#SN8T9nLCRVuZNz2MBNxZlkWGNI87iwL8 { box-sizing:content-box;height:7rem;width:51.25rem;position:absolute;display:block;z-index:14991;background-color:#282352;background-image:none;top:7.375rem;left:11.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#M1qo6RDcbvt7sSOINsehXQkSttiXQGU8 { box-sizing:content-box;height:7rem;width:25.125rem;position:absolute;display:block;z-index:14992;background-color:#1a717d;background-image:none;top:7.375rem;left:20.125rem;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; }
#P6Z5Lawc4keRzzu28bThkEOOOtedJf3T { box-sizing:content-box;height:3.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15002;background-color:#2c245c;background-image:none;top:9.6239585876462rem;left:28.748958587646rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bTpawlGo7Z74mGTvXWrlaSmdh8boyJT8 { 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:2.6875rem;width:24.4375rem;top:1.4989585876465rem;left:25.28125rem;overflow:hidden;display:block; }
#cb3NFuJp1AgzB0zharE5PDGWs9509oGk { color:#ffffff;display:block;width:6.6865rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0739583969119rem;left:29.373958587646rem;height:1.3rem;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; }
#lH68u3xPc6lnSKTDnNIzyl5rKKSMUcsv { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5864582061769rem;left:12.71875rem;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; }
#f0K1Sltqo895IM8azA5TMakDJ5Xwayzi { color:#06e7be;display:block;width:5.9375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:10.561458587646rem;left:29.748958587646rem;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; }
#O6x8TPRuJ2V0QqhHozioEXeMWoH5nuQC { 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:3.875rem;width:3.875rem;top:8.9375rem;left:22.5rem;overflow:hidden;display:block; }
#U6hcQZVX3rIH39GgJkAgihhieeE6Nhks { 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:4.0625rem;width:4.0625rem;top:9.2489585876462rem;left:38.875rem;overflow:hidden;display:block; }
#oeDadJ3UTxiHxN1qNHV8uVW8RT2tGsTU { color:#ffffff;display:block;width:6.1245125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.155208587646rem;left:47.118751525879rem;height:1.625rem;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; }
#JBXq8TZtZt6BhFIZ4aMFQ7PsTT7qMALI { 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.375rem;width:8.4375rem;top:9.7802085876462rem;left:53.875rem;overflow:hidden;display:block; }
#LsTNBN7SR1IhyIeuNda7KBSgnVTahHZN { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:32.937rem;top:1.4989585876465rem;left:19.869792938233rem;overflow:hidden;display:block; }
#cHfiOWpT02PGbkSeZJiaQeBzPMMQMutT { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:6.9976875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:7.3760414123538rem;left:11.875rem;display:block; }
#p4bhngIawI0GTxINeqQEZDms6UOTVeLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSOCLaCM7my1Vu9ZC8TuKRKVQHC67te2 { 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:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:51.25rem;height:7rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.375rem;left:11.875rem;display:block; }
#CU9FAp9PLvfCVLlkAAKoSbTsHc199IGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN { position:relative;display:none; }#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN { border-width: 0; border-radius: 0; }#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN > .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; }#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN > .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:none; }#wsD6qdt3VokJ4hFKQUgLUkT4BnvFuMgu { 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; }
#CV7U3k8UReJ2AS5x0tq8RyUEDl1W0iKc { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1.6000003814698rem;left:25.3125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2GgqvG20pAU1RUVa62Tmtg3Bvz1WTCP { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:6.5625rem;width:74rem;top:5rem;left:0.5rem;display:block; }
#KT7V8eSJazW4CQoFQoJRXfNRtnhBouqs { 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.625rem;top:7.6875rem;left:69.25rem;overflow:hidden;display:block; }
#CdTkhSpoS1zv7iNr4bWQZLRMWd2z9mat { 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; }
#bdnpmUWntEPQHN1OhUlkrbvCl2tkkuyK { 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:2.6875rem;width:4.25rem;top:7.125rem;left:3.40625rem;overflow:hidden;display:block; }
#br9MoNeHUqyz3RubgPoA7tE6UuTQsA7N { 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:1.25rem;width:8.25rem;top:7.65625rem;left:10.03125rem;overflow:hidden;display:block; }
#xXdGiefTrXKHAbcVM0xVfEd95dQBiwXy { 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.625rem;width:3.75rem;top:7.46875rem;left:20.65625rem;overflow:hidden;display:block; }
#kTKAuZcKDqX2EnKRL1qKmvna997wP8ZW { 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:2rem;width:3.8125rem;top:7.28125rem;left:27.09375rem;overflow:hidden;display:block; }
#xPekGTXPeg1HXWQkfBrBkG8v1eZnu4cH { 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.125rem;width:7.5rem;top:7.71875rem;left:34rem;overflow:hidden;display:block; }
#FSTFAVJOaUtwJrmiuegX3KCxUSBsd8S4 { 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.1875rem;width:3rem;top:7.6875rem;left:44.46875rem;overflow:hidden;display:block; }
#O1ug4ns8DSoZE8UJ3wAvTZ69Ki8SiUTF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:7.5rem;top:7.71875rem;left:50.5rem;overflow:hidden;display:block; }
#qc26WUgBOVKeIK6ybqhDElyW8rqW7H9g { 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:0.9375rem;width:5.625rem;top:7.8125rem;left:60.65625rem;overflow:hidden;display:block; }
#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr { position:relative;display:block; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr { background-color: transparent; background-image: none; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row .container > .video-iframe-container { display: none; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row > .video-iframe-container { display: none; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .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); }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr { border-width: 0; border-radius: 0; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .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; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .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; }#zcOoZWAsfc28i23ho4kKcRxna3eTnv1r { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:0.6248779296875rem;left:9.3109807968137rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLhH6xfXcRP8ys4CTNwlOtm92lyMdrQ2 { 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; }
#ty54xRSRBiFwQl1yQHsMGIXxyNnCEbfM { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNIQZLCSwZ7hxUte9elWmLnbe4ExL1mx { 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; }
#foix9eGUvumdzapz1RdO73qRWX23PW9z { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:6.5625rem;width:74rem;top:10.375rem;left:0.5rem;display:block; }
#JT7gIh3hU64RUHgMV8I7tBICdS52SVUm { 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.4375rem;overflow:hidden;display:block; }
#bF944pZ458iCnmeHf4ddtpnTMWntmWUZ { 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:8.875rem;overflow:hidden;display:block; }
#ipabfN3UmhhFNWrixqJnGwSTPMBlSsyJ { 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.125rem;overflow:hidden;display:block; }
#dzsguO3bB82Q5LDgDvAWCZhfQy2ayBk2 { 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.0625rem;overflow:hidden;display:block; }
#hsTR5R4PBTBg8vKT1VBJxazfPrD8nyoZ { 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.3125rem;overflow:hidden;display:block; }
#fgZaWludswldM4uJZcH3EG7SGrcVq3mZ { 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.875rem;overflow:hidden;display:block; }
#GAdcHJGu5ICGnCTJWaUT3fPUmVp8DGM3 { 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.9375rem;overflow:hidden;display:block; }
#G4QvsyvTPDHQigu5MgsbpNWlEIhQXKwN { 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.25rem;overflow:hidden;display:block; }
#ZT3Ahv0eStl9fCVgbXunKkmittesmBG1 { 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.5625rem;overflow:hidden;display:block; }
#uHupO8JDKloG4Ckfm75TCqEiTXgT5oTs { 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; }
#tbdnJKKLAy7GxJMKtu689iQTuaIDh0qF { 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; }
#ihoKTynnBBBPnDO0m8Veiy1vmAZKWwlM { 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; }
#AUMDRDT70RJWImCa2LelVNHycvzsii7F { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:19.875rem;left:9.25rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGgWaAUN4mbtv7eA9PTUy9rUy1ZDSmbv { 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; }
#uSo8VugImJkWsxW8r3TdtO1sI2xbN2aU { 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; }
#Zkt5EWk4iZHazF5wD3WprmBsLVy9lWFN { 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; }
#Ai61enWiInqOD2tBLi0daaczF0LyIOFE { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:0.5625rem;display:block; }
#x5uWpJgnWW2KsOX9qLMw56aoSnUl3kOt { 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; }
#fEe2CkXWRKJKN8iyO1PdnmeSUaT7lLhy { 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; }
#DWuti4eZADf5WBAaqp2b82um2ZBskWTu { 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; }
#nu5CAxdf7g8T3t3sp4M9cOI04hdD3JsI { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:19.875rem;left:36.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wK2wUFLrMCHczcc628aGzT761Lk9dBn8 { position:absolute;display:block;z-index:15004;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;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:25.875rem;display:block; }
#BDym5OIBxKTGa5NUrcICQfzQG8Ip74nd { 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; }
#lyttpkXuJTHECP2OGVVqAdIDm2nENZtd { 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; }
#O24GnT985Bcfap4GJcQxhKSif6QIpeqF { 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; }
#PsgsB0JWTT0O68QpwDVmQhysC4mixX6a { 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; }
#bJ3062emU377Arg7SF3TN6ZXhhUTS8Ns { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.875rem;left:60.5625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2NWKIpOnOKLtpc02XKdXT4qlgBD57PP { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:6.5625rem;width:23.5rem;top:23.3125rem;left:51rem;display:block; }
#JPkkXrlNAx9Z7OPKETLQivXm12O2TiBt { 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; }
#bBGzsGAHU09q58Tu8aTCykucscsTR3c3 { 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; }
#O932Jq64aWqNAMQqINSTrimaNeu7GVxt { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#gISxt3bRmdgwzZ74CBwgKyegpBQEk8cH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U4WU0x49SVLREiWQGdqlXBydmAPbC5wU { 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; }
#sLzMFiKBrAs9XHTFJC6tVDeNIE2MAXh0 { 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; }
#gF1T65zH2nmlM3DnDLgSdmxR5giIxCMT { 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; }
#oP3vmfCB0cTmTraESqs5pRpCzmHeV6BP { 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; }
#pWomORnHKy9TTKHOkh5sEcZIzBMlr3ss { 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.8125rem;overflow:hidden;display:block; }
#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/a12c7508-2f43-46ca-9cd4-efe9ef0e05c2/czym_jest_pilot_black.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.adaptive-delivery-prevent-bg, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyload, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyloading { background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { background-color: transparent; background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .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); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { border-width: 0; border-radius: 0; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:figtree;font-size:2.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.1249690055847rem;left:21.217968940735rem;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; }
#ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.9375rem;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; }
#X7wgkbR4AZVcpX8CLTn1fiJNi769r237 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.9375rem;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:11.0625rem;left:33.843750953674rem;display:block; }
#TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz { 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.875rem;left:11.1875rem;overflow:hidden;display:block; }
#ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:figtree;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; }
#vqu6k7cMA9kbNIrESg3vzPUGewcLalrS { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:figtree;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; }
#mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE { 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.875rem;left:36.5rem;overflow:hidden;display:block; }
#mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:figtree;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; }
#c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:figtree;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; }
#FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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; }
#Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc { 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.875rem;left:61.625rem;overflow:hidden;display:block; }
#wCDgs51fxnlIOE09TtfBLKPbrU8gWxON { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;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; }
#RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:figtree;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; }
#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container { background-color: transparent; background-image: none; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container > .video-iframe-container { display: none; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container { display: none; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .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); }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container { border-width: 0; border-radius: 0; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#ubZwFNO1dqWQmzMozyiVByx40ood4T7w { box-sizing:content-box;height:35.5rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:#282352;background-image:url("https://images.assets-landingi.com/uc/0aa3a5d3-ae11-4c8e-92f3-2123ee0eb3f9/1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0.187255859375rem;display:block; }#ubZwFNO1dqWQmzMozyiVByx40ood4T7w.adaptive-delivery-prevent-bg, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyload, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyloading { background-image: none; }
#CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H { box-sizing:content-box;height:35.5rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#282352;background-image:url("https://images.assets-landingi.com/uc/42e9eed9-c5f9-4f1f-91a8-7d6fe956cb88/2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.12451171875rem;left:38.25rem;display:block; }#CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.adaptive-delivery-prevent-bg, #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.lazyload, #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H.lazyloading { background-image: none; }
#veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.4375rem;left:1.875rem;height:3.6rem;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; }
#P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:5.5625rem;left:1.8125rem;height:7.35rem;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; }
#ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:3.6rem;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; }
#LMMyRvnrU9bACbDlSwdTe7V275MronT4 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:5.5625rem;left:39.1875rem;height:6.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; }
#Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:13.625rem;left:39.25rem;height:3.6rem;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; }
#PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:17.1875rem;left:39.25rem;height:9.8rem;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; }
#UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR { color:#b5b5b5;display:block;width:34.3125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:27.4375rem;left:39.25rem;height:1.05rem;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; }
#ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp { box-sizing:content-box;height:29.3125rem;width:35.8125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/39631d6f-a1a9-4334-8ab7-483ec24f343c/Group1261154954.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.4375rem;left:38.25rem;display:none; }#ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.adaptive-delivery-prevent-bg, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyload, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyloading { background-image: none; }
#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container { background-color: transparent; background-image: none; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container > .video-iframe-container { display: none; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container { display: none; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .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); }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container { border-width: 0; border-radius: 0; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;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; }
#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ { position:relative;display:block; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ { background-color: transparent; background-image: none; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container > .video-iframe-container { display: none; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row > .video-iframe-container { display: none; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .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); }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ { border-width: 0; border-radius: 0; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .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; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .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; }#x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2375001907349rem;left:13rem;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; }
#OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R { 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:60.75rem; }
#TfdZ3uIS3AldB4fThfRLAnqbhswNdxif { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#kA8t8E0zHOPvXg3VAaV70P1PVO7QbDwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ { position:relative;display:block; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ { background-color: transparent; background-image: none; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container > .video-iframe-container { display: none; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row > .video-iframe-container { display: none; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .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); }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ { border-width: 0; border-radius: 0; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .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; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .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:39.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; }#IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:0rem;left:13rem;height:19.6875rem;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; }
#oQZrScmxaVSkMlEquH24q4RMTJHMd0HS { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.112499237061rem;left:16.21875rem;height:6.5625rem;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; }
#S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:30.612499237061rem;left:13rem;height:5.25rem;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; }
#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy { position:relative;display:block; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy { background-color: transparent; background-image: none; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container > .video-iframe-container { display: none; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row > .video-iframe-container { display: none; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .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); }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy { border-width: 0; border-radius: 0; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .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; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .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; }#wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374992370606rem;left:13rem;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; }
#ambB7VtkqImy13fyAx0T2a2T10i9k766 { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R { 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:60.75rem; }
#vdmelLWGBmpHNnGd2PG8ghprmu0AQGoO { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#wCNWpgk3isoVLDqAx6c7Tr4GN60TZgu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G { position:relative;display:block; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G { background-color: transparent; background-image: none; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container > .video-iframe-container { display: none; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row > .video-iframe-container { display: none; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .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); }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G { border-width: 0; border-radius: 0; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .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; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .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:10.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:block; }#CCDc1FyV44doBd8kucAzR56wyeiupylg { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:6.5625rem;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; }
#aimB86TuaoKeW4VaslkWwuksxTcbXHmV { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.6875rem;text-decoration:none;z-index:15211;text-align:center;text-align-last:center;top:1.3000001907349rem;left:51.5625rem;display:block; }
#UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:1.6875rem;text-decoration:none;z-index:15212;text-align:center;text-align-last:center;top:2.6750001907349rem;left:13rem;display:block; }
#vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqF7hmLC7VreV0wP5cMghmFD6HpFmALW { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:1.6875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:6.3624992370606rem;left:12.375rem;display:block; }
#mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:1.6875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:5.2375001907349rem;left:39.75rem;display:none; }
#qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:1.5rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:6.5499992370606rem;left:35.0625rem;display:block; }
#FypZEZocahuVu22pyQBIomiKN2e2Abun { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:1.6875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:5.2375001907349rem;left:39.75rem;display:none; }
#vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 { position:relative;display:block; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 { background-color: transparent; background-image: none; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container > .video-iframe-container { display: none; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row > .video-iframe-container { display: none; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .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); }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 { border-width: 0; border-radius: 0; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .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; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .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; }#wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 { 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:60.75rem; }
#csP1og2WHaCql2OpnaPksFTxbBur1iqR { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#nFz1REbgTafGAU0WbRIszRcHRUPxJRTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi { position:relative;display:block; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi { background-color: transparent; background-image: none; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container > .video-iframe-container { display: none; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row > .video-iframe-container { display: none; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .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); }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi { border-width: 0; border-radius: 0; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .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; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .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:12.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; }#yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:9.1875rem;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; }
#NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1.6875rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:9.175000190735rem;left:38rem;display:block; }
#xXBou1EvuqPTIa3W04uLi7QL48yIWu9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD { position:relative;display:block; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD { background-color: transparent; background-image: none; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container > .video-iframe-container { display: none; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row > .video-iframe-container { display: none; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .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); }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD { border-width: 0; border-radius: 0; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .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; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .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; }#dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 { 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:60.75rem; }
#O0dl2VqST3TTSflVQwaTbRAWrvT5Tl6T { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#FMaZ9Opt7qQ9mZVX2eJSaSa9NqPHVho2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 { position:relative;display:block; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 { background-color: transparent; background-image: none; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container > .video-iframe-container { display: none; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row > .video-iframe-container { display: none; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .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); }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 { border-width: 0; border-radius: 0; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .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; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .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:10rem;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; }#fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:6.5625rem;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; }
#lHGLazc107XDAktuC7T94ZZFNsSMGs2x { position:relative;display:block; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x { background-color: transparent; background-image: none; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container > .video-iframe-container { display: none; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row > .video-iframe-container { display: none; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .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); }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x { border-width: 0; border-radius: 0; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .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; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .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; }#gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#NATLv2v4kGWTqnDOXDVJod7spHOd035H { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#z8Gc1NLAylQF05Tszvxflf5JESxA10qf { 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:60.75rem; }
#QeCOKDQHfPLxz1BB852mnb0oKTzi9zlV { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Z3NAqPH53ChoEpBAeZ2Tn2mu0UCydq0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR { position:relative;display:block; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR { background-color: transparent; background-image: none; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container > .video-iframe-container { display: none; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row > .video-iframe-container { display: none; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .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); }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR { border-width: 0; border-radius: 0; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .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; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:3.9375rem;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; }
#NghO7kARJaZRFU0x02Bd7z3xCJLua72t { position:relative;display:block; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t { background-color: transparent; background-image: none; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container > .video-iframe-container { display: none; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row > .video-iframe-container { display: none; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .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); }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t { border-width: 0; border-radius: 0; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .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; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .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; }#NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#tTMfgRErTl93P3hMPXSRdET5Qpks6TJS { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp { 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:60.75rem; }
#u2G6eAbbD6ZMgLdHDyMxTWydn1Ua7F8N { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#e9Vmf2q5HQIRzP2New4iun99Vfb0UxGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz { 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; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container { background-color: transparent; background-image: none; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container > .video-iframe-container { display: none; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container { display: none; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .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); }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container { border-width: 0; border-radius: 0; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:2.625rem;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; }
#bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:1.6875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:2.6875rem;left:23.3125rem;display:block; }
#dWPVWX9il72LwbqkkfolKWBDXZA86tZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 { position:relative;display:block; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 { background-color: transparent; background-image: none; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container > .video-iframe-container { display: none; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row > .video-iframe-container { display: none; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .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); }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 { border-width: 0; border-radius: 0; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .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; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .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; }#f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#kCUySGNPrF6qJP59WPOHrJo0kVttZfwh { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM { 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:60.75rem; }
#tOff73XxqMUPomtnMH0yB2iPAoekeQC2 { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#zCKJeFcD4Z5N1fOUpvDl2G3H1uTDnHQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ { position:relative;display:block; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ { background-color: transparent; background-image: none; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container > .video-iframe-container { display: none; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row > .video-iframe-container { display: none; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .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); }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ { border-width: 0; border-radius: 0; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .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; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .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.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U431s1co2B8VHHRVCt2V3fLu6KkTOB83 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;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; }
#hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.6875rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:1.375rem;left:38.375rem;display:block; }
#R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M { position:relative;display:block; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M { background-color: transparent; background-image: none; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container > .video-iframe-container { display: none; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row > .video-iframe-container { display: none; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .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); }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M { border-width: 0; border-radius: 0; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .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; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .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; }#soHlcllahmw1aRwXqmORndlJWh6RH9Dr { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh { 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:60.75rem; }
#XT2fNiqSQLK4Geb67OCOx3bQ8hvbNdXG { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#DxqRu8X1lySR6KvFTLnFLtkimgKFJ6lI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rBRJoBpahLy12xZimnRhgOpo6xN7I17x { position:relative;display:block; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x { background-color: transparent; background-image: none; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container > .video-iframe-container { display: none; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row > .video-iframe-container { display: none; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .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); }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x { border-width: 0; border-radius: 0; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .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; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .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:16.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; }#M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:11.8125rem;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; }
#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ { position:relative;display:block; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ { background-color: transparent; background-image: none; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container > .video-iframe-container { display: none; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row > .video-iframe-container { display: none; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .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); }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ { border-width: 0; border-radius: 0; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .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; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .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; }#PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:1.2374877929688rem;left:13rem;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; }
#ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 { position:absolute;display:block;z-index:15008;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#DTsCrwVAP67z3ExOg3mWutMZupKGagwb { 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:60.75rem; }
#ZhbS6fEZ39wgvldBCVlgErSF1xxkssHs { 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:#ffffff;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:75rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#brupWKbh4cgchHNS9vSWy75Tr9e5iXIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWZeXASKoN28ozkzo7mTOtctAtHek60W { position:relative;display:block; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W { background-color: transparent; background-image: none; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container > .video-iframe-container { display: none; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row > .video-iframe-container { display: none; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .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); }#HWZeXASKoN28ozkzo7mTOtctAtHek60W { border-width: 0; border-radius: 0; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .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; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .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:8.5rem;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; }#HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.4249992370606rem;left:13rem;height:3.9375rem;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; }
#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB { position:relative;display:block; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB { background-color: transparent; background-image: none; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container > .video-iframe-container { display: none; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row > .video-iframe-container { display: none; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .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); }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB { border-width: 0; border-radius: 0; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .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; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .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.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:block; }#cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza { position:absolute;display:block;z-index:15009;background-color:#403d64;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:49rem;top:0rem;left:13rem;display:block; }
#X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX { color:#ffffff;display:block;width:49rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:1.4874992370606rem;left:13rem;height:1.22504375rem;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; }
#xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.6875rem;text-decoration:none;z-index:15215;text-align:center;text-align-last:center;top:1.2562503814698rem;left:29.6875rem;display:block; }
#BV5dVdz79amiC4mrihHfpCDHB9D4PgHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { background-color: transparent; background-image: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container > .video-iframe-container { display: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container { display: none; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .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); }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { border-width: 0; border-radius: 0; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:balooda2;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:22.875rem;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; }
#v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:balooda2;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:6.6875rem;left:20.8125rem;height:1.80013125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU { position:absolute;display:block;z-index:15008;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:6rem;width:24rem;top:12.5rem;left:0rem;display:block; }
#iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc { position:absolute;display:block;z-index:15009;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:6rem;width:24rem;top:12.5rem;left:51rem;display:block; }
#QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv { position:absolute;display:block;z-index:15010;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:6rem;width:24rem;top:12.5rem;left:25.5rem;display:block; }
#BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:14.75rem;left:9.3125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRJagwrM3tT7fxweGAffVTwVRmghRWHG { 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:2.1875rem;width:2.8125rem;top:14.375rem;left:32rem;overflow:hidden;display:block; }
#hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z { 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:3.375rem;width:3.375rem;top:13.8125rem;left:6rem;overflow:hidden;display:block; }
#Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:14.71875rem;left:34.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:balooda2;font-size:1rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:14.75rem;left:58.875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C757x9vxfiXkyl9l8DKTMqblywnNDb7e { 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:2.1875rem;width:1.5625rem;top:14.4375rem;left:56.9375rem;overflow:hidden;display:block; }
#lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx { 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:#ffffff;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:24rem;height:6rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:12.5rem;left:25.5rem;display:block; }
#xINqhC3QaOuTGGdOMdx18vWekhK5G5xz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dam6rky1MNFXqU8Va09cl0KxmennRxB0 { 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:#ffffff;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:24rem;height:6rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:12.5rem;left:51rem;display:block; }
#HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 { 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:#ffffff;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:24rem;height:6rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:12.4375rem;left:0rem;display:block; }
#OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW { 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:1.9375rem;width:2.25rem;top:14.53125rem;left:6.5625rem;overflow:hidden;display:block; }
#mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw { 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:1.9375rem;width:2.25rem;top:14.46875rem;left:32.28125rem;overflow:hidden;display:block; }
#qlOxSNlmQEJ24tmpiRfm89DXT236TdrU { 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.9375rem;width:2.25rem;top:14.53125rem;left:56.6875rem;overflow:hidden;display:block; }
#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030304;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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.3291015625rem;left:4.75rem;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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.28515625rem;left:13.125rem;display:block; }
#GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:#afbbf2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;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.28515625rem;left:23.3740234375rem;display:block; }
#JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { color:#b5b5b5;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:2.3125rem;left:62.5rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { position:absolute;display:block;z-index:15185;height:2.75rem;width:75rem;top:4.5625rem;left:0rem;display:block; }
#df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection *:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="text"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="email"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="tel"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection textarea:focus-visible { outline: none; } #MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container { background-color: transparent; background-image: none; }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container > .video-iframe-container { display: none; }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row > .video-iframe-container { display: none; }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .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); }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container { border-width: 0; border-radius: 0; }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#d7713f420808934b83010665579dfb5f.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #d7713f420808934b83010665579dfb5f.widget-smartsection *:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="text"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="email"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="tel"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection textarea:focus-visible { outline: none; } #yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container { background-color: transparent; background-image: none; }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container > .video-iframe-container { display: none; }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row > .video-iframe-container { display: none; }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .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); }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container { border-width: 0; border-radius: 0; }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:block; }#vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection *:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="text"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="email"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="tel"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection textarea:focus-visible { outline: none; } #MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container { background-color: transparent; background-image: none; }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container > .video-iframe-container { display: none; }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row > .video-iframe-container { display: none; }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .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); }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container { border-width: 0; border-radius: 0; }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#dd3b410b73913ef6281f432e8067b366.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #dd3b410b73913ef6281f432e8067b366.widget-smartsection *:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="text"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="email"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="tel"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection textarea:focus-visible { outline: none; } #c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container { background-color: transparent; background-image: none; }#c98sPguSdT2yeKkAFL5thncocgw4k5o3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container > .video-iframe-container { display: none; }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row > .video-iframe-container { display: none; }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .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); }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container { border-width: 0; border-radius: 0; }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:block; }#ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection *:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="text"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="email"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="tel"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection textarea:focus-visible { outline: none; } #kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container { background-color: transparent; background-image: none; }#kn9isK8wN34J83EhAuDdG9pORPoILmAq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container > .video-iframe-container { display: none; }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row > .video-iframe-container { display: none; }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .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); }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container { border-width: 0; border-radius: 0; }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#r73aadbc871bb246bc402b9c17e16687.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #r73aadbc871bb246bc402b9c17e16687.widget-smartsection *:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="text"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="email"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="tel"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection textarea:focus-visible { outline: none; } #UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container { background-color: transparent; background-image: none; }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container > .video-iframe-container { display: none; }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row > .video-iframe-container { display: none; }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .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); }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container { border-width: 0; border-radius: 0; }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container { font-size:0.875rem;font-family:arial;height:69.75rem;width:75rem;position:relative;display:block; }#N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection *:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="text"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="email"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="tel"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection textarea:focus-visible { outline: none; } #K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container { background-color: transparent; background-image: none; }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container > .video-iframe-container { display: none; }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row > .video-iframe-container { display: none; }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .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); }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container { border-width: 0; border-radius: 0; }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,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; } #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection *:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="text"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="email"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="tel"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection textarea:focus-visible { outline: none; } #DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container { background-color: transparent; background-image: none; }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container > .video-iframe-container { display: none; }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row > .video-iframe-container { display: none; }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .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); }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container { border-width: 0; border-radius: 0; }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container { font-size:0.875rem;font-family:arial;height:69.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) { #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob { display:block; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { top:1.4375rem;left:0rem;width:6rem;height:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdTfiso0Q5oKCZJb5wMvISRXnJMs4E0V { top:1.3125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { background-color:rgba(28,29,38,0.5);background-image:none;display:block; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { top:2.1437501907349rem;left:0rem;width:39.4375rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ { width:7.1875rem;height:2.5rem;top:2.5999999046326rem;left:20.031249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h14aXOMSknfEGKUwchneW4CMIcfxcZGB { top:1.9562501907349rem;left:27.062499582768rem;width:1.4375rem;height:2.84399375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPZXMgclqobU3krzdiSDdG8hc92MWX9T { top:4.9875001907349rem;left:0rem;width:31.5625rem;height:2.51875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX { width:5.875rem;height:2.125rem;top:5.2375001907349rem;left:2.1750000119209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { top:7.6812505722044rem;left:0rem;width:31.4375rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { top:11.331250190735rem;left:27.9375rem;width:19.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 { width:1.125rem;height:1.375rem;top:11.612500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KD5bi9bwbTCof2wNMntuwATz30UEwDaz { top:11.609374880791rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ { width:1.125rem;height:1.375rem;top:13.549995422363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe { top:13.546875rem;left:1.9375000596046rem;width:23.625rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 { width:1.125rem;height:1.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keHpOVJTaxqLREULCl5JuUhy723IyDeL { top:16.93359375rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT { width:1.125rem;height:1.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL { top:18.871871948243rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c { top:18.953125rem;left:25.312499582768rem;width:5.0625rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JsqTsNAE22yP4Txk0VxbslZkTNvkluiH { width:1.125rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK { top:21.162498474121rem;left:1.9375000596046rem;width:23.625rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW { top:24.315620422363rem;left:0rem;width:28.5625rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b1hQf76C3GLylE8spcsy4FRLbzoK8uRS { top:2.1437501907349rem;left:0rem;width:20rem;height:5.6875rem;font-size:2.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke { display:block; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y { width:10.25rem;height:3.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI { display:block; }
 }@media only screen and (max-width: 1199px) { #AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz { top:1rem;left:11.125rem;width:13.5625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrlf6pcof2xvAkG33erHgTbWTqM9K3rC { top:2.3812484741211rem;left:11.125rem;width:28.5625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdyXbvTO901TFph2rwsAN8l4KOu7xW9p { top:0rem;left:0rem;width:47.75rem;height:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Bnocx9cX8XrWqkTUIv8mhxhyfGvgAMs0 { top:24.315620422363rem;left:0rem;width:28.5625rem;height:1.94970625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #izKC8D4gccT3MEIOam2BOGb38oiT8odF { background-color:rgba(28,29,38,0.5);background-image:none;display:block; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { background-color: transparent; background-image: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .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); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { width:47.75rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p { top:2.1437492370606rem;left:0rem;width:44.5625rem;height:2.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b57z471TMnMDMr6tMs9Dalpd56pOF14V { width:7.1875rem;height:2.5rem;top:2.5999999046326rem;left:20.031249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO { top:1.9562501907349rem;left:27.062499582768rem;width:1.4375rem;height:2.84399375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 { top:4.9874992370606rem;left:0rem;width:33.625rem;height:2.51875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXnwEKv3rN1IS56LL63ALnheMQIT4bbH { width:5.875rem;height:2.125rem;top:5.2375001907349rem;left:2.1750000119209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi { top:7.6812505722044rem;left:0rem;width:31.4375rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 { width:1.125rem;height:1.375rem;top:11.612500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU { top:11.609374880791rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 { width:1.125rem;height:1.375rem;top:13.612499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEcnnUsan0yJDxeClCsWNZX7no58A7fE { top:13.546875rem;left:1.9375000596046rem;width:23.625rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk { width:1.125rem;height:1.375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ { top:17.30859375rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nx6h9dsghupOfhp4T45TVDe3yCx9Ebht { width:1.125rem;height:1.375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGczeI5Ps6nkalri0bor2gHMFWBiUr3W { top:19.246875762939rem;left:1.9375000596046rem;width:23.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gzcEqBximatvgJQMBCCv87nF4qPuJxN5 { top:19.328125rem;left:25.562499582768rem;width:4.5625rem;height:1.21875rem;font-size:0.9375rem;color:#c7c4f4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa { width:1.125rem;height:1.375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K { top:21.537502288818rem;left:1.9375000596046rem;width:23.625rem;height:2.7625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE { top:24.690624237061rem;left:0rem;width:28.5625rem;height:1.95rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AouV4wGtBvQrJIaoNUR5TpyOAoWai63d { width:15.6875rem;height:3.625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx { display:block; }
 }@media only screen and (max-width: 1199px) { #kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH { width:16.75rem;height:3.625rem;top:27.75rem;left:16.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH { display:block; }
 }@media only screen and (max-width: 1199px) { #SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ { width:16.875rem;height:3.625rem;top:27.75rem;left:16.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0WvGJg60dXW6nN455fu4PN7UU5POFVD { display:block; }
 }@media only screen and (max-width: 1199px) { #ePn27MpCqHMScaw3C62PKB5K0NzN1r6m { width:14.375rem;height:1.75rem;top:28.6875rem;left:17.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhvKcNEFNxDwu8AU2nHda5gHWSEAVP3A { top:26.6875rem;left:0rem;width:47.75rem;height:6.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 { display:block; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty { width:47.75rem;height:38.75rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn { top:32.0625rem;left:0rem;width:47.75rem;height:6.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Wk9v77K4DLfDL0odi44vPuQpnbeI7SUl { width:47.75rem;height:38.75rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 { display:block; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF { display:none; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OehKbyXEr06N0hSTwSb7yipLbXEpEBKK { width:46.25rem;height:5.875rem;top:0rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcUbmkdfLNPfmkmXGTm5eZ7JuJ0FwLRG { width:13.125rem;height:3rem;top:1.4678955078125rem;left:32.186279296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtGOtIEOoGMftBS4He2MHVMXrDHVlvX4 { display:block; }
 }@media only screen and (max-width: 1199px) { #CHZ51pk5ddGGKbKf85vX06tSyDRlwP0L { width:40.5rem;height:28.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kFTIfur1CJ6BSatRTIn74RyakQ8i6XeD { width:27.3125rem;height:1.1375rem;top:3.1427087783814rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrAnDi6Wa9QuC660OGlfOefOzm0kdrLy { width:25.5625rem;height:1.4375rem;top:2.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT { display:block; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 { width:47.5rem;height:8.6875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ { width:1.625rem;height:0.625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk { top:2.34375rem;left:1.1875rem;width:34.5625rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU { top:6.875rem;left:2.5rem;width:24.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 { width:13.875rem;height:3rem;top:7.875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v49NEacQWmLzTQqnZ0meDaJPOITcAsNv { display:block; }
 }@media only screen and (max-width: 1199px) { #H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG { top:10.1875rem;left:13.5625rem;width:7.1875rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay { width:2.1875rem;height:1.25rem;top:2.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIHoLoabvn4QW1kVbA6BasuooOtMtdNw { width:2.1875rem;height:1.25rem;top:2.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 { width:2.1875rem;height:1.25rem;top:2.6875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL { display:block; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container { width:47.75rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S { width:47.5rem;height:16.9375rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #CEcm1qTJa30oXuM53wHTn0gBDnhOl14c { width:1.625rem;height:0.625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 { top:2.34375rem;left:1.1874999403954rem;width:42.75rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tih2t5ulxirBOlmvllKcJB351aDmax4D { width:5rem;height:5rem;top:8.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm { width:5rem;height:5rem;top:8.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb { width:5rem;height:5rem;top:8.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV { width:5rem;height:5rem;top:8.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr { width:4rem;height:1.25rem;top:9.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J { width:5rem;height:5rem;top:9.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 { display:block; }
 }@media only screen and (max-width: 1199px) { #pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW { width:4rem;height:1.25rem;top:9.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT { width:5rem;height:5rem;top:8.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE { display:block; }
 }@media only screen and (max-width: 1199px) { #JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 { width:4rem;height:1.25rem;top:9.875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3q1fNPkHZUCNfaoDwzeltiaVECZc39I { width:5rem;height:5rem;top:9.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZgQuIm32QI8bui7qKN0Sl396ScraJ9M { display:block; }
 }@media only screen and (max-width: 1199px) { #zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 { width:3.9375rem;height:1.25rem;top:9.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 { width:5.1875rem;height:5rem;top:9.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg { display:block; }
 }@media only screen and (max-width: 1199px) { #FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi { width:0.75rem;height:0.8125rem;top:12.66250038147rem;left:10.924999773503rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o { width:0.75rem;height:0.8125rem;top:12.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt { width:0.75rem;height:0.8125rem;top:12.6875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 { width:0.75rem;height:0.8125rem;top:12.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS { display:block; }
 }@media only screen and (max-width: 1199px) { #Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h { width:3rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hRVwTISLRnC41FqocgDXMUPap0vDLRTd { width:3rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ahXqv01Tg45R15toOiDC49JdBgbsXrmP { width:0.5rem;height:0.5rem;top:16.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS { width:0.5rem;height:0.5rem;top:12.818359375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz { width:0.5rem;height:0.5rem;top:12.818359375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLNdDWfZBuseaESUE926IhWmJsZTILgh { width:0.5rem;height:0.5rem;top:12.818359375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 { width:0.5rem;height:0.5rem;top:12.818359375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 { width:47.375rem;height:2.925rem;top:16.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl { display:block; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG { width:47.75rem;height:4.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi { width:47.5rem;height:23.25rem;top:3.15625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R { width:1.625rem;height:0.625rem;top:5.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDnnyb418usIKWUQcaITkg3Gd10bFpdw { top:2.34375rem;left:1.1874999403954rem;width:41.6875rem;height:1.950075rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK { width:5rem;height:5rem;top:8.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH { width:5rem;height:5rem;top:8.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg { width:5rem;height:5rem;top:8.3125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD { width:5rem;height:5rem;top:8.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXFJp1qPtc6K0o8E772nJzliLOviRsMn { width:5rem;height:5rem;top:8.3125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo { width:5rem;height:5rem;top:14.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GG3WTl00oa72VcLo7PvauWzNWvgkvNXx { width:5rem;height:5rem;top:14.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs { width:5rem;height:5rem;top:14.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 { width:5rem;height:5rem;top:14.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 { width:5rem;height:5rem;top:14.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox { width:3.625rem;height:1.375rem;top:10.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo { width:5rem;height:5rem;top:8.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 { display:block; }
 }@media only screen and (max-width: 1199px) { #WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM { width:3.625rem;height:1.375rem;top:10.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 { width:5rem;height:5rem;top:8.375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx { display:block; }
 }@media only screen and (max-width: 1199px) { #m6n8Inraka20qZvuZHrgPiu6CBe3nD4K { width:2.5rem;height:2.75rem;top:9.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE { width:5rem;height:5rem;top:8.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v { display:block; }
 }@media only screen and (max-width: 1199px) { #PhDJcxP7MKVWariMNP3FVQTp49vDT6IT { width:2.75rem;height:2.75rem;top:9.4375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9CF8fshISUsJPTTorIqpHqG9btdWBHh { width:5rem;height:5rem;top:8.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh { display:block; }
 }@media only screen and (max-width: 1199px) { #Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn { width:2.25rem;height:2.75rem;top:9.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt { width:5rem;height:5rem;top:8.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl { display:block; }
 }@media only screen and (max-width: 1199px) { #A01xnz0ciKU1EoB1w3df39awtecGtX4L { width:3.625rem;height:3.625rem;top:15.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA { width:5rem;height:5rem;top:14.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4deHMOptos0NTbIbX7etgoXzectlb78 { display:block; }
 }@media only screen and (max-width: 1199px) { #LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T { width:3.625rem;height:2.375rem;top:16.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppQBkSvgSykd7478PHMTp5g8F3W3qH2P { width:5rem;height:5rem;top:14.9375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLwSF5QHSQweqXFK95XPra3S7PuHcIQF { display:block; }
 }@media only screen and (max-width: 1199px) { #rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN { width:3.625rem;height:2.875rem;top:16rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE { width:5rem;height:5rem;top:14.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m { display:block; }
 }@media only screen and (max-width: 1199px) { #WCW0UprdZxI2QIB6lbTksV7AfrBwTUaP { width:4.8125rem;height:4.8125rem;top:15.03125rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN { width:5rem;height:5rem;top:14.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qImmfZoomFKg6zSntI4PMm3Au3zSa6mh { display:block; }
 }@media only screen and (max-width: 1199px) { #MkQhKtNxZAhKia0wTlBCHLWmEVAlwUfS { width:4.875rem;height:4.875rem;top:15rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx { width:5rem;height:5rem;top:14.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4vuLwURzSBrMerXCcUCNyyZWOcAwahL { display:block; }
 }@media only screen and (max-width: 1199px) { #e7AiNaV3G6afOn2WewarhH5lPlwNi2CI { width:0.75rem;height:0.8125rem;top:12.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT { width:0.75rem;height:0.8125rem;top:12.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW { width:0.75rem;height:0.8125rem;top:12.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgzOzXoqkSVOMiimGRuizJJxSQUSvPls { width:0.75rem;height:0.8125rem;top:12.125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5md811BSezQue8fcEdT3wScsbzineWW { width:0.75rem;height:0.8125rem;top:12.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 { width:0.75rem;height:0.8125rem;top:18.75rem;left:10.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I { width:0.75rem;height:0.8125rem;top:18.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z { width:0.75rem;height:0.8125rem;top:18.75rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI { width:0.75rem;height:0.8125rem;top:18.75rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W { width:0.75rem;height:0.8125rem;top:18.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm { width:5rem;height:5rem;top:6.875rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r9SPGkD60MXCtapxvpN97x5pwENKUBDX { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 { width:0.75rem;height:0.8125rem;top:10.6875rem;left:47rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 { width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya { display:block; }
 }@media only screen and (max-width: 1199px) { #oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OqogT8iSobDrQmWCEkldKsz1pIGZTODk { display:block; }
 }@media only screen and (max-width: 1199px) { #yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg { width:5rem;height:5rem;top:6.875rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH { display:block; }
 }@media only screen and (max-width: 1199px) { #IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 { width:13.3125rem;height:2.125rem;top:22rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS { display:block; }
 }@media only screen and (max-width: 1199px) { #CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK { width:11.625rem;height:3rem;top:11.3125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qnV1loWHA59pxdy0hI33LrAnt3xJwQgV { display:block; }
 }@media only screen and (max-width: 1199px) { #rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE { width:13.3125rem;height:2.025rem;top:22.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:36.1875rem;height:2rem;top:2.28125rem;left:5.7812500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { 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) { #ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m { display:block; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container { width:47.75rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uDQag1GpZSeFz97y42GLPJ3SqneJbtKl { 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) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:23.75rem;height:7.8125rem;top:0rem;left:11.625rem;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) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:22rem;height:1.6rem;top:0.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:22rem;height:4.55rem;top:2.3125rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:16rem;height:1.5rem;top:5.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 1199px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:23.75rem;height:6.875rem;top:0rem;left:11.8125rem;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) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:18.8125rem;height:2.6rem;top:0.75rem;left:14.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:20.0625rem;height:2.275rem;top:3.5625rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaIh0THZhO98rz4dlx403eeB38gy6nda { display:block; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yB0aCssx2wW80LERXQ3l64qosbKRbh0Q { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unqdQVIgbGvF6MbTubwvT7lheMg9vZvx { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpJnZ2DiL5KMCT5ILR4HCcIDv7QE4LZf { width:20.125rem;height:6.125rem;top:0.25rem;left:3.0614585876465rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JpVyuXZudrsx8uQ2P3DWkAqfFkeLqr6u { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izZ0bWGPs3TtBwHqLIORGth4eZTPEg9x { display:block; }
 }@media only screen and (max-width: 1199px) { #XVVrw40Lug4kdPcfn4bwDsKJ8SCBlqq2 { width:19.125rem;height:6.0625rem;top:0.25rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pJCup2hHz9feU7J0P1tDmlCRg3T9P5N2 { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 1199px) { #WC9TcfucRNTeKmfM1Z9h0aOm7Qsxrk1f { display:block; }
 }@media only screen and (max-width: 1199px) { #OcNz8zQUUE4LyMN8IgqIThKyOsHvWcvx { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQG8NMsOub0bydDWnCuWuDu5ll4IwBEm { width:10.1875rem;height:2.6rem;top:0.875rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJTH3OWVkyS0r1S0XnEH4WuJO3d3XD6m { width:8.1875rem;height:1rem;top:4.15625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geDTtiB87azn6sAvnkUO3HZlpUqJdcWy { width:1.25rem;height:1.25rem;top:3.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiofmGS5OTE7BznnpLxcTVSBqMFEFnEw { width:2.25rem;height:1.125rem;top:3.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfuwPT9fK472lJ8EKyBOl42QM1W4p7cW { width:1.375rem;height:0.625rem;top:4.34375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXTrf24A66e4NNqa5TmuXePKxMrDtrbp { width:1.875rem;height:1.0625rem;top:4rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBwUCaF0tGSKeMVJwDkmcX3EK9Z55GqF { width:1.8125rem;height:1.0625rem;top:4rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F9OExI5c0SVtH5RyLcJU3SASBLROrFcq { width:23.75rem;height:22.5rem;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) { #EooX3gEXXO0PmBW2ThtMkGK2JhOQK6Qq { width:21.1875rem;height:4.6875rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xr9VooT4R5JTtfB228LbSav9kALkhpZK { width:21.125rem;height:4.625rem;top:7.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaaghSXVT1zWNW1Pdm42xfOByVFqDIA4 { display:block; }
 }@media only screen and (max-width: 1199px) { #olKli3uIvu05uFeLxBkT4glbwpOemwun { 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) { #stHCio5494VThBLHTgC82x6lKM4lgdTQ { width:9.375rem;height:2.4rem;top:7.8125rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8d8xFAvNlJFaWTtCzdXCzNBDbRoMSTt { width:1.375rem;height:1.375rem;top:8.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DT4vk7RyEsxC2uS3AblhFMqUAtia9DFK { width:0.875rem;height:0.875rem;top:8.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xr7rT12sEKX3Tvk9fkDA1ChZBXUccQfh { 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) { #clFcc2fH1THufa9fmoNlW9c5LyeXaA7S { width:6.5rem;height:0.9625rem;top:10.125rem;left:24.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpaI1xyS60ZoKrLm562vHXGBpLffiJ2U { width:6.25rem;height:0.9625rem;top:10.125rem;left:27.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTTOMzyXyCdIirbs3AoMVx4pJ8y8tT1s { width:21.25rem;height:4.6875rem;top:13.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2Jg26GGzWU8A7hCWT4Tqf2MJQ5lP2NT { width:21.3125rem;height:4.625rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dK2WaQFGpdPHQ5IuoJ0GzZX0z7fXBN2m { display:block; }
 }@media only screen and (max-width: 1199px) { #oBSffTgK4xW1svhXa0Af3RWgRKq8VwAp { width:8rem;height:2.4rem;top:13.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hc43o2d6EwUJ1LhVGux0dV1vfHFyqBPt { width:8.9375rem;height:2.4rem;top:13.625rem;left:24.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iG88gP11iowlwAgDqa78wqtsW4UFXnN9 { width:1.375rem;height:1.375rem;top:13.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BzcDfzpWqEV6GZFdQTqThFTxS9pkaPqH { 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) { #uDWkaTJWir6b46XUeagTWBioT8sgxQZd { width:0.875rem;height:0.875rem;top:14.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vImf4kuyiaPbwn1RSNEob1cDeSvyc2Ir { 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) { #eKJepmfiWwJGo6cBnEcR4AHuhHy326sT { 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) { #TvWz6IIItqw3BP0qQz8PkBtTrLy2ZqGC { 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) { #nTF8Rd3cKfv7ur4oTUzM2AWXthgSgwDc { width:21.3125rem;height:2.1rem;top:18.0625rem;left:13.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAs4Bzmw1F51FMOsnLP1FtcpZcC6UUcc { width:21.25rem;height:3.25rem;top:18.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eg6zTy6d1zgCVDl7RDnEQNJ9DRZV93fd { width:17.6875rem;height:2.4rem;top:18.75rem;left:16rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #BEvuaw5SWegPddNiPkhuN4b1teK4qhW3 { width:1.125rem;height:1.125rem;top:19.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9v87v4tOLOXd6f3nad5NNmLTQuhg1Vl { width:20rem;height:2.375rem;top:20.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlanuMh3mFO9vyJUJd41Rn1vxoCz7ANw { width:17.75rem;height:1.4rem;top:21.4375rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaThtrzgD3KzoSM7VX2iIKR3cL0CR2yC { width:20rem;height:3.0625rem;top:23.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6kOMhISUGENXqu8mVN4izR24hqgFBG6 { top:23.625rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxpwTSkOk3MDkzMCJrdtg9v2516bQCCG { width:20rem;height:3rem;top:23.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8lRv6NwM3vcKpFmlkOFMvQJL3glFIiF { display:block; }
 }@media only screen and (max-width: 1199px) { #ZAXArVJMduDK6i9HswuMtQ8d0AoFFHry { width:11.4375rem;height:1.05rem;top:27.125rem;left:17.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB { display:block; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container { width:47.75rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bfgEqnVWgJHs9dt90xRNPpP67r4se0si { width:11.1875rem;height:5.875rem;top:0.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqIetpAZvxflSm27Fw9dvbVOmhrkrlQp { width:11.1875rem;height:5.875rem;top:0.25rem;left:24.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 1199px) { #AI9npNhP907IMmV4oNKNKgFoAFdk9EwG { width:11.8125rem;height:6.125rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tnwrz7MD5mFezc70zB7lfimMcvlllbBg { display:block; }
 }@media only screen and (max-width: 1199px) { #VCk6hd7JmEVEIuq2wcGR2aFHB0NvK5Fi { width:19.125rem;height:6.0625rem;top:0.25rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5TDXbKHWfRISrlVm5nIKrbMe33Gc5qu { width:11.875rem;height:6.125rem;top:0rem;left:23.9375rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 1199px) { #LqOSsZFFZW1fQ5fWQsSU6ZntgWcJsGZT { display:block; }
 }@media only screen and (max-width: 1199px) { #QBD6HyAkPKBChMKmhg4FVf1n8Fzd9LRk { width:20.125rem;height:6.125rem;top:0.25rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OFDa1aPkPwWafbU6h5QHQke8yvQ0ENOJ { width:9.5625rem;height:2.6rem;top:0.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ledxMGCP00A1Ft7VJKfqyWW2mQrOPBsS { width:10.625rem;height:2.6rem;top:0.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBdqI0hVQDvkKHzp64rJPxQAaxELlFhg { width:8.1875rem;height:1rem;top:4.15625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dswqlRE3T111nXhVuliR4b5IhtwT5TNF { width:1.25rem;height:1.25rem;top:4.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ab06XV2wCidwhSqHEP32duGGULiLpwXL { width:2.25rem;height:1.125rem;top:4rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSTU2NJicfPOTUEpFDA8WQUX8T2XPC8V { width:1.375rem;height:0.625rem;top:4.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A07mKOZxA83XEsRoM8cLpheGQROlykFT { width:1.875rem;height:1.0625rem;top:4.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ga3PJrITvoyvI1eIiTfUxwI1JHSDmNER { width:1.8125rem;height:1.0625rem;top:4.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGlH4OpP6o8nWquRSNUHiqdHttyKU1mK { width:23.75rem;height:28.1875rem;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) { #mGHUWILTvHLaS8h5WwQU3TQGny7PDBfG { width:21.25rem;height:4.6875rem;top:7.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovdNTdzaMDGCtzK1kdEZu8AZEuaeVesr { width:21.175rem;height:4.5625rem;top:7.4750061035156rem;left:13.28750038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l42SvAids58LH1k1y6n7pPPHwEcs6vOZ { display:block; }
 }@media only screen and (max-width: 1199px) { #nX0Qw87673ETQGGs0pPxxbl3BmWuMtmp { width:8rem;height:2.4rem;top:8rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CN72820cVnyWv6dbJo8osXTTTKFFcRXo { width:8.9375rem;height:2.4rem;top:7.75rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klFly9VJtH7TFTnQAEpM8pegVNk0eoOt { width:1.375rem;height:1.375rem;top:8.25rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MT8Zd3SQgTVmZ13LsvrM3BpfOCpHptWE { width:0.875rem;height:0.875rem;top:8.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTgTwqSsEdyV5kFafE6gLKaEyXy4GBck { 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) { #N9n78aBtnuwQAWh8pcCXzfRIliIcpPZA { 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) { #K6KA3xWfbgEJRhi20iwUcv8850pzs0vZ { width:21.25rem;height:4.6875rem;top:12.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3D6GAoQFKr2fVNLDDbe1DHfHzFa85BW { width:21.1rem;height:4.5625rem;top:13.042708396912rem;left:13.324999809265rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TevplZ9LXIsDCZfk7OlNxeIFTU7oSiJU { display:block; }
 }@media only screen and (max-width: 1199px) { #iKfZEgOxScf0NyaO24ryZuafIlbnQSQV { width:8rem;height:2.4rem;top:13.75rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R82kBTAS7rqgNIslUCOlaOBSPTTmkghv { width:8.9375rem;height:2.4rem;top:13.623962402344rem;left:24.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4B9Iy5IobF4B2axP4RpdcJzJBllfTyc { width:1.375rem;height:1.375rem;top:14.136459350586rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTDK023VKcXJ6MOv0ghkZxITlnZ8h4BC { 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) { #DC0L7PeshtpRqputqfe35GeGaTgdPJSZ { width:0.875rem;height:0.875rem;top:14.511459350586rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7Tk2NQsPIR6wBeWwagUG4HA9NaEzp0x { 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) { #KBQqeFRGT0GBqSB7JP8C4LXXAe8K8MET { width:6.4375rem;height:0.9625rem;top:15.761459350586rem;left:24.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otqpbsRQQXPLI8pPCmTvoQbBTKmEThhS { 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) { #tAqSc70s1DoaHa50rTrNkKVT20LDoa7w { width:21.25rem;height:4.6875rem;top:18.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUq3r3UoimHLyoVXTxAPC2XTL9C9JQya { width:21.175rem;height:4.6125rem;top:18.53750038147rem;left:13.28750038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4bg4DOZW3pQ9vMh8meLsHQiPM3QJoev { display:block; }
 }@media only screen and (max-width: 1199px) { #JEmUVssdVVZZbT0NOGFy7l5gXQ9Hulaf { width:8rem;height:2.4rem;top:19.125rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqXxPXyGX1ZOtTWSEL7AehycXyBtyTob { width:8.9375rem;height:2.4rem;top:18.875rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdo7fNe3a0umqz8dVrVkkCXmwdthgHJI { width:1.375rem;height:1.375rem;top:19.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #If8AJmKgTCquntG8cb3WvZFVQxhsrCnD { width:0.875rem;height:0.875rem;top:19.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ER0OGryTrGJVpmivIHdFVWSQHagNMZrh { width:9.3125rem;height:0.9625rem;top:21.3125rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxZImN6S6AwUEqDe3c3xivP6c5q2LlgW { width:6.625rem;height:0.9625rem;top:21.3125rem;left:24.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNHm8P7sHzP1NOOzTs2asFAoWLMu3JP0 { width:5.5rem;height:0.9625rem;top:21.3125rem;left:28.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVRGxztUi8TKVSaMHZkTJOEhZpXSmX0Z { width:21.3125rem;height:2.1rem;top:23.488540649414rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpaMbm30uGHdt4znkKrTbmnLuomvNUW5 { width:21.25rem;height:3.25rem;top:23.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmE0KpcJHV3M1DNOyeMSLCNrGS1anbeB { width:17.6875rem;height:2.4rem;top:24.1875rem;left:16rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #vXDdbAxpq2z6gyAZTRGT5UMTx51neMoQ { width:1.125rem;height:1.125rem;top:24.75rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zb1tKSNvbkcdH99yuEZqqAy2PdkGZTtH { width:20rem;height:2.375rem;top:26.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnfDAD0E629G1BumCiJIDy7L6VqXTMRe { width:17.75rem;height:1.4rem;top:26.5625rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3VbJzFPWPNDlxiHlVyoI57kAPNTy2vh { top:28.875rem;left:13.875rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HwPi9dxRB9q7i8kIQWEiWmoo7UczeaHI { width:20rem;height:3rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaVbToA32ZNFp8kCxgIuT9yHfhC3yg2D { width:20rem;height:3rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUbCAgCsOIeWiL3CDhfUAwGIGxh96J75 { width:20rem;height:3rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAeqrDKoPqlDi9M7pKbQqynxnc0XIe1X { width:20rem;height:3rem;top:28.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T43DaJmKvt9N3NDfSlAw03SLpwMXUIab { display:block; }
 }@media only screen and (max-width: 1199px) { #rEBBEa4sfZ69m2ffTGt84xBgZEV2FZhP { width:11.4375rem;height:1.05rem;top:32.5rem;left:18rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd { display:block; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container { width:47.75rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DDxi2ht4Qigy9Ogl9mU9LU4J93XS4rUm { 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) { #lnB6eOtadzMFI71dtHi4UtGri7VMpqMy { width:23.75rem;height:68.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZWhkLGTccbVlIsAC6w6Rsh92xRymHxC { width:21.4375rem;height:55.9375rem;top:0.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzAHuIrqssrP84hWk6RQfmIMXW08DUfq { 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) { #ezxlKyltpOT1UuoNFxLMH5wB65GUPedQ { width:20.3125rem;height:24.9375rem;top:31.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvohVlsW9UGhM0xTVK9HFrsyeAnxSnnn { 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) { #BQCzQQZzsQJKsJUiLymhXGidlmsg1QsK { width:16.625rem;height:1.3rem;top:2.0625rem;left:15.312500059604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWsIElFUZwmemcQE5OUeBTuTCJtHfTSZ { width:20.3125rem;height:21.125rem;top:8.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #afhFhVbTffSrREpBZPkpLm0WeBaQ72AR { 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) { #BQMo7XStZiCFLTQNuXhz4tmf5q71TLxV { 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) { #ZZzshVo6AUaVq5zFDBw6TKkhOS3xU6PE { width:20rem;height:3rem;top:61.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTdWEeFNAToTazoJxN93lSa69lCkTMfL { display:block; }
 }@media only screen and (max-width: 1199px) { #zgdK8P8XM7oBl2JBRksixhZFTaiAaqu3 { width:19.375rem;height:2.375rem;top:57.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htWc1cDu0Ip1TlkRCEmFXUkE5yrQTwJ3 { width:19.4375rem;height:1.1375rem;top:58.5625rem;left:14.125rem;font-size:0.8125rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 1199px) { #hDTgaOgko1JnAlwxLc3yPFGp7TiF2H0n { 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) { #mvA130AQmRoiU3MNT0yTya9OKihxed11 { 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) { #sEWVoTLZleKqlfw8wwJfHHRLsLp5bTIZ { 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) { #OeORUKd1ZBcLNVXANvqwTxB6PwigbUba { 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) { #DvgNkCqMv6VqUlBhvip0DyMX6HTG80wz { 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) { #AWev6oW1xZzhvfZiizTqhUQHQfUXhCzv { width:1.25rem;height:1.25rem;top:51.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDZ1bQgEH4camL62IJ0XLdlVIAHTuyvr { width:1.1875rem;height:1.1875rem;top:15.9375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWPssllWTnU9QwzGn6JR9kXuETNIZKTo { width:1.1875rem;height:1.1875rem;top:38.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCaeO8L4B29osf453ZxchRT4THcIfSsk { width:1.1875rem;height:1.1875rem;top:40.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3tTw2dmX9MPcRmtP2UQW3gMrmz2cEOq { width:16.9375rem;height:2.625rem;top:11rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETKZNWheqk3K2yx9g3tamwwL5ZeS1oXb { 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) { #CuBJLIQhimJi9bHum8VT9giqVZgic1m5 { 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) { #VneqTq98ZvkabdGICZLaT2EgZPfQJ0lB { 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) { #WB7MCnzftsAOxyDoCbrL3kwR0XnUqRQD { width:5.9375rem;height:1.3rem;top:9.3125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDZiTtbKEC3eb9dWT2g5VsauG8ET2Ixr { width:1.25rem;height:1.25rem;top:25.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSATXGyqtZEyk4TdTU7UZcGDE9vkRRyc { width:1.1875rem;height:1.1875rem;top:11.0625rem;left:14.000000059604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aXvKTx42ZIpvTLeDrdue9xUS7wM76XCe { width:1.1875rem;height:1.1875rem;top:33.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDtkmWOssPELfu8TP2o7o7ps2ucT1ZdX { width:1.25rem;height:1.25rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeCzuc2PSdvuchEhS9sbEv42WqPGTQiw { width:1.25rem;height:1.25rem;top:51.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlPFursD4FQ4kn6DSHHatMBGmziqw1qw { width:1.3125rem;height:1.25rem;top:25.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTvNygE6gf8hOcForX7l5Ess0C1EpVFR { width:1.3125rem;height:1.25rem;top:51.9375rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wnlg6inoEUCfw3WWfpGQlEVUcWHpG1PQ { 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) { #sebD2n7QqmeMtrFpTkUtugasAMZW0at3 { 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) { #FcTTl854BAsE5ZIXmPmdTdRxRRwfl0Vi { 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) { #N8VFOQvvQoWaAy91ENlsAgMtht6QuUHy { top:61.4375rem;left:13.8125rem;width:20rem;height:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kws7HbBP3mPXqNCqvpth26uOP9JTFaD3 { width:16.8125rem;height:2.375rem;top:51.34375rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rk0X1IIu3ogLEnR6u9yOCzRzVUwxTKwH { display:block; }
 }@media only screen and (max-width: 1199px) { #UkrKEf1bHKIz7ZIs3uRTvvkOBmSohRJz { width:16.8125rem;height:2.375rem;top:24.8125rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZEWlmvteIcit75iaIOuS3Kqa6qrWwvz { display:block; }
 }@media only screen and (max-width: 1199px) { #WgN2TTC2DvQuCh3kU7vAyMczveJeQDW5 { width:14.4375rem;height:1.5625rem;top:13.9375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDGeGtnbFLDdK9qtutHsHBbZavG4ZJvQ { width:11.5625rem;height:1.5rem;top:36.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8Ca5oAgG5JhE3grvgWCQe1FQL3LIVcG { width:4.3125rem;height:1.8125rem;top:41.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuBLuTTiufF9DpQlNmLVxMTRe2DiV4Wd { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQiNCTPNbNAwcVNNKwg4R4ulAr343B1p { display:block; }
 }@media only screen and (max-width: 1199px) { #gxr2XVfGoCUdHBLvIhP8y7QieCVKTmtw { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqet7rSCwyANnG8hXICTOnqe5plReM68 { display:block; }
 }@media only screen and (max-width: 1199px) { #vnUzKIyfwqlasHyLKRRETVt9r6u1zU1E { 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) { #ekyyfHZpfLfWxUbP950DyN2EBD2cTFP7 { width:1.1875rem;height:1.1875rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEeWPEIv0MpXOu7AXtTmncoEqoqoaGiz { 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) { #NZzPLUk705IUfSI7ZMGEhDUReU7dkQaX { width:1.1875rem;height:1.1875rem;top:43.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPwEQhuEtfCK4JIXh06f5KBKSxgin47q { width:9.5625rem;height:1.3125rem;top:12.375rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uNVM0Iq9duulS5TFv1TZnfITPu92BRgU { display:block; }
 }@media only screen and (max-width: 1199px) { #fiL9lFFXva7GqcbtF65VCwKwgWpIlzmL { width:9.75rem;height:1.25rem;top:35.3125rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mav95gxMSutHQnevGueVNKkTk3Hc8T3w { display:block; }
 }@media only screen and (max-width: 1199px) { #AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk { display:block; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NaRcxLz3STBQZU8Jw715uFgWkOOQXcic { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #XRibRwvQ3fIUXpfael758TwFNhCLFbTC { 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) { #froTBi0oDOEApLdUksaLAIxetzf40qxw { width:5rem;height:5rem;top:5.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccEdnzyV4h3Osf5JH1l54Ka3aKUBNJlZ { width:4rem;height:1.25rem;top:7.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KupghWw9WoRV4DAT0GT480JrLXBvVx82 { width:5rem;height:5rem;top:5.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIcUv1fbwOGniI1yTkwPOm6elTx5dz76 { width:4rem;height:1.25rem;top:7.0625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6TNhwDAxFr2rWZvmBDMGlreUTKvku46 { width:5rem;height:5rem;top:5.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Km1nfLarQBTqPEDN04wwBan64TeMoUDX { width:4rem;height:1.25rem;top:7.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGZEpN6vAmzqBSCmO3W78liAZg3odkxw { width:5rem;height:5rem;top:5.3125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rcOpMeSSPtE3sDH9e4axNmeeyfq3sIJW { width:3.9375rem;height:1.25rem;top:7.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfgW8cDKisQ4NqIgFv6HDJOkF5CxgJC4 { width:33.1875rem;height:7.1875rem;top:4.21875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTs4M7VVOqm2EwR4lBuMk2xvgFwdwK6R { display:block; }
 }@media only screen and (max-width: 1199px) { #k3NMB3L7ZPfTExTVvw3tomqT9IPs7V0l { 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) { #OhDR0Z46qrzvgWeuV4MDCBmm6XBWnTCf { 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) { #uynMeLTD68UMwnSFJmd4RrpMJE1Z5DAS { width:3.5rem;height:3.5rem;top:16.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okJGoTv7toAX3JRQkcrX38Dld4toAzSB { width:3.5rem;height:3.5rem;top:16.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hoyyev6tEWm8Spn2L75FoiUCLlwfpC4W { width:3.5rem;height:3.5rem;top:16.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTbHNFDxzNl0PTewGpeWNh3rVzsKNwzc { width:3.5rem;height:3.5rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xrPmI9chS3DRcJdQRt5SB1qMezzaxVgG { width:3.5rem;height:3.5rem;top:16.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSTxoS1a51ODdbbpKOmG56eUJBfi6H06 { width:3.5rem;height:3.5rem;top:16.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxTJbIA4XFRsQ3a0Ty3XLlrspA8Dh0wP { width:3.5rem;height:3.5rem;top:16.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZW92OvEMJMuKVxdUmTvZAeg145If8Ao { width:3.5rem;height:3.5rem;top:16.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yeBsJ2dMC2D3V6ZplmvStSN8RDpQAdbr { width:3.5rem;height:3.5rem;top:16.3125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cog721wb2vRm6FiVn9QM4nt1I3Xn5PHn { width:3.5rem;height:3.5rem;top:16.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZJWxFzA2imqpKr45VbcqkQw0eDKNxiy { width:3.5rem;height:3.5rem;top:16.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRMG4d9PQMdqaK5JuHzuVxa6diHuIxVC { width:3.5rem;height:3.5rem;top:16.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqpShUQGx3saUZJm32wu93GR1OTvEFEA { width:0.6875rem;height:0.6875rem;top:20.9375rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lh18a8T2el2MzfZ4ExW51TGUUIAAXAyb { width:2.25rem;height:2.25rem;top:16.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrNvbCrWtrTuSsem0gDMo8whJQ24GKbP { width:2.25rem;height:2.25rem;top:16.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Alm6WyPPT7nc5O8ipyo0sbWX8CJ5Z9s8 { width:2.25rem;height:2.25rem;top:16.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ioJ9qoOBb55Taf7dUZ3BeLZoE0wlysTe { width:2.25rem;height:2.25rem;top:16.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fUWhhEIBeaBOVEWNFTDrW3uov2w3R5Md { width:2.25rem;height:2.25rem;top:16.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r79e4wXTuWUK6inWfcsZ4Ooh7BmaTJ3F { width:2.25rem;height:2.25rem;top:16.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNQ9Vg6XTxqvf8RC77LeG1rT7ziW6F6V { width:2.25rem;height:2.25rem;top:16.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2w3tqJN1aHFdOeitDnTvEfAXBy1sNza { width:2.25rem;height:2.25rem;top:16.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0zuUzGK25FWTEeX9G9uieuRTD5uT7Mg { width:2.25rem;height:2.25rem;top:16.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWcIi7N4EyAz32RguukLCyWymTWcFo1o { width:1.6875rem;height:1.0625rem;top:17.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ko8MH5UVFF2UnLQRKRO9SNr91dOTakFq { width:2.25rem;height:2.25rem;top:16.9375rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w10kJ8IaDucHDHgm64EeataBFdlLTHbw { width:2.25rem;height:2.25rem;top:16.9375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KklZzJZnr6EAqdPOE9NRvZUSZAsmK6UB { width:46.75rem;height:4rem;top:16.0625rem;left:0.5rem;z-index:15264;display:block; }
 }@media only screen and (max-width: 1199px) { #lhwg89IT2R8l3rXn7vvmrtBvOqr0997f { display:block; }
 }@media only screen and (max-width: 1199px) { #SuNHeCrBvEqG2T9a6FvUMqJW5SBtpp4h { width:9.5625rem;height:1.25rem;top:20.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2DattDbqHeorDuaf822bFPHSknnv5ne { display:block; }
 }@media only screen and (max-width: 1199px) { #M05x2F7DLXOArxTR0Xdu1ODPOb0UCnEb { 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) { #SNWkwKLKJVO9lx53UcqpVXmx0kSvDm6F { width:47.5rem;height:22.8125rem;top:0.75rem;left:0.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 1199px) { #TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq { background-color:transparent;background-image:none;display:block; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { background-color: transparent; background-image: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .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); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #igpv8vArrmFnQEpTpWBOoAvWUUECIsSI { width:47.5rem;height:16.5625rem;top:0rem;left:0.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #TmrX0WFWigGsXwS5fJuaPuai6OdhEpgn { width:3.5rem;height:3.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4lXaUKGBGTTHhIc2Vt1b2FPXwxeAzfZ { width:3.5rem;height:3.5rem;top:0.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRhw2lCvEmCmn1hSVyyts7TQQi5m482e { width:2.25rem;height:2.0625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gy6kVaoV6v17QxAuoJFBgd5nNmTXTICM { width:3.5rem;height:3.5rem;top:0.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udS91hEa09skvohMosa23Id183UFiaDh { width:2.25rem;height:1.6875rem;top:1.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dv00dOupbBDemvvCSmRAdIvKJrxpe31z { width:2.25rem;height:2.25rem;top:1.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIJp1TtgUXyVGSiAHDJpZ6ImF3bTKlZ5 { width:3.5rem;height:3.5rem;top:0.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcucDbFpih01TfObw13rf78VKXh0AKAr { width:3.5rem;height:3.5rem;top:0.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NB30zpo58KJ3UCitraUAEpGRKNiNMOHc { width:2.25rem;height:1.875rem;top:1.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UpruT4ptCXLgxlQTESVTsOdoMH34t7NT { width:1.5625rem;height:2.25rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2SicapLBCNF2lWEfzPNs2cfeam8qgvA { width:3.5rem;height:3.5rem;top:0.625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tocJssXxFnrSwkeN0Hr39bJzn4cpA04R { width:2.25rem;height:2.25rem;top:1.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRmATPKZuDyIvvaJEOuSSuiv1uXlVcrx { width:3.5rem;height:3.5rem;top:0.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceN3ql4S8cT55C8Xtz5q5Xq3qDPn4PdT { width:2.25rem;height:2.25rem;top:1.25rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgcDJiGZ03BcWpV5Pp0ECcNZcmubFzsN { width:3.5rem;height:3.5rem;top:0.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIWWukNvVmc2XHK01p85Qvz7dOMgXs3B { width:3.5rem;height:3.5rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LvevZuunTx0wtKUGa0RiG6SO0oyrMiMb { width:3.5rem;height:3.5rem;top:0.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oT1PtMbUb2kcpFL7tPX3LSt8C6ySWw7a { width:2.25rem;height:1.3125rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vp8vTc60d928JIZsbpI2z3qzDKwen09B { width:2.25rem;height:1.3125rem;top:1.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6Omd6Q50Qi5g7RdonAho9lTv6sfGBza { width:2.25rem;height:1.25rem;top:1.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDND8nKT5oPIcwFbt8bU9eGJ44U4w6Il { width:3.5rem;height:3.5rem;top:0.625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZfN66T8eTqRu2dWs4mRuqrIFqEvT4lV { width:3.5rem;height:3.5rem;top:0.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DInD3dbOlVfGRT0ul5tKaMtd1sgDfo63 { width:2.25rem;height:1.3125rem;top:1.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbxokgygrwFnmQH6dexiykOTQ825lIap { width:2.25rem;height:2.25rem;top:1.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #abh1krlv5irWzwOLv1msVQxsT33k3W4u { width:3.5rem;height:3.5rem;top:5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXlNIWU8IFfNOmQ689Ccqb5ElLZgloMZ { width:3.5rem;height:3.5rem;top:5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8pJNaLVBOJ6UQlWH0mWEv6izJPaApiz { width:2.0625rem;height:2.0625rem;top:5.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0hCAb11b9pstZzUdzacOrk0T5mIiVm0 { width:3.5rem;height:3.5rem;top:5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1kgeGDaxWWfp3plBLvnaTaSXsPwuQ3r { width:2.25rem;height:2.25rem;top:5.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILC2sxx8aDVo2xexF9TWdVqc4kt4fyhG { width:2.25rem;height:2.25rem;top:5.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtGH0tMJgWJhwM09BKzSgZNVLOnBlkgb { width:3.5rem;height:3.5rem;top:5rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F20a7zKJLo0EmdqIF5NcCXdv0h8yFJ0n { width:2.25rem;height:0.8125rem;top:6.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIM5R5qgPALPTAqE9NGml5v37NFM5Tbz { width:3.5rem;height:3.5rem;top:5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyCWABEnest29mGQVyHOlDzduvS2rvF3 { width:2.25rem;height:2.25rem;top:5.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rC6XgDMah4eq7ETpXJhk6GHH0TTn91mK { width:3.5rem;height:3.5rem;top:5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdhxT1JVpcokLZpTVy7AT7MmqppEZ0Bs { width:2.25rem;height:2.25rem;top:5.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWImpZq4zOfPnFMRoxxVrXIKBpW2tLfy { width:2.25rem;height:2.25rem;top:9.875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNAG3rTSJnk1Or2A7feWK2VgOQGHoG1w { width:3.5rem;height:3.5rem;top:5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw0AEnQlLISNK1zhO1q6u8Oef3y9BxPL { width:2.25rem;height:2.25rem;top:5.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ex4qgm8b4Xotq5pAR6qDSoE0GJVanB3y { width:3.5rem;height:3.5rem;top:5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ilWRbn7odfa6KKeWNfGvmyBt4QMuClm7 { width:3.5rem;height:3.5rem;top:5rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a55VFKCA3AJEfL8Rp5y9gcBB6VwZC6RR { width:2.25rem;height:1.4375rem;top:5.9375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFwDGlt4bb5M09MxVTpeXR3kAMnNb4hn { width:2.25rem;height:0.375rem;top:6.4375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvOhUNArlm7QhrTo9PggaAQ9RBISTQQX { width:3.5rem;height:3.5rem;top:5rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwdszeMvKkbWqQ8xUVwdzQlQPllwK8ET { width:3.5rem;height:3.5rem;top:5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FbVGW8zhwz9Min5G829nBwPI9xRhxQKd { width:2.25rem;height:2.25rem;top:5.5625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTHgvPi8ynkMxI7nXd9xATu1Lx80dy7o { width:2.25rem;height:2.25rem;top:5.5625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLVc5oZyHETbq5i5oAkph3pIaEq7yOPS { width:3.5rem;height:3.5rem;top:9.3125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ai1TTyLGCvbF01FDNRfp98e69rNcLydq { width:2.25rem;height:2.25rem;top:5.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BR1OQLGHUeCzXQL3V1JDTNEVk5cZPghv { width:3.5rem;height:3.5rem;top:5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USDu3FJky45FvOPTc0nr0KPGvNz8CNwH { width:46.75rem;height:12.5rem;top:0.62501239776613rem;left:0rem;z-index:15309;display:block; }
 }@media only screen and (max-width: 1199px) { #UarixKWt2y9BOPr0RfSlNl8WRG7xJAZ4 { display:block; }
 }@media only screen and (max-width: 1199px) { #hhtpSBewTOQTGGQyDUeHbPRFewNs4HK4 { width:8.5625rem;height:1.25rem;top:13.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vhg67r5mwQcFaQtt6DMB37TmTCpOaA1O { display:block; }
 }@media only screen and (max-width: 1199px) { #A6cXwfPTxk0eb4qDFZEg2CcAI9Tw18Tl { width:0.6875rem;height:0.6875rem;top:14rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EL4nv0WXDeadrhn1m3qJWz3FRArkMJBH { 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) { #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 { display:none; }#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK { width:24.5rem;height:2.2498021643299rem;top:1.75rem;left:11.62451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBhrA1TrScDB3oD68rgT4QOPuyspVJil { display:none; }#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container { width:47.75rem;height:15.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m { width:3.9375rem;height:3.9375rem;top:7rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ { width:3.9375rem;height:3.9375rem;top:7.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI { width:47.75rem;height:7rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc { width:23.1875rem;height:7rem;top:5.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f { width:7.9375rem;height:3.3125rem;top:7.375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 { top:8.212890625rem;left:16.5625rem;width:6.1875rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ { top:8.1468749046325rem;left:32.112500727177rem;width:7.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPpPm27d9el1H9CN2X8FoyLNoToabNBR { width:7.625rem;height:2.375rem;top:7.8125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW { top:7.47500038147rem;left:0.8739585876465rem;width:6.375rem;height:2.9248rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkbqMei970hHCUfUhCB0ZPRADqlBkdxx { width:11.9375rem;height:3.0625rem;top:0.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU { width:47.75rem;height:7rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUcRuKQmBtrXIHTggdgzlbo724HuydXA { display:block; }
 }@media only screen and (max-width: 1199px) { #mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae { width:47.625rem;height:7.0625rem;top:5.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg { display:block; }
 }@media only screen and (max-width: 1199px) { #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV { display:none; }#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt { width:4.125rem;height:4.125rem;top:10.225219726562rem;left:8.8739013671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 { width:47.75rem;height:7rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg { width:25.125rem;height:7rem;top:8.875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E { width:7.937rem;height:3.312375rem;top:11.28662109375rem;left:14.497680664062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U { top:12.15576171875rem;left:15.374145507812rem;width:6.186525rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n { top:11.58056640625rem;left:32.810424804688rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f { top:11.019287109375rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc { width:47.75rem;height:7.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX { display:block; }
 }@media only screen and (max-width: 1199px) { #Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs { width:47.6875rem;height:7rem;top:8.8117179870606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A { display:block; }
 }@media only screen and (max-width: 1199px) { #XkOBARRrnK22TlTGsL9lV3lmPT6rVrkn { width:32.875rem;height:12.788381986823rem;top:2.9375rem;left:6.2449951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSMiuyudGzSxvymuBEA0G6dgeOk1c7mn { top:9.5904541015625rem;left:15.278930664062rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJGSERuIPShAqcpyM7viEWnC4avUn6ak { width:4.125rem;height:4.125rem;top:10.3125rem;left:24.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEm7C2BfF4gl1AQ9QeqCoziJgofza3Tn { width:9.25rem;height:1.25rem;top:2.9375rem;left:18.556248664856rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcDBsVPkGGKTI7H4T3S0ViQXy6HazVyg { width:6.375rem;height:1.9375rem;top:11.287500143051rem;left:39.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 { display:none; }#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yN7tsqhmdJqUmuaUVOkvMGR6KPRTFHzI { width:4.125rem;height:4.125rem;top:10.225219726562rem;left:8.8739013671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUAO0C52aJIa2woJti7ycPcdQorBSNNH { width:47.75rem;height:7rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT5n2WnpCKXnxhImK8fk0VvKWLrkc2NT { width:25.125rem;height:7rem;top:6.625rem;left:6.499218940735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTkElq7FCSQABBKTK5W7RTqWTQtrkTx8 { width:7.937rem;height:3.312375rem;top:11.28662109375rem;left:14.497680664062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDDs1DL4M044frRoINC7NIy6X4DJdMTW { top:12.15576171875rem;left:15.374145507812rem;width:6.186525rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GV7hO04NSqnxTRT3wr4DcrLfxAohWEGh { top:11.58056640625rem;left:32.810424804688rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtW8u6terJeHEflfM2ItsdMfB6DkKQyI { top:11.019287109375rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XrxNhuFaSeOX8yHEvr6nLH3Z1feCD8DV { width:47.6233125rem;height:7.0611875rem;top:8.5308837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB73DtLytMUuytAl1oZtuUCoHWot6fr7 { display:block; }
 }@media only screen and (max-width: 1199px) { #nJbND8nQJhLGq08PtPWdwFIH6o3iQETq { width:47.7484375rem;height:6.9983125rem;top:8.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVfXSfx9TJFugt263l4kygCO1czbzunS { display:block; }
 }@media only screen and (max-width: 1199px) { #bMOPhPnuh8n5AbWrOnxWFnPlQBEUMgft { top:9.5904541015625rem;left:15.278930664062rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nyDhSKbxHoosyJbBtXCMm5PETk2xv2T0 { width:4.125rem;height:4.125rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQrl0uZRfXX1nZ1m4rKT8qs74i0EnU7y { width:9.25rem;height:1.25rem;top:2.9375rem;left:18.556248664856rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtuwRnNTPAqK8bu4QcRbw7UIwTEXc4g5 { width:6.75rem;height:2.1875rem;top:9rem;left:40.655472755432rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhedKgpiHtL57fMfBfEavZsK8Nw81ukl { display:block; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 { display:none; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZJ3UsXmD4LOprl7bmaQMqUJKpptMtsSP { width:4.125rem;height:4.125rem;top:10.225219726562rem;left:8.8739013671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5HWlQA5r37GcVAibWxGHcDdXCEv5NCn { width:47.75rem;height:7rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dogWRUbFrh1366c8NpWJsKnlAwZobpIr { width:25.125rem;height:7rem;top:8.875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKW85nJ5DtyEC5SDpo5BH9PZKA8CreiC { width:7.937rem;height:3.312375rem;top:11.28662109375rem;left:14.497680664062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0i4k23OyFcdSS3uJ3kVsTt6ChUSEIMT { top:12.15576171875rem;left:15.374145507812rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiOPTTWJn4TfWuEBSyCMxvmfzwKC2AZI { top:11.58056640625rem;left:32.810424804688rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRR5U4kVwWaB9S27ReumEHykwowE7rQc { width:8.4375rem;height:2.375rem;top:11.25rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoSKLvv0pi5n1GtoC0wdULPcinO8lJxc { top:11.019287109375rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxOfxxEHMdZuywZmrBCaOdIw3T1nXoAk { width:47.6233125rem;height:7.0611875rem;top:8.5308837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhR0sxzUF7bJP2hG8w7FKVF4ZC5RWqJm { display:block; }
 }@media only screen and (max-width: 1199px) { #JHD6TErH5prXzh7oMKosx2U4GSVeK4K3 { width:47.7484375rem;height:6.9983125rem;top:8.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOdFqln6IGVTLLxwThSKWilo0PmHMxzQ { display:block; }
 }@media only screen and (max-width: 1199px) { #KzqDphXxG0rUWxxNvv3X2014fNUIbX2R { width:32.875rem;height:12.788381986823rem;top:2.9375rem;left:6.2449951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usGblJPMc7G31PuyTo08Esg0OTQaSA1h { top:9.5904541015625rem;left:15.278930664062rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTsU1Bha8gTCRRlm7y5D33F7pq0BZAoc { width:4.125rem;height:4.125rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5bxuITwJmp5k18q8UvaMPrq725BsLQG { display:none; }#k5bxuITwJmp5k18q8UvaMPrq725BsLQG > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OSKMfh4sXXEEBGemqd20rAiqtgqTpL3T { width:4.125rem;height:4.125rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hB5TpNnsPalJPqyquHekbq5D8MrDwMld { width:4rem;height:4rem;top:1.8121337890625rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7naIke3uITcTy4w3wN3LiJ4MprWD4rr { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cp8BnqWTOnkaopq3wzm3v2eudggJCStQ { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4AMkJFqOIsz5km7iPT5Dq4GLZckUU8o { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmcRQKtl54g6euJGbQy8M0aMWdktXShP { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kPCfZLPDf4ad7UWbmiodTAkRwSTpy20v { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAqhePQkhGkD7yqz2Hs7WfVNVKykJJQl { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2ob6GJhDyx2e56SpziTWsOtP74ewu2b { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRqf62X6cEyDEaFC4DiNDasSy7rthBLF { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gf2wt48azS0r6cKK2CJAJ9wy6zbs7v32 { display:block; }
 }@media only screen and (max-width: 1199px) { #UT71pzeQrCzVxCga2zRWTnzGle8UG4T3 { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCqqC8qm2mTLwesNRRuTSPmUrht8dvNf { display:block; }
 }@media only screen and (max-width: 1199px) { #uTpfLsn6ZARTw7PEsisw3O095Hwsdr5X { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQ6Qss4XhbGePAGWom8y9F6680LCRfWH { display:none; }#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aRl3bM2CCB6wEPf4pLfelfqNKRVb0926 { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTdPgn5eMwU0QdThPMZIF16Rn1MHxkJR { width:4.125rem;height:4.125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usTaDtinubmBPe2Zr47sbbGuwDK8Neu4 { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcXm7afW6nV0oz3XBc9ZtWAztCatXReW { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOnJRCfTa9LcNapkhvROqtUZKpAlJ55B { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBeHWF3Goh8z000hoksopyRf3uAtBdgR { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfZLeGtRPPWQ0vTvvtQyp8J2IPn5Ei8t { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuTTg2ACehmAWFnrQAdIhFH2CGLo6XBN { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBiUT3w6tFrcMcQmDEshHReSfCFb9lPD { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA7QZePT5aIhRwD1MCferFxtR2kSHO7s { width:8.3125rem;height:1.3125rem;top:2.5rem;left:19.718750953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7X4p4J19FE0Xw0TtIWAl21cEGBt8iwS { width:47.6230625rem;height:7.0610625rem;top:6.15673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLDqu81NM1B3I3kZKTnZiGxU1OXLbrBT { display:block; }
 }@media only screen and (max-width: 1199px) { #phVF59pUhUXWae4tfEDHE5W0BOzV5TFJ { width:47.7480625rem;height:6.9980625rem;top:6.18798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcA0KEqITa3FmduZTEMHCxJSte214raH { display:block; }
 }@media only screen and (max-width: 1199px) { #uf1ruUWiXkTTcKy1vJL3FlKSJltcmedr { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV { display:none; }#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #xet9M8x9VkkUqCyu93PTqqBevcdAW4IN { width:4.125rem;height:4.125rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTc202fGbTXGkHQXGWh2PEEZLbTHiXdx { width:4rem;height:4rem;top:1.8121337890625rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6mApKp7n53IG4TCJZ4lVkthOsUvqOla { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIl5UkkmWTgOamqzhTeVXWpPEA2r0bKO { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VP4eGM5NF9QGHsBxbhFxX6KCFX5Dw9AX { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T1TSDXxFmQrzHFC8re3eEkI3ixiUtPwM { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zouURSdo34Wy298LZ48V3rI6m2qq6KqT { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.46179375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnHnu3ooG0DSdILA6hrPfZKmmGIIuaDX { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hIuW4UQxnMeR2eg0aZzOvMgJdzw6F3tb { top:2.5625rem;left:0rem;width:6.373875rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBclcT9NuUTNTsDwkRu5aTX24ZvO2VJP { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5y5MLSkC5LsA8e4WlOJlhoJxAGrE0uU { display:block; }
 }@media only screen and (max-width: 1199px) { #QQD6y5QhRNKiR3ewG8n35bKdTLBTbF03 { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2XxHJz8Ehib1UiIWFBUb3FUHTHvvClW { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETkRSGiNZHHMW4U0FV1SWfk1vOJXGTZB { display:block; }
 }@media only screen and (max-width: 1199px) { #zGIOWZ822m061AqANx0StgNnlu5tMnJC { display:none; }#zGIOWZ822m061AqANx0StgNnlu5tMnJC > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XGSbwPhaqaJ1smHqSs2aq6vKwUtkBLd7 { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmOtxs43Zvt2GwkgJHTmtyP7bAMThO3R { width:4.125rem;height:4.125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQKRoOx9gci1wow2JqAIxpCyzTVJu8Tw { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKUoL7ORV5oQeJkTTbmlnKhhcbP7hRZd { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMUC18xKTJoDIyq7rXxDf9UmkrJQxXO5 { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6aSgbfypHqe8PqRB9gwkTTlEuWb9Fdg { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7ypMfAgIxpU6rSOFmu5UZ5G86pgkfIc { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWNeKkTKeeuLFtfCHeEkOBDIU7gvrwh7 { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSHqefFO523EnITPw4xFSmTVgiFTgg15 { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSoqJKvwPUXIyH2Oo7gIIFo78qatLP5z { width:8.3125rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsBHEGrDEQbXBE6nATXR1z9eOaAFbQfE { width:47.6230625rem;height:7.0610625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXafG970lc7UAb8izlTFFpGvJBBM9oGc { display:block; }
 }@media only screen and (max-width: 1199px) { #kR5zMaVW2sWkByQ3rXtMd9lQSGlvsJdp { width:47.7480625rem;height:6.9980625rem;top:6.18798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJdPBl2BywZkfizWsNdaAl3XJM7LMVhT { display:block; }
 }@media only screen and (max-width: 1199px) { #XC9Hn4NVeTVX0NRQx08SMngLLVIeaWrR { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt { display:none; }#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Nl4NTrNomfQ9Tqzd66Cie4Bfx4NJgI6O { width:3.4375rem;height:4.125rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0FVt0xvQVODCWgU7ODxObZ3OyIypQN3 { width:4rem;height:4rem;top:1.8121337890625rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAdPbBKozP8ub50HDlIzuGpGwdaE6T8M { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMehmwCdTeZdQkkDQRbIbpMpW8rlK12g { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gny24OpOeqiiqoJhqharbLW8hDDJNhE8 { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eF49NLQyET7wSWb6ToD7JGHv7EHntpi4 { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #huTUpTeXtAQKsFiGwXD1rexaf7LZUqU7 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.46179375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plnJS6MfbnZx3BeCCTv3WM88ms1PcHTX { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCTqUx3odMIURJEqV389Vokflg6LVzWM { top:2.5625rem;left:0rem;width:6.373875rem;height:2.598875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UEArTpAu2QFLwDctF6SAMOTL4iLLVPvh { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOMWf61TgbXPkr14xUHlAdyNQQFLBNA4 { display:block; }
 }@media only screen and (max-width: 1199px) { #CR3leZAP3NeqLsEfLIVrMQlTAvSwiQV5 { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcwbuFpLSQcHaW1kS42NGwggzOq2r9cs { display:block; }
 }@media only screen and (max-width: 1199px) { #dB1seTpQtgC12hIE1O9gOgZ1pfT0UGZC { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S { display:none; }#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TDy6QdSsUyLbT7ItfIxfXsIC7D1GnfX5 { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xoCEol0d7xZTZco9L7TVAwAdPpzF9aZW { width:4.125rem;height:4.125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwNb9lto5s2slMv5NfwhzmBRHTz9QXGr { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlC60uLyeuTxuLJ76PpxNtpdriVMBv0T { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fll5H8Xqrc9TKS5A10rD1lTFqisvhtUs { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9fvaZWTk5c8tX2X7CgbXPvAFAaxwJEx { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p0BayCXtr5UVBch300E8QS61wRC5DxI1 { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk8psaKPAR5VfTDqzBE4loaCTyqkhs8T { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAqgM3fIux9x56MRpDTDLmO15PHNBPqX { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvSNgPVXft66QIuzPqbgDHZpC6nxIO1U { width:8.3125rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyiL6P5iBPyLJLs97P6SrRaOtIOaGGNq { width:47.6230625rem;height:7.0610625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9ccw2yL3giHJXuWZBW4FeCv6e8ci9wc { display:block; }
 }@media only screen and (max-width: 1199px) { #d2pbkBAII9ZpZFozzG9ZZIUEN07Ae0ZV { width:47.7480625rem;height:6.9980625rem;top:6.3505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDluto2nbFmPn5RfTJVh7CTf7BL1Szuv { display:block; }
 }@media only screen and (max-width: 1199px) { #LG2HB7viFwnMoP357Vmmea8SDXq2FwSr { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI { display:none; }#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CZq1uKvvNQ5wmVxo2ZRZTtTkvQ4ugzoX { width:3.875rem;height:3.875rem;top:1.81201171875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssF5WtCqIJDr0lUSSx0UvH8R8D4MpuR5 { width:3.3125rem;height:4rem;top:1.8121337890625rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d69I74UDyfxl6Qic3zZXWnzgXkAC6MTZ { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0AelNhrDSdTnuTDfgAMmriagBFQ4cxr { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgCDsOo4lJFyqxiLtLgF5MeFkI64xRRh { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccBBTiytDzrm0oQFyf85E1uJLD1wG2RN { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVXA4Gw7TIwnpCHtSPSsSA9yy2sy3WCh { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPalCPI95Vo56t4OdalAl6DoTJPN7GT8 { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH626J9fRVfAt4xBCW3ugUWlcpd6XiMV { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euOpnouC89xiaZMyR2IZhTBRCKJtJ53B { width:47.6230625rem;height:7.0610625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5ZTMccvIOxmqlSkLQDJCHwumEb83H0i { display:block; }
 }@media only screen and (max-width: 1199px) { #X4tL3JAIaKfRrTcSEP5vv1RQFgW8OEZW { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnGaDSrGVkOH4bpGTDUuNpcEWGR7OFgE { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6vEypRe8oagrAzQN2kE14yHzwUdCMEt { display:block; }
 }@media only screen and (max-width: 1199px) { #yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL { display:none; }#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h8DWwVg6Xp1sly8IyOZ6fJWSRvGhZ2Je { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUVpvKMmUIFtFAHFEr66vyhJPiac23xs { width:4.125rem;height:4.125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGdH0S9n7tJXGJ4QGZ8uA8JevyKe48Cc { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJns3Btz04SJTkTL7544rZW4m10pHHe3 { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twqufq8T2zNuuCmvKnAmsshm1FhSDCxz { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uM3LImNVwd7f6UqR79MCx8mnpRRbEqA8 { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIQzwFlOKVapDTtz2fmsxNGMDP3DFLg4 { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZdzg85AxFRTt7QqTytv3HqsXTLzFto2 { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKNDan93MMguNVTeOHhZsK1TLV6ve0VD { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvoNAGdONKpLtqGsn2LW5nKtBrTPb6ee { width:7.875rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lpfka3EWnpMgo0XoQJbtpHqTZgs0HPvq { width:47.7480625rem;height:6.9980625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GS2MSG0W0ZwkGZILHt053t5TvndcSOVi { display:block; }
 }@media only screen and (max-width: 1199px) { #hdAb62raqmNIQqJDkFeg6Xc4bB3ZmvzT { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1EGXynPXlW6d8R6JDZBFSwffcOmHeMH { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4S3aMIOf0cvC0b9n60u5weff5WoSdJl { display:block; }
 }@media only screen and (max-width: 1199px) { #kbb90h1plN7gUts1qSVNIxLQ56xG8kzA { display:none; }#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uHvaUMxsoiQ5T4Qnqcu3V2wQCX7RFG4J { width:4rem;height:4rem;top:1.81201171875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNHo3dfC0TryuQxGI5194bVUnTahbUt1 { width:3.3125rem;height:3.3125rem;top:1.8121337890625rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aX2MNTOTa85NcQeR3aoeEwtAi60K6BRT { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rT0HvLoq18Q4ouy42aO9EDqykBHQyVqF { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyOJ8VNzXL0BKrDlQWBreLQvUQeHWRET { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSKlv8yJAvN7pNG4aeJVm1o7ec8F2IAz { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wcB2ktefsSQZnWpsVnO029nKauN3H4NP { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZJt6N3QFdcVlQW8D5O12UZ6d8SVVDub { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCxUNB7o3tc5R1f8nLnn0DQJ9dG76zVU { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APwyPgWm5rv5TPVk07tzpRQmNFN0nosT { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAMxWi0lnZUd481TwNiKXzi1Gai1WAns { display:block; }
 }@media only screen and (max-width: 1199px) { #dxJZ6I7TTFqRBxZdV95ph0cn8N9sFxiT { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESB7pKwhCFQqo4bo3bDGQBW0a8saUvT0 { width:47.6230625rem;height:7.0610625rem;top:6.2568359375rem;left:0.12646484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH8XgDrUaf3UvADV12Tq2SikNGdClQuW { display:block; }
 }@media only screen and (max-width: 1199px) { #XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT { display:none; }#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lTBqrrfI0VV3iCWEkIcU3zQ9pdFISeRV { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBUl8c2xIeoi8h4a1g8AS0qPFCtNREhX { width:3.4375rem;height:4.125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKy74KXMCkdJAtxVR2n2NfgN8m9ZfF2M { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NI0RKJoewx5DGJAWTINa2Zvfivhc1R8f { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NbA905wZRTrT6QVDoT0IULmB4GcgTzJZ { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNufmEUiNPkkJR1cxqbOiDQxkQimWMoa { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6PopX7XqyvBIJ9mQEHGXxBTVzRcHDrI { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RgbFv3zqLuXzkXfKSEXn42KkQSFJL31U { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LWc9xyzMMwBk2R8hWnMGGOF50mEXkV7f { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBLXm5H4LWaaSB6gkRZLuhTOMQomyGe9 { width:8.3125rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfixXTlreSfCLhqOqhTVB9SgmEDkBmFK { width:47.6230625rem;height:7.0610625rem;top:6.2568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkTRgcqPTt4yzFG8fnW3J2A1CeW8gRst { display:block; }
 }@media only screen and (max-width: 1199px) { #ozHkSm3bBReq3MTP85TCDiALU1Ly6Qu0 { width:47.7480625rem;height:6.9980625rem;top:6.18798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6p6q2oqxqfRQREos5me8F3XuRdyzATB { display:block; }
 }@media only screen and (max-width: 1199px) { #Zh9SZmok2ttFRmvbMQ51Vkwn1JRVJWyR { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK { display:none; }#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cAGbLtUIN65QbyDGRVHV2J0rWAHycHdN { width:4.0625rem;height:4.0625rem;top:1.49951171875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svfgJdrytUh0DqkT2qkBBRq6pJbWk2yk { width:3.75rem;height:3.6875rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdXGSg9aOXGO9HNyk0beSx8htGAhpQFB { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTxWa9aNOKlXsUJ0IEwonzXv8DBl0amF { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XadFor9nQm2HWzLPL16JDwC1FIr2AC65 { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Abv3TnS1l3bGit06NIzQ6uhfy2hT4N7K { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWCp855TnmSIhMkUkpWe0p1uE7gPLgy3 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0oayzuycRtSiTU3abykTKskpMpAD5uC { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8WSbU6b3wuoImqn2Z8oFWQzMdJSmKTH { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJlprdayiiE8blO0VagrqmndntGAOuPh { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t56RaDM2lbNhvNGqGaOrB7efvOZgMOdu { display:block; }
 }@media only screen and (max-width: 1199px) { #TUB57qHJTofoT9zH1lvT2DpASpJHrP18 { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZ21dhEgUqtlQQhApD5Aa7CX9lwOnikG { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaaTygr8pOmPf0b0sf2trWBZyD7OJpmQ { display:block; }
 }@media only screen and (max-width: 1199px) { #eGprTzXm87KtXquUnImG2Tnn8zo3xTJT { display:none; }#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HU29Q0JTlHqUPs3FfrmtJTkhrGFnQEiB { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLz7WSaDDuXHaFqFMArp7eMQHZIbXs2s { width:3.9375rem;height:3.9375rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9fgfbWAsBILdJbTBEqPmPLX5PFTVgUm { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuEalhnU5gBwr7fGm8nV8dqEsq47oREC { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GzSLi0euSRXkb98IMqtgeWExu6OgV3CE { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OltMGHTu4HlTOfVmaaD60VQaE60TdR4v { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmULis7DTRvqhGF17cDmwp0lAKPyakN9 { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIGIMBq2Z5tJAkg9yEyt20LuQn5eh5Vi { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PykLIbtdPzLfo97HPkGuOgCtVEyPCeVH { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfTTP3ELuLDwJ8V3gThCSCH9U5KRZdkz { width:7.875rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwAf5AyVNSvVUORkL4kRQks1fIv3B9Ag { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMAcot0KaA1btyNNGnZ2TuBVtmA4yFem { display:block; }
 }@media only screen and (max-width: 1199px) { #wccmFTDaZSML4OKhcL5n9OXKsfNzM5hh { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmT4rLmoiu324VCESU96dvdGgxzQSnKP { display:block; }
 }@media only screen and (max-width: 1199px) { #tcrESVCI7pUqAVsSz3BdlpaQJD9y2LZ8 { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDWEd6JDxWG2TVEy5hnwZZhAXFGvgIlX { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4x3AFEpDCk7wHAqsh7Lw2AJ4ZHuKGyT { display:block; }
 }@media only screen and (max-width: 1199px) { #DK178vekKqktDVn6zCDByguZlsVHoimc { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCW03wbSDdcEyNRwwWDtMxhh2foALiFF { display:block; }
 }@media only screen and (max-width: 1199px) { #MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq { display:none; }#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EyAmqEVVHMDg3MDJGHysgznE3gbKJzDw { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETKlpOmo7AJk2Mfz0W1DGUkvA9Tm2syd { width:3.6875rem;height:3.6875rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBVNv20mLIHG2SFtJ4NxOdXdQcqaKDod { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6i5akhShXRTJeDHHa7kNeF23TLQJkPf { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yc2N8IQ8xy5cLGbvXmtDOThldpcfTwHP { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u29FtwgamWqJhxQSngNMRzgJcPgT4EaH { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JtaZC7zaxLmp4STTzDCKHaIadI1XbHzQ { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B70BQ1CLk0xhTLLxrv9R99vUQF6JIDpf { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2GHBeXJ2c2JsJG1wCA0vRq7RSKQatew { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ivFIaPL5y47N63GL4L4X3I5fEm9qwh15 { width:8.3125rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoJlTkR4my0oQnlOykKcwRlXUH94cGZw { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qufs7NMXd4TXiiqqhZ3X5mqUMGqLSVxm { display:block; }
 }@media only screen and (max-width: 1199px) { #VbBAN0VxEexotWwSfii7yHWDit8km61i { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb4pHv65zSW88pwpOvZ5ORQli6D6rTnx { display:block; }
 }@media only screen and (max-width: 1199px) { #BGooKHVpOQbZ2xsmzfCGiRsBg9Ks1cAe { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 { display:none; }#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #REPLdfC7m6wTe6zwPcLbWincUqSb8Toe { width:3.4375rem;height:3.4375rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnVdWCx2hyoanlSwdHAFD8MoWhTHxEpJ { width:3.75rem;height:3.75rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7P0HHJC0mCJGPVqKfpi13CklgU13ZMi { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3Eas4EBW8ZXSJAT4PK8XRgEnrCS4O9O { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTF7kUR0WTttXTcyLdaUn78clRPOxTLI { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzyS31ERMLEo7vlCW31AbZEhWxkJigQo { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GW8WlqwWl1CUa0grDExDl7hARnDQdBls { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zutER1lq6lZ31n5AoJ6Htbgv77uwkg3b { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3cNGod4xhbpm54ACG7huvPHEVe50JV1 { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DA0rXbVNmFrswoX6l6LoFMVp8Ltz473O { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKpbhx9iivyoKpg9uxG2uSpXmE9bAatv { display:block; }
 }@media only screen and (max-width: 1199px) { #d8WwqvQgp10U1vwxmP3vf75Zli346AQB { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rG4H5Kk9REMqusgsl51eXaoVStKkX3Mr { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXpcGmxNs7KWZvZfbwe7K5k6tPItioEF { display:block; }
 }@media only screen and (max-width: 1199px) { #kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T { display:none; }#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TWTs0aU8k3OnLVCMEkUQcQRe69vTUf4L { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tioIMu1WgJkb56q1UiVpDNEteTVKLhcT { width:3.8125rem;height:3.8125rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOWwQXylGwdTgpWc8FeEfyB8JuUMkTuS { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vR2xhTtR4XgD2bJCvAV0P6VKovoohtm7 { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7KwVZyOK28Q109LWSzuOmFlDOrCRDxb { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJrtXzTvJzLLUKGBsMJIHz75GQxeATpI { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TB40Lioa0UZdZJJNkmsKC6ud4w7MT12o { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fk5bWV6HImxAhobIfebe2f9AoULzG3rP { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VykkasU80rKtc3gTWiWPEIeBRnMprDNp { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y3vDZQ9nAi9BlSnQcK39InOJ9U7RAyfq { width:8.3125rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUibVTlg12BvRPxAVh3b9yPQXC4wnvnT { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9KxgqmtFrtvZsNFAoqFIHlutb1xXbHd { display:block; }
 }@media only screen and (max-width: 1199px) { #BonwQbxU6GKtfwyNNkkh9Vn3dfUxsQUn { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3ZL6N1yz2ktAHyTmQZ13d5wDXTBJMlK { display:block; }
 }@media only screen and (max-width: 1199px) { #hca24QzxM75dpUUs3TcpT0Vbit4Rtr1Q { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU { display:none; }#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QHJVpcOgdSzdVI7e9C6eJD0sG6nKnCml { width:3.4375rem;height:3.4375rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATmdE42CpegoZLMz6fDnlsKtB1vQ61ck { width:3.5rem;height:3.5rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkyVBa6KaSBZfHytz3SQuE3H5pI6m2tg { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqTOf0T79SF4TwXnqTUMmUhsDaVHQoHh { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpB6CVR7PBwJ4D5OrFLmSvEolnt9Oxyh { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5boysBFa9FXgXu1XNsx9ku8DZ3rxJhH { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAafQgXXXBHSb96q4zchM2zgD7lHUhPX { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBb9ENm7Pu4OoGpm2sWVNzMiWEfhBVAs { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySILMyA4UOZ19ARrmUaopxxMyabhLHkb { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2IFB5vEPtDGHk18a2d6E3wbN2GJOTsd { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hN9fHyHrm4WHHksoyQTHWDSWEdZKBaTw { display:block; }
 }@media only screen and (max-width: 1199px) { #aOCC6RXFy40xcRQ4Jdx6xzJoXVidvoeR { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3Gy3zK34rdPsu7HTCzAiFvd4P19wPTC { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZXChEJwrEn73yPmQv4SLiXOkO9wBe925 { display:block; }
 }@media only screen and (max-width: 1199px) { #Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV { display:none; }#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #n3f4ecle2oMDs5fl1dfzw00G27TrylVg { width:4.25rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CH4GQs98dlMqq8Eu02e2NIEfnNlxcKpn { width:3.6875rem;height:3.6875rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsKdA4nF1TpH9Xlv7b9sNRQ0BwphzAI7 { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vNOHZsseyNRAtDNpalDTSplz3fc3OzvM { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9NUs9GPyUxt76DK1kogZTNbxTPrUGuv { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxWgcew7FrczrVrC9us4zTu0cqeUg9W1 { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSIqLyVPBofIdPxZbloISXyEnV4kn0rG { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6BVOz5dqUHLV0TCTPPgUpxrUMHtTHl7 { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKWKTbMaH7l1yysaTTUcbGTShnkFO551 { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p262eK5TGPCPaCmmx6RO0l2F3seByXmF { width:9.25rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkUE19JNSlHNoaOUpUKeK8HrLgwntVIT { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pf72BXczLJwuz8g2kXcLrO99TfRxcobZ { display:block; }
 }@media only screen and (max-width: 1199px) { #SXQqOADTclV3DXoTCAMRJl5ds70u7pqx { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BOPc1lrd6A5vUkqZlA0flLqmh62EpXlE { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCcO5DwqslaxFCJ91vDo9e7yJCP8vzkm { display:block; }
 }@media only screen and (max-width: 1199px) { #GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq { display:none; }#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #W8A8HHuo2ZT0qn2ZyyreE7rwsAxiOTTe { width:3.4375rem;height:3.4375rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5gxAOydxVRcztP5BZ19UhJlXu9tNmum { width:3.5625rem;height:3.5625rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aeMLTGnRh3AQM35qesLGwAGaTuTPTQ3S { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6HUlqRMS79zR8WqSAFa6cngaQUl8t4b { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eO5BDMQr1USu4UzJTFoaHipM9mzlkvW2 { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQqQJ0e9aRGVlpoofaiz48wRlo53mBw3 { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAM1iG3i98cZ115tKp1PXVI3ZxO1zvO3 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8DVMlMd81b9DHEdiPwsn6Ie7AkaGhzR { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6c5rPwARwBXw6BEfZFaUCmenbRRt3Ls { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsnM9Q6hTn1BTai9rdtltZZ9D7fo08LA { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEXXMhbwveqmZW4THbEMLkrhzLnGZvB3 { display:block; }
 }@media only screen and (max-width: 1199px) { #sypGeSlRB7eli4QiLm0L0uSTsDxKwE23 { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPzoLy1wusgkJmo5xlgWUsMmiHWvy4gX { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVSU1oo11GhOJzRaApwVPh9UCRRSExOE { display:block; }
 }@media only screen and (max-width: 1199px) { #pNcr4CdyO3aw0nOodydQs2G92wVZFBRv { display:none; }#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Lkc9VVagioTCc95PJu5fyqz4ZLZX3S1L { width:3.5625rem;height:4.25rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyXyHXWVLwqmNNqfsBLEPHsK535V1rf0 { width:3.9375rem;height:3.9375rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u29Sq92J5MENNkkipJBfqueRx8Afp8uv { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqemGZS7VT5NFb2NREazn59HEZHKzhzA { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gM1xCr8V1TPyO5IlE8k50FcKE2nLoZaD { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bovh6ETzfu70J8i9Th1CVBfchLG3g6N0 { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPrXFT9tfAnhNPzxOIcdr8gHvxXK1vbW { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhqTToh2gaOOslxKglnUMDzpnXMaExKK { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFNVxsShqBmULb19qPNyPTtdJh1OKhXW { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLGOCbqSrtIp4vlyBxxycQHKsW26Rbtq { width:9.25rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xaIRZrQqLmuxKtdoyihOGVporE4yDKvk { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SE6p45GGZQTbFPA5drS8pnc3kJEevgXv { display:block; }
 }@media only screen and (max-width: 1199px) { #V5Atp2GLeghex1p5gZTQltPkEmuODkNO { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DaoQPEqxoDRhrVmwq65sdGKAGpWySPgZ { display:block; }
 }@media only screen and (max-width: 1199px) { #pSJtLuKGlxOhMxU5hTXovah8QTHb3R05 { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iiilH2siHXwz76Qm7la6JvoUgF3rJeF8 { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgl0xbKsakldeA52xpzMJpQWHVg9XvHG { display:block; }
 }@media only screen and (max-width: 1199px) { #cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf { display:none; }#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h2oxW2xJTf3DGXZVJRq3pTh26RfGzg6T { width:3.9375rem;height:3.9375rem;top:1.81201171875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmskIHtrkletuu830GRQWnnOWBeBkkFp { width:3.8125rem;height:3.8125rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKrrWpE5PAtbMxGa6ZVrC1h9L6VafAwT { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBXevPwROPdD0TgmyOeTOKA18cbBnGR7 { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCHWr0AA0Oe6vdbN0U4o7fOGn1ynugWP { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OOSqkJq9ortIPAnpMyeOkEBau0LTLhvw { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNEN1XGKKsZGopeI8iOT6wtVCmd5tKs8 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzN9Pd33xcLlzDgFmT1yUppypCRgrmcF { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAF8zXeidK7bIIxiAqk3AHm6LIyesrzJ { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1BV0lisXJw1q9efFIRn1lnshCBdV5Ld { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQa3nNH6kLoGpEU1TBCIW5LMldNhqFuL { display:block; }
 }@media only screen and (max-width: 1199px) { #HeSi0xe0dgVh9TmDdVhVBZOmxOyPA0Z4 { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU { display:none; }#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hE3qKR8f4EfO9FqiWdKTwUpLOVhKouLS { width:3.5625rem;height:3.5625rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3TrpOBFyuZnIwOkRTE2LCnWyCxzTeaa { width:2.875rem;height:3.4375rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s8JGaaplNaEi48uAWJJSTVGA99eKnHH7 { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMvEyHobHU6nEQbiW7ATUmHTUn1u67D0 { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqHRH26S6wZDfT8r2iRNBalVpsPZk6Cx { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZ4p3993TlLFPVMCFqyalybs2LImXHRm { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bP93EDw8xSlmRXA6T1egCn40FM471fqc { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mzr0I1TqASk6fBoOs1aixOLkR012xaTW { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXQAM8LctsnsAXCFHR9d4bD8NxbV7gTz { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfqpwJJbl0XB1QcFUHSSgu8eisUhAgtB { width:9.25rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovR72TzVZbqQxW4HAUiW0qngImkPIPT2 { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTBKOgohsrnIc80DMSrToW5nBU25pX2E { display:block; }
 }@media only screen and (max-width: 1199px) { #Vb1wNKtI3H3lM5JRV8pZXNxdTi1QqSXJ { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDkGrUDme6PBRBSWJJFEcPkb08FHcd0T { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1ms9xSRpKsztxSXp6L79Fnh528MV5cE { display:block; }
 }@media only screen and (max-width: 1199px) { #W5T1aJSfkqJzsow1ZutXQZ6tRXpvTVvS { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRlZil6cETZCSOoZ6fzbtWPdFP9UxmEX { display:block; }
 }@media only screen and (max-width: 1199px) { #pA2TJSLfso1b83Zkf65qDtTtUc81gfkV { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BB9eDVDd3b3GQaz6zp0AhbHp0NJouhzI { display:block; }
 }@media only screen and (max-width: 1199px) { #S3JdEoQ5M0gAOBwucsfaI822xH39wuWB { display:none; }#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OvyGcbopSlPG3BQxriDdKlVmqHS0KvuP { width:3.75rem;height:3.75rem;top:1.81201171875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKDG9Q3B3Mri4AJZ4VtfsKDcdSzvWNGL { width:3.875rem;height:3.875rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Idr050TTyeEGdXQ7zKaIGlZQ4EfHS9WR { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQycvraBf2qg0yWT3mWEPtPp6hHDK6Aw { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWVZQf5gx2pJqhC0EHFEByEoB9UR8lGk { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dx9ctBiTN3TuF3DLOzIrDflvp8mWVkV6 { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syVNKMCETdECmdtsliTcSxi0xsozZcs7 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCLEMgXsmafvWNiQZfg1nTa0cLO1tl0G { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTKCFvN39HhcDzZ9IOM8la0GD1vxS1p3 { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CV7kT0kAtwCpCH0XsVZmyxstNHTdk0Db { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 { display:none; }#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Rb9gTs7e8wCSPsrGvWx5dimK9wu3dpMp { width:4rem;height:4rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PV48Z8XUJI73QNFWLbcUXUkGP8cbxb89 { width:2.875rem;height:3.4375rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlU9T5yG20Av1pmK3adfI5I2m7p4NKNl { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsF9ALwg9aZGwQSAvKFDtf3NNxGpPdXg { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBPcTsUVq4Ko9v2yTS86ppFMbEqAkin9 { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar8CHZT8AyrJIlp9Qc2ochLtWWtFgvuv { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJzKnM1Eo2zEThxZ7Doi5xra5JwqGboq { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKeTF4uFq2T2mQhpWDXW5W7yXOo7tQWI { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K1WtrrdfBxaqnSbQyTFTTuNccqeo0pT9 { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlHoyaq3xKwEuwq40NJWQmcBmm2MPIQs { width:9.25rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkR1huFONlTryuiCTUHUTw5U3kXHreCE { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFQdx1oaDqlBaERBm1qQ0lFUItXHCgGP { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2tKDC06NVIfzEwSn9a0Jz9TizLRMuy7 { display:block; }
 }@media only screen and (max-width: 1199px) { #ekNErAmGJRGeC5shrTezwKgPzi9MLvH5 { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBvcuXbvhxHCIeHnRUGnmtDTRukNwVWQ { display:block; }
 }@media only screen and (max-width: 1199px) { #TvAXaAP7yy9gFm6FEUNuw5seMSPXL0zO { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0DDgOHfhlEO0qLUCFXMczZXCVw6mea9 { display:block; }
 }@media only screen and (max-width: 1199px) { #D8xbW84IDBNibSwJGeHeE9wXSwKTt7Gu { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsTc9dUVc9oOBByM8cuOoEIoe1bQ89IG { display:block; }
 }@media only screen and (max-width: 1199px) { #hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f { display:none; }#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tstNuNqLEGLkayVLH5z59QOMxD8DIRFb { width:3.4375rem;height:3.4375rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJq5RsCKycEooFBv05H3nf6NhKQRZiRT { width:3.6875rem;height:3.6875rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxsCDke8lIJvlrMEgs20D5aIqMwQb990 { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWox4mUXEDKoK6ovMuhx4n17bUTcEanP { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMVgpDT4MqI9AvwOlfbL58e8QgDXSzQO { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnVZ3darBaqp0GuWyH0OgcOltTw6gRIs { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrOmQgaa4swmArRn2W5Gb6TQGPZTqxXA { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qRAwTwHLHysu23H0lbCCulxJS8OLPXe8 { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUUifd5NsOGFO8A8ecWgPmETGcHIB2T0 { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVfPErOOVL7xe6ht7d7QvMTP6diiDNTp { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V { display:none; }#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cEEB3xHsuLyt89MptiI4lSdKbKdaNg9p { width:3.5625rem;height:3.5625rem;top:7.72509765625rem;left:24.99853515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVGiDBZ3U0ZsELhrWSHnlUbA7AfQC4w6 { width:3.5rem;height:3.5rem;top:7.72509765625rem;left:8.87353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biPXspzZLDm2Z5T9PFNhP6y2KLrTBK2H { width:47.75rem;height:7rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zmfTISSaJzsLB4gIokKqOaaqGx6wLOE0 { width:25.125rem;height:7rem;top:6.1875rem;left:6.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVIh1Uml3EUdvcM7NVWTE3Ip9S07er7C { width:7.937rem;height:3.312375rem;top:8.78662109375rem;left:14.49755859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkUkJ7oK33RFXa0WRln6GoTwHQ40Aus5 { top:9.65576171875rem;left:15.3740234375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSpOK9ExMVPHiEtv2urGAT44RCLfc4WO { top:9.08056640625rem;left:32.81005859375rem;width:5.99975625rem;height:1.4624rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWClaTaaDXNt3mwTwBOacNvTN0CwGyUD { width:8.4375rem;height:2.375rem;top:8.5625rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kn3MC5GthnIrs6LZCPdkWLezPBRQcRTF { top:8.51904296875rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g5WUosqIdCi0mrSJc6zQVRe9hZOEJCGq { width:9.25rem;height:1.25rem;top:2.9375rem;left:17.96484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlieB0e7p5VKZxt2kQTaxi20GWKzdeUB { width:47.6230625rem;height:7.0610625rem;top:6.2880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ndb96z8qZiVCV039nDuvfclmlzL55ITV { display:block; }
 }@media only screen and (max-width: 1199px) { #s31RqTV3tcUS3b4X551JNumRSEGVbeuB { top:7.09033203125rem;left:15.27880859375rem;width:6.3733125rem;height:1.29980625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpvHlDVkzSS4B2q1p4SqJEpUPmJnI9CK { width:47.7480625rem;height:6.9980625rem;top:6.3193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u17Jxhh00A57xEaA23alHwJ7KJErteZW { display:block; }
 }@media only screen and (max-width: 1199px) { #ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE { display:none; }#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE > .row .container { width:47.75rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #A1K2NwzP7dTv0Q5LC9Me7hupQISdpGUM { width:3.4375rem;height:3.4375rem;top:1.8121337890625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoJg8IUJ90txTten7RUZHUbOiMdcCkSI { width:3.625rem;height:3.625rem;top:1.81201171875rem;left:8.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ILiF264X1D0o468TAi8d5e9h78NsDAQW { width:47.75rem;height:7rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWIe9U01TKQdwkT423DvQTsm6l3Ao1Bv { width:25.125rem;height:7rem;top:0.25rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zytQ6wUqd15cBLsry8o0XEaLIWGHvErZ { width:7.937rem;height:3.312375rem;top:2.874755859375rem;left:14.49951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJlK8oaMfOHRi8Nn9XTTDM6kKNnntnPM { top:3.6871337890625rem;left:15.374755859375rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O55UUTJTky2q75M9JGOrtmRcQOmG0Q68 { top:3.125rem;left:32.8125rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgZbQuD8OxzscVu7rkcMeTFUiIlEQoIk { width:8.4375rem;height:2.374875rem;top:2.5rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIznvxAzcUhHOrsWTwdkpDZfIbv7acOh { top:2.5625rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxnWuNGXnXQgkJT3V18XVO5dpaFslcfg { width:47.6233125rem;height:7.0611875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uMErDDTm5mRaKuR1xA0xEUVyOieLluo5 { display:block; }
 }@media only screen and (max-width: 1199px) { #PAqDB2gZMwTGMiAUI8sCItTtfVoCJcSe { top:1.1773681640625rem;left:15.28076171875rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFy0MwLr0RPasMiegwaWRJbFtGANRDMo { width:47.7484375rem;height:6.9983125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oThXNepF2aeDMHLqbpNOVHc6hc2he1L4 { display:block; }
 }@media only screen and (max-width: 1199px) { #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 { display:none; }#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp { top:2.6875rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC { display:none; }#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC > .row .container { width:47.75rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SN8T9nLCRVuZNz2MBNxZlkWGNI87iwL8 { width:47.75rem;height:7rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1qo6RDcbvt7sSOINsehXQkSttiXQGU8 { width:25.125rem;height:7rem;top:7.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P6Z5Lawc4keRzzu28bThkEOOOtedJf3T { width:7.937rem;height:3.312375rem;top:11.28662109375rem;left:14.497680664062rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTpawlGo7Z74mGTvXWrlaSmdh8boyJT8 { width:24.4375rem;height:2.6875rem;top:1.4375rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cb3NFuJp1AgzB0zharE5PDGWs9509oGk { top:9.5904541015625rem;left:15.278930664062rem;width:6.3733125rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH68u3xPc6lnSKTDnNIzyl5rKKSMUcsv { top:11.019287109375rem;left:0rem;width:6.373875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0K1Sltqo895IM8azA5TMakDJ5Xwayzi { top:12.15576171875rem;left:15.374145507812rem;width:6.186525rem;height:1.57470625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6x8TPRuJ2V0QqhHozioEXeMWoH5nuQC { width:3.5rem;height:3.5rem;top:10.625rem;left:8.9364585876462rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6hcQZVX3rIH39GgJkAgihhieeE6Nhks { width:4.125rem;height:4.125rem;top:10.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oeDadJ3UTxiHxN1qNHV8uVW8RT2tGsTU { top:11.58056640625rem;left:32.810424804688rem;width:5.99975625rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBXq8TZtZt6BhFIZ4aMFQ7PsTT7qMALI { width:8.4375rem;height:2.375rem;top:9.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LsTNBN7SR1IhyIeuNda7KBSgnVTahHZN { width:32.875rem;height:12.788187855787rem;top:1.4375rem;left:6.2447929382324rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHfiOWpT02PGbkSeZJiaQeBzPMMQMutT { width:47.6229375rem;height:7.0614375rem;top:8.8447914123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4bhngIawI0GTxINeqQEZDms6UOTVeLW { display:block; }
 }@media only screen and (max-width: 1199px) { #RSOCLaCM7my1Vu9ZC8TuKRKVQHC67te2 { width:47.7489375rem;height:6.9979375rem;top:8.8760414123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CU9FAp9PLvfCVLlkAAKoSbTsHc199IGo { display:block; }
 }@media only screen and (max-width: 1199px) { #IiywvEDqQ76R7NqTr1FQCRXvsBld3euN { display:none; }#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN > .row .container { width:47.75rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wsD6qdt3VokJ4hFKQUgLUkT4BnvFuMgu { width:47.75rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CV7U3k8UReJ2AS5x0tq8RyUEDl1W0iKc { width:24.875rem;height:1.8rem;top:1.625rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2GgqvG20pAU1RUVa62Tmtg3Bvz1WTCP { width:47.75rem;height:6.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KT7V8eSJazW4CQoFQoJRXfNRtnhBouqs { width:2.625rem;height:1.25rem;top:7.75rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdTkhSpoS1zv7iNr4bWQZLRMWd2z9mat { width:3.125rem;height:3.125rem;top:3.375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdnpmUWntEPQHN1OhUlkrbvCl2tkkuyK { width:2.9375rem;height:1.8125rem;top:7.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br9MoNeHUqyz3RubgPoA7tE6UuTQsA7N { width:4.8125rem;height:0.6875rem;top:8.0625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXdGiefTrXKHAbcVM0xVfEd95dQBiwXy { width:2.5625rem;height:1.0625rem;top:7.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTKAuZcKDqX2EnKRL1qKmvna997wP8ZW { width:3.25rem;height:1.625rem;top:7.53125rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPekGTXPeg1HXWQkfBrBkG8v1eZnu4cH { width:5.8125rem;height:0.875rem;top:7.90625rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSTFAVJOaUtwJrmiuegX3KCxUSBsd8S4 { width:2.3125rem;height:0.875rem;top:7.96875rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1ug4ns8DSoZE8UJ3wAvTZ69Ki8SiUTF { width:5.8125rem;height:0.875rem;top:7.96875rem;left:30.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qc26WUgBOVKeIK6ybqhDElyW8rqW7H9g { width:4.5rem;height:0.75rem;top:8.03125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr { display:block; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zcOoZWAsfc28i23ho4kKcRxna3eTnv1r { width:22rem;height:2.8rem;top:0.68595027923581rem;left:12.875000536442rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLhH6xfXcRP8ys4CTNwlOtm92lyMdrQ2 { width:47.75rem;height:5rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ty54xRSRBiFwQl1yQHsMGIXxyNnCEbfM { width:5.4375rem;height:1.8rem;top:6.4375rem;left:22.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNIQZLCSwZ7hxUte9elWmLnbe4ExL1mx { width:1.875rem;height:1.5rem;top:6.625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foix9eGUvumdzapz1RdO73qRWX23PW9z { width:47.75rem;height:6.5625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JT7gIh3hU64RUHgMV8I7tBICdS52SVUm { width:4.9375rem;height:1.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bF944pZ458iCnmeHf4ddtpnTMWntmWUZ { width:5.625rem;height:0.6875rem;top:12.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipabfN3UmhhFNWrixqJnGwSTPMBlSsyJ { width:2.9375rem;height:1.0625rem;top:12.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzsguO3bB82Q5LDgDvAWCZhfQy2ayBk2 { width:3rem;height:1.5rem;top:12.4375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsTR5R4PBTBg8vKT1VBJxazfPrD8nyoZ { width:6.625rem;height:0.75rem;top:12.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgZaWludswldM4uJZcH3EG7SGrcVq3mZ { width:2.25rem;height:0.8125rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAdcHJGu5ICGnCTJWaUT3fPUmVp8DGM3 { width:5.625rem;height:0.75rem;top:12.8125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4QvsyvTPDHQigu5MgsbpNWlEIhQXKwN { width:5.375rem;height:0.6875rem;top:12.875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZT3Ahv0eStl9fCVgbXunKkmittesmBG1 { width:2.375rem;height:1.1875rem;top:12.53125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHupO8JDKloG4Ckfm75TCqEiTXgT5oTs { width:13.75rem;height:5rem;top:17.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbdnJKKLAy7GxJMKtu689iQTuaIDh0qF { width:13.75rem;height:5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihoKTynnBBBPnDO0m8Veiy1vmAZKWwlM { width:13.75rem;height:5rem;top:17.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AUMDRDT70RJWImCa2LelVNHycvzsii7F { width:8.0625rem;height:1.8rem;top:19.1875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mGgWaAUN4mbtv7eA9PTUy9rUy1ZDSmbv { width:1.1875rem;height:1.5rem;top:19.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSo8VugImJkWsxW8r3TdtO1sI2xbN2aU { width:1.75rem;height:1.5rem;top:19.4375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zkt5EWk4iZHazF5wD3WprmBsLVy9lWFN { width:1.75rem;height:1.375rem;top:19.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ai61enWiInqOD2tBLi0daaczF0LyIOFE { width:13.75rem;height:6.625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5uWpJgnWW2KsOX9qLMw56aoSnUl3kOt { width:1.875rem;height:0.8125rem;top:25.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEe2CkXWRKJKN8iyO1PdnmeSUaT7lLhy { width:5.9375rem;height:0.8125rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWuti4eZADf5WBAaqp2b82um2ZBskWTu { width:1.6875rem;height:1.6875rem;top:25.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nu5CAxdf7g8T3t3sp4M9cOI04hdD3JsI { width:5.5rem;height:1.8rem;top:19.1875rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wK2wUFLrMCHczcc628aGzT761Lk9dBn8 { width:13.75rem;height:6.625rem;top:22.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDym5OIBxKTGa5NUrcICQfzQG8Ip74nd { width:1.625rem;height:1.625rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyttpkXuJTHECP2OGVVqAdIDm2nENZtd { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O24GnT985Bcfap4GJcQxhKSif6QIpeqF { width:1.6875rem;height:1.6875rem;top:25.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsgsB0JWTT0O68QpwDVmQhysC4mixX6a { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJ3062emU377Arg7SF3TN6ZXhhUTS8Ns { 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) { #T2NWKIpOnOKLtpc02XKdXT4qlgBD57PP { width:13.75rem;height:6.625rem;top:22.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPkkXrlNAx9Z7OPKETLQivXm12O2TiBt { width:6.25rem;height:0.9375rem;top:25.4375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBGzsGAHU09q58Tu8aTCykucscsTR3c3 { width:4.9375rem;height:1.625rem;top:25.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O932Jq64aWqNAMQqINSTrimaNeu7GVxt { width:17.3125rem;height:2.625rem;top:30.6875rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gISxt3bRmdgwzZ74CBwgKyegpBQEk8cH { display:block; }
 }@media only screen and (max-width: 1199px) { #U4WU0x49SVLREiWQGdqlXBydmAPbC5wU { width:3.125rem;height:3.125rem;top:8.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLzMFiKBrAs9XHTFJC6tVDeNIE2MAXh0 { width:3.125rem;height:3.125rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gF1T65zH2nmlM3DnDLgSdmxR5giIxCMT { width:3.125rem;height:3.125rem;top:21.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP3vmfCB0cTmTraESqs5pRpCzmHeV6BP { width:3.125rem;height:3.125rem;top:21.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWomORnHKy9TTKHOkh5sEcZIzBMlr3ss { width:3.4375rem;height:1.75rem;top:12.4375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/a12c7508-2f43-46ca-9cd4-efe9ef0e05c2/czym_jest_pilot_black.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.adaptive-delivery-prevent-bg, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyload, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyloading { background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { background-color: transparent; background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .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); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH { 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) { #ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt { top:5.5rem;left:14rem;width:18.5rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7wgkbR4AZVcpX8CLTn1fiJNi769r237 { width:6.375rem;height:2.125rem;top:12.90625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 { display:block; }
 }@media only screen and (max-width: 1199px) { #hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz { width:2rem;height:1.625rem;top:17.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 { top:19.5rem;left:0.5rem;width:12.6875rem;height:2.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqu6k7cMA9kbNIrESg3vzPUGewcLalrS { top:22.6875rem;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) { #mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE { width:2rem;height:1.625rem;top:17.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 { top:20.125rem;left:16.4375rem;width:13.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf { top:22.6875rem;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) { #FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu { width:9.3125rem;height:1.6875rem;top:25.625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge { display:block; }
 }@media only screen and (max-width: 1199px) { #cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc { width:2rem;height:1.625rem;top:17.3125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCDgs51fxnlIOE09TtfBLKPbrU8gWxON { top:20.125rem;left:33.625rem;width:12.5rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 { top:22.6875rem;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) { #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr { display:block; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container { width:47.75rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ubZwFNO1dqWQmzMozyiVByx40ood4T7w { width:41.25rem;height:67.8125rem;top:0rem;left:3.25rem;background-color:#282352;background-image:url("https://images.assets-landingi.com/uc/0aa3a5d3-ae11-4c8e-92f3-2123ee0eb3f9/1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ubZwFNO1dqWQmzMozyiVByx40ood4T7w.adaptive-delivery-prevent-bg, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyload, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H { width:41.25rem;height:26.6875rem;top:29.250000476837rem;left:3.2500000596046rem;display:none; }
 }@media only screen and (max-width: 1199px) { #veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG { top:1.1492187380791rem;left:5.0500002503395rem;width:32.8125rem;height:7.425rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo { top:8.6367197036744rem;left:5.0500002503395rem;width:38.5625rem;height:6.825rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt { top:18.337500572204rem;left:5.0500002503395rem;width:35.9375rem;height:4.95rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LMMyRvnrU9bACbDlSwdTe7V275MronT4 { top:37.912501335144rem;left:5.0500002503395rem;width:37.3125rem;height:5.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F { top:32.878905296326rem;left:5.0500002503395rem;width:37.4375rem;height:4.95rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS { top:23.49765586853rem;left:5.0625rem;width:37.8125rem;height:7.9625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR { top:44.03750038147rem;left:5.0000000596046rem;width:37.75rem;height:0.9rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp { width:41.25rem;height:26.6875rem;top:29.250000476837rem;left:3.2500000596046rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA { display:block; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap { top:2.5rem;left:0rem;width:47.75rem;height:1.575rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ { display:block; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfdZ3uIS3AldB4fThfRLAnqbhswNdxif { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA8t8E0zHOPvXg3VAaV70P1PVO7QbDwW { display:block; }
 }@media only screen and (max-width: 1199px) { #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ { display:block; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container { width:47.75rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt { top:1.25rem;left:0.5rem;width:46.75rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQZrScmxaVSkMlEquH24q4RMTJHMd0HS { top:23.375rem;left:1.8125rem;width:41.6875rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s { top:31.375rem;left:0.5rem;width:46.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy { display:block; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ambB7VtkqImy13fyAx0T2a2T10i9k766 { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdmelLWGBmpHNnGd2PG8ghprmu0AQGoO { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wCNWpgk3isoVLDqAx6c7Tr4GN60TZgu6 { display:block; }
 }@media only screen and (max-width: 1199px) { #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G { display:block; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container { width:47.75rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CCDc1FyV44doBd8kucAzR56wyeiupylg { top:1.25rem;left:0.5rem;width:46.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aimB86TuaoKeW4VaslkWwuksxTcbXHmV { width:8.25rem;height:1.6875rem;top:1.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 { display:block; }
 }@media only screen and (max-width: 1199px) { #VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa { width:17.75rem;height:1.6875rem;top:2.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO { display:block; }
 }@media only screen and (max-width: 1199px) { #wqF7hmLC7VreV0wP5cMghmFD6HpFmALW { width:17.75rem;height:1.6875rem;top:5.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI { display:block; }
 }@media only screen and (max-width: 1199px) { #Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 { width:5.25rem;height:1.6875rem;top:6.5rem;left:0.3125rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 1199px) { #qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO { display:block; }
 }@media only screen and (max-width: 1199px) { #ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII { width:17.75rem;height:1.6875rem;top:5.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FypZEZocahuVu22pyQBIomiKN2e2Abun { display:block; }
 }@media only screen and (max-width: 1199px) { #q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI { width:5.25rem;height:1.6875rem;top:6.5rem;left:0.3125rem;z-index:15214;display:none; }
 }@media only screen and (max-width: 1199px) { #vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN { display:block; }
 }@media only screen and (max-width: 1199px) { #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 { display:block; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csP1og2WHaCql2OpnaPksFTxbBur1iqR { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFz1REbgTafGAU0WbRIszRcHRUPxJRTd { display:block; }
 }@media only screen and (max-width: 1199px) { #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi { display:block; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 { top:1.25rem;left:0.5rem;width:46.75rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP { width:11rem;height:1.6875rem;top:9rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXBou1EvuqPTIa3W04uLi7QL48yIWu9O { display:block; }
 }@media only screen and (max-width: 1199px) { #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD { display:block; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0dl2VqST3TTSflVQwaTbRAWrvT5Tl6T { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMaZ9Opt7qQ9mZVX2eJSaSa9NqPHVho2 { display:block; }
 }@media only screen and (max-width: 1199px) { #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 { display:block; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI { top:1.25rem;left:0.5rem;width:46.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHGLazc107XDAktuC7T94ZZFNsSMGs2x { display:block; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NATLv2v4kGWTqnDOXDVJod7spHOd035H { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8Gc1NLAylQF05Tszvxflf5JESxA10qf { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeCOKDQHfPLxz1BB852mnb0oKTzi9zlV { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3NAqPH53ChoEpBAeZ2Tn2mu0UCydq0A { display:block; }
 }@media only screen and (max-width: 1199px) { #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR { display:block; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 { top:1.25rem;left:0.5rem;width:45.9375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NghO7kARJaZRFU0x02Bd7z3xCJLua72t { display:block; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTMfgRErTl93P3hMPXSRdET5Qpks6TJS { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u2G6eAbbD6ZMgLdHDyMxTWydn1Ua7F8N { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9Vmf2q5HQIRzP2New4iun99Vfb0UxGy { display:block; }
 }@media only screen and (max-width: 1199px) { #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz { display:block; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF { top:1.25rem;left:0.5rem;width:46.75rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 { width:25.75rem;height:1.6875rem;top:2.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWPVWX9il72LwbqkkfolKWBDXZA86tZA { display:block; }
 }@media only screen and (max-width: 1199px) { #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 { display:block; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCUySGNPrF6qJP59WPOHrJo0kVttZfwh { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOff73XxqMUPomtnMH0yB2iPAoekeQC2 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCKJeFcD4Z5N1fOUpvDl2G3H1uTDnHQ4 { display:block; }
 }@media only screen and (max-width: 1199px) { #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ { display:block; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U431s1co2B8VHHRVCt2V3fLu6KkTOB83 { 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) { #hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K { width:18.25rem;height:1.6875rem;top:1.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg { display:block; }
 }@media only screen and (max-width: 1199px) { #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M { display:block; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #soHlcllahmw1aRwXqmORndlJWh6RH9Dr { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT2fNiqSQLK4Geb67OCOx3bQ8hvbNdXG { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxqRu8X1lySR6KvFTLnFLtkimgKFJ6lI { display:block; }
 }@media only screen and (max-width: 1199px) { #rBRJoBpahLy12xZimnRhgOpo6xN7I17x { display:block; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 { top:1.25rem;left:0.5rem;width:46.75rem;height:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ { display:block; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx { top:1.4250001907349rem;left:0.5rem;width:46.75rem;height:0.9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTsCrwVAP67z3ExOg3mWutMZupKGagwb { width:1.5rem;height:1.5rem;top:1.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhbS6fEZ39wgvldBCVlgErSF1xxkssHs { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brupWKbh4cgchHNS9vSWy75Tr9e5iXIL { display:block; }
 }@media only screen and (max-width: 1199px) { #HWZeXASKoN28ozkzo7mTOtctAtHek60W { display:block; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz { top:1.25rem;left:0.5rem;width:46.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB { display:block; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza { width:46.8125rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX { top:1.25rem;left:0.5rem;width:46.75rem;height:1.225rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn { width:8.625rem;height:1.6875rem;top:1.0187530517578rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BV5dVdz79amiC4mrihHfpCDHB9D4PgHO { display:block; }
 }@media only screen and (max-width: 1199px) { #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { display:block; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o { top:4.125rem;left:9.249755859375rem;width:29.1875rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n { width:32.3125rem;height:1.8rem;top:6.125rem;left:7.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU { width:15rem;height:6rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc { width:15rem;height:6rem;top:10.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv { width:15rem;height:6rem;top:10.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 { width:7.625rem;height:1.8rem;top:12.5rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #uRJagwrM3tT7fxweGAffVTwVRmghRWHG { width:2.8125rem;height:2.1875rem;top:12.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z { width:2.8125rem;height:2.8125rem;top:12rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 { width:8rem;height:1.8rem;top:12.5625rem;left:21.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack { width:11.125rem;height:1.8rem;top:12.75rem;left:36.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #C757x9vxfiXkyl9l8DKTMqblywnNDb7e { width:1.5625rem;height:2.1875rem;top:12.28125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx { width:15rem;height:6rem;top:10.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xINqhC3QaOuTGGdOMdx18vWekhK5G5xz { display:block; }
 }@media only screen and (max-width: 1199px) { #Dam6rky1MNFXqU8Va09cl0KxmennRxB0 { width:15rem;height:6rem;top:10.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 { display:block; }
 }@media only screen and (max-width: 1199px) { #s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 { width:15rem;height:6rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt { display:block; }
 }@media only screen and (max-width: 1199px) { #UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW { width:2.25rem;height:1.9375rem;top:12.40625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw { width:2.25rem;height:1.9375rem;top:12.40625rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlOxSNlmQEJ24tmpiRfm89DXT236TdrU { width:2.25rem;height:1.9375rem;top:12.625rem;left:33.96875rem;display:block; }
 }@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) { #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) { #kqkBkgs4oZwZOqkQIlrfPHbJVDftMeBR { width:12.5rem;height:0.975rem;top:2.3125rem;left:35.25rem;font-size:0.75rem;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) { #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection { display:block; } #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection *:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="text"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="email"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="tel"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection textarea:focus-visible { outline: none; } #MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d7713f420808934b83010665579dfb5f.widget-smartsection { display:block; } #d7713f420808934b83010665579dfb5f.widget-smartsection *:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="text"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="email"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="tel"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection textarea:focus-visible { outline: none; } #yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection { display:block; } #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection *:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="text"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="email"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="tel"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection textarea:focus-visible { outline: none; } #MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dd3b410b73913ef6281f432e8067b366.widget-smartsection { display:block; } #dd3b410b73913ef6281f432e8067b366.widget-smartsection *:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="text"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="email"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="tel"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection textarea:focus-visible { outline: none; } #c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection { display:block; } #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection *:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="text"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="email"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="tel"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection textarea:focus-visible { outline: none; } #kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r73aadbc871bb246bc402b9c17e16687.widget-smartsection { display:block; } #r73aadbc871bb246bc402b9c17e16687.widget-smartsection *:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="text"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="email"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="tel"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection textarea:focus-visible { outline: none; } #UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection { display:block; } #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection *:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="text"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="email"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="tel"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection textarea:focus-visible { outline: none; } #K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection { display:block; } #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection *:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="text"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="email"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="tel"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection textarea:focus-visible { outline: none; } #DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container { width:47.75rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob { position:relative;z-index:auto;background-color:#030304;background-image:none;display:block; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { background-color: transparent; background-image: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container > .video-iframe-container { display: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row > .video-iframe-container { display: none; }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .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); }#UpqbNHnaqpQXreJpzXDwuPRpaFyhUMob > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX42l4qbKFn0CzaftTa3OA9oWwSoUNbG { width:4.6875rem;height:1.5rem;top:0.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTfiso0Q5oKCZJb5wMvISRXnJMs4E0V { width:2.25rem;height:2.25rem;top:0.625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/c035df10-4b0b-4592-aac8-f7469b4e5ae6/mob3crop_582x901_2220preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.adaptive-delivery-prevent-bg, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyload, #bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9.lazyloading { background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { background-color: transparent; background-image: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row > .video-iframe-container { display: none; }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .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); }#bo0tM6u0D2Tu8JH9dksDHNFnVLOAsiB9 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmaxuWEh6cMZkpTVsKENBv7bHWsU3aSf { width:20rem;height:3.025rem;top:3.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r8ynbTPP9KyZtZqCpizWcaIT9spzbcTZ { width:6.687rem;height:2.1875rem;top:6.0003662109375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #h14aXOMSknfEGKUwchneW4CMIcfxcZGB { width:0.9375rem;height:1.5125rem;top:5.6878662109375rem;left:6.06201171875rem;font-size:1.375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZXMgclqobU3krzdiSDdG8hc92MWX9T { width:12.5rem;height:1.5125rem;top:6.3125rem;left:7.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xwO8bkW8eotcfHPB2EzwNW7TI2h4KuHX { width:4.8125rem;height:1.6875rem;top:6.25rem;left:9.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiB3nNkuLUzXwFBv6sw911dDuvdSTODF { width:19rem;height:3.9rem;top:26.917724609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #kfFRIJgPyleTziVqpMOT3Vilc42bp0U9 { width:19.8125rem;height:1.9375rem;top:24.268188476562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpNgUSaD4klEqSAg3bJm4Co9lbZ8lIJ3 { width:1.125rem;height:1.375rem;top:32.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD5bi9bwbTCof2wNMntuwATz30UEwDaz { width:16.6875rem;height:1.3rem;top:32.055053710938rem;left:1.71875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Eq3N46ROxrpmhlrHnpBuBqJAsGxCTfxZ { width:1.125rem;height:1.375rem;top:34.249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvSUSRhrS1ZDA3tPckeKZTlnKH6gnDTe { width:14.5625rem;height:3.9rem;top:34.249877929688rem;left:1.7498779296875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #aaEbfZILR6KpnfKH0hguyapTEtBNOTP9 { width:1.125rem;height:1.375rem;top:38.992919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHpOVJTaxqLREULCl5JuUhy723IyDeL { width:16.6875rem;height:1.3rem;top:39.030151367188rem;left:1.6558837890625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SNIfO1nmt2PSXtxAIdKgP1gVDqRibrWT { width:1.125rem;height:1.375rem;top:41.180419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1gUkoegTb6oeLD6dw3oz1RBfMNfHMHL { width:15.875rem;height:2.6rem;top:41.180419921875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LxcW4DH5KsleacQ5ByPb9ZD4rw1HO50c { width:5.0625rem;height:1.3rem;top:42.529907226562rem;left:7.8619384765625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JsqTsNAE22yP4Txk0VxbslZkTNvkluiH { width:1.125rem;height:1.375rem;top:44.47998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKGk0UV6hiRkkIJwKMHmd7wPHkNJvNK { width:15.25rem;height:3.9rem;top:44.617919921875rem;left:1.561279296875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zKakn1LXI7EGwAheSgEZHvNmrX3Su1fW { width:18.3125rem;height:0;top:49.392700195312rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #b1hQf76C3GLylE8spcsy4FRLbzoK8uRS { width:20rem;height:3.025rem;top:0rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke { background-color:#030304;background-image:none;display:block; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { background-color: transparent; background-image: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container > .video-iframe-container { display: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row > .video-iframe-container { display: none; }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .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); }#yf9Bn5QilFuzIaW84PDLhm5U0xB7ZEke > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVsTiTUUAQGreoTgE45Cb9xVoSnbJe6y { width:20rem;height:3.5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neGWPRG5ioeByoN0VsVrvdSzB6GUbPaI { display:block; }
 }@media only screen and (max-width: 763px) { #AieWevhzvm2ntT0LVftBbSNwoPmp7Dtz { width:10.125rem;height:1.13769375rem;top:7rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #vrlf6pcof2xvAkG33erHgTbWTqM9K3rC { width:11.3125rem;height:0.975rem;top:8.125rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #MdyXbvTO901TFph2rwsAN8l4KOu7xW9p { width:20rem;height:7.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bnocx9cX8XrWqkTUIv8mhxhyfGvgAMs0 { width:18.3125rem;height:1.95rem;top:0.36328125rem;left:0.84375rem;font-size:0.75rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #izKC8D4gccT3MEIOam2BOGb38oiT8odF { background-color:#030304;background-image:url("https://images.assets-landingi.com/uc/c035df10-4b0b-4592-aac8-f7469b4e5ae6/mob3crop_582x901_2220preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF.adaptive-delivery-prevent-bg, #izKC8D4gccT3MEIOam2BOGb38oiT8odF.lazyload, #izKC8D4gccT3MEIOam2BOGb38oiT8odF.lazyloading { background-image: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { background-color: transparent; background-image: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row > .video-iframe-container { display: none; }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .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); }#izKC8D4gccT3MEIOam2BOGb38oiT8odF > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLZdZzVQCJTmhHNHmbPsfDLi667HBe5p { width:20rem;height:3.025rem;top:3.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b57z471TMnMDMr6tMs9Dalpd56pOF14V { width:6.687rem;height:2.1875rem;top:6.0003662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7OBzin4B2yVh5KJqT7cT07mzd1iIkiO { width:0.9375rem;height:1.5125rem;top:5.6878662109375rem;left:6.06201171875rem;font-size:1.375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O1ktDTgHEM5FcIB8orsFlJRzHI8g55H4 { width:12.6875rem;height:1.5125rem;top:6.3125rem;left:7.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xXnwEKv3rN1IS56LL63ALnheMQIT4bbH { width:4.8125rem;height:1.6875rem;top:6.25rem;left:8.6248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2zv6vQ5lpPI5HcRNPDFeWVTZS5EwJi { width:19rem;height:3.9rem;top:26.917724609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Fbfvfolq35AVPE8dTlKmm6OXmTdqTpP9 { width:1.125rem;height:1.375rem;top:32.080205917358rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqRQHbPoU5JVIw8aWXH9WtIJmh3BqlgU { width:16.6875rem;height:1.3rem;top:32.055053710938rem;left:1.71875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OAaTQFyCEPrRU2XKxee8qM6DE7rCRKT8 { width:1.125rem;height:1.375rem;top:34.062498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcnnUsan0yJDxeClCsWNZX7no58A7fE { width:18rem;height:3.9rem;top:34.017944335938rem;left:1.7498779296875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LFWOAme2HSPd0kCZIQZDbfFzgSTBG8zk { width:1.125rem;height:1.375rem;top:38.617712020874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFqUTPdI19zgm2lbJTLTedQh7uQI2AQ { width:16.6875rem;height:1.3rem;top:38.655395507812rem;left:1.6558837890625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nx6h9dsghupOfhp4T45TVDe3yCx9Ebht { width:1.125rem;height:1.375rem;top:40.805212020874rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGczeI5Ps6nkalri0bor2gHMFWBiUr3W { width:15.875rem;height:2.6rem;top:40.805053710938rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gzcEqBximatvgJQMBCCv87nF4qPuJxN5 { width:5.0625rem;height:1.3rem;top:42.155151367188rem;left:7.8619384765625rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #h2lXPdLVCJ6g8LB3B5FnquCpitM95LRa { width:1.125rem;height:1.375rem;top:44.105207443237rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVqBKp0t4yspok2TZmOzPnmRc5BUoE4K { width:15.25rem;height:3.9rem;top:44.242553710938rem;left:1.561279296875rem;font-size:1rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #cuQ8XQJd75NSwoFW3AJ0uoWu5RiM6rXE { width:18.3125rem;height:1.95rem;top:49.017944335938rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #AouV4wGtBvQrJIaoNUR5TpyOAoWai63d { width:20rem;height:3.5rem;top:53.624877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxnCv3fPArdnfpRDTPNRku9RrkbcQ7cx { display:block; }
 }@media only screen and (max-width: 763px) { #kOzuBksp3vAJqIooEvWmRDJ2nAAaDOxH { width:20rem;height:3.625rem;top:57.999877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOEpgi6WOXmLGohmbAcPrQ6fpxO98NiH { display:block; }
 }@media only screen and (max-width: 763px) { #SrsfHWsIxbqRE8LBF8vhuaq9dK3gOnRJ { width:20rem;height:3.625rem;top:57.999877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0WvGJg60dXW6nN455fu4PN7UU5POFVD { display:block; }
 }@media only screen and (max-width: 763px) { #ePn27MpCqHMScaw3C62PKB5K0NzN1r6m { width:14.375rem;height:1.75rem;top:58.937377929688rem;left:1.7498779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhvKcNEFNxDwu8AU2nHda5gHWSEAVP3A { width:20rem;height:9rem;top:26.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 { display:none; }#TdbHPwr8iiKQlUGEIBZ1BXZ1nbxVmrt7 > .row .container { width:20rem;height:40.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cqb1AZHSkRhdZI2mCBiC9aDFTDB6Zbty { width:20rem;height:38.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTQkoam3tvCVJ8sop0nhwVkEwDAiSdIn { width:6.0625rem;height:14.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk9v77K4DLfDL0odi44vPuQpnbeI7SUl { width:20rem;height:38.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 { display:none; }#KJvItsbaewX6MkyIqfz1ok1O5mPLTTu3 > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF { display:none; }#g2UoRSt6tyfWDOrqAln0mWF5l3LeJlcF > .row .container { width:20rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OehKbyXEr06N0hSTwSb7yipLbXEpEBKK { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcUbmkdfLNPfmkmXGTm5eZ7JuJ0FwLRG { width:17.75rem;height:2.75rem;top:11.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtGOtIEOoGMftBS4He2MHVMXrDHVlvX4 { display:block; }
 }@media only screen and (max-width: 763px) { #CHZ51pk5ddGGKbKf85vX06tSyDRlwP0L { top:3.0625rem;left:0rem;width:19.875rem;height:13.9375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kFTIfur1CJ6BSatRTIn74RyakQ8i6XeD { width:15.6875rem;height:2.275rem;top:8.2677078247069rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrAnDi6Wa9QuC660OGlfOefOzm0kdrLy { width:16.5rem;height:2.1875rem;top:8.2677078247069rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiSKIE9NleRA1pmml73RwKA6vbSPHCMT { display:block; }#kiSKIE9NleRA1pmml73RwKA6vbSPHCMT > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueFhSFbK3qa9Ng2khkF2zMhWhlIaXma0 { width:20rem;height:7.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3AyTs0ae6v8tGgOusb1e9Wf0mUedbE7 { width:19.75rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCwSO5wMMslTiDzCfnKeo9nd1ygnhfVQ { width:1.625rem;height:0.625rem;top:7.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg8eqDVUNeIFHHyE4b2EAEsKoLnIa1xk { width:12.3125rem;height:2.75rem;top:1.1875rem;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) { #hVA8GXnXDqdTMbeeyT1Z42qiwxBNRPJU { width:15rem;height:4.8rem;top:9.375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NW5oeW93nIT2BJFIZfLElie9fLTzTGp8 { width:13.875rem;height:3rem;top:16.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49NEacQWmLzTQqnZ0meDaJPOITcAsNv { display:block; }
 }@media only screen and (max-width: 763px) { #H9C2t2ZArIsIH9XwS2kxAkxiz1nCnsOG { width:8.875rem;height:1.1rem;top:14.3125rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AJQqry3pJKAxJd6boVIgvyybNO1Tl6Ay { width:2.1875rem;height:1.25rem;top:5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHoLoabvn4QW1kVbA6BasuooOtMtdNw { width:2.1875rem;height:1.25rem;top:5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdaQCAZe3kbbbcowGx1tbTHCTF74U23 { width:2.1875rem;height:1.25rem;top:5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL { display:block; }#JdmkvxpsEFH8I9LAfihzw61MyVJoO0iL > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPpwoy6k89VJONTWkVp2DuCFbRvBKoxJ { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #afVvs4IN0Z25zlZKX1wUyIB9I75tiz7S { width:19.75rem;height:20.8125rem;top:4.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CEcm1qTJa30oXuM53wHTn0gBDnhOl14c { width:1.625rem;height:0.625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDT5LvpzPbaINQznAp8hLs0PK6WnZrD4 { width:15.0625rem;height:2.75rem;top:1.625rem;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) { #Tih2t5ulxirBOlmvllKcJB351aDmax4D { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI68JL57Awovzz8VJlxk0Ih8AD5R6QIm { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWeUNIgMvylvL8m4NJaJTUFcSAlpbglb { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTMH0l2UvoaZ1JyTd0uaCgXq0nAeGuV { width:4rem;height:4rem;top:7.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAuaRhFB5uNiRRiHtiD9v30NazryR0Mr { width:3.125rem;height:0.875rem;top:8.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csa8LDborsb9w8P4IyxvNI8Nt1ytW13J { width:4rem;height:4rem;top:7.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAN8FTgWKtLKxmB5SsLeotpqToBHRTx3 { display:block; }
 }@media only screen and (max-width: 763px) { #pTfDL9vBkUUHLloZcE7mW96JCU7cNRGW { width:3.125rem;height:0.9375rem;top:8.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH6ZqfUF85cANEKQxfE96TKh2fpNp0eT { width:4rem;height:4rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfkGb7xZDxoPtmm2qF3KoZyqzWpmoFBE { display:block; }
 }@media only screen and (max-width: 763px) { #JOcfLq9FJPGL2O0OwSa0BqsTClZhl4G1 { width:3.125rem;height:0.9375rem;top:8.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3q1fNPkHZUCNfaoDwzeltiaVECZc39I { width:4rem;height:4rem;top:7.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZgQuIm32QI8bui7qKN0Sl396ScraJ9M { display:block; }
 }@media only screen and (max-width: 763px) { #zrJLD4G2TptlJ6yglzDZqRRhk6bWrDG1 { width:3.125rem;height:0.9375rem;top:8.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufTAS0Hs0OTEJTOgkKpfqvr6fCbxdl7 { width:4rem;height:4rem;top:7.625rem;left:15.125rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #o6MaUUWGllnRZG3Z6LFMbcDdN1atuCpg { display:block; }
 }@media only screen and (max-width: 763px) { #FrXFC88gbiy2ZGGr3TP4IDczifwXaoCi { width:0.75rem;height:0.8125rem;top:10.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL2ynnBEn1zoeQ1PrJ5OemIytqhWBO7o { width:0.75rem;height:0.8125rem;top:10.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTCcKqVCurDAZ7BBVb3uJHFHHnDqshGt { width:0.75rem;height:0.8125rem;top:10.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwbs4hFisR3D40SWNat7aQtpFoTh3G6 { width:0.75rem;height:0.8125rem;top:10.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehx8UIeGy86nx37mTH8bgvoUa9b6KwHF { width:18.399875rem;height:2.8999rem;top:20.91259765625rem;left:0.79931640625rem;z-index:15201;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #a9RWSxrPMBfDc3LTySbDBoiHVqx9CPXS { display:block; }
 }@media only screen and (max-width: 763px) { #Re5lWOFsnAwfVqU4mT3iwTb3GXW9QL5h { top:23.75rem;left:-49.3125rem;width:3rem;height:0.875rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hRVwTISLRnC41FqocgDXMUPap0vDLRTd { top:23.75rem;left:-49.3125rem;width:3rem;height:0.875rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahXqv01Tg45R15toOiDC49JdBgbsXrmP { width:0.5rem;height:0.5rem;top:13.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQl7dbHvBKOxhrQ7rFBHTIgu8RXUdGS { width:0.5rem;height:0.5rem;top:10.59375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf5nOEU6rZPkeCbrmt9sMlZuI4TEGUzz { width:0.5rem;height:0.5rem;top:10.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNdDWfZBuseaESUE926IhWmJsZTILgh { width:0.5rem;height:0.5rem;top:10.59375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhWXD7LOFJ6Z60ePShwFNqlTuTE1Xzn7 { width:0.5rem;height:0.5rem;top:10.59375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKPtvpIMribRUFPqDGkTTnRieqiQWiB9 { width:20rem;height:6.825rem;top:13.375rem;left:0rem;font-size:0.75rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl { display:block; }#UTyorOvAO3w8uAIfyNl7TF9mAzSSTwyl > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCGJGJvNBT5Qa2HmBSEoF3Z6qyMkgOVG { width:20rem;height:5rem;top:0.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SpeIJ58TqfETaQG6wnuzX9bfL9MKPUpi { width:19.75rem;height:28.0625rem;top:4.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GRHyyORoBRHmeo3mxDGwgA1tKyeaW99R { width:1.625rem;height:0.625rem;top:5.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnnyb418usIKWUQcaITkg3Gd10bFpdw { 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) { #B8yMncByoQ0tRnmgNhc2sgox1PTJGJDK { width:4rem;height:4rem;top:7.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO3R2u2eoadEo2ZnqQWy0HPbJ4AxgUEH { width:4rem;height:4rem;top:7.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ4DHVQUmZ5WCfJgKHPMiG1fbnG82RJg { width:4rem;height:4rem;top:7.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPn1FTPOSATXn6gGQb475xzRpfvkCfcD { width:4rem;height:4rem;top:7.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXFJp1qPtc6K0o8E772nJzliLOviRsMn { width:4rem;height:4rem;top:13.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zkPHg6dMTkaGE5v7hmt9bdlDri3LOo { width:4rem;height:4rem;top:13.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG3WTl00oa72VcLo7PvauWzNWvgkvNXx { width:4rem;height:4rem;top:13.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHQTMVIeDOuVE7bAFe6CkVB4dnEpHLs { width:4rem;height:4rem;top:13.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5srzoTvJGHIEPdcIWPhfF7rPATBsyr7 { width:4rem;height:4rem;top:18.21875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNp2LLJULPKN70ktL8fIzZvmFJcPuml6 { width:4rem;height:4rem;top:18.21875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRP5tVJbR1qZqmGgsyriwKeTyVqa6ox { width:3.125rem;height:1.125rem;top:9.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVIPa2xqw8l3WnMucF6pC6JyvzGCOXo { width:4rem;height:4rem;top:7.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ZMJPIdGZut1IPAiATNl9Gc0UkBrSu1 { display:block; }
 }@media only screen and (max-width: 763px) { #WE3BMwc6Wi5nR4Ea0Acdks3OMBDRGXyM { width:3.125rem;height:1.125rem;top:9.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXWoxwwPSSAzXe4xMKwKVuXFcqml9L7 { width:4rem;height:4rem;top:7.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexExXRRdEa3wWVwCEbyzPqKHhOXGtZx { display:block; }
 }@media only screen and (max-width: 763px) { #m6n8Inraka20qZvuZHrgPiu6CBe3nD4K { width:2.3125rem;height:2.625rem;top:8.25rem;left:15.783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7qevJg9MpdWn50tIkTFmzb3ShyKmbZE { width:4rem;height:4rem;top:7.875rem;left:15.125rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #mhfMQEcpo1NXuZgLvCwKi2QuexgAFQ5v { display:block; }
 }@media only screen and (max-width: 763px) { #PhDJcxP7MKVWariMNP3FVQTp49vDT6IT { width:2.3125rem;height:2.3125rem;top:8.53125rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9CF8fshISUsJPTTorIqpHqG9btdWBHh { width:4rem;height:4rem;top:7.875rem;left:10.375rem;z-index:15212;display:block; }
 }@media only screen and (max-width: 763px) { #mEikoaMIWeJhgfgkawnRRzRN1wNvg5lh { display:block; }
 }@media only screen and (max-width: 763px) { #Q0VavQ55gSFRBGBwq1Mng14UNJBoy9Tn { width:1.875rem;height:2.3125rem;top:13.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPC3I1SmJ3CAAoVL8DSEWWmK0iXnBqt { width:4rem;height:4rem;top:13.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZt6ThUFqJdC1w3tZbr0Ds88UNhS4Tfl { display:block; }
 }@media only screen and (max-width: 763px) { #A01xnz0ciKU1EoB1w3df39awtecGtX4L { width:3.625rem;height:3.625rem;top:13rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpKTfidS5JfDv1ZTB43rqvVBX57xIQsA { width:4rem;height:4rem;top:13.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4deHMOptos0NTbIbX7etgoXzectlb78 { display:block; }
 }@media only screen and (max-width: 763px) { #LNzLSEn0XCw2wUkL6gaGdlZaGldTZB8T { width:2.75rem;height:1.75rem;top:14.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQBkSvgSykd7478PHMTp5g8F3W3qH2P { width:4rem;height:4rem;top:13.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwSF5QHSQweqXFK95XPra3S7PuHcIQF { display:block; }
 }@media only screen and (max-width: 763px) { #rf4V0aiPnZtUiIOX8kGw4XhPeSdfTvlN { width:2.875rem;height:2.25rem;top:14.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPnRwN1pi45iKKrGMeQPb5vfmQhnVdE { width:4rem;height:4rem;top:13.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6BB2ZBsLMKFrqXN6QO8S56HBXscV4m { display:block; }
 }@media only screen and (max-width: 763px) { #WCW0UprdZxI2QIB6lbTksV7AfrBwTUaP { width:3.5rem;height:3.5rem;top:18.53125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q48DAWsn75GIBaE2rGg6qJzhKy9MmgPN { width:3.8125rem;height:3.8125rem;top:18.28125rem;left:0.8114585876465rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #qImmfZoomFKg6zSntI4PMm3Au3zSa6mh { display:block; }
 }@media only screen and (max-width: 763px) { #MkQhKtNxZAhKia0wTlBCHLWmEVAlwUfS { width:3.8125rem;height:3.8125rem;top:18.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTap8oTZUGPXmgIlRot8ZSHRofT9xBx { width:4rem;height:4rem;top:18.21875rem;left:5.2375002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4vuLwURzSBrMerXCcUCNyyZWOcAwahL { display:block; }
 }@media only screen and (max-width: 763px) { #e7AiNaV3G6afOn2WewarhH5lPlwNi2CI { width:0.75rem;height:0.75rem;top:10.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdaNIiHvKC0g2ChVET6rnNJbA1uQqOzT { width:0.75rem;height:0.75rem;top:10.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEoI3cCp9903bHGHnQgeEPUbWT7XDWJW { width:0.75rem;height:0.8125rem;top:10.8125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgzOzXoqkSVOMiimGRuizJJxSQUSvPls { width:0.75rem;height:0.8125rem;top:10.8125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5md811BSezQue8fcEdT3wScsbzineWW { width:0.75rem;height:0.8125rem;top:16.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE7fvmxbvIKn3q9wKwklrLKdUDPFHqw4 { width:0.75rem;height:0.8125rem;top:16.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsbgpTPtyn4XQ1v14PDrNfzzAIf4qu4I { width:0.75rem;height:0.8125rem;top:16.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riUIlTkcmoK4OZ3sOzwMHTIAaq0nOS6Z { width:0.75rem;height:0.8125rem;top:16.0625rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUN0VXiX6gx8riv9RpKeG6kDQ5x4A3rI { width:0.75rem;height:0.8125rem;top:21rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNT6qpXekMIuPvhSlv4MP0mcPA2iiN4W { width:0.75rem;height:0.8125rem;top:20.96875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGUyLBLDivOTMyP7OsGuiNdQPTvCmQP { width:4rem;height:4rem;top:18.21875rem;left:10.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TZMuBZEvVzLbRSBrCiTC4nZvVtOcesJm { width:4rem;height:4rem;top:18.21875rem;left:15.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #r9SPGkD60MXCtapxvpN97x5pwENKUBDX { width:0.75rem;height:0.8125rem;top:20.96875rem;left:13.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #KZmD9VVE1bQpkd0nxrFaPHkXzw44d1n1 { width:0.75rem;height:0.8125rem;top:20.96875rem;left:17.96875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #NpVSQ1AHHFE6R7hErMkn9ITeUFheMFTN { top:18.65625rem;left:10.812500536442rem;width:3.125rem;height:3.125rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qOOchuUimhQWbyQKT3Mm6uUWQkfVmtM5 { top:18.78125rem;left:15.706250727177rem;width:2.875rem;height:2.875rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RUS2sutVe3tBpx3kMCu4cwheSO5UbGUZ { width:18.5rem;height:3rem;top:23.71875rem;left:0.75rem;z-index:15201;background-color:#7159ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#f3f4fa;display:block; }
 }@media only screen and (max-width: 763px) { #y9cOX7D8Wq4ZWzEXqVwLD88B28OoDhya { display:block; }
 }@media only screen and (max-width: 763px) { #oDhWQlxPVKdBC9tTILv6PXqx28W4zE4V { width:4rem;height:4rem;top:18.21875rem;left:10.312500536442rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #OqogT8iSobDrQmWCEkldKsz1pIGZTODk { display:block; }
 }@media only screen and (max-width: 763px) { #yaGmXTDzqsOULvE8QJqwacX5DPtTTDgg { width:4rem;height:4rem;top:18.21875rem;left:15.125000536442rem;z-index:15214;display:block; }
 }@media only screen and (max-width: 763px) { #DpwovcMqq70U0XEAU8r8pzgyVA1fBJFH { display:block; }
 }@media only screen and (max-width: 763px) { #IwJ6dOCCNWpUGv40QNbHeJS10MIWR3T7 { width:11.3125rem;height:3rem;top:29.3875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJmwlPKz9iQ3oEQTfr751d4gMgnJMQTS { display:block; }
 }@media only screen and (max-width: 763px) { #CLAiTbZrkeRTUTp4WXIQIOn8M0PUsEsK { width:18.4rem;height:2.9rem;top:27.530469894409rem;left:0.74921876192094rem;z-index:15202;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);color:#f3f4fa;display:block; }
 }@media only screen and (max-width: 763px) { #qnV1loWHA59pxdy0hI33LrAnt3xJwQgV { display:block; }
 }@media only screen and (max-width: 763px) { #rvI8NNl30e1UVgPxvr3E9PS5Wg7hCfAE { width:11.3125rem;height:3rem;top:33.6375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCoGgVBVkULm2JbTmq2BG1TTRgOhBflV { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAd1cgfMlsNOX7CStwdXQB5Qp3QRu9Z1 { width:18.9375rem;height:3.5rem;top:1.6312503814698rem;left:0.53046876192093rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qgtrLAt3I32kL6CxTegOm7LDJAm9XZ2m { 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) { #ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m { display:block; }#ixJDZd52VWK7xHBEsFXw7nu9cpMXk07m > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDQag1GpZSeFz97y42GLPJ3SqneJbtKl { 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) { #s7oreNTgreFu376sUVHTB4kZvopVbgGe { display:block; }#s7oreNTgreFu376sUVHTB4kZvopVbgGe > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHr9SqlLPcvposxbfuqx7TZaJrU0WBH2 { width:20rem;height:9rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erknzs6JscFTDUBFh5kwJ02bnKBN73EB { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTMiz69Bz16RgpOUl0EJs6Th8f5hIMl { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PcMZvxsTxvVkyVMVg4q0PD88zG19ZUd7 { width:16.5625rem;height:5.25rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cRaxIS8WpzRmcra78bQJwvmUTXWoUryC { width:15.75rem;height:2.25rem;top:6.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GH40e2OmaMonU4WZT8KtBAhmo9yPgh { display:block; }
 }@media only screen and (max-width: 763px) { #Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 { display:block; }#Ng673ISRFVNxrHJcNloCPyU9g5E93FZ3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcRGolwvywrGRXRGG3UPkT27lcpWSBrn { width:20rem;height:6rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogR40mueD4HnnlkOJVhzPGCWpI0U9k1P { width:1.5rem;height:1.5rem;top:0.58749961853027rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTc6ykKALRdZCIcAikRJN72IrAERztTI { width:16.4375rem;height:2.275rem;top:0.75rem;left:2.59375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tkqWx47acnHSlLDIDSK6PIhlG0g0BlJ3 { width:16.5625rem;height:2.1rem;top:3.1875rem;left:2.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JaIh0THZhO98rz4dlx403eeB38gy6nda { display:block; }#JaIh0THZhO98rz4dlx403eeB38gy6nda > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yB0aCssx2wW80LERXQ3l64qosbKRbh0Q { top:0rem;left:0rem;width:10rem;height:5.25rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #unqdQVIgbGvF6MbTubwvT7lheMg9vZvx { top:0rem;left:10rem;width:10rem;height:5.1875rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpJnZ2DiL5KMCT5ILR4HCcIDv7QE4LZf { width:9.8125rem;height:2.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpVyuXZudrsx8uQ2P3DWkAqfFkeLqr6u { width:10rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZ0bWGPs3TtBwHqLIORGth4eZTPEg9x { display:block; }
 }@media only screen and (max-width: 763px) { #XVVrw40Lug4kdPcfn4bwDsKJ8SCBlqq2 { width:9.4375rem;height:2.9375rem;top:0rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJCup2hHz9feU7J0P1tDmlCRg3T9P5N2 { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15241;display:block; }
 }@media only screen and (max-width: 763px) { #WC9TcfucRNTeKmfM1Z9h0aOm7Qsxrk1f { display:block; }
 }@media only screen and (max-width: 763px) { #OcNz8zQUUE4LyMN8IgqIThKyOsHvWcvx { 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) { #tQG8NMsOub0bydDWnCuWuDu5ll4IwBEm { 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) { #DJTH3OWVkyS0r1S0XnEH4WuJO3d3XD6m { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geDTtiB87azn6sAvnkUO3HZlpUqJdcWy { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiofmGS5OTE7BznnpLxcTVSBqMFEFnEw { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfuwPT9fK472lJ8EKyBOl42QM1W4p7cW { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXTrf24A66e4NNqa5TmuXePKxMrDtrbp { width:1.625rem;height:0.875rem;top:3.25rem;left:1.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBwUCaF0tGSKeMVJwDkmcX3EK9Z55GqF { width:1.375rem;height:0.75rem;top:3.3125rem;left:7.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9OExI5c0SVtH5RyLcJU3SASBLROrFcq { width:20rem;height:23.0625rem;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) { #EooX3gEXXO0PmBW2ThtMkGK2JhOQK6Qq { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr9VooT4R5JTtfB228LbSav9kALkhpZK { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaaghSXVT1zWNW1Pdm42xfOByVFqDIA4 { display:block; }
 }@media only screen and (max-width: 763px) { #olKli3uIvu05uFeLxBkT4glbwpOemwun { 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) { #stHCio5494VThBLHTgC82x6lKM4lgdTQ { 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) { #n8d8xFAvNlJFaWTtCzdXCzNBDbRoMSTt { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT4vk7RyEsxC2uS3AblhFMqUAtia9DFK { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr7rT12sEKX3Tvk9fkDA1ChZBXUccQfh { 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) { #clFcc2fH1THufa9fmoNlW9c5LyeXaA7S { 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) { #qpaI1xyS60ZoKrLm562vHXGBpLffiJ2U { width:5.8125rem;height:1.05rem;top:8.6875rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTOMzyXyCdIirbs3AoMVx4pJ8y8tT1s { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #U2Jg26GGzWU8A7hCWT4Tqf2MJQ5lP2NT { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #dK2WaQFGpdPHQ5IuoJ0GzZX0z7fXBN2m { display:block; }
 }@media only screen and (max-width: 763px) { #oBSffTgK4xW1svhXa0Af3RWgRKq8VwAp { 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) { #hc43o2d6EwUJ1LhVGux0dV1vfHFyqBPt { 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) { #iG88gP11iowlwAgDqa78wqtsW4UFXnN9 { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzcDfzpWqEV6GZFdQTqThFTxS9pkaPqH { 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) { #uDWkaTJWir6b46XUeagTWBioT8sgxQZd { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vImf4kuyiaPbwn1RSNEob1cDeSvyc2Ir { 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) { #eKJepmfiWwJGo6cBnEcR4AHuhHy326sT { 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) { #TvWz6IIItqw3BP0qQz8PkBtTrLy2ZqGC { 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) { #nTF8Rd3cKfv7ur4oTUzM2AWXthgSgwDc { width:20rem;height:2.1rem;top:16.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAs4Bzmw1F51FMOsnLP1FtcpZcC6UUcc { width:18.25rem;height:3.25rem;top:17.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg6zTy6d1zgCVDl7RDnEQNJ9DRZV93fd { width:15.125rem;height:2.4rem;top:17.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvuaw5SWegPddNiPkhuN4b1teK4qhW3 { width:1.125rem;height:1.125rem;top:18.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9v87v4tOLOXd6f3nad5NNmLTQuhg1Vl { width:18.125rem;height:2.375rem;top:19.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlanuMh3mFO9vyJUJd41Rn1vxoCz7ANw { width:17.0625rem;height:1.22504375rem;top:20.4375rem;left:1.1875rem;font-size:0.875rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #ZaThtrzgD3KzoSM7VX2iIKR3cL0CR2yC { width:18.25rem;height:3rem;top:22.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kOMhISUGENXqu8mVN4izR24hqgFBG6 { width:18.25rem;height:3rem;top:22.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #XxpwTSkOk3MDkzMCJrdtg9v2516bQCCG { width:18.25rem;height:3rem;top:22.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8lRv6NwM3vcKpFmlkOFMvQJL3glFIiF { display:block; }
 }@media only screen and (max-width: 763px) { #ZAXArVJMduDK6i9HswuMtQ8d0AoFFHry { width:14.4375rem;height:1.05rem;top:26.3125rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB { display:block; }#qZ2FTCQo2odb6XTxW9MWIilKtVmMGOuB > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfgEqnVWgJHs9dt90xRNPpP67r4se0si { top:0rem;left:0rem;width:10rem;height:5.1875rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kqIetpAZvxflSm27Fw9dvbVOmhrkrlQp { top:0rem;left:10rem;width:10rem;height:5.25rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AI9npNhP907IMmV4oNKNKgFoAFdk9EwG { width:9.6875rem;height:4.8125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnwrz7MD5mFezc70zB7lfimMcvlllbBg { display:block; }
 }@media only screen and (max-width: 763px) { #VCk6hd7JmEVEIuq2wcGR2aFHB0NvK5Fi { width:19.125rem;height:6.0625rem;top:0.25rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5TDXbKHWfRISrlVm5nIKrbMe33Gc5qu { width:10rem;height:4.8125rem;top:0rem;left:10rem;z-index:15248;display:block; }
 }@media only screen and (max-width: 763px) { #LqOSsZFFZW1fQ5fWQsSU6ZntgWcJsGZT { display:block; }
 }@media only screen and (max-width: 763px) { #QBD6HyAkPKBChMKmhg4FVf1n8Fzd9LRk { width:20rem;height:6.0869565217391rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFDa1aPkPwWafbU6h5QHQke8yvQ0ENOJ { 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) { #ledxMGCP00A1Ft7VJKfqyWW2mQrOPBsS { 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) { #cBdqI0hVQDvkKHzp64rJPxQAaxELlFhg { width:7.875rem;height:1rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswqlRE3T111nXhVuliR4b5IhtwT5TNF { width:1.25rem;height:1.25rem;top:3.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab06XV2wCidwhSqHEP32duGGULiLpwXL { width:1.625rem;height:0.8125rem;top:3.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTU2NJicfPOTUEpFDA8WQUX8T2XPC8V { width:1.3125rem;height:0.5625rem;top:3.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07mKOZxA83XEsRoM8cLpheGQROlykFT { width:1.625rem;height:0.875rem;top:3.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga3PJrITvoyvI1eIiTfUxwI1JHSDmNER { width:1.375rem;height:0.75rem;top:3.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGlH4OpP6o8nWquRSNUHiqdHttyKU1mK { width:20rem;height:29rem;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) { #mGHUWILTvHLaS8h5WwQU3TQGny7PDBfG { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ovdNTdzaMDGCtzK1kdEZu8AZEuaeVesr { width:18.25rem;height:4.875rem;top:6.0625rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #l42SvAids58LH1k1y6n7pPPHwEcs6vOZ { display:block; }
 }@media only screen and (max-width: 763px) { #nX0Qw87673ETQGGs0pPxxbl3BmWuMtmp { 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) { #CN72820cVnyWv6dbJo8osXTTTKFFcRXo { 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) { #klFly9VJtH7TFTnQAEpM8pegVNk0eoOt { width:1.0625rem;height:1.0625rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Zd3SQgTVmZ13LsvrM3BpfOCpHptWE { width:0.5625rem;height:0.5625rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgTwqSsEdyV5kFafE6gLKaEyXy4GBck { 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) { #N9n78aBtnuwQAWh8pcCXzfRIliIcpPZA { 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) { #K6KA3xWfbgEJRhi20iwUcv8850pzs0vZ { width:18.25rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #U3D6GAoQFKr2fVNLDDbe1DHfHzFa85BW { width:18.1875rem;height:4.875rem;top:11.75rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #TevplZ9LXIsDCZfk7OlNxeIFTU7oSiJU { display:block; }
 }@media only screen and (max-width: 763px) { #iKfZEgOxScf0NyaO24ryZuafIlbnQSQV { 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) { #R82kBTAS7rqgNIslUCOlaOBSPTTmkghv { 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) { #n4B9Iy5IobF4B2axP4RpdcJzJBllfTyc { width:1.0625rem;height:1.0625rem;top:12.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDK023VKcXJ6MOv0ghkZxITlnZ8h4BC { 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) { #DC0L7PeshtpRqputqfe35GeGaTgdPJSZ { width:0.5625rem;height:0.5625rem;top:13.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Tk2NQsPIR6wBeWwagUG4HA9NaEzp0x { 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) { #KBQqeFRGT0GBqSB7JP8C4LXXAe8K8MET { width:6.4375rem;height:1.05rem;top:14.300000190735rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otqpbsRQQXPLI8pPCmTvoQbBTKmEThhS { 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) { #tAqSc70s1DoaHa50rTrNkKVT20LDoa7w { width:18.25rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oUq3r3UoimHLyoVXTxAPC2XTL9C9JQya { width:18.3125rem;height:4.875rem;top:17.4375rem;left:0.875rem;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #A4bg4DOZW3pQ9vMh8meLsHQiPM3QJoev { display:block; }
 }@media only screen and (max-width: 763px) { #JEmUVssdVVZZbT0NOGFy7l5gXQ9Hulaf { 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) { #TqXxPXyGX1ZOtTWSEL7AehycXyBtyTob { 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) { #cdo7fNe3a0umqz8dVrVkkCXmwdthgHJI { width:1.0625rem;height:1.0625rem;top:18.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8AJmKgTCquntG8cb3WvZFVQxhsrCnD { width:0.5625rem;height:0.5625rem;top:18.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER0OGryTrGJVpmivIHdFVWSQHagNMZrh { 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) { #xxZImN6S6AwUEqDe3c3xivP6c5q2LlgW { width:6.375rem;height:0.9625rem;top:20rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNHm8P7sHzP1NOOzTs2asFAoWLMu3JP0 { width:9.3125rem;height:1.05rem;top:19.9375rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVRGxztUi8TKVSaMHZkTJOEhZpXSmX0Z { width:20rem;height:2.1rem;top:22.587501525879rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpaMbm30uGHdt4znkKrTbmnLuomvNUW5 { width:18.25rem;height:3.25rem;top:23.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmE0KpcJHV3M1DNOyeMSLCNrGS1anbeB { width:14.75rem;height:2.4rem;top:23.5625rem;left:3.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXDdbAxpq2z6gyAZTRGT5UMTx51neMoQ { width:1.125rem;height:1.125rem;top:24.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1tKSNvbkcdH99yuEZqqAy2PdkGZTtH { width:18.125rem;height:2.375rem;top:25.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnfDAD0E629G1BumCiJIDy7L6VqXTMRe { width:17.0625rem;height:1.22504375rem;top:26.1875rem;left:1.5625rem;font-size:0.875rem;z-index:15186;display:block; }
 }@media only screen and (max-width: 763px) { #N3VbJzFPWPNDlxiHlVyoI57kAPNTy2vh { width:18.25rem;height:3rem;top:28.3125rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #HwPi9dxRB9q7i8kIQWEiWmoo7UczeaHI { width:18.25rem;height:3rem;top:28.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVbToA32ZNFp8kCxgIuT9yHfhC3yg2D { width:18.25rem;height:3rem;top:28.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbCAgCsOIeWiL3CDhfUAwGIGxh96J75 { width:18.25rem;height:3rem;top:28.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAeqrDKoPqlDi9M7pKbQqynxnc0XIe1X { width:18.25rem;height:3rem;top:28.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43DaJmKvt9N3NDfSlAw03SLpwMXUIab { display:block; }
 }@media only screen and (max-width: 763px) { #rEBBEa4sfZ69m2ffTGt84xBgZEV2FZhP { width:14.4375rem;height:1.05rem;top:32rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd { display:block; }#hnULGAB0yK6rnxFnzbe3z9GdVm3c1dVd > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDxi2ht4Qigy9Ogl9mU9LU4J93XS4rUm { 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) { #lnB6eOtadzMFI71dtHi4UtGri7VMpqMy { width:20rem;height:72.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZWhkLGTccbVlIsAC6w6Rsh92xRymHxC { width:18.25rem;height:61.125rem;top:0.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAHuIrqssrP84hWk6RQfmIMXW08DUfq { 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) { #ezxlKyltpOT1UuoNFxLMH5wB65GUPedQ { width:16.25rem;height:26.5625rem;top:34.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvohVlsW9UGhM0xTVK9HFrsyeAnxSnnn { 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) { #BQCzQQZzsQJKsJUiLymhXGidlmsg1QsK { 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) { #AWsIElFUZwmemcQE5OUeBTuTCJtHfTSZ { width:16.25rem;height:22.5625rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhFhVbTffSrREpBZPkpLm0WeBaQ72AR { 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) { #BQMo7XStZiCFLTQNuXhz4tmf5q71TLxV { 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) { #ZZzshVo6AUaVq5zFDBw6TKkhOS3xU6PE { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdWEeFNAToTazoJxN93lSa69lCkTMfL { display:block; }
 }@media only screen and (max-width: 763px) { #zgdK8P8XM7oBl2JBRksixhZFTaiAaqu3 { width:18.125rem;height:2.375rem;top:62.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htWc1cDu0Ip1TlkRCEmFXUkE5yrQTwJ3 { 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) { #hDTgaOgko1JnAlwxLc3yPFGp7TiF2H0n { width:10.375rem;height:2.2753875rem;top:43.4375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvA130AQmRoiU3MNT0yTya9OKihxed11 { width:10.5rem;height:2.2753875rem;top:46.125rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEWVoTLZleKqlfw8wwJfHHRLsLp5bTIZ { 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) { #OeORUKd1ZBcLNVXANvqwTxB6PwigbUba { 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) { #DvgNkCqMv6VqUlBhvip0DyMX6HTG80wz { 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) { #AWev6oW1xZzhvfZiizTqhUQHQfUXhCzv { width:1.25rem;height:1.25rem;top:58.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDZ1bQgEH4camL62IJ0XLdlVIAHTuyvr { width:1.1875rem;height:1.1875rem;top:37.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWPssllWTnU9QwzGn6JR9kXuETNIZKTo { width:1.1875rem;height:1.1875rem;top:43.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCaeO8L4B29osf453ZxchRT4THcIfSsk { width:1.1875rem;height:1.1875rem;top:46.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3tTw2dmX9MPcRmtP2UQW3gMrmz2cEOq { 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) { #ETKZNWheqk3K2yx9g3tamwwL5ZeS1oXb { width:10.4375rem;height:2.2753875rem;top:19.9375rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuBJLIQhimJi9bHum8VT9giqVZgic1m5 { 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) { #VneqTq98ZvkabdGICZLaT2EgZPfQJ0lB { 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) { #WB7MCnzftsAOxyDoCbrL3kwR0XnUqRQD { 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) { #TDZiTtbKEC3eb9dWT2g5VsauG8ET2Ixr { width:1.25rem;height:1.25rem;top:30.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSATXGyqtZEyk4TdTU7UZcGDE9vkRRyc { width:1.1875rem;height:1.1875rem;top:14.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXvKTx42ZIpvTLeDrdue9xUS7wM76XCe { width:1.1875rem;height:1.1875rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDtkmWOssPELfu8TP2o7o7ps2ucT1ZdX { width:1.25rem;height:1.25rem;top:30.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCzuc2PSdvuchEhS9sbEv42WqPGTQiw { width:1.25rem;height:1.25rem;top:58rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlPFursD4FQ4kn6DSHHatMBGmziqw1qw { width:1.3125rem;height:1.25rem;top:30.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTvNygE6gf8hOcForX7l5Ess0C1EpVFR { width:1.3125rem;height:1.25rem;top:58.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnlg6inoEUCfw3WWfpGQlEVUcWHpG1PQ { 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) { #sebD2n7QqmeMtrFpTkUtugasAMZW0at3 { 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) { #FcTTl854BAsE5ZIXmPmdTdRxRRwfl0Vi { 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) { #N8VFOQvvQoWaAy91ENlsAgMtht6QuUHy { width:18.25rem;height:3rem;top:66.625rem;left:0.875rem;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #kws7HbBP3mPXqNCqvpth26uOP9JTFaD3 { width:13.25rem;height:2.375rem;top:57.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk0X1IIu3ogLEnR6u9yOCzRzVUwxTKwH { display:block; }
 }@media only screen and (max-width: 763px) { #UkrKEf1bHKIz7ZIs3uRTvvkOBmSohRJz { width:13.25rem;height:2.375rem;top:30.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEWlmvteIcit75iaIOuS3Kqa6qrWwvz { display:block; }
 }@media only screen and (max-width: 763px) { #WgN2TTC2DvQuCh3kU7vAyMczveJeQDW5 { width:12.625rem;height:1.375rem;top:18.0625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDGeGtnbFLDdK9qtutHsHBbZavG4ZJvQ { width:10.9375rem;height:1.4375rem;top:41.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Ca5oAgG5JhE3grvgWCQe1FQL3LIVcG { width:3.5625rem;height:1.5rem;top:48.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuBLuTTiufF9DpQlNmLVxMTRe2DiV4Wd { width:5.8125rem;height:1.3125rem;top:15.324996948243rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQiNCTPNbNAwcVNNKwg4R4ulAr343B1p { display:block; }
 }@media only screen and (max-width: 763px) { #gxr2XVfGoCUdHBLvIhP8y7QieCVKTmtw { width:5rem;height:1.25rem;top:38.712501525879rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqet7rSCwyANnG8hXICTOnqe5plReM68 { display:block; }
 }@media only screen and (max-width: 763px) { #vnUzKIyfwqlasHyLKRRETVt9r6u1zU1E { 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) { #ekyyfHZpfLfWxUbP950DyN2EBD2cTFP7 { width:1.1875rem;height:1.1875rem;top:22.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEeWPEIv0MpXOu7AXtTmncoEqoqoaGiz { 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) { #NZzPLUk705IUfSI7ZMGEhDUReU7dkQaX { width:1.1875rem;height:1.1875rem;top:50.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwEQhuEtfCK4JIXh06f5KBKSxgin47q { width:3.8125rem;height:1.3125rem;top:16.41250038147rem;left:4.8125rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #uNVM0Iq9duulS5TFv1TZnfITPu92BRgU { display:block; }
 }@media only screen and (max-width: 763px) { #fiL9lFFXva7GqcbtF65VCwKwgWpIlzmL { width:3.6875rem;height:1.25rem;top:39.85000038147rem;left:4.625rem;z-index:15211;display:block; }
 }@media only screen and (max-width: 763px) { #Mav95gxMSutHQnevGueVNKkTk3Hc8T3w { display:block; }
 }@media only screen and (max-width: 763px) { #AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk { display:block; }#AAdo0sQcT4d1X02ydUbMMx7dfDM9IMmk > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaRcxLz3STBQZU8Jw715uFgWkOOQXcic { 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) { #XRibRwvQ3fIUXpfael758TwFNhCLFbTC { 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) { #froTBi0oDOEApLdUksaLAIxetzf40qxw { width:3.5rem;height:3.5rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccEdnzyV4h3Osf5JH1l54Ka3aKUBNJlZ { width:2.25rem;height:0.6875rem;top:7.890625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KupghWw9WoRV4DAT0GT480JrLXBvVx82 { width:3.5rem;height:3.5rem;top:6.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIcUv1fbwOGniI1yTkwPOm6elTx5dz76 { width:2.25rem;height:0.6875rem;top:7.90625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6TNhwDAxFr2rWZvmBDMGlreUTKvku46 { width:3.5rem;height:3.5rem;top:6.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1nfLarQBTqPEDN04wwBan64TeMoUDX { width:2.25rem;height:0.6875rem;top:7.90625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGZEpN6vAmzqBSCmO3W78liAZg3odkxw { width:3.5rem;height:3.5rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcOpMeSSPtE3sDH9e4axNmeeyfq3sIJW { width:2.25rem;height:0.6875rem;top:7.90625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfgW8cDKisQ4NqIgFv6HDJOkF5CxgJC4 { width:19rem;height:4.0625rem;top:6.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTs4M7VVOqm2EwR4lBuMk2xvgFwdwK6R { display:block; }
 }@media only screen and (max-width: 763px) { #k3NMB3L7ZPfTExTVvw3tomqT9IPs7V0l { 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) { #OhDR0Z46qrzvgWeuV4MDCBmm6XBWnTCf { 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) { #uynMeLTD68UMwnSFJmd4RrpMJE1Z5DAS { width:3.5rem;height:3.5rem;top:17.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okJGoTv7toAX3JRQkcrX38Dld4toAzSB { width:3.5rem;height:3.5rem;top:17.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hoyyev6tEWm8Spn2L75FoiUCLlwfpC4W { width:3.5rem;height:3.5rem;top:17.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbHNFDxzNl0PTewGpeWNh3rVzsKNwzc { width:3.5rem;height:3.5rem;top:17.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrPmI9chS3DRcJdQRt5SB1qMezzaxVgG { width:3.5rem;height:3.5rem;top:25.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTxoS1a51ODdbbpKOmG56eUJBfi6H06 { width:3.5rem;height:3.5rem;top:25.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTJbIA4XFRsQ3a0Ty3XLlrspA8Dh0wP { width:3.5rem;height:3.5rem;top:25.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZW92OvEMJMuKVxdUmTvZAeg145If8Ao { width:3.5rem;height:3.5rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBsJ2dMC2D3V6ZplmvStSN8RDpQAdbr { width:3.5rem;height:3.5rem;top:21.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cog721wb2vRm6FiVn9QM4nt1I3Xn5PHn { width:3.5rem;height:3.5rem;top:21.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJWxFzA2imqpKr45VbcqkQw0eDKNxiy { width:3.5rem;height:3.5rem;top:21.5625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRMG4d9PQMdqaK5JuHzuVxa6diHuIxVC { width:3.5rem;height:3.5rem;top:25.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqpShUQGx3saUZJm32wu93GR1OTvEFEA { display:flex;width:0.6875rem;height:0.6875rem;top:30.5625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #Lh18a8T2el2MzfZ4ExW51TGUUIAAXAyb { width:2.25rem;height:2.25rem;top:17.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrNvbCrWtrTuSsem0gDMo8whJQ24GKbP { width:2.25rem;height:2.25rem;top:17.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alm6WyPPT7nc5O8ipyo0sbWX8CJ5Z9s8 { width:2.25rem;height:2.25rem;top:17.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioJ9qoOBb55Taf7dUZ3BeLZoE0wlysTe { width:2.25rem;height:2.25rem;top:17.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUWhhEIBeaBOVEWNFTDrW3uov2w3R5Md { width:2.25rem;height:2.25rem;top:22.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r79e4wXTuWUK6inWfcsZ4Ooh7BmaTJ3F { width:2.25rem;height:2.25rem;top:22.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQ9Vg6XTxqvf8RC77LeG1rT7ziW6F6V { width:2.25rem;height:2.25rem;top:22.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2w3tqJN1aHFdOeitDnTvEfAXBy1sNza { width:2.25rem;height:2.25rem;top:22.1875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zuUzGK25FWTEeX9G9uieuRTD5uT7Mg { width:2.25rem;height:2.25rem;top:26.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWcIi7N4EyAz32RguukLCyWymTWcFo1o { width:1.6875rem;height:1.0625rem;top:27.09375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko8MH5UVFF2UnLQRKRO9SNr91dOTakFq { width:2.25rem;height:2.25rem;top:26.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10kJ8IaDucHDHgm64EeataBFdlLTHbw { width:2.25rem;height:2.25rem;top:26.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KklZzJZnr6EAqdPOE9NRvZUSZAsmK6UB { width:19rem;height:12.6875rem;top:16.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwg89IT2R8l3rXn7vvmrtBvOqr0997f { display:block; }
 }@media only screen and (max-width: 763px) { #SuNHeCrBvEqG2T9a6FvUMqJW5SBtpp4h { width:9.5625rem;height:1.25rem;top:30.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2DattDbqHeorDuaf822bFPHSknnv5ne { display:block; }
 }@media only screen and (max-width: 763px) { #M05x2F7DLXOArxTR0Xdu1ODPOb0UCnEb { width:20rem;height:2.7rem;top:33.123779296875rem;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) { #SNWkwKLKJVO9lx53UcqpVXmx0kSvDm6F { width:20rem;height:15.875rem;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) { #TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq { 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; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { background-color: transparent; background-image: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container { display: none; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .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); }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { border-width: 0; border-radius: 0; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT4nk0t9Ty6aE5wOACJC3QIZwgNhpvgq > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igpv8vArrmFnQEpTpWBOoAvWUUECIsSI { 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) { #TmrX0WFWigGsXwS5fJuaPuai6OdhEpgn { width:3.5rem;height:3.5rem;top:0.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4lXaUKGBGTTHhIc2Vt1b2FPXwxeAzfZ { width:3.5rem;height:3.5rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRhw2lCvEmCmn1hSVyyts7TQQi5m482e { width:2.25rem;height:2.0625rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6kVaoV6v17QxAuoJFBgd5nNmTXTICM { width:3.5rem;height:3.5rem;top:0.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udS91hEa09skvohMosa23Id183UFiaDh { width:2.25rem;height:1.6875rem;top:1.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv00dOupbBDemvvCSmRAdIvKJrxpe31z { width:2.25rem;height:2.25rem;top:1.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJp1TtgUXyVGSiAHDJpZ6ImF3bTKlZ5 { width:3.5rem;height:3.5rem;top:0.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcucDbFpih01TfObw13rf78VKXh0AKAr { width:3.5rem;height:3.5rem;top:5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB30zpo58KJ3UCitraUAEpGRKNiNMOHc { width:2.25rem;height:1.875rem;top:1.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpruT4ptCXLgxlQTESVTsOdoMH34t7NT { width:1.5625rem;height:2.25rem;top:5.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2SicapLBCNF2lWEfzPNs2cfeam8qgvA { width:3.5rem;height:3.5rem;top:9.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tocJssXxFnrSwkeN0Hr39bJzn4cpA04R { width:2.25rem;height:2.25rem;top:5.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRmATPKZuDyIvvaJEOuSSuiv1uXlVcrx { width:3.5rem;height:3.5rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceN3ql4S8cT55C8Xtz5q5Xq3qDPn4PdT { width:2.25rem;height:2.25rem;top:10.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcDJiGZ03BcWpV5Pp0ECcNZcmubFzsN { width:3.5rem;height:3.5rem;top:9.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWWukNvVmc2XHK01p85Qvz7dOMgXs3B { width:3.5rem;height:3.5rem;top:5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvevZuunTx0wtKUGa0RiG6SO0oyrMiMb { width:3.5rem;height:3.5rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1PtMbUb2kcpFL7tPX3LSt8C6ySWw7a { width:2.25rem;height:1.3125rem;top:6.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8vTc60d928JIZsbpI2z3qzDKwen09B { width:2.25rem;height:1.3125rem;top:6.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Omd6Q50Qi5g7RdonAho9lTv6sfGBza { width:2.25rem;height:1.25rem;top:10.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDND8nKT5oPIcwFbt8bU9eGJ44U4w6Il { width:3.5rem;height:3.5rem;top:5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfN66T8eTqRu2dWs4mRuqrIFqEvT4lV { width:3.5rem;height:3.5rem;top:5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DInD3dbOlVfGRT0ul5tKaMtd1sgDfo63 { width:2.25rem;height:1.3125rem;top:10.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxokgygrwFnmQH6dexiykOTQ825lIap { width:2.25rem;height:2.25rem;top:10.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abh1krlv5irWzwOLv1msVQxsT33k3W4u { width:3.5rem;height:3.5rem;top:13.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXlNIWU8IFfNOmQ689Ccqb5ElLZgloMZ { width:3.5rem;height:3.5rem;top:13.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pJNaLVBOJ6UQlWH0mWEv6izJPaApiz { width:2.25rem;height:2.25rem;top:14.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hCAb11b9pstZzUdzacOrk0T5mIiVm0 { width:3.5rem;height:3.5rem;top:13.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1kgeGDaxWWfp3plBLvnaTaSXsPwuQ3r { width:2.25rem;height:2.25rem;top:14.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILC2sxx8aDVo2xexF9TWdVqc4kt4fyhG { width:2.25rem;height:2.25rem;top:14.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtGH0tMJgWJhwM09BKzSgZNVLOnBlkgb { width:3.5rem;height:3.5rem;top:13.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F20a7zKJLo0EmdqIF5NcCXdv0h8yFJ0n { width:2.25rem;height:0.8125rem;top:15rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIM5R5qgPALPTAqE9NGml5v37NFM5Tbz { width:3.5rem;height:3.5rem;top:18.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCWABEnest29mGQVyHOlDzduvS2rvF3 { width:2.25rem;height:2.25rem;top:18.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC6XgDMah4eq7ETpXJhk6GHH0TTn91mK { width:3.5rem;height:3.5rem;top:18.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdhxT1JVpcokLZpTVy7AT7MmqppEZ0Bs { width:2.25rem;height:2.25rem;top:18.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWImpZq4zOfPnFMRoxxVrXIKBpW2tLfy { width:2.25rem;height:2.25rem;top:27.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNAG3rTSJnk1Or2A7feWK2VgOQGHoG1w { width:3.5rem;height:3.5rem;top:18.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0AEnQlLISNK1zhO1q6u8Oef3y9BxPL { width:2.25rem;height:2.25rem;top:18.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex4qgm8b4Xotq5pAR6qDSoE0GJVanB3y { width:3.5rem;height:3.5rem;top:22.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWRbn7odfa6KKeWNfGvmyBt4QMuClm7 { width:3.5rem;height:3.5rem;top:22.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a55VFKCA3AJEfL8Rp5y9gcBB6VwZC6RR { width:2.25rem;height:1.4375rem;top:23.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwDGlt4bb5M09MxVTpeXR3kAMnNb4hn { width:2.25rem;height:0.375rem;top:23.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvOhUNArlm7QhrTo9PggaAQ9RBISTQQX { width:3.5rem;height:3.5rem;top:22.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdszeMvKkbWqQ8xUVwdzQlQPllwK8ET { width:3.5rem;height:3.5rem;top:22.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVGW8zhwz9Min5G829nBwPI9xRhxQKd { width:2.25rem;height:2.25rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHgvPi8ynkMxI7nXd9xATu1Lx80dy7o { width:2.25rem;height:2.25rem;top:23.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLVc5oZyHETbq5i5oAkph3pIaEq7yOPS { width:3.5rem;height:3.5rem;top:26.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai1TTyLGCvbF01FDNRfp98e69rNcLydq { width:2.25rem;height:2.25rem;top:18.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR1OQLGHUeCzXQL3V1JDTNEVk5cZPghv { width:3.5rem;height:3.5rem;top:18.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDu3FJky45FvOPTc0nr0KPGvNz8CNwH { width:19rem;height:30.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UarixKWt2y9BOPr0RfSlNl8WRG7xJAZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #hhtpSBewTOQTGGQyDUeHbPRFewNs4HK4 { width:8.4375rem;height:1.25rem;top:31.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhg67r5mwQcFaQtt6DMB37TmTCpOaA1O { display:block; }
 }@media only screen and (max-width: 763px) { #A6cXwfPTxk0eb4qDFZEg2CcAI9Tw18Tl { display:flex;width:0.6875rem;height:0.6875rem;top:31.3125rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #EL4nv0WXDeadrhn1m3qJWz3FRArkMJBH { width:20rem;height:2.7rem;top:34.186401367188rem;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) { #ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 { display:none; }#ecK53FJtZEOqCJapFbZa6toVUuTLPzx5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g48lITv9oo8xs5ZU6NkyrGqWGxgBx5DK { width:14.6875rem;height:1.3125rem;top:1.8743896484375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBhrA1TrScDB3oD68rgT4QOPuyspVJil { display:none; }#wBhrA1TrScDB3oD68rgT4QOPuyspVJil > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c0DSqhyNhaBxP4M6Sf5Nlgk4OHfNMe1m { width:2.5rem;height:2.5rem;top:5.53125rem;left:12.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bxbwWsGAoLzIE4hpbFvL1FfWAqT9GPnZ { width:2.5rem;height:2.5rem;top:5.40625rem;left:4.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SWpBCXsLKlHf8n39TU7PZHAUzTpH5RwI { width:11.375rem;height:4.75rem;top:4.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvVt1CsWX2SLBDXRg0QtlTTsEBswqRcc { width:20rem;height:4.75rem;top:4.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cvUxFXhI7fexUV5H6RhzWJ4rs9cC5V8f { width:4.4375rem;height:2rem;top:5.8125rem;left:7.7812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIo9SwaE7mLDt0qDmxivqGkqMUpqxR1 { width:3.625rem;height:1.1rem;top:6.25rem;left:8.1250005364419rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9yCg1oJL9k2MMMWPqsM9ubi0E4ksyIJ { width:4.1875rem;height:0.82470625rem;top:5.75rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPm27d9el1H9CN2X8FoyLNoToabNBR { width:4.0625rem;height:1.25rem;top:6.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UUFBIPiqEZy1wcHIybQAg1Wk3cM2lW { width:3.5rem;height:2.47411875rem;top:5.5624961853028rem;left:0.24999994039536rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkbqMei970hHCUfUhCB0ZPRADqlBkdxx { width:7.125rem;height:1.8125rem;top:0.99843692779544rem;left:6.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwPdAgSAMQWaP67aU1mxq5W3xL9s4DCU { width:20rem;height:4.875rem;top:4.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUcRuKQmBtrXIHTggdgzlbo724HuydXA { display:block; }
 }@media only screen and (max-width: 763px) { #mF3orLIdQmZSTlOh1O2EXIFrKvlIfwae { width:20rem;height:4.8125rem;top:4.375rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #ItN12IJB9Tc68UOyvTJTJa8UdZ2elQmg { display:block; }
 }@media only screen and (max-width: 763px) { #gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV { display:none; }#gIIFAOCp5lT4ETvpHAgGUawsAiE3umgV > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SABZUCcEJOXlzBsx8Q8kIHZaZUK1pRtt { width:2.5rem;height:2.5rem;top:5.53125rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CaUGdmKSLCw66DGRVlxsmZyswauOzTa9 { width:10.625rem;height:4.75rem;top:4.4375rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c82yVNSPmGdT6XLzxVaogc5KgnTbpIlg { width:20rem;height:4.75rem;top:4.4375rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D5kWg86Opv8nbaqb9StOGySh5Dv2qS0E { width:4.4375rem;height:2rem;top:6.3748779296875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaaP6HkNSfFy1VpF94CgGdVZUF6SyH4U { width:3.625rem;height:1.1rem;top:6.8125rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcJcl8HpxWtsdLdrQTZ58Uoeh0vz4F1n { width:4.1875rem;height:0.825rem;top:5.75rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVs04zq8RTeQbZI5ZUMWp02SJTLXwZ6f { width:3.5rem;height:2.475rem;top:5.5621337890625rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNRzcqv27IrTOvHIQyqSwoqeXBGDLoOc { width:20rem;height:4.8125rem;top:4.4375rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #b3TMH5RE4CbfwWMr2ZxUGbBBhM3KZQvX { display:block; }
 }@media only screen and (max-width: 763px) { #Ns9PrkeGewptC0wAIzZtxCNaNf1TdIzs { width:20rem;height:4.875rem;top:4.3742218017578rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbJaRMdL1nkeis2JH5qsP4revdy8Bc4A { display:block; }
 }@media only screen and (max-width: 763px) { #XkOBARRrnK22TlTGsL9lV3lmPT6rVrkn { width:20rem;height:7.7795625rem;top:0.953369140625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #vSMiuyudGzSxvymuBEA0G6dgeOk1c7mn { width:6.62475rem;height:0.825rem;top:5.119873046875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGSERuIPShAqcpyM7viEWnC4avUn6ak { width:2.375rem;height:2.375rem;top:5.71875rem;left:12.405468523503rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LEm7C2BfF4gl1AQ9QeqCoziJgofza3Tn { width:9.25rem;height:1.25rem;top:0.953125rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcDBsVPkGGKTI7H4T3S0ViQXy6HazVyg { width:4.1875rem;height:1.25rem;top:6.831250190735rem;left:15.749999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 { display:none; }#w1GrWfFLZmKQkusPwhmmBtX4vtqBiTs6 > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yN7tsqhmdJqUmuaUVOkvMGR6KPRTFHzI { width:2.5rem;height:2.5rem;top:5.5625rem;left:12.530468523503rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUAO0C52aJIa2woJti7ycPcdQorBSNNH { width:10.625rem;height:4.75rem;top:4.4375rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RT5n2WnpCKXnxhImK8fk0VvKWLrkc2NT { width:20rem;height:4.75rem;top:4.4375rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lTkElq7FCSQABBKTK5W7RTqWTQtrkTx8 { width:4.4375rem;height:2rem;top:6.3748779296875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDDs1DL4M044frRoINC7NIy6X4DJdMTW { width:3.625rem;height:1.1rem;top:6.8125rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GV7hO04NSqnxTRT3wr4DcrLfxAohWEGh { width:4.1875rem;height:0.825rem;top:5.75rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtW8u6terJeHEflfM2ItsdMfB6DkKQyI { width:3.5rem;height:2.475rem;top:5.5621337890625rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrxNhuFaSeOX8yHEvr6nLH3Z1feCD8DV { width:20rem;height:4.81171875rem;top:4.40625rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #dB73DtLytMUuytAl1oZtuUCoHWot6fr7 { display:block; }
 }@media only screen and (max-width: 763px) { #nJbND8nQJhLGq08PtPWdwFIH6o3iQETq { width:20rem;height:4.8734375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVfXSfx9TJFugt263l4kygCO1czbzunS { display:block; }
 }@media only screen and (max-width: 763px) { #bMOPhPnuh8n5AbWrOnxWFnPlQBEUMgft { width:6.62475rem;height:0.825rem;top:5.119873046875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyDhSKbxHoosyJbBtXCMm5PETk2xv2T0 { width:2.5625rem;height:2.5625rem;top:5.59375rem;left:4.9375000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oQrl0uZRfXX1nZ1m4rKT8qs74i0EnU7y { width:9.25rem;height:1.25rem;top:1.9351558685302rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtuwRnNTPAqK8bu4QcRbw7UIwTEXc4g5 { width:3.8125rem;height:1.1875rem;top:6.9249992370606rem;left:15.749999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhedKgpiHtL57fMfBfEavZsK8Nw81ukl { display:block; }#WhedKgpiHtL57fMfBfEavZsK8Nw81ukl > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 { display:none; }#zKRSgDTeN8JdfG0DaG8aZITiLmELfom8 > .row .container { width:20rem;height:15.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJ3UsXmD4LOprl7bmaQMqUJKpptMtsSP { width:2.5rem;height:2.5rem;top:5.53125rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b5HWlQA5r37GcVAibWxGHcDdXCEv5NCn { width:10.625rem;height:4.75rem;top:4.4375rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dogWRUbFrh1366c8NpWJsKnlAwZobpIr { width:20rem;height:4.75rem;top:4.4375rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kKW85nJ5DtyEC5SDpo5BH9PZKA8CreiC { width:4.4375rem;height:2rem;top:6.3748779296875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0i4k23OyFcdSS3uJ3kVsTt6ChUSEIMT { width:3.625rem;height:1.1rem;top:6.8125rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiOPTTWJn4TfWuEBSyCMxvmfzwKC2AZI { width:4.1875rem;height:0.82486875rem;top:5.75rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRR5U4kVwWaB9S27ReumEHykwowE7rQc { width:3.875rem;height:1rem;top:6.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoSKLvv0pi5n1GtoC0wdULPcinO8lJxc { width:3.5rem;height:2.475rem;top:5.5621337890625rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxOfxxEHMdZuywZmrBCaOdIw3T1nXoAk { width:20rem;height:4.8120125rem;top:4.40576171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #AhR0sxzUF7bJP2hG8w7FKVF4ZC5RWqJm { display:block; }
 }@media only screen and (max-width: 763px) { #JHD6TErH5prXzh7oMKosx2U4GSVeK4K3 { width:20rem;height:4.874025rem;top:4.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOdFqln6IGVTLLxwThSKWilo0PmHMxzQ { display:block; }
 }@media only screen and (max-width: 763px) { #KzqDphXxG0rUWxxNvv3X2014fNUIbX2R { width:20rem;height:7.7795625rem;top:0.953369140625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #usGblJPMc7G31PuyTo08Esg0OTQaSA1h { width:6.62475rem;height:0.82486875rem;top:5.119873046875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTsU1Bha8gTCRRlm7y5D33F7pq0BZAoc { width:4.0625rem;height:4.0625rem;top:10.49895625rem;left:7.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5bxuITwJmp5k18q8UvaMPrq725BsLQG { display:none; }#k5bxuITwJmp5k18q8UvaMPrq725BsLQG > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OSKMfh4sXXEEBGemqd20rAiqtgqTpL3T { width:2.062375rem;height:2.062375rem;top:1.5704345703125rem;left:12.655517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hB5TpNnsPalJPqyquHekbq5D8MrDwMld { width:2.5rem;height:2.5rem;top:1.09375rem;left:5.093505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b7naIke3uITcTy4w3wN3LiJ4MprWD4rr { width:10.625rem;height:4.75rem;top:0rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8BnqWTOnkaopq3wzm3v2eudggJCStQ { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e4AMkJFqOIsz5km7iPT5Dq4GLZckUU8o { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcRQKtl54g6euJGbQy8M0aMWdktXShP { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPCfZLPDf4ad7UWbmiodTAkRwSTpy20v { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAqhePQkhGkD7yqz2Hs7WfVNVKykJJQl { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ob6GJhDyx2e56SpziTWsOtP74ewu2b { width:3.5rem;height:2.475rem;top:1.1248779296875rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRqf62X6cEyDEaFC4DiNDasSy7rthBLF { width:20rem;height:4.8120125rem;top:0rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #gf2wt48azS0r6cKK2CJAJ9wy6zbs7v32 { display:block; }
 }@media only screen and (max-width: 763px) { #UT71pzeQrCzVxCga2zRWTnzGle8UG4T3 { width:20rem;height:4.874025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCqqC8qm2mTLwesNRRuTSPmUrht8dvNf { display:block; }
 }@media only screen and (max-width: 763px) { #uTpfLsn6ZARTw7PEsisw3O095Hwsdr5X { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6Qss4XhbGePAGWom8y9F6680LCRfWH { display:none; }#pQ6Qss4XhbGePAGWom8y9F6680LCRfWH > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aRl3bM2CCB6wEPf4pLfelfqNKRVb0926 { width:2.5625rem;height:2.5625rem;top:3.5625rem;left:12.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sTdPgn5eMwU0QdThPMZIF16Rn1MHxkJR { width:2.5rem;height:2.5rem;top:3.625rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #usTaDtinubmBPe2Zr47sbbGuwDK8Neu4 { width:10.625rem;height:4.75rem;top:2.5rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OcXm7afW6nV0oz3XBc9ZtWAztCatXReW { width:20rem;height:4.75rem;top:2.5rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kOnJRCfTa9LcNapkhvROqtUZKpAlJ55B { width:4.4375rem;height:2rem;top:4.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBeHWF3Goh8z000hoksopyRf3uAtBdgR { width:3.625rem;height:1.0996125rem;top:4.875rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfZLeGtRPPWQ0vTvvtQyp8J2IPn5Ei8t { width:4.1875rem;height:0.82486875rem;top:3.8125rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuTTg2ACehmAWFnrQAdIhFH2CGLo6XBN { width:3.875rem;height:1rem;top:4.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBiUT3w6tFrcMcQmDEshHReSfCFb9lPD { width:3.5rem;height:2.47375625rem;top:3.625rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kA7QZePT5aIhRwD1MCferFxtR2kSHO7s { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X4p4J19FE0Xw0TtIWAl21cEGBt8iwS { width:20rem;height:4.8120125rem;top:2.4375rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #xLDqu81NM1B3I3kZKTnZiGxU1OXLbrBT { display:block; }
 }@media only screen and (max-width: 763px) { #phVF59pUhUXWae4tfEDHE5W0BOzV5TFJ { width:20rem;height:4.874025rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcA0KEqITa3FmduZTEMHCxJSte214raH { display:block; }
 }@media only screen and (max-width: 763px) { #uf1ruUWiXkTTcKy1vJL3FlKSJltcmedr { width:6.62475rem;height:0.82486875rem;top:3.1875rem;left:6.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV { display:none; }#hTchnapUi5LkT1Jk8TRcqyxxVJvb5LfV > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xet9M8x9VkkUqCyu93PTqqBevcdAW4IN { width:2rem;height:2rem;top:1.5704345703125rem;left:12.655517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UTc202fGbTXGkHQXGWh2PEEZLbTHiXdx { width:2.5rem;height:2.5rem;top:1.09375rem;left:5.093505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S6mApKp7n53IG4TCJZ4lVkthOsUvqOla { width:10.625rem;height:4.75rem;top:0rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eIl5UkkmWTgOamqzhTeVXWpPEA2r0bKO { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VP4eGM5NF9QGHsBxbhFxX6KCFX5Dw9AX { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TSDXxFmQrzHFC8re3eEkI3ixiUtPwM { width:3.625rem;height:1.09924375rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zouURSdo34Wy298LZ48V3rI6m2qq6KqT { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qnHnu3ooG0DSdILA6hrPfZKmmGIIuaDX { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIuW4UQxnMeR2eg0aZzOvMgJdzw6F3tb { width:3.5rem;height:2.47375625rem;top:1.1248779296875rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBclcT9NuUTNTsDwkRu5aTX24ZvO2VJP { width:20rem;height:4.8120125rem;top:0rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #h5y5MLSkC5LsA8e4WlOJlhoJxAGrE0uU { display:block; }
 }@media only screen and (max-width: 763px) { #QQD6y5QhRNKiR3ewG8n35bKdTLBTbF03 { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2XxHJz8Ehib1UiIWFBUb3FUHTHvvClW { width:20rem;height:4.874025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkRSGiNZHHMW4U0FV1SWfk1vOJXGTZB { display:block; }
 }@media only screen and (max-width: 763px) { #zGIOWZ822m061AqANx0StgNnlu5tMnJC { display:none; }#zGIOWZ822m061AqANx0StgNnlu5tMnJC > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XGSbwPhaqaJ1smHqSs2aq6vKwUtkBLd7 { width:2.5625rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XmOtxs43Zvt2GwkgJHTmtyP7bAMThO3R { width:2.5rem;height:2.5rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RQKRoOx9gci1wow2JqAIxpCyzTVJu8Tw { width:10.625rem;height:4.75rem;top:2.5625rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JKUoL7ORV5oQeJkTTbmlnKhhcbP7hRZd { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bMUC18xKTJoDIyq7rXxDf9UmkrJQxXO5 { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6aSgbfypHqe8PqRB9gwkTTlEuWb9Fdg { width:3.625rem;height:1.0996125rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7ypMfAgIxpU6rSOFmu5UZ5G86pgkfIc { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWNeKkTKeeuLFtfCHeEkOBDIU7gvrwh7 { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHqefFO523EnITPw4xFSmTVgiFTgg15 { width:3.5rem;height:2.47375625rem;top:3.68701171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSoqJKvwPUXIyH2Oo7gIIFo78qatLP5z { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsBHEGrDEQbXBE6nATXR1z9eOaAFbQfE { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #eXafG970lc7UAb8izlTFFpGvJBBM9oGc { display:block; }
 }@media only screen and (max-width: 763px) { #kR5zMaVW2sWkByQ3rXtMd9lQSGlvsJdp { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdPBl2BywZkfizWsNdaAl3XJM7LMVhT { display:block; }
 }@media only screen and (max-width: 763px) { #XC9Hn4NVeTVX0NRQx08SMngLLVIeaWrR { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt { display:none; }#TCKRuuPKwvyWWiulqT5nSWxV2ew1i4qt > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nl4NTrNomfQ9Tqzd66Cie4Bfx4NJgI6O { width:1.625rem;height:2rem;top:1.5704345703125rem;left:12.655517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r0FVt0xvQVODCWgU7ODxObZ3OyIypQN3 { width:2.5rem;height:2.5rem;top:1.09375rem;left:5.093505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rAdPbBKozP8ub50HDlIzuGpGwdaE6T8M { width:10.625rem;height:4.75rem;top:0rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UMehmwCdTeZdQkkDQRbIbpMpW8rlK12g { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Gny24OpOeqiiqoJhqharbLW8hDDJNhE8 { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF49NLQyET7wSWb6ToD7JGHv7EHntpi4 { width:3.625rem;height:1.09924375rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huTUpTeXtAQKsFiGwXD1rexaf7LZUqU7 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plnJS6MfbnZx3BeCCTv3WM88ms1PcHTX { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCTqUx3odMIURJEqV389Vokflg6LVzWM { width:3.5rem;height:2.47375625rem;top:1.1248779296875rem;left:0.5621337890625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEArTpAu2QFLwDctF6SAMOTL4iLLVPvh { width:20rem;height:4.8120125rem;top:0rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #TOMWf61TgbXPkr14xUHlAdyNQQFLBNA4 { display:block; }
 }@media only screen and (max-width: 763px) { #CR3leZAP3NeqLsEfLIVrMQlTAvSwiQV5 { width:20rem;height:4.874025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcwbuFpLSQcHaW1kS42NGwggzOq2r9cs { display:block; }
 }@media only screen and (max-width: 763px) { #dB1seTpQtgC12hIE1O9gOgZ1pfT0UGZC { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S { display:none; }#IRDsIhQUN8qGbFk1uGZy3dRLL03gTc4S > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TDy6QdSsUyLbT7ItfIxfXsIC7D1GnfX5 { width:2.5625rem;height:2.5625rem;top:3.5625rem;left:12.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xoCEol0d7xZTZco9L7TVAwAdPpzF9aZW { width:2.5rem;height:2.5rem;top:3.625rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gwNb9lto5s2slMv5NfwhzmBRHTz9QXGr { width:10.625rem;height:4.75rem;top:2.5rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OlC60uLyeuTxuLJ76PpxNtpdriVMBv0T { width:20rem;height:4.75rem;top:2.5rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fll5H8Xqrc9TKS5A10rD1lTFqisvhtUs { width:4.4375rem;height:2rem;top:4.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9fvaZWTk5c8tX2X7CgbXPvAFAaxwJEx { width:3.625rem;height:1.0996125rem;top:4.875rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0BayCXtr5UVBch300E8QS61wRC5DxI1 { width:4.1875rem;height:0.82486875rem;top:3.8125rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8psaKPAR5VfTDqzBE4loaCTyqkhs8T { width:3.875rem;height:1rem;top:4.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAqgM3fIux9x56MRpDTDLmO15PHNBPqX { width:3.5rem;height:1.65rem;top:4rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvSNgPVXft66QIuzPqbgDHZpC6nxIO1U { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyiL6P5iBPyLJLs97P6SrRaOtIOaGGNq { width:20rem;height:4.8120125rem;top:2.4375rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #t9ccw2yL3giHJXuWZBW4FeCv6e8ci9wc { display:block; }
 }@media only screen and (max-width: 763px) { #d2pbkBAII9ZpZFozzG9ZZIUEN07Ae0ZV { width:20rem;height:4.874025rem;top:2.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDluto2nbFmPn5RfTJVh7CTf7BL1Szuv { display:block; }
 }@media only screen and (max-width: 763px) { #LG2HB7viFwnMoP357Vmmea8SDXq2FwSr { width:6.62475rem;height:0.82486875rem;top:3.1875rem;left:6.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI { display:none; }#wfTaxwcR3qT44qXQOSg8z9Pl3HTfwUrI > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZq1uKvvNQ5wmVxo2ZRZTtTkvQ4ugzoX { width:2rem;height:2rem;top:1.1953125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ssF5WtCqIJDr0lUSSx0UvH8R8D4MpuR5 { width:1.5625rem;height:1.875rem;top:1.34375rem;left:5.4044072295859rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d69I74UDyfxl6Qic3zZXWnzgXkAC6MTZ { width:10.625rem;height:4.75rem;top:0rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r0AelNhrDSdTnuTDfgAMmriagBFQ4cxr { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CgCDsOo4lJFyqxiLtLgF5MeFkI64xRRh { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBBTiytDzrm0oQFyf85E1uJLD1wG2RN { width:3.625rem;height:1.0996125rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVXA4Gw7TIwnpCHtSPSsSA9yy2sy3WCh { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPalCPI95Vo56t4OdalAl6DoTJPN7GT8 { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH626J9fRVfAt4xBCW3ugUWlcpd6XiMV { width:3.5rem;height:1.65rem;top:1.31201171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euOpnouC89xiaZMyR2IZhTBRCKJtJ53B { width:20rem;height:4.8120125rem;top:0rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #k5ZTMccvIOxmqlSkLQDJCHwumEb83H0i { display:block; }
 }@media only screen and (max-width: 763px) { #X4tL3JAIaKfRrTcSEP5vv1RQFgW8OEZW { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGaDSrGVkOH4bpGTDUuNpcEWGR7OFgE { width:20rem;height:4.874025rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vEypRe8oagrAzQN2kE14yHzwUdCMEt { display:block; }
 }@media only screen and (max-width: 763px) { #yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL { display:none; }#yHitmFMFwOOhsAEMSOtOMFwm7DKMGhyL > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8DWwVg6Xp1sly8IyOZ6fJWSRvGhZ2Je { width:2.25rem;height:2.25rem;top:3.8125rem;left:12.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUVpvKMmUIFtFAHFEr66vyhJPiac23xs { width:2.625rem;height:2.625rem;top:3.625rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hGdH0S9n7tJXGJ4QGZ8uA8JevyKe48Cc { width:10.625rem;height:4.75rem;top:2.5625rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fJns3Btz04SJTkTL7544rZW4m10pHHe3 { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #twqufq8T2zNuuCmvKnAmsshm1FhSDCxz { width:4.4375rem;height:2rem;top:4.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM3LImNVwd7f6UqR79MCx8mnpRRbEqA8 { width:3.625rem;height:1.0996125rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIQzwFlOKVapDTtz2fmsxNGMDP3DFLg4 { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZdzg85AxFRTt7QqTytv3HqsXTLzFto2 { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKNDan93MMguNVTeOHhZsK1TLV6ve0VD { width:3.4375rem;height:1.65rem;top:4.125rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvoNAGdONKpLtqGsn2LW5nKtBrTPb6ee { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpfka3EWnpMgo0XoQJbtpHqTZgs0HPvq { width:20rem;height:4.874025rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2MSG0W0ZwkGZILHt053t5TvndcSOVi { display:block; }
 }@media only screen and (max-width: 763px) { #hdAb62raqmNIQqJDkFeg6Xc4bB3ZmvzT { width:6.62475rem;height:0.82486875rem;top:3.25rem;left:6.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1EGXynPXlW6d8R6JDZBFSwffcOmHeMH { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #F4S3aMIOf0cvC0b9n60u5weff5WoSdJl { display:block; }
 }@media only screen and (max-width: 763px) { #kbb90h1plN7gUts1qSVNIxLQ56xG8kzA { display:none; }#kbb90h1plN7gUts1qSVNIxLQ56xG8kzA > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHvaUMxsoiQ5T4Qnqcu3V2wQCX7RFG4J { width:1.625rem;height:1.625rem;top:1.5704345703125rem;left:12.655517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kNHo3dfC0TryuQxGI5194bVUnTahbUt1 { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.093505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aX2MNTOTa85NcQeR3aoeEwtAi60K6BRT { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:rgba(6,231,190,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rT0HvLoq18Q4ouy42aO9EDqykBHQyVqF { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AyOJ8VNzXL0BKrDlQWBreLQvUQeHWRET { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSKlv8yJAvN7pNG4aeJVm1o7ec8F2IAz { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcB2ktefsSQZnWpsVnO029nKauN3H4NP { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZJt6N3QFdcVlQW8D5O12UZ6d8SVVDub { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCxUNB7o3tc5R1f8nLnn0DQJ9dG76zVU { width:3.5rem;height:1.65rem;top:1.56201171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APwyPgWm5rv5TPVk07tzpRQmNFN0nosT { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMxWi0lnZUd481TwNiKXzi1Gai1WAns { display:block; }
 }@media only screen and (max-width: 763px) { #dxJZ6I7TTFqRBxZdV95ph0cn8N9sFxiT { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESB7pKwhCFQqo4bo3bDGQBW0a8saUvT0 { width:20rem;height:4.8120125rem;top:2.5625rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #SH8XgDrUaf3UvADV12Tq2SikNGdClQuW { display:block; }
 }@media only screen and (max-width: 763px) { #XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT { display:none; }#XQT5UfcyZdNJPRvflx0gwtr57wwR1EVT > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTBqrrfI0VV3iCWEkIcU3zQ9pdFISeRV { width:2.5625rem;height:2.5625rem;top:3.3125rem;left:12.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gBUl8c2xIeoi8h4a1g8AS0qPFCtNREhX { width:2.125rem;height:2.5rem;top:3.375rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LKy74KXMCkdJAtxVR2n2NfgN8m9ZfF2M { width:10.3125rem;height:4.75rem;top:2.25rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NI0RKJoewx5DGJAWTINa2Zvfivhc1R8f { width:20rem;height:4.75rem;top:2.25rem;left:0rem;z-index:14989;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NbA905wZRTrT6QVDoT0IULmB4GcgTzJZ { width:4.4375rem;height:2rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNufmEUiNPkkJR1cxqbOiDQxkQimWMoa { width:3.625rem;height:1.1rem;top:4.625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6PopX7XqyvBIJ9mQEHGXxBTVzRcHDrI { width:4.1875rem;height:0.82486875rem;top:3.5625rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgbFv3zqLuXzkXfKSEXn42KkQSFJL31U { width:3.875rem;height:1rem;top:4.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWc9xyzMMwBk2R8hWnMGGOF50mEXkV7f { width:3.5rem;height:1.65rem;top:3.875rem;left:0.625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBLXm5H4LWaaSB6gkRZLuhTOMQomyGe9 { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfixXTlreSfCLhqOqhTVB9SgmEDkBmFK { width:20rem;height:4.8120125rem;top:2.25rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #KkTRgcqPTt4yzFG8fnW3J2A1CeW8gRst { display:block; }
 }@media only screen and (max-width: 763px) { #ozHkSm3bBReq3MTP85TCDiALU1Ly6Qu0 { width:20rem;height:4.874025rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6p6q2oqxqfRQREos5me8F3XuRdyzATB { display:block; }
 }@media only screen and (max-width: 763px) { #Zh9SZmok2ttFRmvbMQ51Vkwn1JRVJWyR { width:6.62475rem;height:0.82486875rem;top:2.9375rem;left:6.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK { display:none; }#ZD74vOPyJZXzvRwZ1UT9PEH3piR3glZK > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAGbLtUIN65QbyDGRVHV2J0rWAHycHdN { width:1.625rem;height:1.625rem;top:1.5704345703125rem;left:12.655517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #svfgJdrytUh0DqkT2qkBBRq6pJbWk2yk { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.093505859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zdXGSg9aOXGO9HNyk0beSx8htGAhpQFB { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:rgba(6,231,190,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iTxWa9aNOKlXsUJ0IEwonzXv8DBl0amF { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XadFor9nQm2HWzLPL16JDwC1FIr2AC65 { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abv3TnS1l3bGit06NIzQ6uhfy2hT4N7K { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWCp855TnmSIhMkUkpWe0p1uE7gPLgy3 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0oayzuycRtSiTU3abykTKskpMpAD5uC { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WSbU6b3wuoImqn2Z8oFWQzMdJSmKTH { width:3.5rem;height:1.65rem;top:1.56201171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJlprdayiiE8blO0VagrqmndntGAOuPh { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #t56RaDM2lbNhvNGqGaOrB7efvOZgMOdu { display:block; }
 }@media only screen and (max-width: 763px) { #TUB57qHJTofoT9zH1lvT2DpASpJHrP18 { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZ21dhEgUqtlQQhApD5Aa7CX9lwOnikG { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaaTygr8pOmPf0b0sf2trWBZyD7OJpmQ { display:block; }
 }@media only screen and (max-width: 763px) { #eGprTzXm87KtXquUnImG2Tnn8zo3xTJT { display:none; }#eGprTzXm87KtXquUnImG2Tnn8zo3xTJT > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HU29Q0JTlHqUPs3FfrmtJTkhrGFnQEiB { width:2.5625rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLz7WSaDDuXHaFqFMArp7eMQHZIbXs2s { width:2.125rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p9fgfbWAsBILdJbTBEqPmPLX5PFTVgUm { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xuEalhnU5gBwr7fGm8nV8dqEsq47oREC { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GzSLi0euSRXkb98IMqtgeWExu6OgV3CE { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltMGHTu4HlTOfVmaaD60VQaE60TdR4v { width:3.625rem;height:1.0996125rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmULis7DTRvqhGF17cDmwp0lAKPyakN9 { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIGIMBq2Z5tJAkg9yEyt20LuQn5eh5Vi { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykLIbtdPzLfo97HPkGuOgCtVEyPCeVH { width:3.5rem;height:1.65rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfTTP3ELuLDwJ8V3gThCSCH9U5KRZdkz { width:4.75rem;height:0.75rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwAf5AyVNSvVUORkL4kRQks1fIv3B9Ag { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #LMAcot0KaA1btyNNGnZ2TuBVtmA4yFem { display:block; }
 }@media only screen and (max-width: 763px) { #wccmFTDaZSML4OKhcL5n9OXKsfNzM5hh { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmT4rLmoiu324VCESU96dvdGgxzQSnKP { display:block; }
 }@media only screen and (max-width: 763px) { #tcrESVCI7pUqAVsSz3BdlpaQJD9y2LZ8 { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDWEd6JDxWG2TVEy5hnwZZhAXFGvgIlX { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4x3AFEpDCk7wHAqsh7Lw2AJ4ZHuKGyT { display:block; }
 }@media only screen and (max-width: 763px) { #DK178vekKqktDVn6zCDByguZlsVHoimc { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #MCW03wbSDdcEyNRwwWDtMxhh2foALiFF { display:block; }
 }@media only screen and (max-width: 763px) { #MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq { display:none; }#MCDMU3FxEvn5aTGCVcTEICFOhUEFgeyq > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EyAmqEVVHMDg3MDJGHysgznE3gbKJzDw { width:2.5625rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETKlpOmo7AJk2Mfz0W1DGUkvA9Tm2syd { width:2.125rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mBVNv20mLIHG2SFtJ4NxOdXdQcqaKDod { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J6i5akhShXRTJeDHHa7kNeF23TLQJkPf { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yc2N8IQ8xy5cLGbvXmtDOThldpcfTwHP { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29FtwgamWqJhxQSngNMRzgJcPgT4EaH { width:3.625rem;height:1.0996125rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtaZC7zaxLmp4STTzDCKHaIadI1XbHzQ { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B70BQ1CLk0xhTLLxrv9R99vUQF6JIDpf { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2GHBeXJ2c2JsJG1wCA0vRq7RSKQatew { width:3.5rem;height:2.475rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivFIaPL5y47N63GL4L4X3I5fEm9qwh15 { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoJlTkR4my0oQnlOykKcwRlXUH94cGZw { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #qufs7NMXd4TXiiqqhZ3X5mqUMGqLSVxm { display:block; }
 }@media only screen and (max-width: 763px) { #VbBAN0VxEexotWwSfii7yHWDit8km61i { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4pHv65zSW88pwpOvZ5ORQli6D6rTnx { display:block; }
 }@media only screen and (max-width: 763px) { #BGooKHVpOQbZ2xsmzfCGiRsBg9Ks1cAe { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 { display:none; }#nVMPqCTZmeQyWaTC9QuFIJMu5SNuC9G2 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #REPLdfC7m6wTe6zwPcLbWincUqSb8Toe { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FnVdWCx2hyoanlSwdHAFD8MoWhTHxEpJ { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E7P0HHJC0mCJGPVqKfpi13CklgU13ZMi { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n3Eas4EBW8ZXSJAT4PK8XRgEnrCS4O9O { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JTF7kUR0WTttXTcyLdaUn78clRPOxTLI { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzyS31ERMLEo7vlCW31AbZEhWxkJigQo { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW8WlqwWl1CUa0grDExDl7hARnDQdBls { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zutER1lq6lZ31n5AoJ6Htbgv77uwkg3b { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3cNGod4xhbpm54ACG7huvPHEVe50JV1 { width:3.5rem;height:2.475rem;top:1.49951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DA0rXbVNmFrswoX6l6LoFMVp8Ltz473O { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #uKpbhx9iivyoKpg9uxG2uSpXmE9bAatv { display:block; }
 }@media only screen and (max-width: 763px) { #d8WwqvQgp10U1vwxmP3vf75Zli346AQB { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG4H5Kk9REMqusgsl51eXaoVStKkX3Mr { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpcGmxNs7KWZvZfbwe7K5k6tPItioEF { display:block; }
 }@media only screen and (max-width: 763px) { #kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T { display:none; }#kAK01XhW6NMd8mWLQPNi2uwvbmMoeB5T > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWTs0aU8k3OnLVCMEkUQcQRe69vTUf4L { width:2.5625rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tioIMu1WgJkb56q1UiVpDNEteTVKLhcT { width:2.125rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DOWwQXylGwdTgpWc8FeEfyB8JuUMkTuS { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vR2xhTtR4XgD2bJCvAV0P6VKovoohtm7 { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A7KwVZyOK28Q109LWSzuOmFlDOrCRDxb { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJrtXzTvJzLLUKGBsMJIHz75GQxeATpI { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TB40Lioa0UZdZJJNkmsKC6ud4w7MT12o { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fk5bWV6HImxAhobIfebe2f9AoULzG3rP { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykkasU80rKtc3gTWiWPEIeBRnMprDNp { width:3.5rem;height:2.475rem;top:3.81201171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3vDZQ9nAi9BlSnQcK39InOJ9U7RAyfq { width:4.75rem;height:0.6875rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUibVTlg12BvRPxAVh3b9yPQXC4wnvnT { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #g9KxgqmtFrtvZsNFAoqFIHlutb1xXbHd { display:block; }
 }@media only screen and (max-width: 763px) { #BonwQbxU6GKtfwyNNkkh9Vn3dfUxsQUn { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZL6N1yz2ktAHyTmQZ13d5wDXTBJMlK { display:block; }
 }@media only screen and (max-width: 763px) { #hca24QzxM75dpUUs3TcpT0Vbit4Rtr1Q { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU { display:none; }#Pae0C9vRTLE0A5vZ39IMfXkvlSsqlpQU > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QHJVpcOgdSzdVI7e9C6eJD0sG6nKnCml { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ATmdE42CpegoZLMz6fDnlsKtB1vQ61ck { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SkyVBa6KaSBZfHytz3SQuE3H5pI6m2tg { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PqTOf0T79SF4TwXnqTUMmUhsDaVHQoHh { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WpB6CVR7PBwJ4D5OrFLmSvEolnt9Oxyh { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5boysBFa9FXgXu1XNsx9ku8DZ3rxJhH { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAafQgXXXBHSb96q4zchM2zgD7lHUhPX { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBb9ENm7Pu4OoGpm2sWVNzMiWEfhBVAs { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySILMyA4UOZ19ARrmUaopxxMyabhLHkb { width:3.5rem;height:2.47395625rem;top:1.31201171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2IFB5vEPtDGHk18a2d6E3wbN2GJOTsd { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #hN9fHyHrm4WHHksoyQTHWDSWEdZKBaTw { display:block; }
 }@media only screen and (max-width: 763px) { #aOCC6RXFy40xcRQ4Jdx6xzJoXVidvoeR { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3Gy3zK34rdPsu7HTCzAiFvd4P19wPTC { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXChEJwrEn73yPmQv4SLiXOkO9wBe925 { display:block; }
 }@media only screen and (max-width: 763px) { #Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV { display:none; }#Q2dwfKSOb5sE6VFTiZnA0t5ZbJ1pZpSV > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n3f4ecle2oMDs5fl1dfzw00G27TrylVg { width:2.5625rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CH4GQs98dlMqq8Eu02e2NIEfnNlxcKpn { width:2.125rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rsKdA4nF1TpH9Xlv7b9sNRQ0BwphzAI7 { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vNOHZsseyNRAtDNpalDTSplz3fc3OzvM { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T9NUs9GPyUxt76DK1kogZTNbxTPrUGuv { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxWgcew7FrczrVrC9us4zTu0cqeUg9W1 { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSIqLyVPBofIdPxZbloISXyEnV4kn0rG { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6BVOz5dqUHLV0TCTPPgUpxrUMHtTHl7 { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKWKTbMaH7l1yysaTTUcbGTShnkFO551 { width:3.5rem;height:2.47395625rem;top:3.74951171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p262eK5TGPCPaCmmx6RO0l2F3seByXmF { width:4.75rem;height:0.625rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkUE19JNSlHNoaOUpUKeK8HrLgwntVIT { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf72BXczLJwuz8g2kXcLrO99TfRxcobZ { display:block; }
 }@media only screen and (max-width: 763px) { #SXQqOADTclV3DXoTCAMRJl5ds70u7pqx { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOPc1lrd6A5vUkqZlA0flLqmh62EpXlE { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #aCcO5DwqslaxFCJ91vDo9e7yJCP8vzkm { display:block; }
 }@media only screen and (max-width: 763px) { #GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq { display:none; }#GqJHFvZiPiXAr4MnfLLQr0a72vnEaomq > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8A8HHuo2ZT0qn2ZyyreE7rwsAxiOTTe { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n5gxAOydxVRcztP5BZ19UhJlXu9tNmum { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aeMLTGnRh3AQM35qesLGwAGaTuTPTQ3S { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #O6HUlqRMS79zR8WqSAFa6cngaQUl8t4b { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eO5BDMQr1USu4UzJTFoaHipM9mzlkvW2 { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQqQJ0e9aRGVlpoofaiz48wRlo53mBw3 { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAM1iG3i98cZ115tKp1PXVI3ZxO1zvO3 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8DVMlMd81b9DHEdiPwsn6Ie7AkaGhzR { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6c5rPwARwBXw6BEfZFaUCmenbRRt3Ls { width:3.5rem;height:2.47395625rem;top:1.24951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsnM9Q6hTn1BTai9rdtltZZ9D7fo08LA { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #fEXXMhbwveqmZW4THbEMLkrhzLnGZvB3 { display:block; }
 }@media only screen and (max-width: 763px) { #sypGeSlRB7eli4QiLm0L0uSTsDxKwE23 { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPzoLy1wusgkJmo5xlgWUsMmiHWvy4gX { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSU1oo11GhOJzRaApwVPh9UCRRSExOE { display:block; }
 }@media only screen and (max-width: 763px) { #pNcr4CdyO3aw0nOodydQs2G92wVZFBRv { display:none; }#pNcr4CdyO3aw0nOodydQs2G92wVZFBRv > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lkc9VVagioTCc95PJu5fyqz4ZLZX3S1L { width:2.1875rem;height:2.5625rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eyXyHXWVLwqmNNqfsBLEPHsK535V1rf0 { width:2.125rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u29Sq92J5MENNkkipJBfqueRx8Afp8uv { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xqemGZS7VT5NFb2NREazn59HEZHKzhzA { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gM1xCr8V1TPyO5IlE8k50FcKE2nLoZaD { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovh6ETzfu70J8i9Th1CVBfchLG3g6N0 { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPrXFT9tfAnhNPzxOIcdr8gHvxXK1vbW { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhqTToh2gaOOslxKglnUMDzpnXMaExKK { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNVxsShqBmULb19qPNyPTtdJh1OKhXW { width:3.5rem;height:1.6493rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLGOCbqSrtIp4vlyBxxycQHKsW26Rbtq { width:4.75rem;height:0.625rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaIRZrQqLmuxKtdoyihOGVporE4yDKvk { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #SE6p45GGZQTbFPA5drS8pnc3kJEevgXv { display:block; }
 }@media only screen and (max-width: 763px) { #V5Atp2GLeghex1p5gZTQltPkEmuODkNO { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoQPEqxoDRhrVmwq65sdGKAGpWySPgZ { display:block; }
 }@media only screen and (max-width: 763px) { #pSJtLuKGlxOhMxU5hTXovah8QTHb3R05 { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiilH2siHXwz76Qm7la6JvoUgF3rJeF8 { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgl0xbKsakldeA52xpzMJpQWHVg9XvHG { display:block; }
 }@media only screen and (max-width: 763px) { #cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf { display:none; }#cTO5HcByGTbiNudDwKmDu5s4rJBeJqTf > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2oxW2xJTf3DGXZVJRq3pTh26RfGzg6T { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kmskIHtrkletuu830GRQWnnOWBeBkkFp { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dKrrWpE5PAtbMxGa6ZVrC1h9L6VafAwT { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xBXevPwROPdD0TgmyOeTOKA18cbBnGR7 { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NCHWr0AA0Oe6vdbN0U4o7fOGn1ynugWP { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSqkJq9ortIPAnpMyeOkEBau0LTLhvw { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNEN1XGKKsZGopeI8iOT6wtVCmd5tKs8 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzN9Pd33xcLlzDgFmT1yUppypCRgrmcF { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAF8zXeidK7bIIxiAqk3AHm6LIyesrzJ { width:3.5rem;height:1.6493rem;top:1.49951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1BV0lisXJw1q9efFIRn1lnshCBdV5Ld { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #XQa3nNH6kLoGpEU1TBCIW5LMldNhqFuL { display:block; }
 }@media only screen and (max-width: 763px) { #HeSi0xe0dgVh9TmDdVhVBZOmxOyPA0Z4 { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU { display:none; }#yh7TToxSJ5OH8J9AhzXam6xS54n3SyvU > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hE3qKR8f4EfO9FqiWdKTwUpLOVhKouLS { width:2.1875rem;height:2.1875rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3TrpOBFyuZnIwOkRTE2LCnWyCxzTeaa { width:1.75rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s8JGaaplNaEi48uAWJJSTVGA99eKnHH7 { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BMvEyHobHU6nEQbiW7ATUmHTUn1u67D0 { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PqHRH26S6wZDfT8r2iRNBalVpsPZk6Cx { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4p3993TlLFPVMCFqyalybs2LImXHRm { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bP93EDw8xSlmRXA6T1egCn40FM471fqc { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mzr0I1TqASk6fBoOs1aixOLkR012xaTW { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQAM8LctsnsAXCFHR9d4bD8NxbV7gTz { width:3.5rem;height:1.6493rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfqpwJJbl0XB1QcFUHSSgu8eisUhAgtB { width:4.75rem;height:0.625rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovR72TzVZbqQxW4HAUiW0qngImkPIPT2 { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #iTBKOgohsrnIc80DMSrToW5nBU25pX2E { display:block; }
 }@media only screen and (max-width: 763px) { #Vb1wNKtI3H3lM5JRV8pZXNxdTi1QqSXJ { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDkGrUDme6PBRBSWJJFEcPkb08FHcd0T { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1ms9xSRpKsztxSXp6L79Fnh528MV5cE { display:block; }
 }@media only screen and (max-width: 763px) { #W5T1aJSfkqJzsow1ZutXQZ6tRXpvTVvS { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlZil6cETZCSOoZ6fzbtWPdFP9UxmEX { display:block; }
 }@media only screen and (max-width: 763px) { #pA2TJSLfso1b83Zkf65qDtTtUc81gfkV { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #BB9eDVDd3b3GQaz6zp0AhbHp0NJouhzI { display:block; }
 }@media only screen and (max-width: 763px) { #S3JdEoQ5M0gAOBwucsfaI822xH39wuWB { display:none; }#S3JdEoQ5M0gAOBwucsfaI822xH39wuWB > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OvyGcbopSlPG3BQxriDdKlVmqHS0KvuP { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UKDG9Q3B3Mri4AJZ4VtfsKDcdSzvWNGL { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Idr050TTyeEGdXQ7zKaIGlZQ4EfHS9WR { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bQycvraBf2qg0yWT3mWEPtPp6hHDK6Aw { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FWVZQf5gx2pJqhC0EHFEByEoB9UR8lGk { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9ctBiTN3TuF3DLOzIrDflvp8mWVkV6 { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syVNKMCETdECmdtsliTcSxi0xsozZcs7 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCLEMgXsmafvWNiQZfg1nTa0cLO1tl0G { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKCFvN39HhcDzZ9IOM8la0GD1vxS1p3 { width:3.5rem;height:1.6493rem;top:1.49951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CV7kT0kAtwCpCH0XsVZmyxstNHTdk0Db { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 { display:none; }#FuldmT6ErhtS8BE5IIP49fUohIBlLiw6 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rb9gTs7e8wCSPsrGvWx5dimK9wu3dpMp { width:2.1875rem;height:2.1875rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PV48Z8XUJI73QNFWLbcUXUkGP8cbxb89 { width:1.75rem;height:2.125rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RlU9T5yG20Av1pmK3adfI5I2m7p4NKNl { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VsF9ALwg9aZGwQSAvKFDtf3NNxGpPdXg { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uBPcTsUVq4Ko9v2yTS86ppFMbEqAkin9 { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar8CHZT8AyrJIlp9Qc2ochLtWWtFgvuv { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJzKnM1Eo2zEThxZ7Doi5xra5JwqGboq { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeTF4uFq2T2mQhpWDXW5W7yXOo7tQWI { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1WtrrdfBxaqnSbQyTFTTuNccqeo0pT9 { width:3.5rem;height:1.6493rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlHoyaq3xKwEuwq40NJWQmcBmm2MPIQs { width:4.75rem;height:0.625rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkR1huFONlTryuiCTUHUTw5U3kXHreCE { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFQdx1oaDqlBaERBm1qQ0lFUItXHCgGP { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2tKDC06NVIfzEwSn9a0Jz9TizLRMuy7 { display:block; }
 }@media only screen and (max-width: 763px) { #ekNErAmGJRGeC5shrTezwKgPzi9MLvH5 { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #uBvcuXbvhxHCIeHnRUGnmtDTRukNwVWQ { display:block; }
 }@media only screen and (max-width: 763px) { #TvAXaAP7yy9gFm6FEUNuw5seMSPXL0zO { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DDgOHfhlEO0qLUCFXMczZXCVw6mea9 { display:block; }
 }@media only screen and (max-width: 763px) { #D8xbW84IDBNibSwJGeHeE9wXSwKTt7Gu { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #zsTc9dUVc9oOBByM8cuOoEIoe1bQ89IG { display:block; }
 }@media only screen and (max-width: 763px) { #hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f { display:none; }#hnoUeO21VCZvlcJ9qhBB3ZT8KGJzIE8f > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tstNuNqLEGLkayVLH5z59QOMxD8DIRFb { width:1.875rem;height:1.875rem;top:1.5703125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJq5RsCKycEooFBv05H3nf6NhKQRZiRT { width:2.125rem;height:2.125rem;top:1.09375rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GxsCDke8lIJvlrMEgs20D5aIqMwQb990 { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fWox4mUXEDKoK6ovMuhx4n17bUTcEanP { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eMVgpDT4MqI9AvwOlfbL58e8QgDXSzQO { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVZ3darBaqp0GuWyH0OgcOltTw6gRIs { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrOmQgaa4swmArRn2W5Gb6TQGPZTqxXA { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRAwTwHLHysu23H0lbCCulxJS8OLPXe8 { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUUifd5NsOGFO8A8ecWgPmETGcHIB2T0 { width:3.5rem;height:1.6493rem;top:1.49951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVfPErOOVL7xe6ht7d7QvMTP6diiDNTp { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V { display:none; }#AxcSssagVXGZvgCQAEmnTMPKGuFIRK6V > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cEEB3xHsuLyt89MptiI4lSdKbKdaNg9p { width:2.1875rem;height:2.1875rem;top:3.65576171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rVGiDBZ3U0ZsELhrWSHnlUbA7AfQC4w6 { width:2.1875rem;height:2.1875rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #biPXspzZLDm2Z5T9PFNhP6y2KLrTBK2H { width:10.3125rem;height:4.75rem;top:2.5625rem;left:4.9375rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zmfTISSaJzsLB4gIokKqOaaqGx6wLOE0 { width:20rem;height:4.75rem;top:2.5625rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HVIh1Uml3EUdvcM7NVWTE3Ip9S07er7C { width:4.4375rem;height:2rem;top:4.49951171875rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUkJ7oK33RFXa0WRln6GoTwHQ40Aus5 { width:3.625rem;height:1.09971875rem;top:4.9375rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSpOK9ExMVPHiEtv2urGAT44RCLfc4WO { width:4.1875rem;height:0.82486875rem;top:3.875rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWClaTaaDXNt3mwTwBOacNvTN0CwGyUD { width:3.875rem;height:1rem;top:5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn3MC5GthnIrs6LZCPdkWLezPBRQcRTF { width:3.5rem;height:1.65rem;top:4.12451171875rem;left:0.62451171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5WUosqIdCi0mrSJc6zQVRe9hZOEJCGq { width:4.75rem;height:0.625rem;top:0.8099365234375rem;left:7.6251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlieB0e7p5VKZxt2kQTaxi20GWKzdeUB { width:20rem;height:4.8120125rem;top:2.53076171875rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #Ndb96z8qZiVCV039nDuvfclmlzL55ITV { display:block; }
 }@media only screen and (max-width: 763px) { #s31RqTV3tcUS3b4X551JNumRSEGVbeuB { width:6.62475rem;height:0.82486875rem;top:3.24462890625rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpvHlDVkzSS4B2q1p4SqJEpUPmJnI9CK { width:20rem;height:4.874025rem;top:2.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u17Jxhh00A57xEaA23alHwJ7KJErteZW { display:block; }
 }@media only screen and (max-width: 763px) { #ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE { display:none; }#ot3DRaRCmvPGdZ5LOgVKwFbhzTJfQUbE > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A1K2NwzP7dTv0Q5LC9Me7hupQISdpGUM { width:2rem;height:2rem;top:1.4453125rem;left:12.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NoJg8IUJ90txTten7RUZHUbOiMdcCkSI { width:2.125rem;height:2.125rem;top:1.40625rem;left:5.34326171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ILiF264X1D0o468TAi8d5e9h78NsDAQW { width:10.3125rem;height:4.75rem;top:0rem;left:4.9371337890625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yWIe9U01TKQdwkT423DvQTsm6l3Ao1Bv { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:14998;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zytQ6wUqd15cBLsry8o0XEaLIWGHvErZ { width:4.4375rem;height:2rem;top:1.6251220703125rem;left:7.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJlK8oaMfOHRi8Nn9XTTDM6kKNnntnPM { width:3.625rem;height:1.1rem;top:2.062744140625rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O55UUTJTky2q75M9JGOrtmRcQOmG0Q68 { width:4.1875rem;height:0.82486875rem;top:1.312255859375rem;left:15.499877929688rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgZbQuD8OxzscVu7rkcMeTFUiIlEQoIk { width:3.875rem;height:1rem;top:2.437744140625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIznvxAzcUhHOrsWTwdkpDZfIbv7acOh { width:3.5rem;height:1.65rem;top:1.49951171875rem;left:0.56201171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxnWuNGXnXQgkJT3V18XVO5dpaFslcfg { width:20rem;height:4.8120125rem;top:0.0078125rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #uMErDDTm5mRaKuR1xA0xEUVyOieLluo5 { display:block; }
 }@media only screen and (max-width: 763px) { #PAqDB2gZMwTGMiAUI8sCItTtfVoCJcSe { width:6.62475rem;height:0.82486875rem;top:0.4326171875rem;left:6.68701171875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFy0MwLr0RPasMiegwaWRJbFtGANRDMo { width:20rem;height:4.87426875rem;top:0.0391845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThXNepF2aeDMHLqbpNOVHc6hc2he1L4 { display:block; }
 }@media only screen and (max-width: 763px) { #T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 { display:none; }#T3EXaDpIDs5lVyafWULwR4Avc5ymTPL4 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTbO2QsGv4wCmwMLsXlytKwob3K8GCTp { width:17.6875rem;height:2.75rem;top:0.96875rem;left:1.15625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC { display:none; }#G0zHhrb9GQzUObTFlAnMUJi2Z2XUPqeC > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SN8T9nLCRVuZNz2MBNxZlkWGNI87iwL8 { width:10.625rem;height:4.75rem;top:5.125rem;left:4.625rem;background-color:#1a717d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M1qo6RDcbvt7sSOINsehXQkSttiXQGU8 { width:20rem;height:4.75rem;top:5.125rem;left:0rem;z-index:14990;background-color:#282352;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P6Z5Lawc4keRzzu28bThkEOOOtedJf3T { width:4.4375rem;height:2rem;top:7.0625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTpawlGo7Z74mGTvXWrlaSmdh8boyJT8 { width:19.75rem;height:2.125rem;top:1.265625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3NFuJp1AgzB0zharE5PDGWs9509oGk { width:6.62475rem;height:0.825rem;top:5.8072919845581rem;left:6.6875rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lH68u3xPc6lnSKTDnNIzyl5rKKSMUcsv { width:3.5rem;height:2.475rem;top:6.25rem;left:0.5625rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0K1Sltqo895IM8azA5TMakDJ5Xwayzi { width:3.625rem;height:1.1rem;top:7.5rem;left:8.125rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6x8TPRuJ2V0QqhHozioEXeMWoH5nuQC { width:2.5rem;height:2.5rem;top:6.25rem;left:5.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U6hcQZVX3rIH39GgJkAgihhieeE6Nhks { width:2.6875rem;height:2.6875rem;top:6.15625rem;left:12.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oeDadJ3UTxiHxN1qNHV8uVW8RT2tGsTU { width:4.1875rem;height:0.825rem;top:6.4375rem;left:15.5rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBXq8TZtZt6BhFIZ4aMFQ7PsTT7qMALI { width:3.875rem;height:1rem;top:7.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTNBN7SR1IhyIeuNda7KBSgnVTahHZN { width:20rem;height:7.7795625rem;top:1.640625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #cHfiOWpT02PGbkSeZJiaQeBzPMMQMutT { width:20rem;height:4.8120125rem;top:5.09375rem;left:0rem;z-index:15206;display:block; }
 }@media only screen and (max-width: 763px) { #p4bhngIawI0GTxINeqQEZDms6UOTVeLW { display:block; }
 }@media only screen and (max-width: 763px) { #RSOCLaCM7my1Vu9ZC8TuKRKVQHC67te2 { width:20rem;height:4.874025rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU9FAp9PLvfCVLlkAAKoSbTsHc199IGo { display:block; }
 }@media only screen and (max-width: 763px) { #IiywvEDqQ76R7NqTr1FQCRXvsBld3euN { display:block; }#IiywvEDqQ76R7NqTr1FQCRXvsBld3euN > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsD6qdt3VokJ4hFKQUgLUkT4BnvFuMgu { width:20rem;height:6.4375rem;top:2.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CV7U3k8UReJ2AS5x0tq8RyUEDl1W0iKc { width:11.375rem;height:3.15rem;top:4.1875rem;left:4.3125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t2GgqvG20pAU1RUVa62Tmtg3Bvz1WTCP { width:20rem;height:19rem;top:9.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KT7V8eSJazW4CQoFQoJRXfNRtnhBouqs { width:2.625rem;height:1.25rem;top:25.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdTkhSpoS1zv7iNr4bWQZLRMWd2z9mat { display:flex;width:3.125rem;height:3.125rem;top:7.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bdnpmUWntEPQHN1OhUlkrbvCl2tkkuyK { width:4rem;height:2.5rem;top:11.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9MoNeHUqyz3RubgPoA7tE6UuTQsA7N { width:5.375rem;height:0.8125rem;top:12.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXdGiefTrXKHAbcVM0xVfEd95dQBiwXy { width:2.875rem;height:1.25rem;top:15.8125rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTKAuZcKDqX2EnKRL1qKmvna997wP8ZW { width:3rem;height:1.5625rem;top:15.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPekGTXPeg1HXWQkfBrBkG8v1eZnu4cH { width:5rem;height:0.75rem;top:19.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTFAVJOaUtwJrmiuegX3KCxUSBsd8S4 { width:2.375rem;height:0.9375rem;top:19.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ug4ns8DSoZE8UJ3wAvTZ69Ki8SiUTF { width:5rem;height:0.75rem;top:22.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc26WUgBOVKeIK6ybqhDElyW8rqW7H9g { width:3.75rem;height:0.625rem;top:22.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr { display:block; }#hDHCmK5iwUKi4i7KFDIMx6yxQSC1t2gr > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcOoZWAsfc28i23ho4kKcRxna3eTnv1r { 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) { #zLhH6xfXcRP8ys4CTNwlOtm92lyMdrQ2 { width:20rem;height:6.4375rem;top:4.1749992370606rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ty54xRSRBiFwQl1yQHsMGIXxyNnCEbfM { 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) { #mNIQZLCSwZ7hxUte9elWmLnbe4ExL1mx { width:1.875rem;height:1.5rem;top:6.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foix9eGUvumdzapz1RdO73qRWX23PW9z { width:20rem;height:19rem;top:10.611450195312rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JT7gIh3hU64RUHgMV8I7tBICdS52SVUm { width:7.0625rem;height:2.5rem;top:12.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF944pZ458iCnmeHf4ddtpnTMWntmWUZ { width:6.0625rem;height:0.8125rem;top:13.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipabfN3UmhhFNWrixqJnGwSTPMBlSsyJ { width:3.125rem;height:1.25rem;top:17.237500190735rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsguO3bB82Q5LDgDvAWCZhfQy2ayBk2 { width:3.125rem;height:1.5625rem;top:17.081250190735rem;left:12.406250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTR5R4PBTBg8vKT1VBJxazfPrD8nyoZ { width:6.375rem;height:0.75rem;top:20.800000190735rem;left:3.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgZaWludswldM4uJZcH3EG7SGrcVq3mZ { width:2.8125rem;height:1rem;top:20.675000190735rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAdcHJGu5ICGnCTJWaUT3fPUmVp8DGM3 { width:6.25rem;height:0.75rem;top:23.800000190735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4QvsyvTPDHQigu5MgsbpNWlEIhQXKwN { width:5.25rem;height:0.625rem;top:23.862500190735rem;left:11.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT3Ahv0eStl9fCVgbXunKkmittesmBG1 { width:2.5rem;height:1.25rem;top:26.611457824707rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHupO8JDKloG4Ckfm75TCqEiTXgT5oTs { width:20rem;height:6.4375rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tbdnJKKLAy7GxJMKtu689iQTuaIDh0qF { width:20rem;height:6.4375rem;top:30.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ihoKTynnBBBPnDO0m8Veiy1vmAZKWwlM { width:20rem;height:6.4375rem;top:59.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AUMDRDT70RJWImCa2LelVNHycvzsii7F { 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) { #mGgWaAUN4mbtv7eA9PTUy9rUy1ZDSmbv { width:1.1875rem;height:1.5rem;top:33.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSo8VugImJkWsxW8r3TdtO1sI2xbN2aU { width:1.75rem;height:1.5rem;top:61.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkt5EWk4iZHazF5wD3WprmBsLVy9lWFN { width:1.75rem;height:1.375rem;top:47.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai61enWiInqOD2tBLi0daaczF0LyIOFE { width:20rem;height:6.5rem;top:37.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #x5uWpJgnWW2KsOX9qLMw56aoSnUl3kOt { width:2.3125rem;height:1rem;top:40.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEe2CkXWRKJKN8iyO1PdnmeSUaT7lLhy { width:6.9375rem;height:1.0625rem;top:40rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWuti4eZADf5WBAaqp2b82um2ZBskWTu { width:1.6875rem;height:1.6875rem;top:39.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu5CAxdf7g8T3t3sp4M9cOI04hdD3JsI { 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) { #wK2wUFLrMCHczcc628aGzT761Lk9dBn8 { width:20rem;height:6.625rem;top:51.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BDym5OIBxKTGa5NUrcICQfzQG8Ip74nd { width:1.625rem;height:1.625rem;top:53.875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyttpkXuJTHECP2OGVVqAdIDm2nENZtd { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24GnT985Bcfap4GJcQxhKSif6QIpeqF { width:1.6875rem;height:1.6875rem;top:53.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsgsB0JWTT0O68QpwDVmQhysC4mixX6a { width:1.5625rem;height:1.5625rem;top:53.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3062emU377Arg7SF3TN6ZXhhUTS8Ns { 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) { #T2NWKIpOnOKLtpc02XKdXT4qlgBD57PP { width:20rem;height:6.625rem;top:65.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JPkkXrlNAx9Z7OPKETLQivXm12O2TiBt { width:7.125rem;height:1.125rem;top:68.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGzsGAHU09q58Tu8aTCykucscsTR3c3 { width:5.25rem;height:1.75rem;top:68rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O932Jq64aWqNAMQqINSTrimaNeu7GVxt { 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) { #gISxt3bRmdgwzZ74CBwgKyegpBQEk8cH { display:block; }
 }@media only screen and (max-width: 763px) { #U4WU0x49SVLREiWQGdqlXBydmAPbC5wU { display:flex;width:3.125rem;height:3.125rem;top:9.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sLzMFiKBrAs9XHTFJC6tVDeNIE2MAXh0 { display:flex;width:3.125rem;height:3.125rem;top:35.523986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gF1T65zH2nmlM3DnDLgSdmxR5giIxCMT { display:flex;width:3.125rem;height:3.125rem;top:49.648986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oP3vmfCB0cTmTraESqs5pRpCzmHeV6BP { display:flex;width:3.125rem;height:3.125rem;top:64.023986816406rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pWomORnHKy9TTKHOkh5sEcZIzBMlr3ss { width:4.5625rem;height:2.375rem;top:26.048957824707rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs { background-color:#1c1d26;background-image:url("https://images.assets-landingi.com/uc/d77193d9-4a77-4674-b7be-605d73c61eb9/bg2mob.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.adaptive-delivery-prevent-bg, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyload, #rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs.lazyloading { background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { background-color: transparent; background-image: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row > .video-iframe-container { display: none; }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .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); }#rIMDgJ1KHVGwbrVVvR4vsMk4vQBS7lJs > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxNyRGm5xoMbF0O6xkikFE1RnQXIZoVH { width:17.75rem;height:1.99401875rem;top:1.9624938964844rem;left:1.125rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsWWR5bs3PhQ2W8quCpoiDWXRrvbJNgt { width:17.75rem;height:2.2rem;top:4.8125rem;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) { #X7wgkbR4AZVcpX8CLTn1fiJNi769r237 { width:7.3125rem;height:2.625rem;top:11.3125rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzXUPV6UQ8FWdtCP8fFiUI1ImEK24zC0 { display:block; }
 }@media only screen and (max-width: 763px) { #hC6bs7R7kgLGuzhEeTxRPwVWARoXVmCz { width:1.5rem;height:1.1875rem;top:19.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii1hWOWxNNGwF75NGdUMnunzzDct6rC7 { width:17.75rem;height:1.1rem;top:21.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) { #vqu6k7cMA9kbNIrESg3vzPUGewcLalrS { width:20rem;height:3.4125rem;top:22.8125rem;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) { #mQFlzAdMQ8fr76NqmboANqFMCV6NlTcE { width:1.5rem;height:1.1875rem;top:28.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQqWZCxuzfQA2i0ocOT8ti1INPomA5e7 { width:17.75rem;height:1.1rem;top:29.8125rem;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) { #c9yM94QlDly2IbDOTp5VyQHzqEk1l3Kf { width:17.75rem;height:3.4125rem;top:31.3125rem;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) { #FBZU2LbZqRnUHIEqldGC1FuDe9MerOOu { width:8.25rem;height:1.3125rem;top:33.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbp4nASWwnf0vp80U3dHEZ1XXMcmAvge { display:block; }
 }@media only screen and (max-width: 763px) { #cZIOxNVWoT1s013tss8XIFMn9I1kV8Bc { width:1.5rem;height:1.1875rem;top:36.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCDgs51fxnlIOE09TtfBLKPbrU8gWxON { width:17.75rem;height:1.1rem;top:38.1875rem;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) { #RsBoUaoIbKzA7BsL1f9OTrsJgmMTI5C1 { width:20rem;height:4.55rem;top:39.6875rem;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) { #H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr { display:block; }#H7PAGV0qXloPPqlJraDZFPZdCl4vb5nr > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubZwFNO1dqWQmzMozyiVByx40ood4T7w { width:20rem;height:35.625rem;top:1.24951171875rem;left:0rem;background-color:#282352;background-image:url("https://images.assets-landingi.com/uc/0aa3a5d3-ae11-4c8e-92f3-2123ee0eb3f9/1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ubZwFNO1dqWQmzMozyiVByx40ood4T7w.adaptive-delivery-prevent-bg, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyload, #ubZwFNO1dqWQmzMozyiVByx40ood4T7w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CgxcWbBkONqb9Ro3ANQU1TyRQAMmsQ5H { width:20rem;height:29.3125rem;top:34.414063453674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #veClDCdf0ANPg9dtMeg2SGUZwNs1RhhG { width:17.875rem;height:6.6rem;top:2.75rem;left:1.0617187619209rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P0iPbi5TSgapeeKbU3x2MT3QGIvauDgo { width:18.1875rem;height:13.65rem;top:10.510986328125rem;left:1.125rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezKIQspfO1cDe8y7UlNr86r1QfJ86Unt { width:15.375rem;height:4.95rem;top:38.5rem;left:1.0625rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMMyRvnrU9bACbDlSwdTe7V275MronT4 { width:18.0625rem;height:12.5125rem;top:44rem;left:1.0625rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vku3MbpTk8yqUiVJe5u6aDCv7hf2bX8F { width:14.875rem;height:4.95rem;top:57.625rem;left:1.0625rem;font-size:1.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PmiXMfuxpaWvNuCnt6toE8vIw3rC4TnS { width:18.5625rem;height:17.0625rem;top:63.375rem;left:1.0625rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UiLT8La6HhgFWTD6gsrgxmROpNmdC0qR { width:17.6875rem;height:1.95rem;top:81.25rem;left:1.0625rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp { width:19.9995rem;height:51.81225rem;top:36.87451171875rem;left:0rem;z-index:15002;background-color:#282352;background-image:url("https://images.assets-landingi.com/uc/42e9eed9-c5f9-4f1f-91a8-7d6fe956cb88/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.adaptive-delivery-prevent-bg, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyload, #ZkM9dze0DnHmBFX5i89ku9hdsBLxLKZp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA { display:block; }#yLMRUfr7yQGxUnsEg0Fc8wxTMTa7vfQA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IarRTJ97kBwPFb9ZUAiIKXH53Hp41Jap { width:20rem;height:1.375rem;top:2.0625rem;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) { #PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ { display:block; }#PX6Zx6GQLeSpqXbHm8Ie6Wy5N3gEHTJJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4OHCwLu4sQCbuhlur8QDLKB6SEa3M1u { 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) { #OzrX8xxT3Xgiaw3ZgG7P3l6XUUURhi7R { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #TfdZ3uIS3AldB4fThfRLAnqbhswNdxif { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA8t8E0zHOPvXg3VAaV70P1PVO7QbDwW { display:block; }
 }@media only screen and (max-width: 763px) { #ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ { display:block; }#ki4AKqVDNpAQAHCCuDBKm6Z1kAgXPGnJ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IthmsERBT6ZCoymE2Gt6oZcPRZTs2Elt { width:17.75rem;height:35.2625rem;top:1.4624996185302rem;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) { #oQZrScmxaVSkMlEquH24q4RMTJHMd0HS { width:17.4375rem;height:9.1rem;top:37.35000038147rem;left:1.5rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5s5ioesfw3zkBnieVXF9ISvTt4tyD1s { width:17.75rem;height:7.9625rem;top:47.075000762939rem;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) { #quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy { display:block; }#quZevUHXgv2ugm7cyq3MnTnHfd5c3MRy > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEACLhVQ9Q5WQ1ms6aJ0IRMp3OeJLluu { 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) { #ambB7VtkqImy13fyAx0T2a2T10i9k766 { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gafXMSWQo75HcPJVXP9eQnWSTGG0fi7R { display:flex;width:1.5rem;height:1.5rem;top:1.59375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #vdmelLWGBmpHNnGd2PG8ghprmu0AQGoO { width:20rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNWpgk3isoVLDqAx6c7Tr4GN60TZgu6 { display:block; }
 }@media only screen and (max-width: 763px) { #Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G { display:block; }#Xo4qWAUSrN3TSFtgKUh3368tpk5nuk9G > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCDc1FyV44doBd8kucAzR56wyeiupylg { width:17.75rem;height:11.375rem;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) { #aimB86TuaoKeW4VaslkWwuksxTcbXHmV { width:13.875rem;height:1.6875rem;top:3.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMXdgCfnFzwXf9uN8XAirVl0uqX7vzG5 { display:block; }
 }@media only screen and (max-width: 763px) { #VHiTEUiDz21XNJemXTlPWzw3cK7DeHMa { width:8.75rem;height:1.6875rem;top:4.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFosKoc85ZPvTuyD9QMaGJiyO0tzAVfO { display:block; }
 }@media only screen and (max-width: 763px) { #wqF7hmLC7VreV0wP5cMghmFD6HpFmALW { width:11.3125rem;height:1.6875rem;top:7.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBP0gOibpOdDOIh1KhdIQUKTm5Pf3HI { display:block; }
 }@media only screen and (max-width: 763px) { #Q4bs9ZVhSSR8OGs2JrSMvqMW5GXNd5Q3 { width:14.5625rem;height:1.4375rem;top:9.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKNd2hsMRbSxqi16w5WOEegaKeQZFfPO { display:block; }
 }@media only screen and (max-width: 763px) { #ut0TCc3JEnzZm98pFcZVw9ONRe7PxdII { width:14.5625rem;height:2.1875rem;top:10.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FypZEZocahuVu22pyQBIomiKN2e2Abun { display:block; }
 }@media only screen and (max-width: 763px) { #q6O6KpzKQv5UlBvzQm3qygKQqSFLCxdI { width:4.25rem;height:1.3125rem;top:10.375rem;left:1.125rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #vt0ikbwA1X5tcPko5VV8cZRPbUkWLGfN { display:block; }
 }@media only screen and (max-width: 763px) { #kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 { display:block; }#kd1ltfsrJaLy32aZcbDBlxdmqQhw38w7 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRfnTCUi8H7W6ZlpF8n3zPIN4p8iNF1L { 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) { #MrgBmu9Q3EkpEpElsPWPJqUUOMZnzbmr { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTTgRBfgkXXiEmdnRbh0gi3RZVrkGq6 { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #csP1og2WHaCql2OpnaPksFTxbBur1iqR { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFz1REbgTafGAU0WbRIszRcHRUPxJRTd { display:block; }
 }@media only screen and (max-width: 763px) { #LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi { display:block; }#LcOdFAsKE1KWJ28VsoMeBhNv1Tnu66pi > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLTp1TGcHWiz47imGNhBdNvA51KS4qQ3 { width:17.75rem;height:12.5125rem;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) { #NKXdAmmkyK2EGklwNJ3e2NIuw8Kf82KP { width:9.75rem;height:1.6875rem;top:12.41250038147rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXBou1EvuqPTIa3W04uLi7QL48yIWu9O { display:block; }
 }@media only screen and (max-width: 763px) { #xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD { display:block; }#xcdVZHgabWaQ0EFeQ5wygqQ8RpsgweeD > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmzBZGZ9nafTZXpD5HRVTzAn3oGcL1EL { 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) { #DWbFbtMwTJwy0wEseFxG7QLVFW08JRTw { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8o4KaRPTccVlWrcT2ySmI0dwoBOnEa1 { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #O0dl2VqST3TTSflVQwaTbRAWrvT5Tl6T { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMaZ9Opt7qQ9mZVX2eJSaSa9NqPHVho2 { display:block; }
 }@media only screen and (max-width: 763px) { #dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 { display:block; }#dBiQ9SsUUDPCifvfQT3g1ZEdWS5Hob55 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fex1m1NKJTWI1Uhh5J2Xggri8JHBNlXI { width:17.75rem;height:9.1rem;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) { #lHGLazc107XDAktuC7T94ZZFNsSMGs2x { display:block; }#lHGLazc107XDAktuC7T94ZZFNsSMGs2x > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJf9m6TFBODKvi6A4V4QVIU4Q6b98aMv { 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) { #NATLv2v4kGWTqnDOXDVJod7spHOd035H { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Gc1NLAylQF05Tszvxflf5JESxA10qf { display:flex;width:1.5rem;height:1.5rem;top:1.0375003814698rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #QeCOKDQHfPLxz1BB852mnb0oKTzi9zlV { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NAqPH53ChoEpBAeZ2Tn2mu0UCydq0A { display:block; }
 }@media only screen and (max-width: 763px) { #z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR { display:block; }#z9Va53MLIn91Cd2fGBI3T9GH0rr9VOPR > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEXS4bmP506TXb04mRdN2ccvLdN0Gt30 { width:17.75rem;height:6.825rem;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) { #NghO7kARJaZRFU0x02Bd7z3xCJLua72t { display:block; }#NghO7kARJaZRFU0x02Bd7z3xCJLua72t > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSs5nKlamING8xIFAwwdTGI5AMXTZ1Km { width:15.3125rem;height:2.2rem;top:1.2374992370606rem;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) { #tTMfgRErTl93P3hMPXSRdET5Qpks6TJS { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4XVOMucgzT8Dbqd8e2iCEeIBBNDGnIp { display:flex;width:1.5rem;height:1.5rem;top:1.5625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #u2G6eAbbD6ZMgLdHDyMxTWydn1Ua7F8N { width:20rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Vmf2q5HQIRzP2New4iun99Vfb0UxGy { display:block; }
 }@media only screen and (max-width: 763px) { #X95hSPFr99MD6g0uGIaM3BLIs90ahwBz { display:block; }#X95hSPFr99MD6g0uGIaM3BLIs90ahwBz > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o30wTLzV8OEAu9moLiXLeXzHw8E2W5fF { width:17.75rem;height:5.6875rem;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) { #bIRsGRUsQs4gupen0qbgcQ6cQnlqfOE7 { width:14.9375rem;height:2.8125rem;top:4.5249843597412rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPVWX9il72LwbqkkfolKWBDXZA86tZA { display:block; }
 }@media only screen and (max-width: 763px) { #tqATwF62cTexedlnd5TW8EOpn1RUlmt6 { display:block; }#tqATwF62cTexedlnd5TW8EOpn1RUlmt6 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2x4f1KoekU8I1ZtPzH4xkWQaJAyTI9p { width:17.75rem;height:2.2rem;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) { #kCUySGNPrF6qJP59WPOHrJo0kVttZfwh { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJBiHKfAkNWgwrEd4dn4DLXwETD5ggGM { display:flex;width:1.5rem;height:1.5rem;top:1.59375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #tOff73XxqMUPomtnMH0yB2iPAoekeQC2 { width:20rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCKJeFcD4Z5N1fOUpvDl2G3H1uTDnHQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ { display:block; }#KqKFWMo3D5GNQNMPgOcUGTHqxS5LERqJ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U431s1co2B8VHHRVCt2V3fLu6KkTOB83 { width:17.75rem;height:3.4125rem;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) { #hE5lfTNZrVg1rsQgk4CGVvidqBqwd86K { width:16.25rem;height:2.5625rem;top:2.2999877929688rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1LRLAzOgu2qKeF8aWvFpPThgD7rWtHg { display:block; }
 }@media only screen and (max-width: 763px) { #kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M { display:block; }#kAACVoTy9D6kHqGSDEsy3URuvBEUFl6M > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soHlcllahmw1aRwXqmORndlJWh6RH9Dr { width:15.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) { #hUS5uBsu2OZEriGNNyhemZ3oa9S58wh5 { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEbHpm2TPwDoDicpolGrrIZv2yI9xzOh { display:flex;width:1.5rem;height:1.5rem;top:1.59375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #XT2fNiqSQLK4Geb67OCOx3bQ8hvbNdXG { width:20rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxqRu8X1lySR6KvFTLnFLtkimgKFJ6lI { display:block; }
 }@media only screen and (max-width: 763px) { #rBRJoBpahLy12xZimnRhgOpo6xN7I17x { display:block; }#rBRJoBpahLy12xZimnRhgOpo6xN7I17x > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4enp9mhpIo4pQWLK7yZbzstzTqgOzc0 { width:17.75rem;height:22.75rem;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) { #WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ { display:block; }#WueJlUUBHPlmWKJatqlTn1SIGvevL0fQ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKb5aBV6Glr26f3MLDXl9JqTbyWioTLx { width:17.75rem;height:2.2rem;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) { #ugxih61rCQRHPAt0BKUVvUAFu0NBnw09 { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTsCrwVAP67z3ExOg3mWutMZupKGagwb { display:flex;width:1.5rem;height:1.5rem;top:1.59375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #ZhbS6fEZ39wgvldBCVlgErSF1xxkssHs { width:20rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brupWKbh4cgchHNS9vSWy75Tr9e5iXIL { display:block; }
 }@media only screen and (max-width: 763px) { #HWZeXASKoN28ozkzo7mTOtctAtHek60W { display:block; }#HWZeXASKoN28ozkzo7mTOtctAtHek60W > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVLchMIGqBy0oWTsq8MVFvTtW1B8NJTz { width:17.75rem;height:10.2375rem;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) { #esdEq836KT2DuGoGhxBFxm1uX8bVDGWB { display:block; }#esdEq836KT2DuGoGhxBFxm1uX8bVDGWB > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOD51vZOyM6IXl4MrZRm0kFXQJhZrcza { width:17.8125rem;height:0.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6SkHAI8Iq7Vfa1rpd9ESQlESMVzHuLX { width:20rem;height:2.4500875rem;top:1.4499988555908rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xW0lWkiMS8TeBTDTeOMkLLXKFuoa7Ngn { width:8.625rem;height:1.6875rem;top:2.5187492370606rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV5dVdz79amiC4mrihHfpCDHB9D4PgHO { display:block; }
 }@media only screen and (max-width: 763px) { #oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R { display:block; }#oRJzmv2wBPN6K53zu1Tt0CV2xZogX12R > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqwTbSgaZ7RGD0BQwcqEtpFaSQKQMp9o { width:17.25rem;height:3.3rem;top:2.3125rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v6HVNH0zoQW62DnSl37QIgPrtxyxGL5n { width:20rem;height:2.8rem;top:6.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yVsNcb0vyC2lJZQiMDqGBbwlfEyCMKBU { width:17.5625rem;height:6rem;top:10.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKg84ufFi8Bpr87mNTr56JWCSLeQAzZc { width:17.5625rem;height:6rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXi2tkvBzzZN9lHmibZBHTwr2OImfPv { width:17.5625rem;height:6rem;top:17.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsKTnOqwycgzXb7iOMDRsI2VNzcn6k11 { width:8.1875rem;height:1.6rem;top:12.8125rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRJagwrM3tT7fxweGAffVTwVRmghRWHG { width:2.8125rem;height:2.1875rem;top:19.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmkq5CdkLCfu3h6xAKhiiLqdnHppKO1z { width:3.375rem;height:3.375rem;top:12rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp7GoK3s6fZUGCKIfqF4VvHmeLdhEX6 { width:8.1875rem;height:1.6rem;top:20.125rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZNNGfJUtC7tXlKggVNcRVOoxJ1mpack { width:10.125rem;height:1.6rem;top:27.4375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C757x9vxfiXkyl9l8DKTMqblywnNDb7e { width:1.5625rem;height:2.1875rem;top:27.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv4hgSbBfCsskUpo5Ztrt7PdK6evNMhx { width:17.5625rem;height:6rem;top:17.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINqhC3QaOuTGGdOMdx18vWekhK5G5xz { display:block; }
 }@media only screen and (max-width: 763px) { #Dam6rky1MNFXqU8Va09cl0KxmennRxB0 { width:17.5625rem;height:6rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRanoJhcycCVT6fI9d7LvchSmyPcEDg9 { display:block; }
 }@media only screen and (max-width: 763px) { #s17Jfbk1VZXUpzqsgfk9Vpfu6Ld5Anf4 { width:17.5625rem;height:6rem;top:10.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR233JyRLHOfhxNg1KIVBvCfu9Q9VaMt { display:block; }
 }@media only screen and (max-width: 763px) { #UPAIUflp8wzRh7sfHm7TTS9glw1UBTsW { width:2.25rem;height:1.9375rem;top:12.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ1LSAJolbKf0SiWOBW2fUKI6ur3lTrw { width:2.25rem;height:1.9375rem;top:20rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlOxSNlmQEJ24tmpiRfm89DXT236TdrU { width:2.25rem;height:1.9375rem;top:27.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO40s780e2eLz9IcfmdoqNLSHrWfqHXi { display:block; }#uO40s780e2eLz9IcfmdoqNLSHrWfqHXi > .row .container { width:20rem;height:15.223937988281rem;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.937375rem;height:0.99975625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaEPS13Hf0ablWEr73GRKS53QegurRls { display:block; }
 }@media only screen and (max-width: 763px) { #c6nUCFKTm3vW4RTlEti5KtUqdpEgHlrS { width:8.999625rem;height:0.99975625rem;top:8.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpxXSupeIpHtFiqSrgt9P3wMZQSUF9Ah { 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) { #CoFce1CGCSGtdbcPUlX7ZR9XRHsmE2OE { width:20rem;height:2.75rem;top:12.473962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection { display:block; } #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection *:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="text"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="email"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection input[type="tel"]:focus-visible, #df7638a4cd2ae8ed4c27813fe6899fcd.widget-smartsection textarea:focus-visible { outline: none; } #MqGVG7r2kKvqy11Hc9fcD35owBimaBil > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7713f420808934b83010665579dfb5f.widget-smartsection { display:none; } #d7713f420808934b83010665579dfb5f.widget-smartsection *:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="text"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="email"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection input[type="tel"]:focus-visible, #d7713f420808934b83010665579dfb5f.widget-smartsection textarea:focus-visible { outline: none; } #yoxDQ0Xp3MhJTKIqOJ3KqwFuJRd6TI4o > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection { display:block; } #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection *:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="text"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="email"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection input[type="tel"]:focus-visible, #vb4c5b61425cdef977b7f96d852f4d65.widget-smartsection textarea:focus-visible { outline: none; } #MSQTMB70wRPVvb5H626BCsFOZZ954WGc > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd3b410b73913ef6281f432e8067b366.widget-smartsection { display:none; } #dd3b410b73913ef6281f432e8067b366.widget-smartsection *:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="text"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="email"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection input[type="tel"]:focus-visible, #dd3b410b73913ef6281f432e8067b366.widget-smartsection textarea:focus-visible { outline: none; } #c98sPguSdT2yeKkAFL5thncocgw4k5o3 > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection { display:block; } #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection *:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="text"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="email"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection input[type="tel"]:focus-visible, #ac9fd39e3436a0e3a6e682dfae039bc7.widget-smartsection textarea:focus-visible { outline: none; } #kn9isK8wN34J83EhAuDdG9pORPoILmAq > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r73aadbc871bb246bc402b9c17e16687.widget-smartsection { display:none; } #r73aadbc871bb246bc402b9c17e16687.widget-smartsection *:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="text"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="email"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection input[type="tel"]:focus-visible, #r73aadbc871bb246bc402b9c17e16687.widget-smartsection textarea:focus-visible { outline: none; } #UIEUV3pHsa9uP9wS6NXVagCdMPCu05SA > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection { display:block; } #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection *:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="text"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="email"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection input[type="tel"]:focus-visible, #N90bb9c2344f6e9c20d2d7d45790c6bd.widget-smartsection textarea:focus-visible { outline: none; } #K3as1ZIMHldGQPHt22RGmdrPrrnGnmm0 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection { display:none; } #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection *:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="text"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="email"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection input[type="tel"]:focus-visible, #W9ee5bd50fe7e1419c591c922df884fc.widget-smartsection textarea:focus-visible { outline: none; } #DQENqF5aCxxWTZxTAMIdHxCPTKuMaafI > .row .container { width:20rem;height:38.5625rem;position:relative;display:none; } }