.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: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4817ba7-4bd2-4dcf-bc61-f032c3fdc6a6/garant11214692.jpeg");background-position:top right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:-0.0625rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { position:relative;z-index:auto;display:block; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { background-color: transparent; background-image: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container > .video-iframe-container { display: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row > .video-iframe-container { display: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .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); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { border-width: 0; border-radius: 0; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .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; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .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:4.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:block; }#JfRCTvOQMtD2sOUpzzuAEzDbD4L5GWVW { 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.37456875rem;width:10.9375rem;top:0.37434896826744rem;left:1.8736991882324rem;overflow:hidden;display:block; }
#pH8Td1oUxZhWX4iTFHmue61PnbmfznW6 { 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:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:2.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.99934899806975rem;left:16.311851501465rem;display:block; }
#L2FJ76i5ZUW383Vom7DDI7rPUzCA94mG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rexXgvshB3bUSC5RNTzIy1L3DK3iiWyX { 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:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.99934899806975rem;left:21.687282562256rem;display:block; }
#F4QTAHQx3okGdCPA4SleF09nR2tx4wWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBTsQrrqqux7a1qQx2psPZ6UZRTywDMk { 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:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.99934899806975rem;left:25.811634063721rem;display:block; }
#He0z8qco2MvfQm4kt4EVS2sJgifcBPvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GooTqW99QTOr6gdEALfzqvi1KghKdElT { 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:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.99934899806975rem;left:31.062286376953rem;display:block; }
#Gf5swVtZwqcakeNsc4iiX2KJ5NNhFgbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnJIxn0k7pzTsEDu37uineTHZRKBeN2S { 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:#151515;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.12456875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.99934899806975rem;left:36.561416625976rem;display:block; }
#OEIreXOf5BSWqWnanWSP2f5pD0BOFnmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tc1UrL02NmTZCeB49n6fATa3a4CVSKsm { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helvetica;font-size:0.75rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:49.8125rem;display:block; }
#al6s9AgyeC9sAzlpSdIWWmdskL1uwbKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp { position:relative;display:block; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp { background-color: transparent; background-image: none; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container > .video-iframe-container { display: none; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row > .video-iframe-container { display: none; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .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); }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp { border-width: 0; border-radius: 0; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G86uQlO1hPOLnzNNrXLZIDLwTvziBoqv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FxuZwEi3STfbvlWqd4rw1hrXC69xC1gP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LTxNKhVuapceiTeGKawGakgPoW9Xa0na { position:relative;display:block; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na { background-color: transparent; background-image: none; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row .container > .video-iframe-container { display: none; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row > .video-iframe-container { display: none; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .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); }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na { border-width: 0; border-radius: 0; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .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; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .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:122.5625rem;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; }#QlTRaoVf0PuHqrcxfxsNbh1CQRHi1biu { color:#151515;display:block;width:52.375rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:700;z-index:15120;line-height:.9;letter-spacing:0;top:2.0625rem;left:2.375rem;height:10.1236875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rNhkITmU8XUJyVydUTUJ51duvXhLgfTe { color:#151515;display:block;width:32.9375rem;position:absolute;font-family:monteserrat;font-size:0.8125rem;font-weight:400;z-index:15126;line-height:1.5;letter-spacing:0;top:14.5625rem;left:2.375rem;height:24.37065rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIxnsckUVkMRo6c38Q4VgUJFUhLJvynk { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:12.5rem;top:11.437282562256rem;left:35.375rem;overflow:hidden;display:block; }
#gQRQELZHTxmNvnICPN3IFKfkIXw4uVkB { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:27rem;left:37.3125rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#xgAFcuSTBUqaIFPhQPTi9Hc6vJOQBevC { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:27rem;left:48.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#KMIXeZdRZn4si3J6GNITTiAQdqegCKdr { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:14.5625rem;top:11.404949188233rem;left:44.061851501465rem;overflow:hidden;display:block; }
#XrOXSek9Qo9SlT9Un85SBBTcmaGorGD6 { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:20.625rem;top:29.875rem;left:36.875rem;overflow:hidden;display:block; }
#x70Cxf4MXmn1FO8CwcX0NbHTl2kHsK7P { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:20.4375rem;top:70.308164596556rem;left:2.373046875rem;overflow:hidden;display:block; }
#hBT1bQODzKuzm54ayRdNhLRJJKkTEmAL { color:#151515;display:block;width:55rem;position:absolute;font-family:monteserrat;font-size:0.8125rem;font-weight:400;z-index:15127;line-height:1.5;letter-spacing:0;top:43.4375rem;left:2.375rem;height:14.6223875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chD8UHtMZg1ZNypKUv7k0TTtybezu4MG { color:#151515;display:block;width:55rem;position:absolute;font-family:monteserrat;font-size:0.8125rem;font-weight:400;z-index:15127;line-height:1.5;letter-spacing:0;top:61.749349594116rem;left:2.3795585632324rem;height:7.31119375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH { color:#151515;display:block;width:32.9373125rem;position:absolute;font-family:monteserrat;font-size:0.8125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:70.504564285281rem;left:24.631076812744rem;height:12.2385rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH li:before{  }
#zgvXqDqkv0CfteNOXDsuVXeuCpaVDPbG { color:#151515;display:block;width:55rem;position:absolute;font-family:monteserrat;font-size:0.8125rem;font-weight:400;z-index:15128;line-height:1.5;letter-spacing:0;top:85.245227813719rem;left:2.375rem;height:28.02625625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L32sDmwyXdCspWySPSKxREb9a5i2asgq { position:relative;display:block; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq { background-color: transparent; background-image: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container > .video-iframe-container { display: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row > .video-iframe-container { display: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .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); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq { border-width: 0; border-radius: 0; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .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; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .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:13.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; }#M9PlzCbgJPvnLMsgJtPevq00VCTJRTRk { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43728125rem;width:7.999125rem;top:6.1870670318604rem;left:32.31120300293rem;overflow:hidden;display:block; }
#dQQKOXQLRxVqmHkTgCvJuowTH0Z6sbRw { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:6.25rem;top:6.3433227539062rem;left:25.186634063721rem;overflow:hidden;display:block; }
#oT4x27ooAzKX7PkgMWdffNgV9GMvaZiE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aIUlZ8QEMGVAA6PZqW2xU8LcMUXsfF3v { position:absolute;display:block;z-index:14944;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.4375rem;top:7.1875rem;left:40.530601501465rem;overflow:hidden;display:block; }
#lNg3OfZSV2BS3vf6s9Diwm8KQTg7wnCC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.125rem;top:7.2493591308594rem;left:8.3745651245119rem;overflow:hidden;display:block; }
#iBWs11NyA6dAufQXtomAQCWoMa5EVW4d { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8rem;top:1.8125rem;left:50.25rem;overflow:hidden;display:block; }
#F7MFBekLWLNC5c6QGNdz8CGSSmF139TD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.5625rem;top:2.875rem;left:26.875rem;overflow:hidden;display:block; }
#s3SwTb8vPNEn3La8JqfacfDaApK17izu { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.875rem;top:1.4375rem;left:31.875rem;overflow:hidden;display:block; }
#okZ4C84ZeU4ptyoLeiOofucPToEMaZVh { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:7.1875rem;overflow:hidden;display:block; }
#ed7NvxVi5JOwi4n13bISdy5mMrLaRp4U { position:absolute;display:block;z-index:14945;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.125rem;top:1.6875rem;left:17rem;overflow:hidden;display:block; }
#WRHr2Oy83mV6eKOdga8bCVFMR2o0KcTX { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#O3xuAoVVN5HpZDBKgmTcmtOnbDTHiXpu { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.8125rem;left:12.5rem;overflow:hidden;display:block; }
#iv4tLdKmz4VqGgK06TMlOCSH4Pv1WGzZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.25rem;top:2.5625rem;left:39.875rem;overflow:hidden;display:block; }
#Sx13BDfgl2OcE8bKo7SXMaiX67Ewfrfb { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9rem;top:8.5310363769531rem;left:15.499782562256rem;overflow:hidden;display:block; }
#T1BPDgow0EAuAauXWtFO1QZaulFi64Wz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.5625rem;top:8.0625rem;left:51.062286376953rem;overflow:hidden;display:block; }
#k4cUbAu0cbrxEnmOr09DsazBv5TI2FXv { position:absolute;display:block;z-index:15126;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:6.3748125rem;top:8.4991321563719rem;left:1.1857643127441rem;overflow:hidden;display:block; }
#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU { position:relative;display:block; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU { background-color: transparent; background-image: none; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row .container > .video-iframe-container { display: none; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row > .video-iframe-container { display: none; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .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); }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU { border-width: 0; border-radius: 0; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .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; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.3125rem;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; }#NSM5kW6P5PO3WTnpVK4lGqLMUqDH9OsV { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:22.1875rem;top:0rem;left:18.90625rem;display:none; }
#RzO0P1gqSeiOCNTXg9rL2hW48b9WJgER { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:400;z-index:15164;line-height:.9;letter-spacing:0;top:8.3125rem;left:4.1875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v196H3lwJmohzOcK4o2NMR9qPM9N5zMJ { color:#191919;display:block;width:22.125rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15167;line-height:1;letter-spacing:0;top:25.5625rem;left:4.8125rem;height:2.2504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDI85apZzhhuOWD4FmCXoTqCfhZkVfTX { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:27.1875rem;top:2.9375rem;left:29.375rem;overflow:hidden;display:block; }
#HwtUXcnpKiTBAfNIH15tP3i5QbWE8wco { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:400;z-index:15165;line-height:.9;letter-spacing:0;top:41.84375rem;left:4.1875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SP9OlKWyGJ85xz1WKxrGOsIMkCXd7r7y { color:#000000;display:block;width:21.25rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15166;line-height:1;letter-spacing:0;top:15.3125rem;left:4.8125rem;height:2.2504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7wTrp1rQfd3Wm94d1geVQHInTtIhigQ { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:18.8125rem;left:8.25rem;height:3.6556rem;display:block; }
#HMXodnsrTATdWBzM0uAHZOngaMQ9Fk7s { color:#000000;display:block;width:16.375rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:29.0625rem;left:8.25rem;height:4.87413125rem;display:block; }
#o2xsUPb01yiKd5KipATKGF8JEloMoa9G { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15167;line-height:1;letter-spacing:0;top:48.4375rem;left:4.8125rem;height:2.2504375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJTMHkKxJJeEngd364ldmwTzK2FA4MmE { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15178;line-height:1.3;letter-spacing:0;top:51.9375rem;left:8.25rem;height:4.875rem;display:block; }
#JGczWcXy2BCiVbgmutWRdRmq4kxzDFkr { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:27.1875rem;top:41.21875rem;left:29.375rem;overflow:hidden;display:block; }
#LqNphen2uonutCNRJsvTV20NJmdqA6x7 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15166;line-height:1;letter-spacing:0;top:11.6875rem;left:4.8125rem;height:1.12521875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdJuCD868ibzy0tfL7S9IlE8VhqWagPA { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15167;line-height:1;letter-spacing:0;top:45.21875rem;left:4.8125rem;height:1.12521875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee { position:relative;display:block; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee { background-color: transparent; background-image: none; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row .container > .video-iframe-container { display: none; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row > .video-iframe-container { display: none; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .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); }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee { border-width: 0; border-radius: 0; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .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; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width: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; }#iInIpBcrq2msrKZLR31T2Xe9d6xsRMiE { z-index:15006;top:3.8125rem;left:14.375rem;background-color:rgba(7,0,2,0.65);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.83) ;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:monteserrat;font-size:2.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:31.25rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s3h3ibzluE39RlMaE44KnWKpTZBbi7Cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 { position:relative;display:block; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 { background-color: transparent; background-image: none; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row .container > .video-iframe-container { display: none; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row > .video-iframe-container { display: none; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .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); }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 { border-width: 0; border-radius: 0; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .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; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .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:52.625rem;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; }#lW8LokI5STwf2f2tBh6oTFKeZUp6fOqa { 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:30.5625rem;width:35rem;top:9.25rem;left:25rem;overflow:hidden;display:block; }
#sq5oGACToe3n21i1qquSbsCI8UJfc9co { position:absolute;display:block;z-index:15001;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30.0625rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#vcR7lfW3IfdWCSNhdl8qG9IGR5CTErsR { position:absolute;display:block;z-index:15002;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:23.75rem;top:36.5rem;left:31.75rem;overflow:hidden;display:block; }
#DuynfNqTTg4p1NnFeieQQpLoT70D9ZwR { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:41.9375rem;left:1.53125rem;height:3.6556rem;display:block; }
#HX27eXOSVgBTum5B5Ev790kZqM1dA86h { position:absolute;display:block;z-index:15181;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:23.9375rem;top:25.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#TqKSzls9J6f6xQsDou9QdekekzUFsUa8 { color:#000000;display:block;width:58.75rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:400;z-index:15177;line-height:.9;letter-spacing:0;top:2.3125rem;left:0.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP { position:relative;display:block; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP { background-color: transparent; background-image: none; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row .container > .video-iframe-container { display: none; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row > .video-iframe-container { display: none; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .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); }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP { border-width: 0; border-radius: 0; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .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; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .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:65.375rem;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; }#wCqraN7JybvkvKgT2Shwx9kaFHGevC6w { 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:30.5625rem;width:35rem;top:8.625rem;left:0.0625rem;overflow:hidden;display:block; }
#bVDUQ90IlAnXT7AIUZ84m0TWLvV79S7C { position:absolute;display:block;z-index:15001;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:30.0625rem;top:24.4375rem;left:27.8125rem;overflow:hidden;display:block; }
#FnfKowrR4e2ifBQ1FgGXlVt64RI9T2cG { color:#000000;display:block;width:58.75rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:2.3125rem;left:0.625rem;height:3.37456875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkFhHSs0ghOO2D3qxMDcMdFw7o2mh4f4 { position:absolute;display:block;z-index:15002;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:23.75rem;top:36.5rem;left:3.5810546875rem;overflow:hidden;display:block; }
#oIrBhCOOlO1tGgzowJlnhPTn2UIzUTKC { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:43.3125rem;left:29.3125rem;height:15.84094375rem;display:block; }
#yIp0P903tRgz0a81LMp0EEir3tRh5gXS { position:absolute;display:block;z-index:15181;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:23.9375rem;top:10.875rem;left:35.0625rem;overflow:hidden;display:block; }
#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz { position:relative;display:block; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz { background-color: transparent; background-image: none; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row .container > .video-iframe-container { display: none; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row > .video-iframe-container { display: none; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .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); }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz { border-width: 0; border-radius: 0; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .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; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .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:10.375rem;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; }#iOg2fH8zhpK47W9CFofTAth564uO29hP { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:monteserrat;font-size:3.75rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:3.5625rem;left:13.15625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SOxfLO2cMs34PZCoAeAE2fUubvZp7t6L { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:7.21484375rem;left:8.46875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN { position:relative;display:block; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN { background-color: transparent; background-image: none; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row .container > .video-iframe-container { display: none; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row > .video-iframe-container { display: none; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .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); }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN { border-width: 0; border-radius: 0; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .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; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .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:47.625rem;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; }#SphsNXteCT9wtNOXwJSG54UXc1FGkNeE { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#Cz3TVc4WUXsyBOcDAsh9bJ8QCHuxC1ta { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.3125rem;height:19.496525rem;display:block; }
#dgM4w5MpN3T9nr9SmTC8x6CR0bD4cliD { position:absolute;display:block;z-index:15179;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10.4375rem;top:11.5625rem;left:28.375rem;display:block; }
#V7b2EuT5AnnCrMQhiHvIhgM1vAG8JJ9n { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B17QrINhuGmk0MU1z2c5EXnC45QntArG { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.4375rem;top:10.625rem;left:29.3125rem;overflow:hidden;display:block; }
#vSP7xC0A0xG3gHGQAJoBKc58dyNWeq2M { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:41.25rem;overflow:hidden;display:block; }
#rXzdTRV8bkeAscfBznStbqmByNFhxFHP { color:#000000;display:block;width:16.625rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.25rem;height:1.3808625rem;display:block; }
#JTeTkfo1SLBmLgHRrWi0JDEZPOKZyhB7 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.25rem;height:19.4965125rem;display:block; }
#vT1HAzwKVOgZ6IU0BuhKE8IRz4loxCJe { position:absolute;display:block;z-index:15181;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.1875rem;top:11.5625rem;left:49.625rem;display:block; }
#l9afXD7EzfIwb2mvocsrakJfRBIUIGyu { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9rem;top:11.5625rem;left:49.8125rem;overflow:hidden;display:block; }
#hXOKrS5Ic2L6CyleRQlvR0lnygr4Pl7g { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.25rem;height:20.71504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MmaAAfdLrFyR7qpAdrhPoT0TTn18KfI1 { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#hZENcnX8dJx2ltXgcgyQ1VeEyWhTFR3u { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:4.93706875rem;top:11.256509780884rem;left:13.881294250488rem;overflow:hidden;display:block; }
#T1FscPWNlG5Miy8RbZx4p4qc8aDkTnZ3 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:1.3808625rem;display:block; }
#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc { position:relative;display:block; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc { background-color: transparent; background-image: none; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row .container > .video-iframe-container { display: none; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row > .video-iframe-container { display: none; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .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); }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc { border-width: 0; border-radius: 0; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .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; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .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:50.625rem;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; }#ihvZTT9Cg42Kin618N31HLh1RhG5FZmS { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#N6IKMnAZSfsmRtXWhh62zqU969B2mm09 { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:11.125rem;left:14.1875rem;overflow:hidden;display:block; }
#kpmsmyOg1VlEIs2kXBSKlmkXpOEPNyNP { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:19rem;left:1.25rem;height:21.9336rem;display:block; }
#v2gTApZm25GtUU9DyuxxENQALbwmtiwr { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:41.25rem;overflow:hidden;display:block; }
#Htry18WvXkLvcWhfcsBMI9eHRf2R1yvS { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:19rem;left:41.25rem;height:21.933575rem;display:block; }
#lJVHmMMd8bPJP5xERk78eiKQJkJ1fB5M { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.375rem;top:13.75rem;left:48.875rem;overflow:hidden;display:block; }
#e63eZHSsHa71pDgURhOwMklhcWOAZRai { position:absolute;display:block;z-index:15187;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.25rem;top:13.5rem;left:48.5rem;display:block; }
#ikxh2Z7wHDaeT9EIyrbVKS6NyfILUiZw { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:17.21875rem;left:1.25rem;height:1.38020625rem;display:block; }
#VwHn8K8u6VET2RegeZo70wCxiQoE0O8p { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:17.21875rem;left:41.25rem;height:1.38020625rem;display:block; }
#f9Kmk3KV95wVKDgMKWbbNora64JTTXFT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.25rem;height:14.6224125rem;display:block; }
#bDPc6eoMZDROzmvVh1TXhCsb3UGibPJ9 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.25rem;height:1.3808625rem;display:block; }
#qaLf8H9SRhPnMFgh6BHFulIF9zBslbW6 { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.25rem;width:17.375rem;top:1.3125rem;left:21.25rem;overflow:hidden;display:block; }
#iJIqZe162xstZMyHQ5CsCczff35GzTaW { position:absolute;display:block;z-index:15196;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:11.0625rem;left:34.0625rem;overflow:hidden;display:block; }
#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U { position:relative;display:block; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U { background-color: transparent; background-image: none; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row .container > .video-iframe-container { display: none; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row > .video-iframe-container { display: none; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .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); }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U { border-width: 0; border-radius: 0; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .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; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .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:52.5625rem;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; }#JLcvJUFvWVdDOnJ6yEyp9t4TwN9ruCWZ { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#GHyH8O7VtVbShPxKP2axE0lsgh4FfFyd { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:21.15625rem;left:21.25rem;height:18.27800625rem;display:block; }
#mctWAIaIeubdKx0cBdaT8wIKC8Tbg4r7 { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.25rem;width:17.375rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#m6RUpav1vBSuaSGHp748XcELy8fP0TyW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.25rem;height:23.152125rem;display:block; }
#Sp4GyLXew8SRwnlcN0cv7USnexQL3AqF { color:#000000;display:block;width:16.75rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:1.3808625rem;display:block; }
#CKLTBnfsucAQIb5PiHBJv5veyaHlWz0p { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HaMreXlwdaX4d4sMPzR3x7UptMndJX68 { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:41.25rem;overflow:hidden;display:block; }
#KQA4ZecqveLlkIDvgOUci0Cfi0NTWaIK { color:#000000;display:block;width:16.625rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.25rem;height:1.3808625rem;display:block; }
#FqiR7v5ILmZxSUeDZi44tsltmztrtUhu { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.25rem;height:24.37064375rem;display:block; }
#yrWdBb3kb0viNEodpAXR072eLMUDKSTU { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.5rem;top:11.75rem;left:11.75rem;overflow:hidden;display:block; }
#EcV72x86QFZbMISZqiqsnvwUK5wtvRw7 { position:absolute;display:block;z-index:15190;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.3125rem;top:12.375rem;left:11.375rem;display:block; }
#pwqUVkMZonRxVTVbRySxyQVC04fFBDVC { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.5625rem;top:13rem;left:54.625rem;overflow:hidden;display:block; }
#IoEPKooI6LtRTMEGly87LkqNHJHNun4m { position:absolute;display:block;z-index:15181;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.875rem;top:12.4375rem;left:53.9375rem;display:block; }
#Jv7sPUvuw8ZAqn2hns811xGiRqsUeKV9 { position:absolute;display:block;z-index:15193;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.75rem;top:13.155822753906rem;left:30.499565124512rem;overflow:hidden;display:block; }
#OlMvVyJq01OA73xL1eFGp2FfminDAz9N { position:absolute;display:block;z-index:15191;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.875rem;top:12.436645507812rem;left:30rem;display:block; }
#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr { position:relative;display:block; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr { background-color: transparent; background-image: none; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row .container > .video-iframe-container { display: none; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row > .video-iframe-container { display: none; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .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); }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr { border-width: 0; border-radius: 0; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .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; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .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:65.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; }#mUk6FWPDGU3N5wTLqcG4TCStrQynTrcT { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#CiZEWnKyHDQ99SA9wxCUaaRlb2OhvSaH { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.25rem;height:32.9003625rem;display:block; }
#Ok35teXrJwDsM8m0z4VVfRWdLpbMtDBC { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.3125rem;height:30.46333125rem;display:block; }
#oGJ6ZThaDZIRFOzRhfcrd41iegpqzCBT { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#rCTXM7Zl9gegQPN0JEg145S9wiT0z7zU { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:41.25rem;overflow:hidden;display:block; }
#zwHA4ATTruU8LRVRZzr8toL2UlfnU3zA { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.25rem;height:35.33746875rem;display:block; }
#tyqzBRJ0kHTm7hrvFoDVW1m9C4imKABn { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.625rem;top:11.8125rem;left:12.125rem;overflow:hidden;display:block; }
#e0CiJT9iVt60oUe507nMGFyVTJpgZ2pM { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.4375rem;top:12.0625rem;left:31.4375rem;overflow:hidden;display:block; }
#L2u8GhUsvcoLKScam5IiRZahwHhGHdN7 { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:11.125rem;left:54.25rem;overflow:hidden;display:block; }
#N3klWFwDgAr8eaFeESSrBZVLFKfNKPRQ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.25rem;height:1.3808625rem;display:block; }
#pOqLcNZDQTwq9m6Kx3knt7sWAh4oaTMW { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.3125rem;height:1.3808625rem;display:block; }
#hvkpn1wcr2NgyVKiASDnDKeIZkgCkgd1 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK { position:relative;display:block; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK { background-color: transparent; background-image: none; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row .container > .video-iframe-container { display: none; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row > .video-iframe-container { display: none; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .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); }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK { border-width: 0; border-radius: 0; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .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; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .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:64.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; }#gfkS6yQwOBLZSlzKHn6piwHSqPspUlTB { position:absolute;display:block;z-index:15178;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#OSJUVPCZ87u9q2G02z98XXp3ipX8qX8p { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:21.15625rem;left:21.25rem;height:35.33744375rem;display:block; }
#FwOybG7mAsybTT8AfKzNOlsQUhvvMh0w { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.3125rem;width:17.5rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#LRTRGKEt56obdTniyIyI5FCMwR9gpOV2 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:19.875rem;left:1.25rem;height:31.68183125rem;display:block; }
#TBubS06w1WvyB2eWha4z5l6DM2va9vV4 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.25rem;height:1.38020625rem;display:block; }
#JQFLqlS4TQdEsiqnGTaIenXdLd4hLA1V { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.3125rem;height:2.76041875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wRS87GzynNMmJUTxw7VXheJGAXC9K5Xv { position:absolute;display:block;z-index:15192;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.4375rem;top:13.249755859375rem;left:8.3118476867675rem;overflow:hidden;display:block; }
#VfQiW4HpZzTiVClg0tHtXnxENuCpyhGB { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:14.375rem;width:17.5rem;top:1.3125rem;left:41.25rem;overflow:hidden;display:block; }
#NloG2uL411EN9w8DpTZlQqCJ0dBTatRM { color:#000000;display:block;width:16.625rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15184;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.25rem;height:1.3808625rem;display:block; }
#s7rQyKxSX7rTc3lx00yIRDbqllbeRqQc { color:#000000;display:block;width:17.5rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.25rem;height:35.3374375rem;display:block; }
#XuxZVxJdzJwOnI1nFpfFvwC9g52kDBqM { position:absolute;display:block;z-index:15181;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:12.5rem;left:51.9375rem;display:block; }
#Uvwb8KbTuQVhLUgB173UJ6eETHFsFFgF { position:absolute;display:block;z-index:15190;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.4375rem;top:12.53125rem;left:52.125rem;overflow:hidden;display:block; }
#FuWNRmdTce0eeH9fv7DqgpWEl7QiAHoh { position:absolute;display:block;z-index:15197;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:11.125rem;left:34.3125rem;overflow:hidden;display:block; }
#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T { position:relative;display:block; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T { background-color: transparent; background-image: none; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row .container > .video-iframe-container { display: none; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row > .video-iframe-container { display: none; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .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); }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T { border-width: 0; border-radius: 0; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .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; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .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:22.0625rem;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; }#f8sf0V0E62mwIMZJqf3krTi9kVFNltZ0 { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:17.5rem;width:17.5rem;top:2.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#GJsCTTHiZDFxfCpK7XVTqb63Kegf5Jfg { position:absolute;display:block;z-index:15194;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:9.1873125rem;top:17.125rem;left:9.8125rem;overflow:hidden;display:block; }
#dc2uU5xLeu9KPTJ9AXEphIko48NUDh3h { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:monteserrat;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:2.1875rem;left:21.624351501465rem;height:1.38020625rem;display:block; }
#IMGldQ67anThtOiTO2bmf7JqDH0zHoAI { color:#000000;display:block;width:37.125rem;position:absolute;font-family:monteserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1514759063721rem;left:21.625rem;height:14.6223875rem;display:block; }
#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG { position:relative;display:block; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG { background-color: transparent; background-image: none; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row .container > .video-iframe-container { display: none; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row > .video-iframe-container { display: none; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .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); }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG { border-width: 0; border-radius: 0; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .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; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width: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; }#tPcLx0X7mtiKOTk2GeCcxqMzc3t92PDW { z-index:15006;top:3.8125rem;left:14.375rem;background-color:rgba(7,0,2,0.65);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.83) ;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:monteserrat;font-size:2.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:31.25rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#afJOK0nqZ4C7cm1604vs6afdVZ0ZPrnN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 { position:relative;display:block; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 { background-color: transparent; background-image: none; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row .container > .video-iframe-container { display: none; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row > .video-iframe-container { display: none; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .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); }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 { border-width: 0; border-radius: 0; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .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; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .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:30.5rem;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; }#gwydqiEB5mOySSCJHnv5TaonyLkNKass { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:15.625rem;width:17.6875rem;top:8.1875rem;left:10.0625rem;overflow:hidden;display:block; }
#xvKJogMRhuA4VZutaBBf7gifbp8UmJKQ { color:#000000;display:block;width:20.625rem;position:absolute;font-family:monteserrat;font-size:3.125rem;font-weight:400;z-index:15176;line-height:.9;letter-spacing:0;top:3rem;left:8.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gznmpRyyiNiqAHxhDdPk9SCC9mZ4rVWC { color:#000000;display:block;width:20.625rem;position:absolute;font-family:monteserrat;font-size:1.25rem;font-weight:400;z-index:15177;line-height:.9;letter-spacing:0;top:5.9375rem;left:8.625rem;height:1.12413125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7pqslJP0ngOKDFak5t9R3980QbGxvB1 { z-index:15007;top:25.0625rem;left:10.0625rem;background-color:rgba(255,255,255,0.65);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:monteserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.6875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FhmAl02bpEU75F2MEJBlmIfzHUPsSty2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNiTnuGWzWAoOH1d78GzNe9ATlfPMxCm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:15.625rem;width:17.5rem;top:8.1875rem;left:31.9375rem;overflow:hidden;display:block; }
#DXEN5VpKt7bwNkv3f6EHGeWQTLLQHZm6 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:monteserrat;font-size:3.125rem;font-weight:400;z-index:15180;line-height:.9;letter-spacing:0;top:2.9375rem;left:30.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VsMqmWWAuvz9how9BTDqhUHatV93LPfO { color:#000000;display:block;width:20.625rem;position:absolute;font-family:monteserrat;font-size:1.25rem;font-weight:400;z-index:15181;line-height:.9;letter-spacing:0;top:5.75rem;left:30.375rem;height:1.12413125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gSsqgmRbbiuh8MuCHQMP1e4FXAWWNkuS { z-index:15011;top:25rem;left:31.9375rem;background-color:rgba(255,255,255,0.65);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:monteserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ghpFNOZard8l2QrkWATXQAJSheCFlBuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT { position:relative;display:block; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT { background-color: transparent; background-image: none; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row .container > .video-iframe-container { display: none; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row > .video-iframe-container { display: none; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .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); }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT { border-width: 0; border-radius: 0; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .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; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dfdfdf;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;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; }#f9Nb94paMapXDA5O5fIETrUw8r5BLClD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.25rem;top:2.03125rem;left:24.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { display:block; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfRCTvOQMtD2sOUpzzuAEzDbD4L5GWVW { top:0.3125rem;left:0rem;width:10.9375rem;height:3.37456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8Td1oUxZhWX4iTFHmue61PnbmfznW6 { width:4.9375rem;height:2.125rem;top:0.9375rem;left:10.186851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2FJ76i5ZUW383Vom7DDI7rPUzCA94mG { display:block; }
 }@media only screen and (max-width: 763px) { #rexXgvshB3bUSC5RNTzIy1L3DK3iiWyX { width:3.75rem;height:2.125rem;top:0.9375rem;left:15.562282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4QTAHQx3okGdCPA4SleF09nR2tx4wWS { display:block; }
 }@media only screen and (max-width: 763px) { #EBTsQrrqqux7a1qQx2psPZ6UZRTywDMk { width:5.375rem;height:2.125rem;top:0.9375rem;left:19.686634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #He0z8qco2MvfQm4kt4EVS2sJgifcBPvf { display:block; }
 }@media only screen and (max-width: 763px) { #GooTqW99QTOr6gdEALfzqvi1KghKdElT { width:5.5rem;height:2.125rem;top:0.9375rem;left:24.937286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5swVtZwqcakeNsc4iiX2KJ5NNhFgbU { display:block; }
 }@media only screen and (max-width: 763px) { #bnJIxn0k7pzTsEDu37uineTHZRKBeN2S { width:7.5rem;height:2.0625rem;top:0.9375rem;left:30.436416625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEIreXOf5BSWqWnanWSP2f5pD0BOFnmw { display:block; }
 }@media only screen and (max-width: 763px) { #Tc1UrL02NmTZCeB49n6fATa3a4CVSKsm { width:9.375rem;height:2.5rem;top:0.75rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6s9AgyeC9sAzlpSdIWWmdskL1uwbKI { display:block; }
 }@media only screen and (max-width: 763px) { #iCh60O6a3sQIFUqagvF9bOgFgKk9nePp { display:block; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G86uQlO1hPOLnzNNrXLZIDLwTvziBoqv { display:none; }
 }@media only screen and (max-width: 763px) { #FxuZwEi3STfbvlWqd4rw1hrXC69xC1gP { top:0rem;left:0rem;width:47.75rem;height:13.330208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxNKhVuapceiTeGKawGakgPoW9Xa0na { display:block; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlTRaoVf0PuHqrcxfxsNbh1CQRHi1biu { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNhkITmU8XUJyVydUTUJ51duvXhLgfTe { top:14.5625rem;left:0rem;width:32.9375rem;height:28rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIxnsckUVkMRo6c38Q4VgUJFUhLJvynk { top:11.375rem;left:29.25rem;width:12.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQRQELZHTxmNvnICPN3IFKfkIXw4uVkB { top:27rem;left:31.1875rem;width:9.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgAFcuSTBUqaIFPhQPTi9Hc6vJOQBevC { top:27rem;left:40.1875rem;width:7.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMIXeZdRZn4si3J6GNITTiAQdqegCKdr { top:11.375rem;left:33.1875rem;width:14.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrOXSek9Qo9SlT9Un85SBBTcmaGorGD6 { top:29.875rem;left:27.125rem;width:20.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x70Cxf4MXmn1FO8CwcX0NbHTl2kHsK7P { top:70.25rem;left:0rem;width:20.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBT1bQODzKuzm54ayRdNhLRJJKkTEmAL { top:43.4375rem;left:0rem;width:47.75rem;height:17rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chD8UHtMZg1ZNypKUv7k0TTtybezu4MG { top:61.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH { top:70.5rem;left:14.875rem;width:32.875rem;height:13.25rem;font-size:0.8125rem;display:block; }#RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH li:before{  }
 }@media only screen and (max-width: 763px) { #zgvXqDqkv0CfteNOXDsuVXeuCpaVDPbG { top:85.1875rem;left:0rem;width:47.75rem;height:35.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L32sDmwyXdCspWySPSKxREb9a5i2asgq { display:block; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9PlzCbgJPvnLMsgJtPevq00VCTJRTRk { top:6.125rem;left:26.18620300293rem;width:7.9375rem;height:5.3953926113012rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQQKOXQLRxVqmHkTgCvJuowTH0Z6sbRw { top:6.3125rem;left:19.061634063721rem;width:6.25rem;height:5.74978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4x27ooAzKX7PkgMWdffNgV9GMvaZiE { display:none; }
 }@media only screen and (max-width: 763px) { #aIUlZ8QEMGVAA6PZqW2xU8LcMUXsfF3v { top:7.1875rem;left:34.405601501465rem;width:10.4375rem;height:4.7494353191974rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNg3OfZSV2BS3vf6s9Diwm8KQTg7wnCC { top:7.1875rem;left:2.2495651245117rem;width:7.125rem;height:4.2493921775899rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWs11NyA6dAufQXtomAQCWoMa5EVW4d { top:1.8125rem;left:39.75rem;width:8rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MFBekLWLNC5c6QGNdz8CGSSmF139TD { top:2.875rem;left:20.75rem;width:3.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3SwTb8vPNEn3La8JqfacfDaApK17izu { top:1.4375rem;left:25.75rem;width:6.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZ4C84ZeU4ptyoLeiOofucPToEMaZVh { top:1.8125rem;left:1.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7NvxVi5JOwi4n13bISdy5mMrLaRp4U { top:1.6875rem;left:10.875rem;width:9.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRHr2Oy83mV6eKOdga8bCVFMR2o0KcTX { top:1.8125rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3xuAoVVN5HpZDBKgmTcmtOnbDTHiXpu { top:1.8125rem;left:6.375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv4tLdKmz4VqGgK06TMlOCSH4Pv1WGzZ { top:2.5625rem;left:33.75rem;width:10.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx13BDfgl2OcE8bKo7SXMaiX67Ewfrfb { top:8.5rem;left:9.3747825622556rem;width:9rem;height:1.6244289652969rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BPDgow0EAuAauXWtFO1QZaulFi64Wz { top:8.0625rem;left:39.375rem;width:7.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4cUbAu0cbrxEnmOr09DsazBv5TI2FXv { top:8.4375rem;left:0rem;width:6.3125rem;height:1.7943561452788rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU { display:block; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSM5kW6P5PO3WTnpVK4lGqLMUqDH9OsV { top:0rem;left:12.78125rem;width:22.1875rem;height:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzO0P1gqSeiOCNTXg9rL2hW48b9WJgER { top:8.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v196H3lwJmohzOcK4o2NMR9qPM9N5zMJ { top:25.5625rem;left:0rem;width:22.125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDI85apZzhhuOWD4FmCXoTqCfhZkVfTX { top:2.9375rem;left:20.5625rem;width:27.1875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwtUXcnpKiTBAfNIH15tP3i5QbWE8wco { top:41.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP9OlKWyGJ85xz1WKxrGOsIMkCXd7r7y { top:15.3125rem;left:0rem;width:21.25rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wTrp1rQfd3Wm94d1geVQHInTtIhigQ { top:18.8125rem;left:2.125rem;width:16.3125rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXodnsrTATdWBzM0uAHZOngaMQ9Fk7s { top:29.0625rem;left:2.125rem;width:16.375rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xsUPb01yiKd5KipATKGF8JEloMoa9G { top:48.4375rem;left:0rem;width:31.3125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTMHkKxJJeEngd364ldmwTzK2FA4MmE { top:51.9375rem;left:2.125rem;width:17.5625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGczWcXy2BCiVbgmutWRdRmq4kxzDFkr { top:41.1875rem;left:20.5625rem;width:27.1875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNphen2uonutCNRJsvTV20NJmdqA6x7 { top:11.6875rem;left:0rem;width:31.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJuCD868ibzy0tfL7S9IlE8VhqWagPA { top:45.1875rem;left:0rem;width:31.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgz7TEEUL6UluXLZEPkBxJ0e531z4uee { display:block; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iInIpBcrq2msrKZLR31T2Xe9d6xsRMiE { top:3.8125rem;left:8.25rem;width:31.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3h3ibzluE39RlMaE44KnWKpTZBbi7Cq { display:block; }
 }@media only screen and (max-width: 763px) { #N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 { display:block; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW8LokI5STwf2f2tBh6oTFKeZUp6fOqa { top:9.25rem;left:12.75rem;width:35rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq5oGACToe3n21i1qquSbsCI8UJfc9co { top:8.0625rem;left:0rem;width:30.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcR7lfW3IfdWCSNhdl8qG9IGR5CTErsR { top:36.5rem;left:23rem;width:23.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuynfNqTTg4p1NnFeieQQpLoT70D9ZwR { top:41.875rem;left:0rem;width:29.125rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX27eXOSVgBTum5B5Ev790kZqM1dA86h { top:25.1875rem;left:0rem;width:23.9375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqKSzls9J6f6xQsDou9QdekekzUFsUa8 { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP { display:block; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCqraN7JybvkvKgT2Shwx9kaFHGevC6w { top:8.625rem;left:0rem;width:35rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVDUQ90IlAnXT7AIUZ84m0TWLvV79S7C { top:24.4375rem;left:15.5rem;width:30.0625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnfKowrR4e2ifBQ1FgGXlVt64RI9T2cG { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFhHSs0ghOO2D3qxMDcMdFw7o2mh4f4 { top:36.5rem;left:0rem;width:23.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIrBhCOOlO1tGgzowJlnhPTn2UIzUTKC { top:43.3125rem;left:18.5625rem;width:29.1875rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIp0P903tRgz0a81LMp0EEir3tRh5gXS { top:10.875rem;left:22.8125rem;width:23.9375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz { display:block; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOg2fH8zhpK47W9CFofTAth564uO29hP { top:3.5625rem;left:7.03125rem;width:33.6875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOxfLO2cMs34PZCoAeAE2fUubvZp7t6L { top:7.1875rem;left:2.34375rem;width:43.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN { display:block; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SphsNXteCT9wtNOXwJSG54UXc1FGkNeE { top:1.3125rem;left:14.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz3TVc4WUXsyBOcDAsh9bJ8QCHuxC1ta { top:19.875rem;left:14.25rem;width:17.5rem;height:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgM4w5MpN3T9nr9SmTC8x6CR0bD4cliD { top:11.5625rem;left:21.3125rem;width:10.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7b2EuT5AnnCrMQhiHvIhgM1vAG8JJ9n { top:17.75rem;left:15.875rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B17QrINhuGmk0MU1z2c5EXnC45QntArG { top:10.625rem;left:23.125rem;width:8.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSP7xC0A0xG3gHGQAJoBKc58dyNWeq2M { top:1.3125rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzdTRV8bkeAscfBznStbqmByNFhxFHP { top:17.75rem;left:31rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeTkfo1SLBmLgHRrWi0JDEZPOKZyhB7 { top:19.8125rem;left:30.125rem;width:17.5rem;height:25.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1HAzwKVOgZ6IU0BuhKE8IRz4loxCJe { top:11.5625rem;left:38.4375rem;width:9.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9afXD7EzfIwb2mvocsrakJfRBIUIGyu { top:11.5625rem;left:38.625rem;width:9rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOKrS5Ic2L6CyleRQlvR0lnygr4Pl7g { top:19.875rem;left:0rem;width:17.5rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmaAAfdLrFyR7qpAdrhPoT0TTn18KfI1 { top:1.3125rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZENcnX8dJx2ltXgcgyQ1VeEyWhTFR3u { top:11.25rem;left:10.9375rem;width:4.875rem;height:4.4432100715126rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FscPWNlG5Miy8RbZx4p4qc8aDkTnZ3 { top:17.75rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwSDQXuziMkEXs0OruBxh1SzZkNfLfc { display:block; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihvZTT9Cg42Kin618N31HLh1RhG5FZmS { top:1.3125rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6IKMnAZSfsmRtXWhh62zqU969B2mm09 { top:11.125rem;left:11.3125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmsmyOg1VlEIs2kXBSKlmkXpOEPNyNP { top:19rem;left:0rem;width:17.5rem;height:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gTApZm25GtUU9DyuxxENQALbwmtiwr { top:1.3125rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htry18WvXkLvcWhfcsBMI9eHRf2R1yvS { top:18.9375rem;left:30.125rem;width:17.5rem;height:29.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVHmMMd8bPJP5xERk78eiKQJkJ1fB5M { top:13.75rem;left:38.25rem;width:9.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e63eZHSsHa71pDgURhOwMklhcWOAZRai { top:13.5rem;left:37.375rem;width:10.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikxh2Z7wHDaeT9EIyrbVKS6NyfILUiZw { top:17.1875rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHn8K8u6VET2RegeZo70wCxiQoE0O8p { top:17.1875rem;left:31.75rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Kmk3KV95wVKDgMKWbbNora64JTTXFT { top:19.8125rem;left:14.25rem;width:17.5rem;height:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPc6eoMZDROzmvVh1TXhCsb3UGibPJ9 { top:17.75rem;left:15rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaLf8H9SRhPnMFgh6BHFulIF9zBslbW6 { top:1.3125rem;left:14.375rem;width:17.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJIqZe162xstZMyHQ5CsCczff35GzTaW { top:11.0625rem;left:27.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U { display:block; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLcvJUFvWVdDOnJ6yEyp9t4TwN9ruCWZ { top:1.3125rem;left:14.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyH8O7VtVbShPxKP2axE0lsgh4FfFyd { top:21.125rem;left:14.25rem;width:17.5rem;height:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctWAIaIeubdKx0cBdaT8wIKC8Tbg4r7 { top:1.3125rem;left:0rem;width:17.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6RUpav1vBSuaSGHp748XcELy8fP0TyW { top:19.8125rem;left:0rem;width:17.5rem;height:29.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4GyLXew8SRwnlcN0cv7USnexQL3AqF { top:17.75rem;left:0rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLTBnfsucAQIb5PiHBJv5veyaHlWz0p { top:17.75rem;left:15.875rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMreXlwdaX4d4sMPzR3x7UptMndJX68 { top:1.3125rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQA4ZecqveLlkIDvgOUci0Cfi0NTWaIK { top:17.75rem;left:31rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiR7v5ILmZxSUeDZi44tsltmztrtUhu { top:19.875rem;left:30.125rem;width:17.5rem;height:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWdBb3kb0viNEodpAXR072eLMUDKSTU { top:11.75rem;left:9.375rem;width:6.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcV72x86QFZbMISZqiqsnvwUK5wtvRw7 { top:12.375rem;left:8.5625rem;width:7.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqUVkMZonRxVTVbRySxyQVC04fFBDVC { top:13rem;left:44.0625rem;width:3.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEPKooI6LtRTMEGly87LkqNHJHNun4m { top:12.4375rem;left:42.75rem;width:4.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7sPUvuw8ZAqn2hns811xGiRqsUeKV9 { top:13.125rem;left:24rem;width:7.75rem;height:2.0617476389796rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlMvVyJq01OA73xL1eFGp2FfminDAz9N { top:12.375rem;left:22.875rem;width:8.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqgMBi7licVQTFoXfCprn2wFcMFSzAHr { display:block; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUk6FWPDGU3N5wTLqcG4TCStrQynTrcT { top:1.3125rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiZEWnKyHDQ99SA9wxCUaaRlb2OhvSaH { top:19.875rem;left:0rem;width:17.5rem;height:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok35teXrJwDsM8m0z4VVfRWdLpbMtDBC { top:19.875rem;left:14.25rem;width:17.5rem;height:37.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJ6ZThaDZIRFOzRhfcrd41iegpqzCBT { top:1.3125rem;left:14.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTXM7Zl9gegQPN0JEg145S9wiT0z7zU { top:1.3125rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHA4ATTruU8LRVRZzr8toL2UlfnU3zA { top:19.875rem;left:30.125rem;width:17.5rem;height:43.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqzBRJ0kHTm7hrvFoDVW1m9C4imKABn { top:11.8125rem;left:9.25rem;width:6.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0CiJT9iVt60oUe507nMGFyVTJpgZ2pM { top:12.0625rem;left:24.3125rem;width:7.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2u8GhUsvcoLKScam5IiRZahwHhGHdN7 { top:11.125rem;left:43.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3klWFwDgAr8eaFeESSrBZVLFKfNKPRQ { top:17.75rem;left:31.75rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqLcNZDQTwq9m6Kx3knt7sWAh4oaTMW { top:17.75rem;left:15.875rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkpn1wcr2NgyVKiASDnDKeIZkgCkgd1 { top:17.75rem;left:0rem;width:15.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzuJLauh4Js1g6dPBExwVIdCgmBabQrK { display:block; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfkS6yQwOBLZSlzKHn6piwHSqPspUlTB { top:1.3125rem;left:14.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJUVPCZ87u9q2G02z98XXp3ipX8qX8p { top:21.125rem;left:14.25rem;width:17.5rem;height:41.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOybG7mAsybTT8AfKzNOlsQUhvvMh0w { top:1.3125rem;left:0rem;width:17.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTRGKEt56obdTniyIyI5FCMwR9gpOV2 { top:19.8125rem;left:0rem;width:17.5rem;height:38.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBubS06w1WvyB2eWha4z5l6DM2va9vV4 { top:17.75rem;left:0rem;width:16.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFLqlS4TQdEsiqnGTaIenXdLd4hLA1V { top:17.75rem;left:15.875rem;width:15.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRS87GzynNMmJUTxw7VXheJGAXC9K5Xv { top:13.1875rem;left:5.4375rem;width:10.4375rem;height:2.3741738998305rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQiW4HpZzTiVClg0tHtXnxENuCpyhGB { top:1.3125rem;left:30.125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NloG2uL411EN9w8DpTZlQqCJ0dBTatRM { top:17.75rem;left:31rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rQyKxSX7rTc3lx00yIRDbqllbeRqQc { top:19.875rem;left:30.125rem;width:17.5rem;height:42.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuxZVxJdzJwOnI1nFpfFvwC9g52kDBqM { top:12.5rem;left:40.75rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvwb8KbTuQVhLUgB173UJ6eETHFsFFgF { top:12.5rem;left:41.1875rem;width:6.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWNRmdTce0eeH9fv7DqgpWEl7QiAHoh { top:11.125rem;left:27.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T { display:block; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8sf0V0E62mwIMZJqf3krTi9kVFNltZ0 { top:2.1875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJsCTTHiZDFxfCpK7XVTqb63Kegf5Jfg { top:17.125rem;left:3.6875rem;width:9.125rem;height:2.6069787988871rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc2uU5xLeu9KPTJ9AXEphIko48NUDh3h { top:2.1875rem;left:15.499351501465rem;width:16.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGldQ67anThtOiTO2bmf7JqDH0zHoAI { top:4.125rem;left:10.625rem;width:37.0625rem;height:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG { display:block; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPcLx0X7mtiKOTk2GeCcxqMzc3t92PDW { top:3.8125rem;left:8.25rem;width:31.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afJOK0nqZ4C7cm1604vs6afdVZ0ZPrnN { display:block; }
 }@media only screen and (max-width: 763px) { #SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 { display:block; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwydqiEB5mOySSCJHnv5TaonyLkNKass { top:8.1875rem;left:3.9375rem;width:17.625rem;height:15.570558260833rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvKJogMRhuA4VZutaBBf7gifbp8UmJKQ { top:3rem;left:2.5rem;width:20.625rem;height:2.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznmpRyyiNiqAHxhDdPk9SCC9mZ4rVWC { top:5.9375rem;left:2.5rem;width:20.625rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7pqslJP0ngOKDFak5t9R3980QbGxvB1 { top:25.0625rem;left:3.9375rem;width:17.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmAl02bpEU75F2MEJBlmIfzHUPsSty2 { display:block; }
 }@media only screen and (max-width: 763px) { #wNiTnuGWzWAoOH1d78GzNe9ATlfPMxCm { top:8.1875rem;left:25.8125rem;width:17.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXEN5VpKt7bwNkv3f6EHGeWQTLLQHZm6 { top:2.9375rem;left:23.9375rem;width:21.25rem;height:2.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsMqmWWAuvz9how9BTDqhUHatV93LPfO { top:5.75rem;left:24.25rem;width:20.625rem;height:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSsqgmRbbiuh8MuCHQMP1e4FXAWWNkuS { top:25rem;left:25.8125rem;width:17.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghpFNOZard8l2QrkWATXQAJSheCFlBuP { display:block; }
 }@media only screen and (max-width: 763px) { #Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT { display:block; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Nb94paMapXDA5O5fIETrUw8r5BLClD { top:2rem;left:17.9375rem;width:14.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(196,224,250,0.82);background-image:url("https://images.assets-landingi.com/uc/00a82ece-b9cd-4fb6-b385-5fcd18eb120a/BG_Mobile.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { position:relative;z-index:auto;display:block; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx { background-color: transparent; background-image: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container > .video-iframe-container { display: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row > .video-iframe-container { display: none; }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .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); }#r4kBvoOC4ATVBfDT4DkHSwyAqnHiuKBx > .row .container { width:20rem;height:3.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfRCTvOQMtD2sOUpzzuAEzDbD4L5GWVW { width:7.6875rem;height:2.3125rem;top:0.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8Td1oUxZhWX4iTFHmue61PnbmfznW6 { width:4.9375rem;height:2.125rem;top:3.6875rem;left:0.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2FJ76i5ZUW383Vom7DDI7rPUzCA94mG { display:block; }
 }@media only screen and (max-width: 763px) { #rexXgvshB3bUSC5RNTzIy1L3DK3iiWyX { width:3.0625rem;height:2.125rem;top:3.6875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4QTAHQx3okGdCPA4SleF09nR2tx4wWS { display:block; }
 }@media only screen and (max-width: 763px) { #EBTsQrrqqux7a1qQx2psPZ6UZRTywDMk { width:5.375rem;height:2.125rem;top:3.6875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #He0z8qco2MvfQm4kt4EVS2sJgifcBPvf { display:block; }
 }@media only screen and (max-width: 763px) { #GooTqW99QTOr6gdEALfzqvi1KghKdElT { width:5.375rem;height:2.125rem;top:3.6875rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf5swVtZwqcakeNsc4iiX2KJ5NNhFgbU { display:block; }
 }@media only screen and (max-width: 763px) { #bnJIxn0k7pzTsEDu37uineTHZRKBeN2S { width:5.375rem;height:2.125rem;top:0.84375rem;left:14.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEIreXOf5BSWqWnanWSP2f5pD0BOFnmw { display:block; }
 }@media only screen and (max-width: 763px) { #Tc1UrL02NmTZCeB49n6fATa3a4CVSKsm { width:7.0625rem;height:1.8125rem;top:0.5625rem;left:12.4404296875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #al6s9AgyeC9sAzlpSdIWWmdskL1uwbKI { display:block; }
 }@media only screen and (max-width: 763px) { #iCh60O6a3sQIFUqagvF9bOgFgKk9nePp { display:block; }#iCh60O6a3sQIFUqagvF9bOgFgKk9nePp > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G86uQlO1hPOLnzNNrXLZIDLwTvziBoqv { top:11.3125rem;left:0rem;width:20rem;height:3.25rem;z-index:15107;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #FxuZwEi3STfbvlWqd4rw1hrXC69xC1gP { width:20rem;height:5.625rem;top:7.1525573730469E-7rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxNKhVuapceiTeGKawGakgPoW9Xa0na { display:block; }#LTxNKhVuapceiTeGKawGakgPoW9Xa0na > .row .container { width:20rem;height:265.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlTRaoVf0PuHqrcxfxsNbh1CQRHi1biu { width:17.25rem;height:4.21875rem;top:1.041015625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNhkITmU8XUJyVydUTUJ51duvXhLgfTe { width:18rem;height:45.0856875rem;top:22.078125rem;left:1rem;font-size:0.8125rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #GIxnsckUVkMRo6c38Q4VgUJFUhLJvynk { width:9.75rem;height:12.8125rem;top:7.4370660781863rem;left:0.68684905767444rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #gQRQELZHTxmNvnICPN3IFKfkIXw4uVkB { width:10.0625rem;height:1.13671875rem;top:19.8125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgAFcuSTBUqaIFPhQPTi9Hc6vJOQBevC { width:7.875rem;height:1.13671875rem;top:19.8125rem;left:9.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMIXeZdRZn4si3J6GNITTiAQdqegCKdr { width:11.436625rem;height:13.3745625rem;top:7.4370665550231rem;left:7.6302084326744rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #XrOXSek9Qo9SlT9Un85SBBTcmaGorGD6 { width:18rem;height:10.125rem;top:68.410377502444rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #x70Cxf4MXmn1FO8CwcX0NbHTl2kHsK7P { width:17.8125rem;height:11.875rem;top:127.96115875244rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBT1bQODzKuzm54ayRdNhLRJJKkTEmAL { width:18rem;height:46.30425625rem;top:79.784067153931rem;left:0.99934905767444rem;font-size:0.8125rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #chD8UHtMZg1ZNypKUv7k0TTtybezu4MG { width:17.999125rem;height:12.185325rem;top:141.14800643921rem;left:1.0004341006279rem;font-size:0.8125rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH { width:18rem;height:23.852rem;top:154.58225059509rem;left:0.99934905767444rem;font-size:0.8125rem;z-index:15118;display:block; }#RTryc2CFnJQZzSzxcoRfFAKuuaTJU2yH li:before{  }
 }@media only screen and (max-width: 763px) { #zgvXqDqkv0CfteNOXDsuVXeuCpaVDPbG { width:18rem;height:84.078825rem;top:179.68424797058rem;left:0.99934905767444rem;font-size:0.8125rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #L32sDmwyXdCspWySPSKxREb9a5i2asgq { display:block; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq { background-color: transparent; background-image: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container > .video-iframe-container { display: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row > .video-iframe-container { display: none; }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .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); }#L32sDmwyXdCspWySPSKxREb9a5i2asgq > .row .container { width:20rem;height:26.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9PlzCbgJPvnLMsgJtPevq00VCTJRTRk { width:7.4370625rem;height:5.12478125rem;top:13.036458969116rem;left:1.6872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQQKOXQLRxVqmHkTgCvJuowTH0Z6sbRw { width:3.4375rem;height:3.125rem;top:10.381944656372rem;left:14.904514729977rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT4x27ooAzKX7PkgMWdffNgV9GMvaZiE { top:0rem;left:0.0625rem;width:20rem;height:11.75rem;z-index:15118;background-color:rgba(227,227,227,0.63);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aIUlZ8QEMGVAA6PZqW2xU8LcMUXsfF3v { width:9.6875rem;height:4.3125rem;top:13.904731750488rem;left:10.123264729977rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNg3OfZSV2BS3vf6s9Diwm8KQTg7wnCC { width:4.24913125rem;height:2.5rem;top:10.694444656372rem;left:7.8743490576744rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWs11NyA6dAufQXtomAQCWoMa5EVW4d { width:4.56163125rem;height:1.99978125rem;top:10.592447280884rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7MFBekLWLNC5c6QGNdz8CGSSmF139TD { width:3.5rem;height:2.125rem;top:7.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3SwTb8vPNEn3La8JqfacfDaApK17izu { width:6rem;height:4.0625rem;top:6.09375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZ4C84ZeU4ptyoLeiOofucPToEMaZVh { width:3.4375rem;height:3.4375rem;top:1.7545566558838rem;left:8.2812504172325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7NvxVi5JOwi4n13bISdy5mMrLaRp4U { width:7.1875rem;height:3.56228125rem;top:6.3411464691163rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRHr2Oy83mV6eKOdga8bCVFMR2o0KcTX { width:3.4375rem;height:3.4375rem;top:1.7513008117676rem;left:1.9368490576744rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3xuAoVVN5HpZDBKgmTcmtOnbDTHiXpu { width:3.4375rem;height:3.4375rem;top:1.7513008117676rem;left:14.623481214046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv4tLdKmz4VqGgK06TMlOCSH4Pv1WGzZ { width:7.4375rem;height:1.5rem;top:18.934463500976rem;left:1.6872829794884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx13BDfgl2OcE8bKo7SXMaiX67Ewfrfb { width:8.311625rem;height:1.37478125rem;top:18.995227813721rem;left:10.099827229977rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BPDgow0EAuAauXWtFO1QZaulFi64Wz { width:8.3745625rem;height:2.1875rem;top:21.935760498047rem;left:1.4366320967674rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4cUbAu0cbrxEnmOr09DsazBv5TI2FXv { width:6.3125rem;height:1.7943561452788rem;top:22.129992485046rem;left:11.098090589046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU { display:block; }#hThTvwQXsIWRdCBcL2T6iu6bFVZhTQJU > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSM5kW6P5PO3WTnpVK4lGqLMUqDH9OsV { width:20rem;height:11.5625rem;top:8.75rem;left:2.5rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #RzO0P1gqSeiOCNTXg9rL2hW48b9WJgER { width:11.75rem;height:1.96875rem;top:1.7119140625rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v196H3lwJmohzOcK4o2NMR9qPM9N5zMJ { width:16.3125rem;height:2.0616375rem;top:14.125rem;left:1.0625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CDI85apZzhhuOWD4FmCXoTqCfhZkVfTX { width:20rem;height:27.561875rem;top:35.999352216721rem;left:0.060763895511628rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwtUXcnpKiTBAfNIH15tP3i5QbWE8wco { width:17.5625rem;height:1.96831875rem;top:23.5625rem;left:1.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP9OlKWyGJ85xz1WKxrGOsIMkCXd7r7y { width:17.875rem;height:2.0616375rem;top:5.9375rem;left:1.125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X7wTrp1rQfd3Wm94d1geVQHInTtIhigQ { width:14.1875rem;height:4.2230875rem;top:8.25rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXodnsrTATdWBzM0uAHZOngaMQ9Fk7s { width:14.5rem;height:5.2788625rem;top:16.4375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xsUPb01yiKd5KipATKGF8JEloMoa9G { width:17.1875rem;height:2.0616375rem;top:28rem;left:1.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WJTMHkKxJJeEngd364ldmwTzK2FA4MmE { width:15.1875rem;height:4.2230875rem;top:30.3125rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGczWcXy2BCiVbgmutWRdRmq4kxzDFkr { width:20rem;height:13.3125rem;top:64rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqNphen2uonutCNRJsvTV20NJmdqA6x7 { width:10.1875rem;height:1.03081875rem;top:3.6806640625rem;left:1.15625rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hdJuCD868ibzy0tfL7S9IlE8VhqWagPA { width:12.3125rem;height:1.03081875rem;top:25.5625rem;left:1.1875rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lgz7TEEUL6UluXLZEPkBxJ0e531z4uee { display:block; }#lgz7TEEUL6UluXLZEPkBxJ0e531z4uee > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iInIpBcrq2msrKZLR31T2Xe9d6xsRMiE { top:3rem;left:1.25rem;width:17.5rem;height:3.375rem;z-index:15180;background-color:#ffffff;background-image:none;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3h3ibzluE39RlMaE44KnWKpTZBbi7Cq { display:block; }
 }@media only screen and (max-width: 763px) { #N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 { display:block; }#N2eQrurfE6qC5ECOK5poCUyQloL4c5D9 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW8LokI5STwf2f2tBh6oTFKeZUp6fOqa { width:13.4375rem;height:11.6875rem;top:8.0625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sq5oGACToe3n21i1qquSbsCI8UJfc9co { width:12.75rem;height:7.0625rem;top:28.5713rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcR7lfW3IfdWCSNhdl8qG9IGR5CTErsR { width:19rem;height:10.45rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuynfNqTTg4p1NnFeieQQpLoT70D9ZwR { width:17.5rem;height:8.52975rem;top:15.546875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX27eXOSVgBTum5B5Ev790kZqM1dA86h { width:19rem;height:10.0625rem;top:4.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqKSzls9J6f6xQsDou9QdekekzUFsUa8 { width:20rem;height:4.1232625rem;top:0rem;left:0.0625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP { display:block; }#TOvdpeipHx5Z2QFL4anbmTmdD75M2xsP > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCqraN7JybvkvKgT2Shwx9kaFHGevC6w { width:13.4375rem;height:11.6875rem;top:16.263671875rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVDUQ90IlAnXT7AIUZ84m0TWLvV79S7C { width:13rem;height:7.125rem;top:28.5713rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnfKowrR4e2ifBQ1FgGXlVt64RI9T2cG { width:20rem;height:4.1232625rem;top:0.71771240234375rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RkFhHSs0ghOO2D3qxMDcMdFw7o2mh4f4 { width:19rem;height:10.45rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIrBhCOOlO1tGgzowJlnhPTn2UIzUTKC { width:17.5rem;height:32.90040625rem;top:16.263671875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIp0P903tRgz0a81LMp0EEir3tRh5gXS { width:19rem;height:10.0625rem;top:4.841796875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz { display:block; }#IJorOzsUgaW8TT1LgSnBsPkB7X1vf1rz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOg2fH8zhpK47W9CFofTAth564uO29hP { width:20rem;height:2.0625rem;top:0rem;left:0.0625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SOxfLO2cMs34PZCoAeAE2fUubvZp7t6L { width:20rem;height:4.140625rem;top:2.25rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN { display:block; }#Mif5r9GAtFqNT1aTXQgThggFqyvDWOlN > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SphsNXteCT9wtNOXwJSG54UXc1FGkNeE { width:17.5rem;height:14.375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz3TVc4WUXsyBOcDAsh9bJ8QCHuxC1ta { width:17.5rem;height:24.3706375rem;top:19.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgM4w5MpN3T9nr9SmTC8x6CR0bD4cliD { width:10.4375rem;height:3.25rem;top:12.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7b2EuT5AnnCrMQhiHvIhgM1vAG8JJ9n { width:15.6875rem;height:1.38020625rem;top:17.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B17QrINhuGmk0MU1z2c5EXnC45QntArG { width:9rem;height:6.1875rem;top:11.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSP7xC0A0xG3gHGQAJoBKc58dyNWeq2M { width:17.5rem;height:14.375rem;top:46.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzdTRV8bkeAscfBznStbqmByNFhxFHP { width:16.625rem;height:1.38020625rem;top:62.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeTkfo1SLBmLgHRrWi0JDEZPOKZyhB7 { width:17.5rem;height:25.58916875rem;top:64.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1HAzwKVOgZ6IU0BuhKE8IRz4loxCJe { width:7.875rem;height:3.25rem;top:57.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9afXD7EzfIwb2mvocsrakJfRBIUIGyu { width:6.9998125rem;height:3.18685rem;top:57.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOKrS5Ic2L6CyleRQlvR0lnygr4Pl7g { width:17.5rem;height:21.93356875rem;top:111.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmaAAfdLrFyR7qpAdrhPoT0TTn18KfI1 { width:17.5rem;height:14.375rem;top:92.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZENcnX8dJx2ltXgcgyQ1VeEyWhTFR3u { width:4.62456875rem;height:4.24913125rem;top:102.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1FscPWNlG5Miy8RbZx4p4qc8aDkTnZ3 { width:15.686875rem;height:1.38020625rem;top:109rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwSDQXuziMkEXs0OruBxh1SzZkNfLfc { display:block; }#icwSDQXuziMkEXs0OruBxh1SzZkNfLfc > .row .container { width:20rem;height:137rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihvZTT9Cg42Kin618N31HLh1RhG5FZmS { width:17.5rem;height:14.375rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6IKMnAZSfsmRtXWhh62zqU969B2mm09 { width:4.125rem;height:4.125rem;top:11.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmsmyOg1VlEIs2kXBSKlmkXpOEPNyNP { width:17.5rem;height:26.80769375rem;top:20rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gTApZm25GtUU9DyuxxENQALbwmtiwr { width:17.5rem;height:14.375rem;top:48.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htry18WvXkLvcWhfcsBMI9eHRf2R1yvS { width:17.5rem;height:29.2447875rem;top:67rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVHmMMd8bPJP5xERk78eiKQJkJ1fB5M { width:9.375rem;height:1.68728125rem;top:61.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #e63eZHSsHa71pDgURhOwMklhcWOAZRai { width:10.25rem;height:1.8125rem;top:61.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikxh2Z7wHDaeT9EIyrbVKS6NyfILUiZw { width:15.6875rem;height:1.38020625rem;top:17.375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHn8K8u6VET2RegeZo70wCxiQoE0O8p { width:15.6875rem;height:1.38020625rem;top:64.625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Kmk3KV95wVKDgMKWbbNora64JTTXFT { width:17.5rem;height:17.059475rem;top:116.74913787842rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPc6eoMZDROzmvVh1TXhCsb3UGibPJ9 { width:16.7480625rem;height:1.38020625rem;top:114.12435150146rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaLf8H9SRhPnMFgh6BHFulIF9zBslbW6 { width:17.375rem;height:14.25rem;top:97.999137878419rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJIqZe162xstZMyHQ5CsCczff35GzTaW { width:4.56163125rem;height:4.56163125rem;top:107.74956512451rem;left:14.187283933162rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U { display:block; }#l7vi0o9pVPpxoVEKAMBVhL5W80Q1eg0U > .row .container { width:20rem;height:143.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLcvJUFvWVdDOnJ6yEyp9t4TwN9ruCWZ { width:17.5rem;height:14.375rem;top:51.124130249024rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHyH8O7VtVbShPxKP2axE0lsgh4FfFyd { width:17.5rem;height:21.9336rem;top:69.749343872069rem;left:1.1870660185814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctWAIaIeubdKx0cBdaT8wIKC8Tbg4r7 { width:17.375rem;height:14.25rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6RUpav1vBSuaSGHp748XcELy8fP0TyW { width:17.5rem;height:29.24478125rem;top:19.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp4GyLXew8SRwnlcN0cv7USnexQL3AqF { width:16.75rem;height:1.3808625rem;top:17rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLTBnfsucAQIb5PiHBJv5veyaHlWz0p { width:15.6875rem;height:1.38020625rem;top:67.124557495119rem;left:1.1870660185814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMreXlwdaX4d4sMPzR3x7UptMndJX68 { width:17.5rem;height:14.375rem;top:93.562271118162rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQA4ZecqveLlkIDvgOUci0Cfi0NTWaIK { width:16.625rem;height:1.38020625rem;top:109.62455749512rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiR7v5ILmZxSUeDZi44tsltmztrtUhu { width:17.5rem;height:28.02626875rem;top:112.24934387207rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWdBb3kb0viNEodpAXR072eLMUDKSTU { width:6.4995625rem;height:4.49978125rem;top:11.692708969116rem;left:11.880425870419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcV72x86QFZbMISZqiqsnvwUK5wtvRw7 { width:7.3123125rem;height:3.24978125rem;top:12.317708969116rem;left:11.506077229977rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqUVkMZonRxVTVbRySxyQVC04fFBDVC { width:3.56228125rem;height:2.1875rem;top:105.24955749512rem;left:14.499783933162rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEPKooI6LtRTMEGly87LkqNHJHNun4m { width:4.87413125rem;height:3.24978125rem;top:104.74934387207rem;left:13.874783933162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv7sPUvuw8ZAqn2hns811xGiRqsUeKV9 { width:7.7495625rem;height:2.06163125rem;top:63.097885131838rem;left:10.317925870419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlMvVyJq01OA73xL1eFGp2FfminDAz9N { width:8.8748125rem;height:3.24978125rem;top:62.504348754881rem;left:9.8806433081625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqgMBi7licVQTFoXfCprn2wFcMFSzAHr { display:block; }#HqgMBi7licVQTFoXfCprn2wFcMFSzAHr > .row .container { width:20rem;height:179.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUk6FWPDGU3N5wTLqcG4TCStrQynTrcT { width:17.5rem;height:14.375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiZEWnKyHDQ99SA9wxCUaaRlb2OhvSaH { width:17.5rem;height:35.3374875rem;top:20.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok35teXrJwDsM8m0z4VVfRWdLpbMtDBC { width:17.5rem;height:37.7745125rem;top:75.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJ6ZThaDZIRFOzRhfcrd41iegpqzCBT { width:17.5rem;height:14.375rem;top:57.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTXM7Zl9gegQPN0JEg145S9wiT0z7zU { width:17.5rem;height:14.375rem;top:115.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwHA4ATTruU8LRVRZzr8toL2UlfnU3zA { width:17.5rem;height:43.8672125rem;top:134.0625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqzBRJ0kHTm7hrvFoDVW1m9C4imKABn { width:5.06185rem;height:2.99913125rem;top:12.6328125rem;left:13.756511151791rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0CiJT9iVt60oUe507nMGFyVTJpgZ2pM { width:6.1875rem;height:3rem;top:68.616763535769rem;left:12.609670828411rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2u8GhUsvcoLKScam5IiRZahwHhGHdN7 { width:4.24913125rem;height:4.24913125rem;top:125.88216686249rem;left:14.570312917232rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3klWFwDgAr8eaFeESSrBZVLFKfNKPRQ { width:15.6875rem;height:1.38020625rem;top:131.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqLcNZDQTwq9m6Kx3knt7sWAh4oaTMW { width:15.6875rem;height:1.38020625rem;top:72.9375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvkpn1wcr2NgyVKiASDnDKeIZkgCkgd1 { width:15.6875rem;height:1.38020625rem;top:17.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzuJLauh4Js1g6dPBExwVIdCgmBabQrK { display:block; }#qzuJLauh4Js1g6dPBExwVIdCgmBabQrK > .row .container { width:20rem;height:187.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfkS6yQwOBLZSlzKHn6piwHSqPspUlTB { width:17.5rem;height:14.375rem;top:60.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJUVPCZ87u9q2G02z98XXp3ipX8qX8p { width:17.5rem;height:41.43014375rem;top:80.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOybG7mAsybTT8AfKzNOlsQUhvvMh0w { width:17.375rem;height:14.1875rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTRGKEt56obdTniyIyI5FCMwR9gpOV2 { width:17.5rem;height:38.993025rem;top:19.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBubS06w1WvyB2eWha4z5l6DM2va9vV4 { width:16.75rem;height:1.38020625rem;top:17rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFLqlS4TQdEsiqnGTaIenXdLd4hLA1V { width:15.6875rem;height:2.76041875rem;top:76.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRS87GzynNMmJUTxw7VXheJGAXC9K5Xv { width:7.75rem;height:1.75rem;top:13.678656187134rem;left:10.924290199063rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQiW4HpZzTiVClg0tHtXnxENuCpyhGB { width:17.5rem;height:14.375rem;top:123.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NloG2uL411EN9w8DpTZlQqCJ0dBTatRM { width:16.625rem;height:1.38020625rem;top:139.75rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7rQyKxSX7rTc3lx00yIRDbqllbeRqQc { width:17.5rem;height:42.64865rem;top:142.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuxZVxJdzJwOnI1nFpfFvwC9g52kDBqM { width:6.5625rem;height:3.25rem;top:135.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvwb8KbTuQVhLUgB173UJ6eETHFsFFgF { width:6.436625rem;height:2.93728125rem;top:135.19422912597rem;left:12.192709386349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuWNRmdTce0eeH9fv7DqgpWEl7QiAHoh { width:4.56163125rem;height:4.56163125rem;top:70.382007598875rem;left:14.257812917232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T { display:block; }#Bs46cf1JVLm6VdCa03oH1QwgdDPlwI3T > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8sf0V0E62mwIMZJqf3krTi9kVFNltZ0 { width:17.5rem;height:17.5rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJsCTTHiZDFxfCpK7XVTqb63Kegf5Jfg { width:9.125rem;height:2.6069787988871rem;top:16.21311044693rem;left:9.6940111517906rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc2uU5xLeu9KPTJ9AXEphIko48NUDh3h { width:16.6873125rem;height:1.38020625rem;top:20.374349594116rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMGldQ67anThtOiTO2bmf7JqDH0zHoAI { width:17.5rem;height:30.46334375rem;top:23.003473281861rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG { display:block; }#MxCy9xdQMkQZaGERtsVTRNcBTHxsTUpG > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPcLx0X7mtiKOTk2GeCcxqMzc3t92PDW { top:3.0625rem;left:1.25rem;width:17.5rem;height:3.25rem;z-index:15180;background-color:#ffffff;background-image:none;color:#000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afJOK0nqZ4C7cm1604vs6afdVZ0ZPrnN { display:block; }
 }@media only screen and (max-width: 763px) { #SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 { display:block; }#SMEdi0M16LzX1f5OIGTCbywUZMTkDlf0 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwydqiEB5mOySSCJHnv5TaonyLkNKass { width:13.0625rem;height:11.5625rem;top:28.5713rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvKJogMRhuA4VZutaBBf7gifbp8UmJKQ { width:20rem;height:2.47504375rem;top:0.71771240234375rem;left:0rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gznmpRyyiNiqAHxhDdPk9SCC9mZ4rVWC { width:20rem;height:1.375rem;top:3.19140625rem;left:0.0625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J7pqslJP0ngOKDFak5t9R3980QbGxvB1 { top:5.56640625rem;left:1.25rem;width:17.5rem;height:2.5rem;z-index:15180;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FhmAl02bpEU75F2MEJBlmIfzHUPsSty2 { display:block; }
 }@media only screen and (max-width: 763px) { #wNiTnuGWzWAoOH1d78GzNe9ATlfPMxCm { width:17.5rem;height:15.625rem;top:8.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXEN5VpKt7bwNkv3f6EHGeWQTLLQHZm6 { width:20rem;height:2.1994375rem;top:10.06640625rem;left:0.0625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VsMqmWWAuvz9how9BTDqhUHatV93LPfO { width:20rem;height:1.375rem;top:12.265625rem;left:0.0625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gSsqgmRbbiuh8MuCHQMP1e4FXAWWNkuS { top:14.515625rem;left:1.25rem;width:17.5rem;height:2.5rem;z-index:15180;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ghpFNOZard8l2QrkWATXQAJSheCFlBuP { display:block; }
 }@media only screen and (max-width: 763px) { #Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT { display:block; }#Vuh1O8UJOChq0FSVHkVw70lx67i0TWbT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9Nb94paMapXDA5O5fIETrUw8r5BLClD { width:14.249125rem;height:4.49978125rem;top:1.1859664916993rem;left:2.8743490576744rem;display:block; }
 }