.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;
}@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#218fc1;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; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row .container { background-color: transparent; background-image: none; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row .container > .video-iframe-container { display: none; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row > .video-iframe-container { display: none; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .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); }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row .container { border-width: 0; border-radius: 0; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR4U9Ztd4T5ErvSMe8gcqbinIPSWS7Z1 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#f92rIsJvBGfxK9RaZyADuVkJUf4ZoEGM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.4375rem;top:1.34375rem;left:24.78125rem;overflow:hidden;display:block; }
#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#218fc1;background-image:url("https://images.assets-landingi.com/uc/ba4fea7e-e1fa-428d-add4-6dfc52e18af9/Projektbeznazwy27.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205.adaptive-delivery-prevent-bg, #avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205.lazyload, #avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205.lazyloading { background-image: none; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row .container { background-color: transparent; background-image: none; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row .container > .video-iframe-container { display: none; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row > .video-iframe-container { display: none; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .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); }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row .container { border-width: 0; border-radius: 0; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avt6skVT1Qr2ogrkSdbvAhJ6EGAQ3205 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#KxdiA7X6T6OTUWTobTc2zN96fLHFKhqp { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #218fc1;border-left:0.1875rem solid #218fc1;border-right:0.1875rem solid #218fc1;border-bottom:0.1875rem solid #218fc1;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:15.1875rem;width:42.75rem;top:2rem;left:8.4375rem;display:block; }
#ml3p9JWF5hHhZHhhvWdanJ6TBhvGM0rs { color:#218fc1;display:block;width:40.9375rem;position:absolute;font-family:titilliummaps29;font-size:2.9375rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.375rem 0.5rem 0.625rem rgba(0,0,0,0.3);top:6.5625rem;left:9.5625rem;height:9.691375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALN8aGgtIQok4s8hHdSGMB1LxT0HOPIX { color:#218fc1;display:block;width:25.375rem;position:absolute;font-family:titilliummaps29;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.375rem 0.625rem rgba(0,0,0,0.3);top:4.1875rem;left:17.3125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yN6GvK6FTlptXNJxL9tTTxzmPPlWt8Hb { color:#218fc1;display:block;width:31.6861875rem;position:absolute;font-family:titilliummaps29;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.375rem 0.625rem rgba(0,0,0,0.3);top:14rem;left:14.125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LvXdHFuBKy2edELdhiSrupgHH5u749L5 { position:relative;display:none; }#LvXdHFuBKy2edELdhiSrupgHH5u749L5 { border-width: 0; border-radius: 0; }#LvXdHFuBKy2edELdhiSrupgHH5u749L5 > .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; }#LvXdHFuBKy2edELdhiSrupgHH5u749L5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WQ10TTT1CEmvauBpmt7JA8ny1yL1gZ8n { color:#218fc1;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:3.375rem;left:2.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3FeVCZgeA1LnVB6WCk6h2M7euPC7mRh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:7.75rem;left:2.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JA55kgUEF5eUv5BED2TkqEUpcwqS3K6r { color:#218fc1;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:3.375rem;left:23.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vm8zG20dcKNZt0X4pwaOfH1kXL4Ay8h1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:7.75rem;left:23.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#av74qtaHQ9VVupqk7yIMNOGIvZoXIriD { color:#218fc1;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:3.375rem;left:45.375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khehAes3Ts5SOCOHCUrJe42xkETHgbmx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:7.75rem;left:45.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac { position:relative;display:block; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac { background-color: transparent; background-image: none; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .row .container > .video-iframe-container { display: none; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .row > .video-iframe-container { display: none; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .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); }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac { border-width: 0; border-radius: 0; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .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; }#KoghH3JNa8OHZ7u6WpkbScT3deGIzJac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dp88CUTTrBDalmdc332culQTsM09kkBl { 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:6.1875rem;width:21.4375rem;top:2.9375rem;left:16.4365234375rem;overflow:hidden;display:block; }
#BaI06b4LWO2rGNrmcOC3g7frLWqfdFey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.65625rem;left:37.8740234375rem; }
#BaI06b4LWO2rGNrmcOC3g7frLWqfdFey > img { max-width: 100%;max-height:100%; width:4.75rem; height:4.75rem; }#VbwH6Gol0uKEJZcExWyNSQ9skaC3PeW6 { color:#218fc1;display:block;width:25.3125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:0.810546875rem;left:17.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B { position:relative;display:block; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B { background-color: transparent; background-image: none; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .row .container > .video-iframe-container { display: none; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .row > .video-iframe-container { display: none; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .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); }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B { border-width: 0; border-radius: 0; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .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; }#ou52fex84JOhhkSRdkkMxlMlyoqv7o1B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#trTsJ2deoTTQHc0LFTAcLZoHOg0E1GUZ { color:#218fc1;display:block;width:24.8105625rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:0.873046875rem;left:17.59375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQlRmTt5HZmSfWBrgpU1K3JuZrcCGFGI { background-color:#009bc2;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:titilliummaps29;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:4.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.6875rem;left:2.443359375rem;display:block; }
#VC4pvp8x3CvGPA0lIw2gq36S2XHso4Ji { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyTzmG35R1N8vpTeVc4lF9Pg62SfDAe7 { background-color:#009bc2;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:titilliummaps29;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.6875rem;left:32.34375rem;display:block; }
#PLZQDU0lcph5cb8vi1AWbaH0U2vr4JcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzldiLfaHkqozMhTDawK8nOEAGANWG1V { position:relative;display:block; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V { background-color: transparent; background-image: none; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .row .container > .video-iframe-container { display: none; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .row > .video-iframe-container { display: none; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .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); }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V { border-width: 0; border-radius: 0; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .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; }#yzldiLfaHkqozMhTDawK8nOEAGANWG1V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pU8r4rqD5SUzsd7lN8rxUxnVFKBhHc6n { color:#218fc1;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:1.9509544372559rem;left:0rem;height:2.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc0GcfXcMvPu9CmpuvuWNihK1fMTlFGe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.375rem;left:6rem; }
#omRx1qygvuRF4MLHrNrFLVE9Bydu9lIs { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.425130844116rem;left:5.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFO47ilrmHpaXWWvTfZ9Hm37LFeTK714 { color:#218fc1;display:block;width:7.0625rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:16.03125rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQDyKBcdJ6KvNFA28sBTZy7gaGwnVtd0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.375rem;left:16.5rem; }
#heuEe2f8DbwZpdVHXXSLrTMdhQf4MVON { color:#218fc1;display:block;width:8rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.425130844116rem;left:26.000001907349rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m98ALbmxeob5y9WWqKv3CkyRy9cFzGrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.375rem;left:26.9375rem; }
#yQmKlOdJIa5tTsw8hZtWutHOWJ4dt9Xs { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.4248046875rem;left:37.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LsTDzQQLeKZuceSDocX0cWEn4hKSiC55 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.375rem;left:37.5rem; }
#NhWIEzr5EZk8GCT3G1kmb80DME9fnVdm { color:#218fc1;display:block;width:8.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.425130546093rem;left:46.500001907349rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PplcIfaPdR6FSN9Sv27uTx5DLreeSawJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.375rem;left:47.875rem; }
#tXcVrKOH8P9JsEUEV3pcK2P16p9hkAvp { color:#218fc1;display:block;width:8.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.000001430511rem;left:4.59375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHxbkOwl2lw7ELTlAePLh99m2pgDCJud { color:#218fc1;display:block;width:7.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:27.000001430511rem;left:15.59375rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3vF2KttPCLg6SvGOPWLi2w1Qss7wR9H { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27rem;left:26.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFaW1IDHhIaICPMKbT0HpzOEbCquxc3i { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27rem;left:37.125rem;height:6.49903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDkRNnn1S2qe5ZPOZ2ZNEoeWpVMX7IIk { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:27rem;left:47.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t10ueGSBHqPz611pWOoX7K0XVA7QEGTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.1875rem;left:6rem; }
#c5nIAToi8Jso4ZIOolGXkPADwxZ3XDtZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.1875rem;left:16.5rem; }
#V6lrVH8UDDmAPxnBBdDGtLfXyUAFVbTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.1875rem;left:26.9375rem; }
#CqUC3Q4ur4uspbcegXCacpasz0uJsPL9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.1875rem;left:37.5rem; }
#N5vviQi9KWPCVsAGmq4eDr5nVmSRzpWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.1875rem;left:47.875rem; }
#wF9mu3Iy9lGtV6QLbXSIWk8TUCs54LLx { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:9.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:6.09375rem;left:5.96875rem;display:block; }
#qqofcSLScnMeI2QGrO6GBS8HtZ8PHBUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fm5tnchBclme9lFs0OOrX6u9lPiZb2n0 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:11.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:6.09375rem;left:16.09375rem;display:block; }
#KLLxaiP52wgX9nSTn6SxR1BbcqhpuPcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAGI5DQWG0AewcF2HF59t9x6PLqfuFwk { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:12.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:6.09375rem;left:26.03125rem;display:block; }
#s9F4NaCdHv9xTwoEWxyWUsht8JNhEKNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GceQ3hFxtZzhFgGqGolcW0OtK0EU9wHn { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:10.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:6.09375rem;left:37.46875rem;display:block; }
#ZR5UJCqkXs8H99xtFFVWEaaPzMTe2K42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpr2JFGnvwvcwy6BTRL2R46ly09fBf0R { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:12.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:6.224609375rem;left:46.59375rem;display:block; }
#krcyGGI43v3sW5bT2DCiZHbLBi9hiAuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8qpN0PVS4tMxVsnTr6mJsNPH3lKAOo1 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:12.5625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:19.703125476837rem;left:4.46875rem;display:block; }
#FBSSczbtIFiE1flRvDTdIaMhgrFRwutw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o88TeKK4zNBz061KX2uWUTJnTLRTh5a3 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:12.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:19.677083492279rem;left:15.03125rem;display:block; }
#v7h3x3lSBAgWnD48be42EqTgkDsVK7ZF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhZrShOFmd7ePWU4MlkJqwTAkWwc7GHT { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:9.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:19.677083492279rem;left:26.468751907349rem;display:block; }
#J40MXDEmG5yBI9Fc0lpkS5MCTnL4OgdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNPCWwwtb3uRXiQH5JcLaqnbfrSxQsIe { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:12.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:19.765625476837rem;left:37.093751907349rem;display:block; }
#SMrcHURHVtqPU8XQtCmTtcFLQJeG3FMr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgTR5b9BGbmoitv4KbKWHzqpGIrNu54E { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:9.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:19.765625476837rem;left:47.468751907349rem;display:block; }
#NhB1eqTEMGLGwo9mpQUmdBUBr2LnWCMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGVbrRrZuO07bZrbxBK5AJ604CpuCFvr { color:#218fc1;display:block;width:8.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41.125rem;left:4.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXKiADzJ2TNz6NhXWCVzhx29XG0rKmBg { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:33.8125rem;left:4.125rem;display:block; }
#JpJgRlBixTSIsOHwc6vEePmu070VhLCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itiIUoAZlCsRvEu24dKbBTHgSMEofFLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:34.3125rem;left:5.6875rem; }
#DJSeUcZpNtK6oSUqS8Ib0bgZTa7Dyi6I { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:41.125rem;left:15.15625rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2eddmAzAKn8WHe4WUBeWLgFaFHPcbrb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:34.3125rem;left:16.1875rem; }
#tlUIZqFmrIKk3NES7evW8885S6Z4LzN0 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:11.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:33.8125rem;left:14.6875rem;display:block; }
#qHkzdfaLDD5uMghrIDgmz1ePXsK4avdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKMTkOduhdwxM4Egg8vIsmxkWsnwVDWh { color:#218fc1;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.125rem;left:25.3125rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nzWA28nc9mA9JwT3hcyZ8fd1UgMy7z89 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.3125rem;left:26.625rem; }
#rqJb7pQUTkOO6Uq1pBizwTecusrh3oM8 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:12.3125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:34.3125rem;left:25.375rem;display:block; }
#I1LukMS9QpXAHpgviPTSTMb9I7zodclA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2PaUmZ1LVpNWqMuZD4gqbCV1zfT5pGP { color:#218fc1;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:41.125rem;left:36.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tuA5IWiGvMeCVnhkzhg6TZ11dDVAzt0h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:34.3125rem;left:37.1875rem; }
#abZVfGiE8nM1ZWOrEroBeSzr6yF0mJXh { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:9.875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:33.875rem;left:36.75rem;display:block; }
#OIgf904Mi0Fz4zdT5DcOeD3yGJ0NdWvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaxE9zvyOpHZzdez7uWUrR8sdPHRsySb { color:#218fc1;display:block;width:7.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:41.125rem;left:46.96875rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wl5J9vB5fzcUqhfMFs1TDPnVZ1O4UKWF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:34.3125rem;left:47.5625rem; }
#bURqwcb5IRgMyS9czgOzTVshnxbliJg0 { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:12.375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.875rem;left:46.75rem;display:block; }
#kh2BxrC9l2B83WIpDS4AkNOfD1SxHQav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4oUyFFblfOPTG2ycALEsC2HxQX70aZJ { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:9.8125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:48.375rem;left:4.5625rem;display:block; }
#CvhumahTd89NNm8FDvbUZz58gIJsKahE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbPwvEoxAQKJFRXRq9b0D03Z1zO8lOJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:48.875rem;left:6.125rem; }
#DZEL3PqrssK26zXJcg9MzSDNggkkOcbc { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:11.3125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:48.375rem;left:15.8125rem;display:block; }
#i70ayAouE3iVU8737KGQCcy54DeO7coT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHA8oGmamJEaMuAzPrEvuXmNX2859P6s { color:#218fc1;display:block;width:8.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:55.6875rem;left:4.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFCR8ySbNVT8AhpF9AtKNvrvDidS2vau { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:55.6875rem;left:15.5625rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFwCJopyIyI3WmPVVTSWoJNQV0b0nTLE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:48.875rem;left:16.625rem; }
#bg3nzJnPWiTSumf1kSM2uElr84RM902f { color:#218fc1;display:block;width:10.5625rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:55.8125rem;left:24.75rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQBilFCMDNU3W8VOqrXPzluxidxCV2Ei { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:48.875rem;left:27.0625rem; }
#A8BUAJT8E4ineoJUyMcaqGMINUMNhDDO { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:14.0625rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:48.375rem;left:25.5625rem;display:block; }
#ndM4kUaO8rLISZKU1KkWySrzMZoKPQOF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ud2AfZDnxvwCtDM5ky0StmtFAGXSRz4p { color:#218fc1;display:block;width:7.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:55.6875rem;left:37rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsLEfVM6TXcSnptAU8IDl5mmwEfm2fm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:48.875rem;left:37.625rem; }
#hagwreq8ZoQgTTTyxMr8iKxrBCXbcZka { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:11.3125rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:48.4375rem;left:36.75rem;display:block; }
#MuvnokOcfeWV9gWOvp7ta68hlZE76RMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elX9vwEgHhwWWWhrr6yOIgtFdcu29Ew2 { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:55.6875rem;left:46.5625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4WxQVwn5yLACWukK6ew9NoILF644LCS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:48.875rem;left:48rem; }
#frBTwl7Wq3bW9iruy6iNx2TFa3elqMcz { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:13.6875rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:48.4375rem;left:46.3125rem;display:block; }
#fHikz8dKfqUOrTIBqsa4z4sNiXMs42EQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxaGyJGuTe4BG50rp4FUuCIPf9b71eWx { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:11.5rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:63.6875rem;left:4.5rem;display:block; }
#EJ3Arr4hU08vzuMr1sU7Fev0sDhLuuQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZicUKg5b8u4d94F2ZbK1bSON8WJ3hxQl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:64.1875rem;left:6.0625rem; }
#hr9pGecwgJl7S8SaXLGw9TG7huNJONIr { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:14.0625rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:63.6875rem;left:15.5625rem;display:block; }
#odDuasuPE7ybf17QGVpbnXXkREVOMpDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qS60DUnBHISzC6U2G3AOdNZWfTIGTIW1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:64.1875rem;left:16.5625rem; }
#NmRneSqv6eHX202h0u8yw7LRzvOrwxvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:64.1875rem;left:27rem; }
#AmTZadvB0uqTzeQlEiX9cBz0RCvwQECJ { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:10.3125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:63.6875rem;left:25.5rem;display:block; }
#CUqz3M9bm73xT7TRevs07ENQPV80TFkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dz0HtT9kpTxSoTRALI3bV3QGOnmt7IxK { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:11.25rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:63.75rem;left:36.6875rem;display:block; }
#IGyxBCmcNiMIktIKC8bzH44nLrRKIeAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGKR6qmkOWa3LWAaGNybhOWxq6ne5DTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:64.1875rem;left:37.5625rem; }
#otLfcV74ihVpEeTggSMQ84il3XB04MxB { color:#218fc1;display:block;width:8.9375rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:71rem;left:4.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOtGPvcGCx0TTuLTsbWnE9Mr4P5M5hXN { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:71rem;left:15.5rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruXOaCeJNE4EZ3Awip5GlXTEvSsVSaXI { color:#218fc1;display:block;width:10.5625rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:71.125rem;left:24.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHOleyXDy09wkZF6UT0THzkJMPSFeb7T { color:#218fc1;display:block;width:7.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:71rem;left:36.9375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xS5PPaqcJFeNE9MUn2VOFMTsK8D2BJir { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:71rem;left:46.5rem;height:6.49903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCypGx5iUkgwpTmgcH9RcmvO2aE43TOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:64.1875rem;left:47.9375rem; }
#eIHvxbTIzd7Ow16sHATMePEnF7VLVRXC { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:12.375rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:63.75rem;left:46.25rem;display:block; }
#DlZDHXdwWcoFESTtSx7GTUdPlWBEyv4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Adf5rRHbImlvAuQ8zqoEEP25418BeK3X { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:15.125rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:79.25rem;left:15.5625rem;display:block; }
#eGgphW65xbSmRVb9O7OHhXS8a3aW6Vgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyU5xE6poIMr2f3edHi16OK2SGU9glsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:79.75rem;left:16.625rem; }
#Q0Xc69LMG7XEuz5oAudsy0TkAW0FSByo { color:#218fc1;display:block;width:8.8125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:86.5625rem;left:15.5625rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z45Ahgpzcd8ru5yXFhCr9QZy7qnyWtoe { 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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:13.8125rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:79.3125rem;left:36.3125rem;display:block; }
#OpAgDAveQXl7qhZLFqeebsKppTekVWS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vp24UtZFEGkMSmEIwkUlJtxVPX1Rpfmw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:79.75rem;left:37.625rem; }
#UUU7AvIad9oG3L5zVS8N2LGz3pEr7oyt { color:#218fc1;display:block;width:8.75rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:86.625rem;left:36.5625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 { position:relative;display:block; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 { background-color: transparent; background-image: none; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .row .container > .video-iframe-container { display: none; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .row > .video-iframe-container { display: none; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .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); }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 { border-width: 0; border-radius: 0; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .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; }#cC2H0Vl2vTzWseSdSRZtdmCUofDxy6T4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mk06T4o06SvtD5mCb7hShLSsf1VOfczF { color:#009bc2;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:1.9509544372559rem;left:0rem;height:2.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV { position:relative;display:block; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV { background-color: transparent; background-image: none; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .row .container > .video-iframe-container { display: none; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .row > .video-iframe-container { display: none; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .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); }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV { border-width: 0; border-radius: 0; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .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; }#FVez4oIOiPvXMQgWJglUQTn10TfwXMGV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#baHOHGFhGEcfD4XiFEMvfkAeDbeU0taX { background-color:#009bc2;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:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.21875rem;left:21.25rem;display:block; }
#Zg9bME3HottT3EIXwdeDknrxKUBPfPk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfGUb8X5mayPF0Ax9pZoRtLS3tNCW0Uh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009bc2;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; }#vfGUb8X5mayPF0Ax9pZoRtLS3tNCW0Uh > .row .container { border-width: 0; border-radius: 0; }#vfGUb8X5mayPF0Ax9pZoRtLS3tNCW0Uh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfGUb8X5mayPF0Ax9pZoRtLS3tNCW0Uh > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:none; }#FvE7QmqiloU8KtMWXoHNR3za5Af1gQ5x { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.0308208465576rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qglCWvOuezzFeziyJPZhX8dVy3Tf40fP { position:relative;display:none; }#qglCWvOuezzFeziyJPZhX8dVy3Tf40fP { border-width: 0; border-radius: 0; }#qglCWvOuezzFeziyJPZhX8dVy3Tf40fP > .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; }#qglCWvOuezzFeziyJPZhX8dVy3Tf40fP > .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:238.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S7J59fCOmIWSggqWe2Tfxs9JuSw56JvW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0625rem;left:20.4375rem;overflow:hidden;display:block; }
#agrF7CAM1v3AVmHEGTZyTm7BMFHJE2wT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0625rem;left:40.75rem;overflow:hidden;display:block; }
#EF5n6ekehzsyTsTW26F0XSleTXcKcNET { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:20.4375rem;overflow:hidden;display:block; }
#eQC57wGrtxaMgLKAgTVnl7lXNGk0Xn9b { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.375rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:40.75rem;overflow:hidden;display:block; }
#DBetTeDDkmEPzeaqzo1BMOMZyhv7myKg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:0rem;overflow:hidden;display:block; }
#c0rQzIfvuXlTJO94tMzRTgQOHankIJKe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.625rem;left:20.4375rem;overflow:hidden;display:block; }
#WiipcOSArJPlhJ7CRZOZGOUwDxZz34Fo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.25rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.625rem;left:40.75rem;overflow:hidden;display:block; }
#P1yevpau6SlbwFWwaTg9BEbtlwMLOGoP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.625rem;left:0rem;overflow:hidden;display:block; }
#p2lJTmgPyb9EPVKFpbxiXFKAz8wewstt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.4375rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.375rem;left:0rem;overflow:hidden;display:block; }
#zlhT5oADcMXXKTP23ycNzic8OUkRAqTq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.4375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.375rem;left:20.59326171875rem;overflow:hidden;display:block; }
#XektN17wqS2ttsPO2acSMMU2qmyUl3TX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.4375rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.375rem;left:40.7177734375rem;overflow:hidden;display:block; }
#pPpnEGpT0GnlBOVvN3A3qJ0W5AqpmoGK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.0284295082092rem;left:0rem;overflow:hidden;display:block; }
#gz4E9TIBV1UsRezrHt7NPZ3HBHKXmlb2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.186853408814rem;left:0rem;overflow:hidden;display:block; }
#pi1GOrmniLlJUWM38Du3lTzp2Vaourw7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.186856269836rem;left:20.499132156372rem;overflow:hidden;display:block; }
#KBGLvVf4rVhPGMDXI2nvkQNmqX3mAv69 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.155385971069rem;left:40.749784469604rem;overflow:hidden;display:block; }
#GAJN6869VecuJrBEzUxg0ytGZiasTDBH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:71.936853408812rem;left:0rem;overflow:hidden;display:block; }
#Pyyza8aA8wByImGa13xuxfx4sutAQ2QB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:71.905389785769rem;left:20.499132156372rem;overflow:hidden;display:block; }
#Vekc2yQC8DVFG3bvxHVhVnrCITPhcCBi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:71.905385971069rem;left:40.749784469604rem;overflow:hidden;display:block; }
#VE6V4M8CW9dwVAvGZ201pqv1skMmdC7V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:85.873485565187rem;left:0rem;overflow:hidden;display:block; }
#HeH77cJOpdpIsstudobi9zPfXkHW8L4y { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:85.842021942138rem;left:20.437284469604rem;overflow:hidden;display:block; }
#tosLxPQUXBBACLgVBMCXrRbrfTT1KWra { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:85.842018127444rem;left:40.749784469604rem;overflow:hidden;display:block; }
#yZmP9JUWZtG2ZdT2OdnymQKTFdGVq519 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:99.873054504394rem;left:0rem;overflow:hidden;display:block; }
#Fw3XUzMJa3EgoPfN7y0mMwdSDzl7b3t3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:99.840499877931rem;left:20.499132156372rem;overflow:hidden;display:block; }
#vDUfV24sBXFKKq1BevpQcduWWBITTTFW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:99.840501785281rem;left:40.749784469604rem;overflow:hidden;display:block; }
#xay66Zxk1lhgaJvD7iyniFbDXT3BWz5x { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:113.49718284607rem;left:0rem;overflow:hidden;display:block; }
#QEVDNUNeDhlKSlsUbSarlpePoUEOG4oX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:113.4646320343rem;left:20.437284469604rem;overflow:hidden;display:block; }
#mUGTnuSAdWevosOTfUJabolIZnE7rRD2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:113.46571540832rem;left:40.749784469604rem;overflow:hidden;display:block; }
#H7PI3JAB26ik62PGwSZ6xovCGl0DR979 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:127.18316459656rem;left:0rem;overflow:hidden;display:block; }
#BxdyRNDwdOBN7nOWkR7e6AgJRNfyDdph { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:127.15171051026rem;left:40.811632156372rem;overflow:hidden;display:block; }
#X25deDaeXFwJBfAOxdvmI05EuRSgODcB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:127.15171051026rem;left:20.437284469604rem;overflow:hidden;display:block; }
#WzZQkMaa4eK4bt70QwN5WlE6pZ8Ew2if { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:140.62066650391rem;left:0rem;overflow:hidden;display:block; }
#pPtRJxITRxrdSTBcrNUPaGQRc2fWcAET { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:140.58919715881rem;left:20.560979843139rem;overflow:hidden;display:block; }
#pUwGHa5eA4MFP6VzppzeoClbRiONLOCk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:140.58919906616rem;left:40.749784469604rem;overflow:hidden;display:block; }
#S88UKf4rZLIteWQbyIbssTrCGy4czFlz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:154.68316268921rem;left:0rem;overflow:hidden;display:block; }
#pSqwT8OAIFupAPU5oTFGuEK7oahThGL4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:154.65062522888rem;left:20.437284469604rem;overflow:hidden;display:block; }
#D2xb5SnU1s551JkMbIxeuuxT5p2P5gkB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:154.65062522888rem;left:40.749784469604rem;overflow:hidden;display:block; }
#w2OdtzA4QLWZrz8fAJKtRvIhr9ZG25Q2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:168.80751037597rem;left:0rem;overflow:hidden;display:block; }
#OcggEDcg1OqRydEeZlys4FnCbN2T02DV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:168.77388572693rem;left:20.593534469604rem;overflow:hidden;display:block; }
#klfs3HFbluxrN1PTPXVN1J2bhvcOtQvs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.125rem;width:18.25rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:168.77495765686rem;left:40.812719345093rem;overflow:hidden;display:block; }
#Cm6pPDTiO0T9TV0cfi1f20gRCfZmpDBy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12rem;width:18rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:182.43165206909rem;left:0rem;overflow:hidden;display:block; }
#SfsWksuTQsXW1EqF9N7JS1BGUSzqVDw3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:182.3980178833rem;left:20.685766220092rem;overflow:hidden;display:block; }
#gydV7rQCxTkTCD6eBzsI0ZOdF4WFH4fa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:182.39801406861rem;left:40.749784469604rem;overflow:hidden;display:block; }
#nfwx2ECcOPH5oudBbIfOtKPnuMZdOI7w { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12rem;width:18rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:196.18164825439rem;left:0rem;overflow:hidden;display:block; }
#DFZx81rOUCSdbyxn0ttsoZyi3mC2WZuk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12rem;width:18rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:196.18166351318rem;left:20.717233657837rem;overflow:hidden;display:block; }
#zXQ1DApSsefDLlW5bOWCJzvIPO4MT8f2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12rem;width:18rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:196.17947769165rem;left:40.937501907349rem;overflow:hidden;display:block; }
#K6syzI8PMzZuFep2RtQr5Mmae5cbWN7N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:210.12696075439rem;left:0rem;overflow:hidden;display:block; }
#itTA0In1PcJ5D2vszL1HuyHfR2Chdn2D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:210.12697219849rem;left:20.749784469604rem;overflow:hidden;display:block; }
#PVULuXanekgizCmErxvKrcXkelbUoJPN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:210.1953163147rem;left:40.967882156372rem;overflow:hidden;display:block; }
#iM4ONDDvWE79EOTzxCboW1diXRvhus4w { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:17.875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:223.81402206421rem;left:0rem;overflow:hidden;display:block; }
#winAi22E2EGsLQGIvxRN5mWAkTus4T0F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:17.875rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:223.81403541565rem;left:20.781251907349rem;overflow:hidden;display:block; }
#dy4FtoCIyrcoAcE4HXwbFWWUOKg6O9l6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.875rem;width:17.875rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:223.81402206421rem;left:40.999349594116rem;overflow:hidden;display:block; }
#aREG3lp4ppbE3EJ9rttUChk2hUK5BVZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009bc2;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; }#aREG3lp4ppbE3EJ9rttUChk2hUK5BVZe > .row .container { border-width: 0; border-radius: 0; }#aREG3lp4ppbE3EJ9rttUChk2hUK5BVZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aREG3lp4ppbE3EJ9rttUChk2hUK5BVZe > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:none; }#oPoCGccfNrzvrntsRQp5bPLAJi5iykZa { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.3125rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXodm58DmIDmONu1CKmqT6ZQpvVt4Ims { position:relative;display:none; }#BXodm58DmIDmONu1CKmqT6ZQpvVt4Ims { border-width: 0; border-radius: 0; }#BXodm58DmIDmONu1CKmqT6ZQpvVt4Ims > .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; }#BXodm58DmIDmONu1CKmqT6ZQpvVt4Ims > .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:172.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vRcLcTy0JcFmntluKJ3o6VlBSI8JmszZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.6875rem;left:0rem;overflow:hidden;display:block; }
#MPHJ5sJIFFlbi6xOMTt08rqunoxnBeCi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.6875rem;left:20.4375rem;overflow:hidden;display:block; }
#qDKaLf9NAFuZk8oEVnaN9s4Xtd6KX0Qc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.687269210816rem;left:40.717233657837rem;overflow:hidden;display:block; }
#yVKiIeudHsNM4IazZsxdWBGyp5f39KRT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.5625rem;left:0rem;overflow:hidden;display:block; }
#NAaCse2FbOSo9QZqxZ8gKKnIVUJ4yKoH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.5625rem;left:20.4375rem;overflow:hidden;display:block; }
#hgN6UgNeCCqWwEWlGDlt8S7n1VDH5yCk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.5625rem;left:40.6875rem;overflow:hidden;display:block; }
#abxugW3VsQD4By48NoP6XacFCq8TJQQE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.0625rem;left:20.4375rem;overflow:hidden;display:block; }
#IbBE662B4oKPIH6oibc80AmNZc207Qze { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.0625rem;left:40.6875rem;overflow:hidden;display:block; }
#RgNO5l7m88iHqle8USgb6HLkN21hx9cK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.0625rem;left:0rem;overflow:hidden;display:block; }
#JAXOvRemH9itZEvxVn4Cn2DW4xnAWPKo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.25rem;left:0rem;overflow:hidden;display:block; }
#uAJGg3R0H6H7KTQMMRaNnODIgbQPuENS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.3125rem;left:20.5625rem;overflow:hidden;display:block; }
#poPprocXuLCVAX1KrzuWaF8SdRKWEzUL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:72.375rem;left:0rem;overflow:hidden;display:block; }
#bWQbQahgdL1MgCzqXdezTztccu9lVC2i { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:86.5rem;left:40.75rem;overflow:hidden;display:block; }
#eRb0MoUnlmGpqmDdSN9sbAikGqZdtgHa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:72.375rem;left:20.5625rem;overflow:hidden;display:block; }
#ENri2QR8sSH8Qe7bot8GNPJuGUdvHHvZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:72.375rem;left:40.6875rem;overflow:hidden;display:block; }
#zvMruSeRSeSabud84HQwd13cRLmDUIUM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:86.5rem;left:0rem;overflow:hidden;display:block; }
#GSJ9RQTo6PzTet6JMt7bbVFSvSs2k1Nu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:86.5rem;left:20.625rem;overflow:hidden;display:block; }
#LkWmJxWHwGXKD7cD5mG8iMIyoQgWncnt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:100.9375rem;left:0rem;overflow:hidden;display:block; }
#iP4akTufDLQzDnBBHx3fdWfSolbJFCbq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:100.9375rem;left:20.625rem;overflow:hidden;display:block; }
#vTRZQPsWprgEvmlBpSWAC61JNOC6Ig09 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:100.9375rem;left:40.75rem;overflow:hidden;display:block; }
#JFMJd3DQqBvQhIRCGb5CTQDkPV6OKex0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:58.3125rem;left:40.75rem;overflow:hidden;display:block; }
#xS3zr2BiPyq0tZdZAEFa5eh0du4ZvIIX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:115.25rem;left:0rem;overflow:hidden;display:block; }
#D1cCgUvuwF2rkd7fgezd8PfOoeqbHcmW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:115.25rem;left:20.625rem;overflow:hidden;display:block; }
#mKQdaq2qHbxpeZWEAz2vxKJvgosd26ey { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:115.25rem;left:40.75rem;overflow:hidden;display:block; }
#xqVuORRRI2N2mAz5ccKuICHA1kidi0n8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:129.5rem;left:0rem;overflow:hidden;display:block; }
#W2Gka0tzNgEF8ImoofomdqX1Rtr8rVp6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:129.5rem;left:20.625rem;overflow:hidden;display:block; }
#SgMfR1JtJymb8Lu6UX8Lck0DRrDxRz4k { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:129.5rem;left:40.75rem;overflow:hidden;display:block; }
#McgVzfmg2fcp2u6TwoLcRIqv6spsINEv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:143.375rem;left:0rem;overflow:hidden;display:block; }
#ZuyfrmcxJSyGM37yIkKqQBGxZeI9hdK1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:143.375rem;left:20.625rem;overflow:hidden;display:block; }
#PIZyJsWePlqc0rOKxiJkSUC8U0Azgqoh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:143.375rem;left:40.75rem;overflow:hidden;display:block; }
#vdTpBUPKtffUdbQv9MqMGLT2UnTXQoUQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:157.375rem;left:0rem;overflow:hidden;display:block; }
#DJ30Q8mz0aXqxTmORUaxkqg8xX7HIArp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:157.375rem;left:20.625rem;overflow:hidden;display:block; }
#ZzWnQGipXcP7n9fI8TIHFXJdi3HMDG3a { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:157.375rem;left:40.75rem;overflow:hidden;display:block; }
#FX0i9vGpJscxbKGblDTZKJP8HF7cTa5L { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#OxFnEWZQ5y12DO6ToWyQhxPETqEukN92 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.3125rem;left:20.4375rem;overflow:hidden;display:block; }
#yKSkhLkxBeDbb0oUUtiQc5ey2SbWx2zK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:18.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009bc2;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; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row .container { background-color: transparent; background-image: none; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row .container > .video-iframe-container { display: none; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row > .video-iframe-container { display: none; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .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); }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row .container { border-width: 0; border-radius: 0; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3kfz9ZWwKNOyZKkvcfW9zJtgI3urBT2 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#NmebctMuGvnxqOuczTaryaa75d0aK5Jm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.28125rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh { position:relative;display:block; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh { background-color: transparent; background-image: none; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .row .container > .video-iframe-container { display: none; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .row > .video-iframe-container { display: none; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .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); }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh { border-width: 0; border-radius: 0; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .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; }#cyoDQI8sHG5fEyWl3ON1dFtrv9qupaDh > .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:40.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hnzxPu5FekzuOJArsK403OR4Da7wbPIl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5625rem;width:13.0625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.7314453125rem;left:45.802734375rem;overflow:hidden;display:block; }
#WSiqWqiyqtzNhFK10cxKIg3DqfQ06GVh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.7626953125rem;left:1.1181640625rem;overflow:hidden;display:block; }
#kMaOVgaaULgaT3alqcQZzVIZ73rqVnzS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.4375rem;width:13rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.7939453125rem;left:31.255859375rem;overflow:hidden;display:block; }
#geVyOnxmaNwhyv2kxeXwDwyUFcFC6gKM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5rem;width:13.125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.7626953125rem;left:16.30859375rem;overflow:hidden;display:block; }
#W1vV04hSeZ7llD1PpTn0UmNmV1xHkrrc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.0625rem;width:27.25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.65625rem;left:1.1181640625rem;overflow:hidden;display:block; }
#SQDQxfeqVZ86QN2GwtoAUlUzcaAKOHvy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15rem;width:27.125rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.6875rem;left:31.802734375rem;overflow:hidden;display:block; }
#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009bc2;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; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row .container { background-color: transparent; background-image: none; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row .container > .video-iframe-container { display: none; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row > .video-iframe-container { display: none; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .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); }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row .container { border-width: 0; border-radius: 0; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3gyJWNG29EgFkXgBL5GFcSeVvEXCkiL > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#PTr2QkF4X3GUUGUy2cX3OdxOnq9VMcO9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1.0937576293945rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu { position:relative;display:block; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu { background-color: transparent; background-image: none; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .row .container > .video-iframe-container { display: none; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .row > .video-iframe-container { display: none; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .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); }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu { border-width: 0; border-radius: 0; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .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; }#w5Gil7pqTsz7krbOUvTJv6a6SoIq7tXu > .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:40.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kZkg6v3v4Q02NDPzUPIFIOOlyZocMrIQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:18.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1064453125rem;left:41.5rem;overflow:hidden;display:block; }
#GUAmRw3xlxlKDZp2E5iFS1R5vxzx8ZGZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.75rem;width:18.5625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1376953125rem;left:0rem;overflow:hidden;display:block; }
#W9bX0XGkyQG2c8RMqbRf64wcDKSv2Vl0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14rem;width:19rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.25rem;left:41rem;overflow:hidden;display:block; }
#ChA2wA0ATlAOuarApzRmTVKpVlUAib6E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.4375rem;width:18.6875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.2939453125rem;left:20.46875rem;overflow:hidden;display:block; }
#lp0zPRD79pVmbnpRW5hfbQudrxnWNL40 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.25rem;width:19.0625rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.125rem;left:20.46875rem;overflow:hidden;display:block; }
#Z3qreOD2x7PEizy5LOaAhQlZaVUJJKR3 { 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:14.125rem;width:19rem;top:22.1875rem;left:0rem;overflow:hidden;display:block; }
#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009bc2;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; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row .container { background-color: transparent; background-image: none; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row .container > .video-iframe-container { display: none; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row > .video-iframe-container { display: none; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .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); }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row .container { border-width: 0; border-radius: 0; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0b9r3ZXnHkQd5vXDvwIoMJX8OZTg3me > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }