.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10b5fcf9-8844-48e6-a9cb-a666b1bfe87e/Rectangle11901.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container { background-color: transparent; background-image: none; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container > .video-iframe-container { display: none; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row > .video-iframe-container { display: none; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .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); }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container { border-width: 0; border-radius: 0; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#Bd65dTd8EUX1vyreCAlG2QfQJhyhsiLl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.25rem;top:0.43728300929069rem;left:1.0926656723023rem;overflow:hidden;display:block; }
#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #0c0b1d, #0acf5c);background-image: -moz-linear-gradient(101deg, #0c0b1d, #0acf5c);background-image: -ms-linear-gradient(101deg, #0c0b1d, #0acf5c);background-image: -o-linear-gradient(101deg, #0c0b1d, #0acf5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0b1d', endColorstr='#0acf5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0b1d', endColorstr='#0acf5c' );";background-image: linear-gradient(101deg, #0c0b1d, #0acf5c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container { background-color: transparent; background-image: none; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container > .video-iframe-container { display: none; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row > .video-iframe-container { display: none; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .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); }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container { border-width: 0; border-radius: 0; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#v9bJMNXllMMClO0u2mHU4qeqs3yF94kQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:12.686625rem;top:6.1875rem;left:12.375rem;overflow:hidden;display:block; }
#NIZXeXSd79sK2OROndCxwFaWGHVtSu54 { color:#0acf5c;display:block;width:51.4985rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:8.125rem;display:block; }
#zk2zR5Qh4tcKAsP9oTs4XsiA1hstsr6T { color:#ffffff;display:block;width:51.4985rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:2.7615rem;display:block; }
#xzLnptc5w3052B5FZVy6vXNfabl3QtQh { 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: none;height:9.436875rem;width:38.125rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#ZTSL7P5s08viiFi3zcB7VaTNvH2mN589 { 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: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.871095180511rem;left:0rem;display:block; }
#Ey6W7BFWJULP6ee2LcGAiBpKzF8HAJg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exldLBqWmywLGoi6E2WsunSKm7HXrWq8 { box-sizing:content-box;height:29.6245625rem;width:26.311875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:2.375rem;left:47.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zloS8tG2f8gsiid9zWOcZIo8uSK2Hp6K { position:absolute;display:block;z-index:15009;height:21.7480625rem;width:24.6235rem;top:3.6859812736511rem;left:48.344184875488rem;display:block; }
#FCo80HVeUyqyt812WFNRhToheI6iN5xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container { background-color: transparent; background-image: none; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container > .video-iframe-container { display: none; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row > .video-iframe-container { display: none; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .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); }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container { border-width: 0; border-radius: 0; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#na6VILJh53M0h4SaPehEtOfdqrMBb74A { color:#0acf5c;display:block;width:70.249375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.88324546813963rem;left:2.3752174377441rem;height:3.16731875rem;text-align:center;text-align-last:center;display:block; }
#xWVgCTzWRJJ5qep87eG5DchEtNouMotx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container { background-color: transparent; background-image: none; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container > .video-iframe-container { display: none; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row > .video-iframe-container { display: none; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .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); }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container { border-width: 0; border-radius: 0; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#auMcOLfTBLGZhy9yeuTC26Ds8Vu47GTK { box-sizing:content-box;height:12.5rem;width:65.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.4333763122559rem;left:4.6169710159302rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#NI2U782CRZ6h0N7brKGEkT5SC7sih9iZ { 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:9.375rem;width:7.875rem;top:3.0620651245117rem;left:5.5609817504883rem;overflow:hidden;display:block; }
#ZgWsiwggVT1MT8fTqcf627GGlHT3qIh3 { 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:9.375rem;width:6.625rem;top:3.0620651245117rem;left:16.749134063721rem;overflow:hidden;display:block; }
#PdQBssqlSmqGmqEOgCtKVVgzJsdNhsxx { 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:9.375rem;width:6.625rem;top:3.0620651245117rem;left:28.186851501465rem;overflow:hidden;display:block; }
#JVRcKg5EEaT9DMdbUMkfpePI2L8zyNNg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:6.625rem;top:3.0620651245117rem;left:39.373916625976rem;overflow:hidden;display:block; }
#cNCfGTLLL1Cqw8FzEwZI1Wyz1Dc4a4bt { 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: none;height:9.375rem;width:6.625rem;top:3.0620651245117rem;left:50.998268127441rem;overflow:hidden;display:block; }
#qRHomhrWeS0Estfmg0gEyzvklcHm71n8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:6.625rem;top:3.0620651245117rem;left:62.061637878418rem;overflow:hidden;display:block; }
#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container { background-color: transparent; background-image: none; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container > .video-iframe-container { display: none; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row > .video-iframe-container { display: none; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .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); }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container { border-width: 0; border-radius: 0; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#W4ofFX38THe0ZNI9hX4PetSex8tD2h7B { color:#0acf5c;display:block;width:70.249375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.88433170318606rem;left:2.3752174377441rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container { background-color: transparent; background-image: none; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container > .video-iframe-container { display: none; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row > .video-iframe-container { display: none; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .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); }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container { border-width: 0; border-radius: 0; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#KzzsSEbWi3hA6nVKgp1Zh46RQAoltlta { 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:45.625rem;width:55.8745625rem;top:0.93641543388369rem;left:9.5616321563719rem;overflow:hidden;display:block; }
#Ie5lb3LCfVdtKuRxLxoqaL79Zzob8RC6 { 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:17.249375rem;width:20.8745625rem;top:3.8726129531861rem;left:13.685981750488rem;overflow:hidden;display:block; }
#Nzac6tGzSbZTbXgKW0He1GwmzT6rbQBS { 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:17.1875rem;width:20.811625rem;top:3.9019098281861rem;left:40.154083251953rem;overflow:hidden;display:block; }
#q7IHqEThdd31vyo6efRkCKcFV1K8PS2W { 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:17.1875rem;width:20.6875rem;top:24.246964454651rem;left:13.685981750488rem;overflow:hidden;display:block; }
#ZrabvVnEx8rnTcmNxnDKFf8TVnlUoELG { 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:17.1875rem;width:20.75rem;top:24.246966361999rem;left:40.184463500976rem;overflow:hidden;display:block; }
#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container { background-color: transparent; background-image: none; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container > .video-iframe-container { display: none; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row > .video-iframe-container { display: none; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .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); }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container { border-width: 0; border-radius: 0; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#E2HRhOeOxeyZ4Miy6mbuFhTo3zC0M4oZ { color:#000000;display:block;width:70.24875rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0405807495118rem;left:2.3752174377441rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container { background-color: transparent; background-image: none; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container > .video-iframe-container { display: none; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row > .video-iframe-container { display: none; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .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); }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container { border-width: 0; border-radius: 0; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#pr4QEI4nT7wppB5tuXX98OdieFikdSC2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:32.5625rem;top:2.5607604980469rem;left:4.7482643127441rem;overflow:hidden;display:block; }
#Q8Eh4r4ZLGCwmAF7bt8EEDMJ6rUouN8Q { 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.5rem;width:32.5625rem;top:2.5596752166748rem;left:38.185764312744rem;overflow:hidden;display:block; }
#ImJ1st0yIEi3ua8eIOZMIuV0A4V84akk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:32.5625rem;top:7.6236934661862rem;left:4.7482643127441rem;overflow:hidden;display:block; }
#nGKQLSq91FlkCJOWplPWueWw3cDUdXUh { 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:3.5rem;width:32.5625rem;top:7.6236934661862rem;left:38.185764312744rem;overflow:hidden;display:block; }
#oUyV4eXE9bnRGwrmHlpETnRDFTCxM8An { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:32.5625rem;top:12.687713623047rem;left:4.7482643127441rem;overflow:hidden;display:block; }
#ebCIgNlaL8l1gC2xuAOfSLpgsTFeKTcB { 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: none;height:3.5rem;width:32.5625rem;top:12.686628341675rem;left:38.185764312744rem;overflow:hidden;display:block; }
#ukHgWDMhNOKGe8WuXDoHTPtJ09qx5Jf1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.436875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.998047828674rem;left:22.781036376953rem;display:block; }
#STCrgalAiNJTtHWQ5Tr8XeGkMTk30W7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0acf5c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container { background-color: transparent; background-image: none; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container > .video-iframe-container { display: none; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row > .video-iframe-container { display: none; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .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); }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container { border-width: 0; border-radius: 0; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#TmbcycfxSBOley76MIFID0klbdWN37rZ { color:#000000;display:block;width:70.24875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.372615814209rem;left:0.87890720367431rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B3b52n051VrL2IdUtaiWFyhy7dSMniHI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.3125rem;top:4.8524341583252rem;left:13.623048782349rem;overflow:hidden;display:block; }
#D5fBPpo5wHpGQz0KycKWTKvb9xZic72M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.5625rem;top:4.7265663146972rem;left:32.686634063721rem;overflow:hidden;display:block; }
#wpKw3PoJ26zCcEMsd3WxmKFd5eoqTi7f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:15.6875rem;top:5.0390663146972rem;left:52.249351501465rem;overflow:hidden;display:block; }
#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container { background-color: transparent; background-image: none; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container > .video-iframe-container { display: none; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row > .video-iframe-container { display: none; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .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); }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container { border-width: 0; border-radius: 0; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TxlJ2MRXMxmxZ1yMRaz5nkyXBem8fRUT { box-sizing:content-box;height:15.811625rem;width:65.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.3986549377441rem;left:4.7504348754883rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #4db018;border-left:0.0625rem solid #4db018;border-right:0.0625rem solid #4db018;border-bottom:0.0625rem solid #4db018;display:block; }
#zgh0RJBQvoRU1WcPIXWh9BbymQbuoZp7 { color:#0acf5c;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2486953735351rem;left:8.0620670318606rem;height:5.5234375rem;text-align:left;text-align-last:left;display:block; }
#bEveuMQ4HN2URFDzv8zPrhALPLi8mpFq { color:#ffffff;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4346799850462rem;left:8.0620670318606rem;height:4.87305rem;text-align:left;text-align-last:left;display:block; }
#cZAzh7ORqMFQwiJrfFTX6p9okzsl4aJT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874125rem;width:20.8745625rem;top:1.9368486404419rem;left:45.560981750488rem;overflow:hidden;display:block; }
#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container { background-color: transparent; background-image: none; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container > .video-iframe-container { display: none; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row > .video-iframe-container { display: none; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .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); }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container { border-width: 0; border-radius: 0; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#NuUm5ziyIpWqLOnmvAGEhcFwssRvoSQP { 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:26.4995625rem;width:68.499375rem;top:0.90386152267456rem;left:3.8118495941162rem;overflow:hidden;display:block; }
#psi6xyzd7G7QIDVw48J5Or4XR8nKnR4D { color:#ffffff;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7473964691162rem;left:22.061634063721rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TsUqM0CrqJSiJ2xtRLCUJGr1x5pP3oIK { color:#ffffff;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9950046539307rem;left:21.499567031861rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mGQoISuZE0Qg3mxdL4Nm7Rte7IOK3PlC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:31.0625rem;top:10.550131797791rem;left:6.7491321563719rem;overflow:hidden;display:block; }
#pnCSpDLAwIQQBlTJqu2ViMAzC29VAKWG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:29.375rem;top:10.487196922303rem;left:39.998916625976rem;overflow:hidden;display:block; }
#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container { background-color: transparent; background-image: none; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container > .video-iframe-container { display: none; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row > .video-iframe-container { display: none; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .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); }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container { border-width: 0; border-radius: 0; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#dQUi6yN20RbbeRLC9vJHbmNJzEuMxALS { 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:18.0625rem;width:62.75rem;top:2.6875rem;left:6.125rem;overflow:hidden;display:block; }
#veVUW5cPC9UWOI3ocZg3ydBq3nS8RH9K { 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:18.1875rem;width:30.75rem;top:2.6875rem;left:6.125rem;overflow:hidden;display:block; }
#wCnEPD1zXOmgE2Vz2E7AryzyddCLvmKg { color:#000000;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:35.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RFHBvyuDEeETWvP2JTRyt5msxFNG7PAJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:28.6875rem;top:7.6875rem;left:38.625rem;overflow:hidden;display:block; }
#RuniZCo8euTF1CpXaMSgAwM1Quq5DsiL { background-color:#0acf5c;background-image:none;background-position:center !important;background-repeat: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.436875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.747831821442rem;left:24.373916625976rem;display:block; }
#SESfhn0z9xHM2pTkd10bxRKWEg4Ki8ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container { background-color: transparent; background-image: none; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container > .video-iframe-container { display: none; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row > .video-iframe-container { display: none; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .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); }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container { border-width: 0; border-radius: 0; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#GbNVc8eqMT3RsUNlzXXRFxhEJgrpOwVe { color:#000000;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.374792098999rem;left:22.781036376953rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MKRLnGrT6Dm4vu4TotI8QJuTwMMdNgfV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:27.375rem;top:5.8376731872559rem;left:9.8415813446044rem;overflow:hidden;display:block; }
#eHrJ9EkGKc1T84uLrBcv9TbPqleC0Egm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:27.3125rem;top:5.8702259063721rem;left:39.373916625976rem;overflow:hidden;display:block; }
#yaSzi78k6t4ylx4GcB3GXTlAtGSl56id { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:27.3125rem;top:11.124132156372rem;left:9.8741321563719rem;overflow:hidden;display:block; }
#PQTFHfBeTzf5wFHXdFxbm3Ey3t2bahPh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:27.3125rem;top:11.124132156372rem;left:39.373916625976rem;overflow:hidden;display:block; }
#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -moz-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -ms-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -o-linear-gradient(180deg, #ffffff, #0acf5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0acf5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0acf5c' );";background-image: linear-gradient(180deg, #ffffff, #0acf5c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container { background-color: transparent; background-image: none; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container > .video-iframe-container { display: none; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row > .video-iframe-container { display: none; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .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); }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container { border-width: 0; border-radius: 0; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:block; }#XWSiUWWVAIa3bdGq0HNohKnf3stTATXd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:51.936875rem;top:0rem;left:11.531034469604rem;overflow:hidden;display:block; }
#I3voifqC10Brb2mgGear3Dx7Kb5GhUMP { color:#ffffff;display:block;width:34.749375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8743543624878rem;left:28.935546875rem;height:9.099375rem;display:block; }
#J5oRWchRuFiPcHtexzCI36B5L6it2LnS { color:#000000;display:block;width:34.749375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.016498565674rem;left:28.935546875rem;height:1.62435rem;display:block; }
#gOEemzmWAuzgpQiTUiezF2rNRQAzElEk { color:#000000;display:block;width:34.749375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.141065597534rem;left:28.935546875rem;height:3.2487rem;display:block; }
#wd1sbmNzEcmbXWGufkwdQ965U1pGhb13 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.749375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.746962547302rem;left:27.624786376953rem;display:block; }
#PUAEDtAg4cPZZSRCKTPusRxOcJpDwnyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBiuzLCTbqr4TvLFIhTlakqOMr0UIuxP { color:#000000;display:block;width:43.0620625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.533634185791rem;left:15.968967437744rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#e66c3LIxCnaap8mXmPn3gxSElR0VbGyl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:30.875rem;top:32.049693584442rem;left:38.935550689698rem;overflow:hidden;display:block; }
#U0suCcJvHFwSktl4DcVOWFMw6weUnr9Q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:30.875rem;top:32.050778865814rem;left:4.6864156723022rem;overflow:hidden;display:block; }
#RyqKezeEFy4XTEC14rmZmx1UQrbCCOuD { color:#000000;display:block;width:43.061rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:44.593091964722rem;left:16.779514312744rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NNFsIWndhb3s8hbVODWiJtcWTz9AlUt1 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.749375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.309463500976rem;left:27.624786376953rem;display:block; }
#DmFUPTHXbaTOBu4CKBcTdZBQfnvpZJ8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container { background-color: transparent; background-image: none; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container > .video-iframe-container { display: none; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row > .video-iframe-container { display: none; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .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); }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container { border-width: 0; border-radius: 0; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#zkpI3y9rgTV8bvrg4QT471fSAUsTB5X2 { box-sizing:content-box;height:39.9375rem;width:52.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:4.395637512207rem;left:13.927736282349rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#KthnITlsiJ0tz3dIKsr3C33XERT98Wg3 { color:#0acf5c;display:block;width:31.9998125rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.99936962127688rem;left:24.471572875976rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#mRfH7nh5pm55gNQJopRQb7ANGszf7RmO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.5rem;top:6.834852695465rem;left:41.309680938721rem;overflow:hidden;display:block; }
#EDqE52Z82rT3FEhbkPgmvwhrmxAomxs2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9995625rem;width:19.0625rem;top:6.834856033325rem;left:19.879558563233rem;overflow:hidden;display:block; }
#IRkJUbHafaaDU2IA0bWNV1AhooM7efz3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.249125rem;width:41.1870625rem;top:27.727865219116rem;left:19.879558563233rem;overflow:hidden;display:block; }
#KcTlUDAbSvMcp12VSSMKem3LJTVpHvUp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.996094703674rem;left:22.033422470092rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#iOOmQ2HTyAvl1w7iyJXRGoLvH6xflKfq { color:#ffffff;display:block;width:16.6873125rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.808379173279rem;left:23.065322875976rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -moz-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -ms-linear-gradient(180deg, #ffffff, #0acf5c);background-image: -o-linear-gradient(180deg, #ffffff, #0acf5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0acf5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0acf5c' );";background-image: linear-gradient(180deg, #ffffff, #0acf5c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container { background-color: transparent; background-image: none; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container > .video-iframe-container { display: none; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row > .video-iframe-container { display: none; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .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); }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container { border-width: 0; border-radius: 0; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#IB7lIoSgVXLdLIU1VEVBvPAx1NPXp3Oa { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.749375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.1875rem;left:9.1875rem;display:block; }
#QoJT0lo5rqAguZnk0DOsWN62tyrqyBv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBlmXR0w1qC8VIsOvnwiyF0whQ4wFksw { color:#000000;display:block;width:48.936625rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2977437973023rem;left:13.031684875488rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#VQLNOuce2BNzqMunapVef1q9uwa6s6Pf { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:9.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#F7V67ePkRGOfiEC36ndCQQry08lnonNC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:20.0625rem;top:6.1870660781861rem;left:47.872180938721rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gJhcXU3u7KnChifaGeTACba5OQCvQyuX { display:block; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd65dTd8EUX1vyreCAlG2QfQJhyhsiLl { top:0.375rem;left:0rem;width:13.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu { display:block; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9bJMNXllMMClO0u2mHU4qeqs3yF94kQ { top:6.1875rem;left:0rem;width:12.625rem;height:3.2947450103217rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZXeXSd79sK2OROndCxwFaWGHVtSu54 { top:1.4375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2zR5Qh4tcKAsP9oTs4XsiA1hstsr6T { top:11.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLnptc5w3052B5FZVy6vXNfabl3QtQh { top:16.625rem;left:0rem;width:38.125rem;height:9.436875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSL7P5s08viiFi3zcB7VaTNvH2mN589 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6W7BFWJULP6ee2LcGAiBpKzF8HAJg2 { display:block; }
 }@media only screen and (max-width: 763px) { #exldLBqWmywLGoi6E2WsunSKm7HXrWq8 { top:2.375rem;left:21.5rem;width:26.25rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zloS8tG2f8gsiid9zWOcZIo8uSK2Hp6K { top:3.625rem;left:23.1875rem;width:24.5625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCo80HVeUyqyt812WFNRhToheI6iN5xk { display:block; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #na6VILJh53M0h4SaPehEtOfdqrMBb74A { top:0.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVgCTzWRJJ5qep87eG5DchEtNouMotx { display:block; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auMcOLfTBLGZhy9yeuTC26Ds8Vu47GTK { top:1.375rem;left:0rem;width:47.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI2U782CRZ6h0N7brKGEkT5SC7sih9iZ { top:3rem;left:0rem;width:7.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWsiwggVT1MT8fTqcf627GGlHT3qIh3 { top:3rem;left:3.1241340637207rem;width:6.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQBssqlSmqGmqEOgCtKVVgzJsdNhsxx { top:3rem;left:14.561851501465rem;width:6.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVRcKg5EEaT9DMdbUMkfpePI2L8zyNNg { top:3rem;left:25.748916625976rem;width:6.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNCfGTLLL1Cqw8FzEwZI1Wyz1Dc4a4bt { top:3rem;left:37.373268127441rem;width:6.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHomhrWeS0Estfmg0gEyzvklcHm71n8 { top:3rem;left:41.125rem;width:6.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 { display:block; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4ofFX38THe0ZNI9hX4PetSex8tD2h7B { top:0.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw { display:block; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzzsSEbWi3hA6nVKgp1Zh46RQAoltlta { top:0.875rem;left:0rem;width:47.75rem;height:38.990797467094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5lb3LCfVdtKuRxLxoqaL79Zzob8RC6 { top:3.8125rem;left:0.060981750488281rem;width:20.8125rem;height:17.198090603695rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzac6tGzSbZTbXgKW0He1GwmzT6rbQBS { top:3.875rem;left:26.529083251953rem;width:20.75rem;height:17.13660634381rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IHqEThdd31vyo6efRkCKcFV1K8PS2W { top:24.1875rem;left:0.060981750488281rem;width:20.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrabvVnEx8rnTcmNxnDKFf8TVnlUoELG { top:24.1875rem;left:26.559463500976rem;width:20.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT { display:block; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2HRhOeOxeyZ4Miy6mbuFhTo3zC0M4oZ { top:1rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 { display:block; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr4QEI4nT7wppB5tuXX98OdieFikdSC2 { top:2.5rem;left:0rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Eh4r4ZLGCwmAF7bt8EEDMJ6rUouN8Q { top:2.5rem;left:15.1875rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJ1st0yIEi3ua8eIOZMIuV0A4V84akk { top:7.5625rem;left:0rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKQLSq91FlkCJOWplPWueWw3cDUdXUh { top:7.5625rem;left:15.1875rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyV4eXE9bnRGwrmHlpETnRDFTCxM8An { top:12.6875rem;left:0rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCIgNlaL8l1gC2xuAOfSLpgsTFeKTcB { top:12.625rem;left:15.1875rem;width:32.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHgWDMhNOKGe8WuXDoHTPtJ09qx5Jf1 { width:29.375rem;height:3.4375rem;top:17.9375rem;left:9.1560363769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCrgalAiNJTtHWQ5Tr8XeGkMTk30W7c { display:block; }
 }@media only screen and (max-width: 763px) { #LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB { display:block; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmbcycfxSBOley76MIFID0klbdWN37rZ { top:1.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b52n051VrL2IdUtaiWFyhy7dSMniHI { top:4.8125rem;left:0rem;width:8.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fBPpo5wHpGQz0KycKWTKvb9xZic72M { top:4.6875rem;left:19.061634063721rem;width:9.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKw3PoJ26zCcEMsd3WxmKFd5eoqTi7f { top:5rem;left:32.0625rem;width:15.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs { display:block; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxlJ2MRXMxmxZ1yMRaz5nkyXBem8fRUT { top:1.375rem;left:0rem;width:47.625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgh0RJBQvoRU1WcPIXWh9BbymQbuoZp7 { top:3.1875rem;left:0rem;width:31.9375rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEveuMQ4HN2URFDzv8zPrhALPLi8mpFq { top:9.375rem;left:0rem;width:31.9375rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZAzh7ORqMFQwiJrfFTX6p9okzsl4aJT { top:1.875rem;left:26.875rem;width:20.8125rem;height:14.829902497956rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx { display:block; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuUm5ziyIpWqLOnmvAGEhcFwssRvoSQP { top:0.875rem;left:0rem;width:47.75rem;height:18.472491309228rem;display:block; }
 }@media only screen and (max-width: 763px) { #psi6xyzd7G7QIDVw48J5Or4XR8nKnR4D { top:2.6875rem;left:8.4366340637206rem;width:31.9375rem;height:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUqM0CrqJSiJ2xtRLCUJGr1x5pP3oIK { top:5.9375rem;left:7.8745670318606rem;width:31.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGQoISuZE0Qg3mxdL4Nm7Rte7IOK3PlC { top:10.5rem;left:0rem;width:31.0625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCSpDLAwIQQBlTJqu2ViMAzC29VAKWG { top:10.4375rem;left:18.375rem;width:29.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE { display:block; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQUi6yN20RbbeRLC9vJHbmNJzEuMxALS { top:2.6875rem;left:0rem;width:47.75rem;height:13.744574896164rem;display:block; }
 }@media only screen and (max-width: 763px) { #veVUW5cPC9UWOI3ocZg3ydBq3nS8RH9K { top:2.6875rem;left:0rem;width:30.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnEPD1zXOmgE2Vz2E7AryzyddCLvmKg { top:4.375rem;left:15.8125rem;width:31.9375rem;height:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHBvyuDEeETWvP2JTRyt5msxFNG7PAJ { top:7.6875rem;left:19.0625rem;width:28.6875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuniZCo8euTF1CpXaMSgAwM1Quq5DsiL { width:29.375rem;height:3.4375rem;top:23.6875rem;left:10.748916625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #SESfhn0z9xHM2pTkd10bxRKWEg4Ki8ZO { display:block; }
 }@media only screen and (max-width: 763px) { #BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy { display:block; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbNVc8eqMT3RsUNlzXXRFxhEJgrpOwVe { top:1.3125rem;left:9.1560363769531rem;width:31.9375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRLnGrT6Dm4vu4TotI8QJuTwMMdNgfV { top:5.8125rem;left:0rem;width:27.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrJ9EkGKc1T84uLrBcv9TbPqleC0Egm { top:5.8125rem;left:20.4375rem;width:27.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaSzi78k6t4ylx4GcB3GXTlAtGSl56id { top:11.0625rem;left:0rem;width:27.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTFHfBeTzf5wFHXdFxbm3Ey3t2bahPh { top:11.0625rem;left:20.4375rem;width:27.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh { display:block; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWSiUWWVAIa3bdGq0HNohKnf3stTATXd { top:0rem;left:0rem;width:47.75rem;height:18.100398320076rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3voifqC10Brb2mgGear3Dx7Kb5GhUMP { top:2.8125rem;left:13.0625rem;width:34.6875rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5oRWchRuFiPcHtexzCI36B5L6it2LnS { top:13rem;left:13.0625rem;width:34.6875rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEemzmWAuzgpQiTUiezF2rNRQAzElEk { top:15.125rem;left:13.0625rem;width:34.6875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1sbmNzEcmbXWGufkwdQ965U1pGhb13 { width:19.6875rem;height:3.4375rem;top:21.6875rem;left:13.999786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAEDtAg4cPZZSRCKTPusRxOcJpDwnyC { display:block; }
 }@media only screen and (max-width: 763px) { #MBiuzLCTbqr4TvLFIhTlakqOMr0UIuxP { top:27.5rem;left:2.3439674377441rem;width:43rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66c3LIxCnaap8mXmPn3gxSElR0VbGyl { top:32rem;left:16.875rem;width:30.875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0suCcJvHFwSktl4DcVOWFMw6weUnr9Q { top:32rem;left:0rem;width:30.875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyqKezeEFy4XTEC14rmZmx1UQrbCCOuD { top:44.5625rem;left:3.1545143127441rem;width:43rem;height:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNFsIWndhb3s8hbVODWiJtcWTz9AlUt1 { width:19.6875rem;height:3.4375rem;top:48.25rem;left:13.999786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFUPTHXbaTOBu4CKBcTdZBQfnvpZJ8G { display:block; }
 }@media only screen and (max-width: 763px) { #btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 { display:block; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkpI3y9rgTV8bvrg4QT471fSAUsTB5X2 { top:4.375rem;left:0rem;width:47.625rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KthnITlsiJ0tz3dIKsr3C33XERT98Wg3 { top:0.9375rem;left:10.846572875976rem;width:31.9375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRfH7nh5pm55gNQJopRQb7ANGszf7RmO { top:6.8125rem;left:27.684680938721rem;width:19.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqE52Z82rT3FEhbkPgmvwhrmxAomxs2 { top:6.8125rem;left:6.2545585632325rem;width:19.0625rem;height:18.9995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRkJUbHafaaDU2IA0bWNV1AhooM7efz3 { top:27.6875rem;left:6.2545585632325rem;width:41.125rem;height:14.227653783879rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcTlUDAbSvMcp12VSSMKem3LJTVpHvUp { top:30.9375rem;left:8.4084224700925rem;width:18.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOOmQ2HTyAvl1w7iyJXRGoLvH6xflKfq { top:35.75rem;left:9.4403228759762rem;width:16.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 { display:block; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB7lIoSgVXLdLIU1VEVBvPAx1NPXp3Oa { width:19.6875rem;height:3.4375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJT0lo5rqAguZnk0DOsWN62tyrqyBv8 { display:block; }
 }@media only screen and (max-width: 763px) { #pBlmXR0w1qC8VIsOvnwiyF0whQ4wFksw { top:1.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQLNOuce2BNzqMunapVef1q9uwa6s6Pf { top:10.5625rem;left:0rem;width:20.9375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7V67ePkRGOfiEC36ndCQQry08lnonNC { top:6.125rem;left:27.6875rem;width:20.0625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gJhcXU3u7KnChifaGeTACba5OQCvQyuX { display:block; }#gJhcXU3u7KnChifaGeTACba5OQCvQyuX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd65dTd8EUX1vyreCAlG2QfQJhyhsiLl { width:14.6875rem;height:3.75rem;top:0rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu { display:block; }#MHpEEND7LsZ3mRKyESHVuIq62qFXdBgu > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9bJMNXllMMClO0u2mHU4qeqs3yF94kQ { width:10.625rem;height:2.68663125rem;top:9.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZXeXSd79sK2OROndCxwFaWGHVtSu54 { width:20rem;height:7.796225rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2zR5Qh4tcKAsP9oTs4XsiA1hstsr6T { width:20rem;height:4.5486125rem;top:13.615451812744rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzLnptc5w3052B5FZVy6vXNfabl3QtQh { width:20rem;height:4.9500875rem;top:20.098741531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTSL7P5s08viiFi3zcB7VaTNvH2mN589 { width:17.5rem;height:3.4375rem;top:59.428171157837rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6W7BFWJULP6ee2LcGAiBpKzF8HAJg2 { display:block; }
 }@media only screen and (max-width: 763px) { #exldLBqWmywLGoi6E2WsunSKm7HXrWq8 { width:20rem;height:31.5rem;top:26.741537094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zloS8tG2f8gsiid9zWOcZIo8uSK2Hp6K { width:19.75rem;height:21.6875rem;top:28.490669250488rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCo80HVeUyqyt812WFNRhToheI6iN5xk { display:block; }#FCo80HVeUyqyt812WFNRhToheI6iN5xk > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #na6VILJh53M0h4SaPehEtOfdqrMBb74A { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVgCTzWRJJ5qep87eG5DchEtNouMotx { display:block; }#xWVgCTzWRJJ5qep87eG5DchEtNouMotx > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auMcOLfTBLGZhy9yeuTC26Ds8Vu47GTK { width:19.875rem;height:32.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI2U782CRZ6h0N7brKGEkT5SC7sih9iZ { width:7.5rem;height:8.875rem;top:2.8754341602326rem;left:1.3172743916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWsiwggVT1MT8fTqcf627GGlHT3qIh3 { width:6.624375rem;height:9.375rem;top:23.688150405884rem;left:11.561415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdQBssqlSmqGmqEOgCtKVVgzJsdNhsxx { width:6.624375rem;height:9.375rem;top:12.876520156861rem;left:11.561415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVRcKg5EEaT9DMdbUMkfpePI2L8zyNNg { width:6.624375rem;height:9.375rem;top:23.685981750488rem;left:1.7545574307442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNCfGTLLL1Cqw8FzEwZI1Wyz1Dc4a4bt { width:6.624375rem;height:9.375rem;top:2.6269550323486rem;left:11.561415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHomhrWeS0Estfmg0gEyzvklcHm71n8 { width:6.624375rem;height:9.375rem;top:13.505860328674rem;left:2.0746529698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 { display:block; }#FFMFkwbVLdyPiF0BRgBekhIw1PClcKM5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4ofFX38THe0ZNI9hX4PetSex8tD2h7B { width:20rem;height:4.0625rem;top:0.78668022155762rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw { display:block; }#fxiAKiiIZfxSo6puos1P6pd8Q4Z5oCxw > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzzsSEbWi3hA6nVKgp1Zh46RQAoltlta { width:20rem;height:76.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5lb3LCfVdtKuRxLxoqaL79Zzob8RC6 { width:20rem;height:16.436625rem;top:2.4392356872559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzac6tGzSbZTbXgKW0He1GwmzT6rbQBS { width:20rem;height:16.5169375rem;top:20.55881690979rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IHqEThdd31vyo6efRkCKcFV1K8PS2W { width:20rem;height:16.6156875rem;top:39.764541625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrabvVnEx8rnTcmNxnDKFf8TVnlUoELG { width:20rem;height:16.56575rem;top:58.319236755371rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT { display:block; }#pGeJmBvRFHDuHG9wgld7E3q1xM3AVrsT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2HRhOeOxeyZ4Miy6mbuFhTo3zC0M4oZ { width:20rem;height:4.5486125rem;top:0.84960556030275rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 { display:block; }#Fa9b8CMyMa38haPDgUMgnuXWQK51qQu4 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pr4QEI4nT7wppB5tuXX98OdieFikdSC2 { width:20rem;height:2.1497120921305rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Eh4r4ZLGCwmAF7bt8EEDMJ6rUouN8Q { width:20rem;height:2.1497120921305rem;top:4.649525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJ1st0yIEi3ua8eIOZMIuV0A4V84akk { width:20rem;height:2.1497120921305rem;top:8.04905rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKQLSq91FlkCJOWplPWueWw3cDUdXUh { width:20rem;height:2.1497120921305rem;top:11.448575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyV4eXE9bnRGwrmHlpETnRDFTCxM8An { width:20rem;height:2.1497120921305rem;top:14.8481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCIgNlaL8l1gC2xuAOfSLpgsTFeKTcB { width:20rem;height:2.1497120921305rem;top:18.247625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHgWDMhNOKGe8WuXDoHTPtJ09qx5Jf1 { width:20rem;height:3rem;top:21.521268844604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STCrgalAiNJTtHWQ5Tr8XeGkMTk30W7c { display:block; }
 }@media only screen and (max-width: 763px) { #LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB { display:block; }#LWF1Rys8K5C49X2Su3A2HAVuBA4VMhPB > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmbcycfxSBOley76MIFID0klbdWN37rZ { width:20rem;height:4.140625rem;top:1.9368486404419rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B3b52n051VrL2IdUtaiWFyhy7dSMniHI { width:8.311625rem;height:3.87478125rem;top:9.1558170318606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5fBPpo5wHpGQz0KycKWTKvb9xZic72M { width:9.5625rem;height:3.75rem;top:9.0299491882325rem;left:10.375434219837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKw3PoJ26zCcEMsd3WxmKFd5eoqTi7f { width:15.686875rem;height:3.49935rem;top:15.367839813233rem;left:2.1560330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs { display:block; }#w9EX3XoMBm9ek5O82zOKnrdZwCQgKPfs > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxlJ2MRXMxmxZ1yMRaz5nkyXBem8fRUT { width:19.875rem;height:30.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgh0RJBQvoRU1WcPIXWh9BbymQbuoZp7 { width:20rem;height:4.5486125rem;top:3.2628045082092rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEveuMQ4HN2URFDzv8zPrhALPLi8mpFq { width:20rem;height:5.52083125rem;top:9.371745586395rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZAzh7ORqMFQwiJrfFTX6p9okzsl4aJT { width:19.5625rem;height:13.875rem;top:15.869139194489rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx { display:block; }#NobnR2SeGFnyP3b9Rch78gT7ewpDIrbx > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuUm5ziyIpWqLOnmvAGEhcFwssRvoSQP { width:20rem;height:31.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psi6xyzd7G7QIDVw48J5Or4XR8nKnR4D { width:20rem;height:2.192925rem;top:1.7805986404419rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUqM0CrqJSiJ2xtRLCUJGr1x5pP3oIK { width:20rem;height:1.462675rem;top:5.1171884536743rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGQoISuZE0Qg3mxdL4Nm7Rte7IOK3PlC { width:20rem;height:9.617rem;top:8.8932456970212rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnCSpDLAwIQQBlTJqu2ViMAzC29VAKWG { width:20rem;height:10.255rem;top:20.560981988907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE { display:block; }#TTfD1PpfsRh3p4G0QONxfbGeXrn6U2AE > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQUi6yN20RbbeRLC9vJHbmNJzEuMxALS { width:20rem;height:23.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veVUW5cPC9UWOI3ocZg3ydBq3nS8RH9K { width:20rem;height:11.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnEPD1zXOmgE2Vz2E7AryzyddCLvmKg { width:20rem;height:2.192925rem;top:13.062067031861rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHBvyuDEeETWvP2JTRyt5msxFNG7PAJ { width:20rem;height:7.7115625rem;top:16.061199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuniZCo8euTF1CpXaMSgAwM1Quq5DsiL { width:20rem;height:2.6875rem;top:26.643881082535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SESfhn0z9xHM2pTkd10bxRKWEg4Ki8ZO { display:block; }
 }@media only screen and (max-width: 763px) { #BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy { display:block; }#BP5aZHdu9VWoab1ZWXzfsL7Gw2ZsBQIy > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbNVc8eqMT3RsUNlzXXRFxhEJgrpOwVe { width:20rem;height:4.2252625rem;top:1.0622787475586rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKRLnGrT6Dm4vu4TotI8QJuTwMMdNgfV { width:20rem;height:2.9680365296804rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrJ9EkGKc1T84uLrBcv9TbPqleC0Egm { width:20rem;height:2.929061784897rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaSzi78k6t4ylx4GcB3GXTlAtGSl56id { width:20rem;height:2.929061784897rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTFHfBeTzf5wFHXdFxbm3Ey3t2bahPh { width:20rem;height:2.929061784897rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh { display:block; }#v1lZbKzBqKOVJCHPBLEoTREnkDGuaezh > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWSiUWWVAIa3bdGq0HNohKnf3stTATXd { width:20rem;height:10.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3voifqC10Brb2mgGear3Dx7Kb5GhUMP { width:20rem;height:14.622375rem;top:11.560546875rem;left:0rem;font-size:0.9375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5oRWchRuFiPcHtexzCI36B5L6it2LnS { width:12.686625rem;height:1.7871125rem;top:1.875rem;left:7.125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gOEemzmWAuzgpQiTUiezF2rNRQAzElEk { width:12.9373125rem;height:5.52083125rem;top:4.375rem;left:7.0625rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wd1sbmNzEcmbXWGufkwdQ965U1pGhb13 { width:19.6875rem;height:3.4375rem;top:26.513669967651rem;left:0.31141501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAEDtAg4cPZZSRCKTPusRxOcJpDwnyC { display:block; }
 }@media only screen and (max-width: 763px) { #MBiuzLCTbqr4TvLFIhTlakqOMr0UIuxP { width:20rem;height:4.5486125rem;top:30.756294250488rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e66c3LIxCnaap8mXmPn3gxSElR0VbGyl { width:20rem;height:7.1245625rem;top:44.874134063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0suCcJvHFwSktl4DcVOWFMw6weUnr9Q { width:20rem;height:7.1245625rem;top:36.310779571533rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyqKezeEFy4XTEC14rmZmx1UQrbCCOuD { width:20rem;height:4.38585rem;top:53.760853767395rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNFsIWndhb3s8hbVODWiJtcWTz9AlUt1 { width:19.6875rem;height:3.4375rem;top:59.508462429047rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFUPTHXbaTOBu4CKBcTdZBQfnvpZJ8G { display:block; }
 }@media only screen and (max-width: 763px) { #btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 { display:block; }#btCM6vobMf3OnSMRWtEzh6RNKVIxiFP2 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkpI3y9rgTV8bvrg4QT471fSAUsTB5X2 { width:19.875rem;height:53.1875rem;top:3.8487415313721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KthnITlsiJ0tz3dIKsr3C33XERT98Wg3 { width:20rem;height:2.43706875rem;top:0.68684959411619rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRfH7nh5pm55gNQJopRQb7ANGszf7RmO { width:19.4998125rem;height:19.436875rem;top:25.249542236328rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqE52Z82rT3FEhbkPgmvwhrmxAomxs2 { width:19.0625rem;height:18.9985rem;top:5.3624134063721rem;left:0.46875005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRkJUbHafaaDU2IA0bWNV1AhooM7efz3 { width:20rem;height:9.0625rem;top:46.672094345093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcTlUDAbSvMcp12VSSMKem3LJTVpHvUp { width:11.8120625rem;height:3.2487rem;top:48.047093391419rem;left:0.65625005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOOmQ2HTyAvl1w7iyJXRGoLvH6xflKfq { width:12.8125rem;height:2.51844375rem;top:51.753475189209rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 { display:block; }#ayQVxVpgQB5QmyUgM1p65E3zC10gSXR5 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB7lIoSgVXLdLIU1VEVBvPAx1NPXp3Oa { width:19.6875rem;height:3.4375rem;top:7.0453376770019rem;left:0.31141501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoJT0lo5rqAguZnk0DOsWN62tyrqyBv8 { display:block; }
 }@media only screen and (max-width: 763px) { #pBlmXR0w1qC8VIsOvnwiyF0whQ4wFksw { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQLNOuce2BNzqMunapVef1q9uwa6s6Pf { width:20rem;height:3.2487rem;top:11.420355796814rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7V67ePkRGOfiEC36ndCQQry08lnonNC { width:20rem;height:8.22375rem;top:16.420367240906rem;left:0rem;display:block; }
 }