.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { 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; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#fafafd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.625rem;left:52.124134063721rem;display:block; }
#ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeX0Xo0UfZXHP4hda7AEVgR3siqTyWmT { 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:4.8125rem;width:10.8125rem;top:1.40625rem;left:-11.038001649209rem;overflow:hidden;display:block; }
#A3miVKcvCqGvi9RP7hmyBlyOcz9Er5dw { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:.8;letter-spacing:0;top:2.35595703125rem;left:5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.0625rem;left:25.5625rem;z-index:15011; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #FXmud2zyK8Wspqm8g2ll9DsibZuiJZXM { display:flex;position:relative;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #EuRN9yv7SC1PlIGJh8IFwFWuGGXltCb0 { width:auto; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #xowqfm9QbsbKtzXreC7XELfRERhhpL1L {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #TpLcphewTCv4LP66DmkixupAUZdgIrpD { display:flex;position:relative;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #eX3pcUCJ3oW7DrrTlUxrpMkO76hKvwHr {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #s406SplnTdHwuc8z88amHDKQb8lk3vU3 {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #hcTLMgwil6KvlPAmJWmSBI3KIxVwuE9C { display:flex;position:relative;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #U97XgBBKyN7X0LnTAFJhqhT54CfU5ZMw {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #wApC54L4tlNNOvygSaxADn2be6FC8l5A {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #V39G8svUlMiQHWeipecyhMBmOfNurfaU { display:flex;position:relative;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #sE6pyBv464n4RmNol2zgP8Crofg3iP4a {  }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #fcApt6RtabfHC6SS59DBMldykvn9G4S7 {  }
#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #000000, #3533cd);background-image: -moz-linear-gradient(171deg, #000000, #3533cd);background-image: -ms-linear-gradient(171deg, #000000, #3533cd);background-image: -o-linear-gradient(171deg, #000000, #3533cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3533cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3533cd' );";background-image: linear-gradient(171deg, #000000, #3533cd);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { background-color: transparent; background-image: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container > .video-iframe-container { display: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row > .video-iframe-container { display: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .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); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { border-width: 0; border-radius: 0; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#EZu913zahAK0PnhLivgpxT02cmgBSw2B { color:#000000;display:block;width:25.436375rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.348214626313rem;left:9.0452022552487rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#XbxVFsqHsddUngUqaqqiZglELEGZPrNP { 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:33.6875rem;width:30.125rem;top:4.185546875rem;left:35.974890799555rem;overflow:hidden;display:block; }
#EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:inter;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0615rem;height:4.124025rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.373046875rem;left:6.6298828125rem;display:block; }
#knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMOgTMuM3Xgce7VSoi1dafBrEcBqWLau { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62413125rem;width:16.311375rem;top:1.1650552749634rem;left:43.687997817993rem;overflow:hidden;display:block; }
#DSKiMhDaeTdzwVSESXT8VDDHaSKdVtPC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:36.125rem;top:0.1875rem;left:-0.90046698238013rem;overflow:hidden;display:block; }
#s80yS1WiaHWp7DDxtRU90MGQ9WRhn9BC { 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:33rem;width:35.75rem;top:0.1875rem;left:-14.326486663396rem;overflow:hidden;display:block; }
#T9gh5Ceq6ggbo9mup25cR9mJEzr7TuCl { color:#051026;display:block;width:27.1875rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.37109375rem;left:3.81640625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl { 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; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container { background-color: transparent; background-image: none; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container > .video-iframe-container { display: none; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row > .video-iframe-container { display: none; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .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); }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container { border-width: 0; border-radius: 0; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#rXKtCJ6db6zEVoUOo29yKHhvOA9ZNeKU { color:#051026;display:block;width:47.312125rem;position:absolute;font-family:inter;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.3125rem;height:4.54980625rem;font-style:normal;display:block; }
#iRR2nKJFkvK1Jw3fFAUUMZmEx7WXncBT { color:#051026;display:block;width:47.3105625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.34375rem;height:4.875rem;font-style:normal;display:block; }
#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K { 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; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container { background-color: transparent; background-image: none; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container > .video-iframe-container { display: none; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row > .video-iframe-container { display: none; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .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); }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container { border-width: 0; border-radius: 0; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#CFyXKKSHDIk7meHcU5NbXSOH52uPnJk2 { 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:19.25rem;width:38.5625rem;top:1.9363842010498rem;left:-2.0412331721137rem;overflow:hidden;display:block; }
#y11QTveZL7FtZIO2t9dQXhRi215eHUWf { color:#000000;display:block;width:23.2494375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9363861083984rem;left:35.555805206299rem;height:17.871125rem;display:block; }
#TZuG8Q8p1lFuTM46xghRu4Xx0xTBQo8J { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:inter;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.06025rem;height:4.12450625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.841152191162rem;left:19.468006134033rem;display:block; }
#ygPTi3idubh1bUP6Ffh5CKv1vT3gM78q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI { position:relative;display:block; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI { background-color: transparent; background-image: none; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container > .video-iframe-container { display: none; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row > .video-iframe-container { display: none; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .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); }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI { border-width: 0; border-radius: 0; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nS2gkMdFX1sfN7chsEwyqbFTaWCfAU2y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.75rem;width:50.125rem;top:2.8218161610879rem;left:23.982109227872rem;display:block; }
#g6BVV7Do0PfFufhBX5MUbyfCZansF4hG { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:normal;z-index:14999;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.4228515625rem;left:0rem;height:13.474625rem;text-align:center;text-align-last:center;display:block; }
#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo { 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; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container { background-color: transparent; background-image: none; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container > .video-iframe-container { display: none; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row > .video-iframe-container { display: none; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .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); }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container { border-width: 0; border-radius: 0; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#cyZ5qycf89wfVdiSFAJI8IQ77Zvp1pE2 { color:#051026;display:block;width:59.936125rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5107860565188rem;left:0rem;height:2.112475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrGgx4SEao6o8JXfTvNwyNXLNvfWmS9f { color:#051026;display:block;width:47.310875rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8115234375rem;left:6.3427734375rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 { 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; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container { background-color: transparent; background-image: none; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container > .video-iframe-container { display: none; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row > .video-iframe-container { display: none; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .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); }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container { border-width: 0; border-radius: 0; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container { font-size:0.875rem;font-family:arial;height:106.3125rem;width:60rem;position:relative;display:block; }#my4AxMUVTibQZbtI6Q2HCAmKtybPy6pO { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:inter;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.06rem;height:4.81026875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:91.25247859955rem;left:14.999380111694rem;display:block; }
#dVTNIB5opP5zfIlyWwhdaDLJ7FKvDTpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEUNLBIhK7QZVa9Dse7yqo2I9TTXFnqO { 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:3.49950625rem;width:3.49950625rem;top:2.5rem;left:21.25rem;overflow:hidden;display:block; }
#GQOIQeoXFcWlvo9060eGehODZOC3IItX { color:#070948;display:block;width:31.375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:26.3125rem;height:1.949775rem;font-style:normal;display:block; }
#TQFNdnnqitECX3FVxweDMorF0XfkeAat { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:26.25rem;height:5.361325rem;display:block; }
#AI8rGtxtnxNiFfnunQEOACMywM4g0giy { color:#000000;display:block;width:32.749875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.125rem;left:26.3125rem;height:5.361325rem;display:block; }
#wVC7bzn0MSvBPVrX0DsqPcz31TrmSITg { color:#070948;display:block;width:31.374625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:26.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#nEBgQZQKBTGT9WSsWuluc5FRKbqueBug { color:#000000;display:block;width:30.375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.9375rem;left:26.3125rem;height:1.787575rem;display:block; }
#tLWrREE2tTPZm3JPiAFEIaz2avJzN3Nm { color:#5e17eb;display:block;width:30.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25rem;left:26.375rem;height:1.949775rem;font-style:normal;display:block; }
#kRbhSaXLcw05xN6OFAeXuGiun8xbpSEP { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.1875rem;left:26.1875rem;height:1.787575rem;display:block; }
#EXbzETCdzu8sIxxoDqZ3wXoRsTO880OZ { color:#5e17eb;display:block;width:27.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.25rem;left:26.25rem;height:1.949775rem;font-style:normal;display:block; }
#eNQ4woWf98fGN0Bcf05plf6XQnFq6clt { color:#000000;display:block;width:29.686875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:39.4375rem;left:26.3125rem;height:1.787575rem;display:block; }
#rSHVOl2H1bWDLwqzApStDlI0FAAWfHMq { color:#5e17eb;display:block;width:27.937125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:37.5rem;left:26.3125rem;height:1.949775rem;font-style:normal;display:block; }
#k60kmqhaBEL30Kr0KyXmIGTVuUdV0lDp { color:#000000;display:block;width:30rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:61.9375rem;left:26.3125rem;height:1.787575rem;display:block; }
#E0q40pyiAJgDG6kiiei356qC555qWiiX { color:#5e17eb;display:block;width:28.25rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:60rem;left:26.375rem;height:1.949775rem;font-style:normal;display:block; }
#Lv1HC6ettf0N89E54DGbIs93UyVBfHL9 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:54.4375rem;left:26.4375rem;height:3.57421875rem;display:block; }
#U9LTDLd5sEXoLSoHWAC4OqAMHXAfN7Hi { color:#5e17eb;display:block;width:23.125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:52.5rem;left:26.375rem;height:1.949775rem;font-style:normal;display:block; }
#fv1uy8RChqnvM7aLF3T60S1a5557RLSL { color:#000000;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:48.1875rem;left:26.3125rem;height:1.787575rem;display:block; }
#p9xTq9zTGXPTuPJoxytlNUZ061eZg8sU { color:#5e17eb;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:46.25rem;left:26.375rem;height:1.949775rem;font-style:normal;display:block; }
#y95qEBFTTs9qAMsBFFCwdmavHTPKH4bm { color:#5e17eb;display:block;width:29.7495rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:68.8125rem;left:26.25rem;height:1.949775rem;font-style:normal;display:block; }
#fEnF1vpNcLXUEMa0bLu7NpzwRihKEIls { color:#000000;display:block;width:31.374625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:70.75rem;left:26.25rem;height:5.361325rem;display:block; }
#bi3ZdmKL8p8Qt2su62r8PAlxoiT0G6Ux { color:#5e17eb;display:block;width:29.374375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:77rem;left:26.25rem;height:3.8994125rem;font-style:normal;display:block; }
#u5I66kTNcTG4vfzCBoeOaGKN85sT8Z46 { color:#000000;display:block;width:30.124625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:80.75rem;left:26.25rem;height:5.361325rem;display:block; }
#vt7Tni9qUPIM4HbQXDEa2vLLgnwypWwO { 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.43688125rem;width:3.43688125rem;top:12.5rem;left:21.3125rem;overflow:hidden;display:block; }
#RbmeqACqpcGEs9bzeEGuVaFv7mytTv9O { 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.43688125rem;width:3.43688125rem;top:25rem;left:21.3125rem;overflow:hidden;display:block; }
#lRfTHDiEErPX8248hr7sxK4aBMuVJJbe { 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.374875rem;width:3.374875rem;top:31.25rem;left:21.375rem;overflow:hidden;display:block; }
#SEoksT8qN3PitwzbFvWr0tAb0tpcS1xF { 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:3.374875rem;width:3.374875rem;top:37.5rem;left:21.375rem;overflow:hidden;display:block; }
#uRGI52mpDR04arNin5buZyIZ9T80AXbL { color:#000000;display:block;width:59.99875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:100.00247955323rem;left:0.00061988830566406rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Gx05g7p6dhHhCNV1pGE4eGurGhB7RDNC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31225rem;width:3.31225rem;top:60rem;left:21.4375rem;overflow:hidden;display:block; }
#GcUlTeza6AQaxaGSB6wDC4PzBwkNcNqC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31225rem;width:3.31225rem;top:52.5rem;left:21.4375rem;overflow:hidden;display:block; }
#GP0Bzd2MLVvW55qv3u0zazxZtOJsbDRG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374875rem;width:3.374875rem;top:46.25rem;left:21.375rem;overflow:hidden;display:block; }
#HExpn7iELnqOpQ7xhT9BM8HE1D3zV6QP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249625rem;width:3.249625rem;top:77rem;left:21.4375rem;overflow:hidden;display:block; }
#CtSRfMU0J6TTbHXrTZhkmgBuWEbyTOdn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249625rem;width:3.249625rem;top:68.75rem;left:21.5rem;overflow:hidden;display:block; }
#aQTlnuaVlaIcF7ALTp3iiagtCyfXul32 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:18.8125rem;top:2.50146484375rem;left:0rem;overflow:hidden;display:block; }
#PTNWEpZ22stoVy7ZqBgDhf0odr2EWcH3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14rem;width:18.625rem;top:25.00248336792rem;left:0rem;overflow:hidden;display:block; }
#W50wisV7lstr71KinRv3JDbTxJtvx2T2 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14rem;width:18.625rem;top:46.253105163574rem;left:0rem;overflow:hidden;display:block; }
#ETdNZlPxaSAA00gxFWSVKbaqPvIytxtG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14rem;width:18.625rem;top:68.753091812131rem;left:0rem;overflow:hidden;display:block; }
#KmTO0uFTIodc089dig5QU8OT1zd75A6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f26;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KmTO0uFTIodc089dig5QU8OT1zd75A6v > .row .container { border-width: 0; border-radius: 0; }#KmTO0uFTIodc089dig5QU8OT1zd75A6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmTO0uFTIodc089dig5QU8OT1zd75A6v > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:none; }#z3PG7wWyK8sRs12DKMfB66FBJ1ZaZ1Nv { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:inter;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.061875rem;height:3.874625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.194444656372rem;left:15.467510223389rem;display:block; }
#sZVRNzLrApS05XI3qEzAkOsUNIqeD6po { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTLHZrH2kEP8qPnMPNaxgucysPW4zFDP { box-sizing:content-box;height:13.5625rem;width:13.875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:10.249938964844rem;left:4.7495040893555rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#W0fFEyT5dgPAtC8M8Ud2n14adXC9CNuH { color:#ffffff;display:block;width:53.49825rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:3.8746280670166rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eev0Z8ycwA5GKxusKbAvgCDiugSJ0cbG { color:#ffffff;display:block;width:53.497625rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.8115081787109rem;left:3.2496280670166rem;height:3.087175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBXS8TPg0doIgqBmN2uBH0qOMmZVbhtT { 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:7.2495rem;width:7.2495rem;top:9.1875rem;left:1.75rem;overflow:hidden;display:block; }
#EOlHIspawyMRgnNWtLQn0PG9IZ18ZwOL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:10.378224849701rem;left:9.9987602233888rem;overflow:hidden;display:block; }
#QQAw2Z155dMJfnTEimS9TI7uucKCg0sE { box-sizing:content-box;height:14.8125rem;width:13.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:10.312561035156rem;left:23.687376022339rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PBHmTK7Ot8qMOwaBUOIFMzynuZ3XOZTK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:10.249938964844rem;left:47.612462710083rem;overflow:hidden;display:block; }
#RVhy4bFwITFpyCnL9TcnP0aHnhIwRIHr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:9.2472722530363rem;left:21.374010086059rem;overflow:hidden;display:block; }
#eKn6on7N3db1ZPhKWTkXpI1P7mc9371B { box-sizing:content-box;height:12.75rem;width:13.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:10.966674804688rem;left:42.348093032837rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XNncxReQzpeWhZqgp9NsT5uZL9WvwCKn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:10.561828613281rem;left:29.543638827026rem;overflow:hidden;display:block; }
#ZZnTVzQgHNe9U0LU7wQI8ItbfPATH1Xe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:9.2472722530363rem;left:40.311880111694rem;overflow:hidden;display:block; }
#DbDkIfTXan5Xhlm0fAoCuTZK3VxUwx5s { color:#000d24;display:block;width:16.43725rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.123760178685rem;left:6.1855163574219rem;height:2.03153125rem;display:block; }
#DOeh1zdGwm4e6w902JGVggA9gbzzTruK { color:#000d24;display:block;width:11.81175rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.435393333435rem;left:24.717264175415rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#DsIsWFNK9TOTNkU95xLpGOrtllgwGFhH { color:#000d24;display:block;width:11.8105rem;position:absolute;font-family:inter;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.566344738007rem;left:43.750001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { background-color: transparent; background-image: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container > .video-iframe-container { display: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container { display: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .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); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { border-width: 0; border-radius: 0; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#FHI0lL2caoh9MArHktbEocb9GLmBn3Px { color:#070948;display:block;width:60rem;position:absolute;font-family:inter;font-size:4.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.7744140625rem;left:0rem;height:5.0998875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;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; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container { background-color: transparent; background-image: none; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container > .video-iframe-container { display: none; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row > .video-iframe-container { display: none; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .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); }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container { border-width: 0; border-radius: 0; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#Hae43bf2e5b96dcfaa7636ab9ed1c616 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:19.875rem;left:0rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#T556fe185b4390512476481a9f8e14df { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:20rem;left:21.6875rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#qeac3295dc48e57769aef3c0509a90e5 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:19.875rem;left:43.5625rem;height:7.21875rem;text-align:center;text-align-last:center;display:block; }
#ab2e41bc64c86a852363c283e8205982 { 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:11.25rem;width:13.875rem;top:7.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#Ndc9ffdcbb8bd8c32247e7617652af17 { 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:10.9375rem;width:14.125rem;top:8.1875rem;left:23.25rem;overflow:hidden;display:block; }
#l6e6b5dacfa9b69c2c2e8d25f97490cc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.375rem;width:10.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.3125rem;left:40.9375rem; }
#f36cb0a9e40a159cf10aa97be6e9e671 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.625rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4375rem;left:18.3125rem; }
#ab9d7791539d5dc158da9a3c9b119ae2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.25rem;width:9.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3125rem;left:0rem; }
#a384ca940d2059f9543c92eaea6c5e70 { 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:10.9375rem;width:17.125rem;top:8.0625rem;left:42.8125rem;overflow:hidden;display:block; }
#KgITuTXCyI1TKVnO6XrvaKBVFGkBDAWJ { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.1875rem;height:4.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.9375rem;left:15.90625rem;display:block; }
#MVApsJpde1eBsCRNTMx6HFa3JHGQAoS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taF9QivaAba1a3QVugsmhJNWH9ekvz9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f26;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; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { background-color: transparent; background-image: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container > .video-iframe-container { display: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container { display: none; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .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); }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { border-width: 0; border-radius: 0; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#asCvymd5QilhbU2UCCKP4XMziCdNpJfK { color:#ffffff;display:block;width:31.74975rem;position:absolute;font-family:inter;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.7529296875rem;left:14.9990234375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWO1haLzzf2t7loHVkPJylGLCrFBlL97 { color:#000000;display:block;width:46.812375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.140625rem;left:7.4990234375rem;height:2.92485rem;display:block; }
#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.adaptive-delivery-prevent-bg, #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.lazyload, #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI.lazyloading { background-image: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { background-color: transparent; background-image: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000f26; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container > .video-iframe-container { display: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000f26; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container { display: none; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .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); }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { border-width: 0; border-radius: 0; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#m32iZEdFat659VaAGOkdq1LTwNxxZNqb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.6875rem;width:19.3125rem;top:0.3427734375rem;left:40.270249852594rem;display:block; }
#B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5625rem;width:19.0625rem;top:0.4677734375rem;left:20.613161528716rem;display:block; }
#R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.437125rem;width:19.24975rem;top:0.56609630584717rem;left:0.74900817871094rem;display:block; }
#em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:27.601724624634rem;left:2.8743495941162rem;height:1.79985rem;text-align:center;text-align-last:center;display:block; }
#ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:18.8125rem;top:11.844120025635rem;left:40.863096237183rem;display:block; }
#NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:27.552082538605rem;left:22.874347686767rem;height:1.8999rem;text-align:center;text-align-last:center;display:block; }
#GuLOtWPklsWzM42rs3UiUy8myTTckd28 { color:#000000;display:block;width:14.2496875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:27.602537631989rem;left:42.874347686767rem;height:1.79985rem;text-align:center;text-align-last:center;display:block; }
#N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:41.624347686767rem;height:14.297875rem;text-align:left;text-align-last:left;display:block; }
#Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { color:#000000;display:block;width:17.4373125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:21.280925750733rem;height:12.9980625rem;text-align:left;text-align-last:left;display:block; }
#VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:18.8125rem;top:11.780380249024rem;left:20.592760086059rem;display:block; }
#okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:12.682291507721rem;left:1.6243495941162rem;height:14.29784375rem;text-align:left;text-align-last:left;display:block; }
#FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.8125rem;width:18.8125rem;top:11.722469329834rem;left:0.59275817871094rem;display:block; }
#geyTnRsmJPISbOZkomlNCpNi6NI44sPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d3e;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; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container { background-color: transparent; background-image: none; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container > .video-iframe-container { display: none; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row > .video-iframe-container { display: none; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .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); }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container { border-width: 0; border-radius: 0; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#yndEOzoiTieWAQ2TO5U8bk6S88INn8wK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.6875rem;width:49.4375rem;top:0.875rem;left:5.28125rem;display:block; }
#SucIXm0yEWkm889quRC1IdAGQIXit3eR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR.adaptive-delivery-prevent-bg, #SucIXm0yEWkm889quRC1IdAGQIXit3eR.lazyload, #SucIXm0yEWkm889quRC1IdAGQIXit3eR.lazyloading { background-image: none; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container { background-color: transparent; background-image: none; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container > .video-iframe-container { display: none; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row > .video-iframe-container { display: none; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .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); }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container { border-width: 0; border-radius: 0; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#fec9f7e3af418fca9a94eef9e611fc44 { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:4.6396484375rem;left:0rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container { background-color: transparent; background-image: none; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container > .video-iframe-container { display: none; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row > .video-iframe-container { display: none; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .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); }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container { border-width: 0; border-radius: 0; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#Aa5f3e051ae3f8d27044293743b4c2ed { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.25rem;top:2.125rem;left:41.9375rem;overflow:hidden;display:block; }
#bb483f37db0074253313cfa3484cf6d0 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:26.437500953674rem;left:4.15625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#Mbd94ffbddf3f96ea41035dca9c0e387 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.625rem;left:0rem;height:10.80420625rem;text-align:center;text-align-last:center;display:block; }
#W00614b240035ccb8bc93483bbec0dc3 { color:#000000;display:block;width:18.8735rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:26.437500953674rem;left:20.561756134033rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#b4bbe1ff63fa7ed06036ceb1030b951e { color:#fa0048;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.875rem;left:20.0625rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#l096eb789f93a1db7f9d831bf7d6159b { color:#000000;display:block;width:16.81025rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:26.437500953674rem;left:41.9375rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#Td481f7bf90a98559729206dbe7569cb { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.875rem;left:40.75rem;height:12.34765rem;text-align:center;text-align-last:center;display:block; }
#T443c7c9976f574f9653aeca85ee40a2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:20.1875rem;left:6rem; }
#e6f0d1dfe45d7595188e0a9e1ff0b7bb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.1875rem;left:26.875rem; }
#df486e81b74dccdbf3b03268c27c9ecd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.1875rem;left:47.125rem; }
#I3981cf9b2edf0083c4640bc5e0dba5c { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.6875rem;width:24.125rem;top:4.6875rem;left:17.9375rem;overflow:hidden;display:block; }
#v34yPO7nCq4LzK1S4UPm4eglsIshODTB { 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:19.375rem;width:38.4375rem;top:0.3125rem;left:11.375rem;overflow:hidden;display:block; }
#z8oD7W0yN3Q4qfNacp2noDVFuxHAONRn { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:28.687500953674rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { 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; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { background-color: transparent; background-image: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container > .video-iframe-container { display: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container { display: none; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .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); }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { border-width: 0; border-radius: 0; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { color:#1b0a5d;display:block;width:59.999rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.333984375rem;left:0rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { color:#070948;display:block;width:60rem;position:absolute;font-family:inter;font-size:4.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.791015625rem;left:0rem;height:5.606025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b { position:relative;display:block; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b { background-color: transparent; background-image: none; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container > .video-iframe-container { display: none; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row > .video-iframe-container { display: none; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .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); }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b { border-width: 0; border-radius: 0; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDlHF5tsiTrL3KzDcfEBQQX6TDIfXWi4 { box-sizing:content-box;height:3.875rem;width:37.5625rem;position:absolute;display:block;z-index:15017;background-color:#070948;background-image:none;top:0.75rem;left:17.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aexsgyEUEdZF1cBmOoWFTAOTk1GF93l0 { color:#ffffff;display:block;width:41.749125rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:1.375rem;left:15.0625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#lQyG45Gv039Z56eu5cmM5x6P9iwdH6IH { color:#000000;display:block;width:35.936875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:5.7043647766113rem;left:22.312128067017rem;height:8.53025rem;text-align:left;text-align-last:left;display:block; }
#yEZXcIRbo1RgdhLgcJDyEAX9Bsub5h9t { color:#000000;display:block;width:29.25rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:36.625rem;left:22.3125rem;height:1.70635rem;display:block; }
#ptGIILPNIqzhTnvd6nO1oedvUna6B4nF { 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:27.125rem;width:24.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#C0GF83o9vhrhZJhg3RG5Pf2i9NyiWhRl { color:#000000;display:block;width:34.5rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:15.516493797303rem;left:25.37624168396rem;height:11.942375rem;text-align:left;text-align-last:left;display:block; }
#bhf7t7wSmpF0zBZEgH4B9oJqE0x63oWS { color:#000000;display:block;width:60rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:28.578869819641rem;left:0rem;height:8.53025rem;text-align:left;text-align-last:left;display:block; }
#KDta53ig8JP0e9uacamteXassk5AHt4E { position:relative;display:block; }#KDta53ig8JP0e9uacamteXassk5AHt4E { background-color: transparent; background-image: none; }#KDta53ig8JP0e9uacamteXassk5AHt4E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container > .video-iframe-container { display: none; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row > .video-iframe-container { display: none; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .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); }#KDta53ig8JP0e9uacamteXassk5AHt4E { border-width: 0; border-radius: 0; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zhuU4ry0K0T0ri03P2ttOABzAhDDw8Ws { color:#5e17eb;display:block;width:19.374375rem;position:absolute;font-family:inter;font-size:4.5rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.9423828125rem;left:9.998046875rem;height:5.8498875rem;text-align:left;text-align-last:left;display:block; }
#HPDKzMmzEObQ8T2vJwdVNaGbmHA655M5 { color:#3600a0;display:block;width:22.562rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:normal;z-index:15044;line-height:1.1;letter-spacing:0;top:2.8427734375rem;left:30.123046875rem;height:4.5372rem;text-align:left;text-align-last:left;display:block; }
#z8Le850w42BpoyCW017haNQvRuEVBE1n { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:8.8125rem;left:1.625rem;overflow:hidden;display:block; }
#dW3kQVFE5LeZXe36rPcW5HKGKkaLMcis { color:#070948;display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:15.80859375rem;left:0.4365234375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#k8RkUPhNm7nJvRhwIbGtmRfakbsNFONB { color:#070948;display:block;width:4.56225rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:16.6220703125rem;left:12.935546875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X7soz1qsLt5zXTPykGGIfbTMArSgSH9n { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:8.8125rem;left:11.9375rem;overflow:hidden;display:block; }
#QeVnnc1lO1UwHxyQnT3e1AaGSIwH7dGW { color:#070948;display:block;width:9.8735rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:16.6220703125rem;left:19.5380859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ToHRXaOyfmyuecTS0X62WsWlVTKPX6GD { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:9.125rem;left:21.125rem;overflow:hidden;display:block; }
#Gys7OeLcZA341ZCPce6w1pQpBxJyZiPs { color:#070948;display:block;width:9.872875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:16.623046875rem;left:29.37109375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UdzDcqmrg6eEMvk0vmdB7fHAFKilvCNn { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:9.125rem;left:30.9375rem;overflow:hidden;display:block; }
#MMBS4ik3nMSLNOv3Q6tCySgTAkJGOeoz { color:#070948;display:block;width:9.8735rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.1;letter-spacing:0;top:16.0625rem;left:39.4375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#hTE1yIf0BhLVayM2dGcgpBkwcTAlGxWF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:9.125rem;left:40.9375rem;overflow:hidden;display:block; }
#QJ5gdbpmS2n5zJ7BxgBASFmNoyBe8KFz { color:#070948;display:block;width:9.8735rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.1;letter-spacing:0;top:15.875rem;left:50.1875rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#RIFyuRCpwqq4QoaPkEyMkzzqDcN5myH7 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:9.125rem;left:51.6875rem;overflow:hidden;display:block; }
#MWWsNewAB4hAGeCdiamxDKeKZ5yZv4Hp { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:inter;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.749625rem;height:3.874625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.499870300293rem;left:9.6236362457275rem;display:block; }
#eeHUmhRTbJeK9ocg9fUdDM5E2IATCv3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0.adaptive-delivery-prevent-bg, #WycDJf2WJuMtNGh5xcAuFbdJei5glBL0.lazyload, #WycDJf2WJuMtNGh5xcAuFbdJei5glBL0.lazyloading { background-image: none; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container { background-color: transparent; background-image: none; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container > .video-iframe-container { display: none; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row > .video-iframe-container { display: none; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .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); }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container { border-width: 0; border-radius: 0; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#XzGEDtFpZeoT2z3RWKtZk7tFVWQxQ4cb { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.1875rem;left:0rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znBUJt3afgPmKmkteqBO1uOTNI1SFmtD { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d3e;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; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container { background-color: transparent; background-image: none; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container > .video-iframe-container { display: none; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row > .video-iframe-container { display: none; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .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); }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container { border-width: 0; border-radius: 0; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#LGIi64k7FD0BFDuwkAzk6WIQgqdqGEgs { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:2.375rem;left:0rem;display:block; }
#FKloAvbrBAAkdfI3LvHDcRn9PZvcyexs { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5624971389769rem;left:1.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dO0gT9o7svvcyrPmLGGRSEGSE4QHhuXK { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625009536744rem;left:21.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BqvGZkT3gycoczUoZ55vTVOpkrT7IBUZ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:41.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZnezC63Ksxi6gsLly5DGeqLnfTNzixaW { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iZkDpq5fVCq1sUzHIgVrNHg6HTeDc9uI { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:21.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#uTAt9RwxU8yTBUz683ym6Qhi2TaPaS9s { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25rem;left:42rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dED7oSdFXSQM5oUv01NHLwchSXOOmQdd { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:0.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#VK3m6JkT2HlkxvSrydvIl7hMwrlLX7ZH { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#yIgc6ovqND8lFKtSFUA0M620gpVLk4u4 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.349827289581rem;left:40.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#H1T8FoUpxE5by8rm35SyhL7F1d0xJ4nc { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.8125rem;left:0.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#HGU9qKTVQ6oD04eSc497KaeQD07vapx2 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:20.9375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#F0RxJ6RPLnrOeJyGW00wdoGKuPf3xP61 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.461805820465rem;left:41.25rem;height:2.5997rem;text-align:center;text-align-last:center;display:block; }
#XPkAxy9STVMB3QKPFqcryFI60b4m9RSd { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:2.375rem;left:20.25rem;display:block; }
#DHTsnv19wbN9p2KAv4BJQ1XIOrQ7MHqU { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:2.375rem;left:40.5rem;display:block; }
#IhZrDcf0epiTsPvLhHFzFsmCbFkHRSgP { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:19.3125rem;left:0rem;display:block; }
#FLnUc2qCV3nTZNmQi4wXfPxeygtqsq4a { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:19.3125rem;left:20.25rem;display:block; }
#TxPPslTE8GXy7L7u7Sn6WveGWUaURMrh { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:19.5rem;top:19.3125rem;left:40.5rem;display:block; }
#l41grIcXuPJl2Z50sWT8alpB01utrWZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.4374895095825rem;left:8.1875rem; }
#ZD37oAe2CrDEmltxpapoCJuTcWsqOWGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.4375rem;left:29.1875rem; }
#e3mqKi6wzlvAAOHrNyzwLk51TP6KeZbZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.5rem;left:48.75rem; }
#WBdwukLS6f9Uh7z7XCh2PwteeBuUQVZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:20.625rem;left:8.1875rem; }
#XbI8b0rfsOcOkdzK2H89mRf6rBXixl1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.875rem;left:28.4375rem; }
#cyzmit1Ltd2iCMqNP5Ie4FGqNwOf6iM2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.625rem;left:48.75rem; }
#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { background-color: transparent; background-image: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container > .video-iframe-container { display: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container { display: none; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .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); }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { border-width: 0; border-radius: 0; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.5625rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { background-color: transparent; background-image: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container > .video-iframe-container { display: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container { display: none; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .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); }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { border-width: 0; border-radius: 0; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { font-size:0.875rem;font-family:arial;height:80.6875rem;width:60rem;position:relative;display:block; }#O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.437rem;width:25.1245rem;top:51.685382843017rem;left:3.4513359069824rem;overflow:hidden;display:block; }
#iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { color:#000000;display:block;width:26.7496875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:15.675456047058rem;left:1.8855800628662rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.1875rem;width:24.1875rem;top:4.2387156486511rem;left:33.798610687256rem;overflow:hidden;display:block; }
#ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:15.677083015442rem;left:33.611110687256rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#COqUTFZokEhMwTTZhURD9SsHiUTREuZp { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:1.8940973281861rem;left:5.953125rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:1.9531221389771rem;left:35.923610687256rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:48.9375rem;left:1.875rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#wcFS9No1ve40H2uwl1bsAWECN79XgoTG { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:63.6875rem;left:2.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#umq6qAefq8R2TA7GdZuRvorHXxRgorJD { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.9375rem;width:22.1875rem;top:26.592881202698rem;left:34.986110687256rem;overflow:hidden;display:block; }
#Sq341zLlZFukb65aOGCyhevHxLlt3CMa { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.280382156372rem;left:32.453125rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:37.500000953674rem;left:34.236110687256rem;height:8.3994375rem;text-align:center;text-align-last:center;display:block; }
#asxuw2Km4JM93zZap8pW4HppRZEcK21V { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.625rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.125rem;width:23.75rem;top:26.436631202698rem;left:4.078125rem;overflow:hidden;display:block; }
#RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:37.562500953674rem;left:3.4375rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#wWvxdsSMfw6k6vOJLntn39k3gciA44wS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.8125rem;width:23.125rem;top:51.500001907349rem;left:34.579860687256rem;overflow:hidden;display:block; }
#QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:48.936634063721rem;left:32.436630249024rem;height:1.787575rem;text-align:center;text-align-last:center;display:block; }
#VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:63.68750190735rem;left:32.923610687256rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.1875rem 2.5rem rgba(177,193,194,0.37) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:4.1870125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:73.162431716919rem;left:13.4375rem;display:block; }
#Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.8121875rem;width:21.7496875rem;top:3.92578125rem;left:5.1375331878662rem;overflow:hidden;display:block; }
#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo > .row .container { border-width: 0; border-radius: 0; }#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:60rem;position:relative;display:none; }#e343fa3a7a19930928d12ac6dd6e0889 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:-7.9990234375rem;height:9.75rem;text-align:justify;text-align-last:initial;display:block; }
#Nff66a80d49a1f20f4c3284a3e7de7c9 { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.7490234375rem;left:17.6875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#Gf2deb464a1c719a55ba2d3fc08be118 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:50.9375rem;left:0rem;height:5.6875rem;display:block; }
#eab15c1685080ff4a62596448edb9d38 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.5rem;left:6.212890625rem; }
#R13706c7b94adbe723e09c38003778bc { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.90234375rem;left:0rem;height:21.44533125rem;display:block; }
#Jeb531860da1be5980d73487872ed886 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:45.5rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#A39f81b0844de47893869f0a7a39b147 { position:absolute;display:block;z-index:15004;background-color:#5e17eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:50rem;top:19rem;left:5rem;display:block; }
#qa9b9c8cedf8f2b218180bb2163487af { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.486328125rem;left:17.5rem;height:6.599625rem;text-align:left;text-align-last:left;display:block; }
#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { 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:none; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { border-width: 0; border-radius: 0; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:none; }#nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { color:#00a1fc;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:2.5751953125rem;left:0rem;height:6.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { color:#ffcf66;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.734375rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf { 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:none; }#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf > .row .container { border-width: 0; border-radius: 0; }#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:none; }#ae540e18b141fd7da09973234035874d { color:#000000;display:block;width:37.125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:16.4765625rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#W04ff7397459ddea9dab852cbde0b18c { box-sizing:content-box;color:#ffbc42;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.1123046875rem;left:6.5625rem;display:block; }
#d632109e52651a0a835aba8d8a4ed85c { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:1.1875rem;left:0.125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#fcda3b1f3e8930b10e4242ee17442e77 { box-sizing:content-box;color:#ffbc42;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:7.5927734375rem;left:6.5625rem;display:block; }
#a23c42d25f8b5543a6dbe1bfda43f020 { box-sizing:content-box;color:#ffbc42;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:10.26171875rem;left:6.5625rem;display:block; }
#b8f6ecdadb107180c5349a23c33d304c { box-sizing:content-box;color:#5e17eb;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:19.0625rem;left:6.5625rem;display:block; }
#b5e0e45f750b8e276ab43075abda4e8a { box-sizing:content-box;color:#5e17eb;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:21.4853515625rem;left:6.5625rem;display:block; }
#x9466885925c63eedab783a90b96982e { box-sizing:content-box;color:#5e17eb;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:23.9375rem;left:6.625rem;display:block; }
#ac82e0d1772e589c0e34378ae75512f8 { box-sizing:content-box;color:#5e17eb;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:26.375rem;left:6.65625rem;display:block; }
#L213b7074f54058322344d838dfb60e4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.1875rem;width:23.6875rem;top:0.0283203125rem;left:40.914838539234rem;overflow:hidden;display:block; }
#G8e2d50dd6214e5c1cf738948ad43cf1 { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:5.4248046875rem;left:9.8125rem;height:7.64941875rem;text-align:left;text-align-last:left;display:block; }
#c7d5d270aa39de3957355461431da6ad { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:19.5625rem;left:10rem;height:9.5996rem;text-align:left;text-align-last:left;display:block; }
#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { position:relative;display:none; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { border-width: 0; border-radius: 0; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { color:#234446;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9973958730698rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.62890625rem;left:1.375rem;height:11.375rem;display:block; }
#XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { 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:15.5rem;width:11rem;top:11.967882156372rem;left:46.875003814698rem;overflow:hidden;display:block; }
#zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { 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:5rem;width:11.25rem;top:6.9678821563719rem;left:46.750003814698rem;overflow:hidden;display:block; }
#vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.1875rem 2.5rem rgba(177,193,194,0.37) ;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:4.186525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.2470703125rem;left:13.4375rem;display:block; }
#fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc107;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; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container { background-color: transparent; background-image: none; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container > .video-iframe-container { display: none; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row > .video-iframe-container { display: none; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .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); }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container { border-width: 0; border-radius: 0; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#OP2NKr24Kku4giBCosW1KZuwirEy6w0t { color:#234446;display:block;width:60rem;position:absolute;font-family:inter;font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.1796226501465rem;left:0rem;height:5.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d4e1;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; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { background-color: transparent; background-image: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container > .video-iframe-container { display: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row > .video-iframe-container { display: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .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); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { border-width: 0; border-radius: 0; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#x30a5154fce142cc4acc3ad85ca57621 { color:#ffcf66;display:block;width:16.187375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15159;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.5625rem;left:1.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a3fe93c8f9267dc1cc1250cb2fe5fe82 { color:#22be1e;display:block;width:7.937125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:13.5rem;left:11.3125rem;height:2.84375rem;display:block; }
#B7b8908961a8a12ac7077bce409d936c { color:#000000;display:block;width:16.937rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:24.4375rem;left:2.5rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#Rb1e46f3d8ef2e682c33b38e8fd66364 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:24.1875rem;left:0rem; }
#e14cf42258c3f49b3c41015751cceaa6 { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.748875rem;height:2.87450625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:53.515680313111rem;left:0rem;display:block; }
#b90eb0b1ed07fb34d9c4ecd829568b7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vd65d49ba7328786aed0c8003bd64e1b { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.748875rem;height:3.125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:57.015130996704rem;left:0rem;display:block; }
#m74bf8e4bbd3a6b7eacb86b2f52c480a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f57e7b18ecf1927e0c431a978a745493 { box-sizing:content-box;height:63.125rem;width:19.75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1.93701171875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#f3839c71bd2eb089218ebeeda1ca76e9 { box-sizing:content-box;height:59.375rem;width:19.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.9375rem;left:40.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#f8cd8f4db2eaa4b98d4709d8ab203f07 { color:#000000;display:block;width:19.7495rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:62.234375rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T80bfefd2a3415dbc047164479ace76d { color:#000000;display:block;width:18.68675rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:62.671875rem;left:40.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#C05633977ac849971f5c23f9c5c6ed59 { color:#000000;display:block;width:16.937rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:19.9375rem;left:2.5rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#T16aee1d8015270ddda7dd5a67c371f7 { color:#000000;display:block;width:17.749875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15214;line-height:1.3;letter-spacing:0;top:43.1875rem;left:2.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#fd9509447e02fdd3e4f54c9102d9a679 { color:#000000;display:block;width:16.81175rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15213;line-height:1.3;letter-spacing:0;top:40.089906692505rem;left:2.4993801116943rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#xd638b6af1b0ea263e7376354f16a646 { color:#000000;display:block;width:16.999625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:35.75rem;left:2.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#E34b1db2339553882741a48dbd57ac1b { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem; }
#F188e2034b693acdf4fed251bc3c4aa0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:47.0625rem;left:0rem; }
#h11709aa4a647255bb11dea455a4e740 { color:#000000;display:block;width:15.874875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:31.9375rem;left:2.5rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#b4d64795b7b2591384b5ed854032f181 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:28.6875rem;left:0rem; }
#b71affaecd0dd0e69bec594277ef60d6 { color:#000000;display:block;width:15.874875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.5rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#aa48a0583a085dcb92c4829dfab17135 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15175;background-color:#e3e3e3;background-image:none;top:24.25rem;left:20rem;display:none; }
#e3f7b5f942501e6f7510ce86582fa77b { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15175;background-color:#e3e3e3;background-image:none;top:24.25rem;left:20rem;display:none; }
#X5c58298c8042599b83f11463f162ac3 { background-color:#fa0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.187375rem;height:2.749875rem;text-decoration:none;z-index:15259;text-align:center;text-align-last:center;top:0.4375rem;left:21.875rem;display:block; }
#aed0099f33a92a8617cef8c8b6a7c890 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9ced4db92e275a27a708683e6a0782d { color:#000000;display:block;width:16.687125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:47rem;left:2.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#bac10c5d5e41034ebe9820bc33d25d5a { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:10.4375rem;left:11.5rem;height:2.84375rem;display:block; }
#f39c8a4449a653321a131fada941f522 { color:#000000;display:block;width:8.31225rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:11rem;left:1.75rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#e2619bbf5d91d48b1c0cab82f7a7fac6 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vJBK4dlq5RNoKSOaHnkTCQdDdTKdnNwZ { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15192;background-color:#e3e3e3;background-image:none;top:37.5rem;left:40rem;display:none; }
#qgQHfh74ksugHE1MXCgfP5ZFXZ1qcAUr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:43.375rem;left:40rem;display:none; }
#F0l7USEAAztZyzE04Kki5RS7oZ1JlWdt { color:#22be1e;display:block;width:7.937125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:13.375rem;left:51.25rem;height:2.84375rem;display:block; }
#mXhUwB9DxUl7f48F7TVnHNKJn84AoT4f { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:10.25rem;left:51.1875rem;height:2.84375rem;display:block; }
#Rai6NynqPPxVQOXSx22teOFhgEVWMdha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:20.4375rem;left:0rem; }
#L8JolhXE3Z8Uw7By0kKxIG82nuB3KxgE { box-sizing:content-box;height:0.125rem;width:19.75rem;position:absolute;display:block;z-index:15218;background-color:#e3e3e3;background-image:none;top:23.8125rem;left:0rem;display:block; }
#MrIGOtNARQmFtieA2FbQ3fTtCddklaQW { box-sizing:content-box;height:0.124628125rem;width:19.7495rem;position:absolute;display:block;z-index:15219;background-color:#e3e3e3;background-image:none;top:27.5625rem;left:0rem;display:block; }
#zWe3Ta7OMKlkkyvO8TWU3cx9z0lwJetE { box-sizing:content-box;height:0.124628125rem;width:19.748875rem;position:absolute;display:block;z-index:15220;background-color:#e3e3e3;background-image:none;top:31.3125rem;left:0rem;display:block; }
#zKR19f6vIZR2TUzV4l71NmI0MUm0eaLV { box-sizing:content-box;height:0.124628125rem;width:19.74825rem;position:absolute;display:block;z-index:15221;background-color:#e3e3e3;background-image:none;top:35.1875rem;left:0rem;display:block; }
#poSA11FH6kvbmTTnu1oR9635oTlnhNJv { box-sizing:content-box;height:0.124628125rem;width:19.747rem;position:absolute;display:block;z-index:15222;background-color:#e3e3e3;background-image:none;top:39.264635086059rem;left:0rem;display:block; }
#bdWqHOLhi4hP6wySBDuyP90x2srisxdx { box-sizing:content-box;height:0.124628125rem;width:19.747625rem;position:absolute;display:block;z-index:15222;background-color:#e3e3e3;background-image:none;top:42.5625rem;left:0rem;display:block; }
#hz532lLDKNVgZI9NTDdLhSXG4KrBKMnn { box-sizing:content-box;height:0.124628125rem;width:19.747rem;position:absolute;display:block;z-index:15223;background-color:#e3e3e3;background-image:none;top:46.3125rem;left:0rem;display:block; }
#yTHUdHhslQPpnkzA1LuboQ9rp9O3THd4 { box-sizing:content-box;height:0.124628125rem;width:19.7458125rem;position:absolute;display:block;z-index:15224;background-color:#e3e3e3;background-image:none;top:50.0625rem;left:0rem;display:block; }
#LTstBv1rznTEHDPNedPeILd0ICKpk4Cz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:32rem;left:0rem; }
#ydgvcQ5g9RVbULgKVVu5FCBkOD2lOktK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:35.6875rem;left:0rem; }
#H7llALgdvuM6NcfHMURpb80dNX8e4Jub { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:39.771207809448rem;left:0rem; }
#TGJu1mnkBvFFA2dwLfG0heanoBPbwIwJ { box-sizing:content-box;height:63.125rem;width:20rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:1.9368591308594rem;left:19.998762130738rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IbaVttsygKNfZ9gOTNulGhDwUB6VglKv { color:#ffcf66;display:block;width:16.187375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15193;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.375rem;left:21.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LtHRgk4vP74fLTnz9mCZ0asNyINdeeHN { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:10.3125rem;left:31.0625rem;height:2.84375rem;display:block; }
#Rq34WcvFi3PVR2EWDA7MKGq8TLO6Ulwi { color:#000000;display:block;width:8.31225rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:10.875rem;left:21.75rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#f8KbqMG1SKW9w4lMTs7kO0ZNJOvs2rRX { color:#22be1e;display:block;width:7.937125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:13.375rem;left:30.9375rem;height:2.84375rem;display:block; }
#GwSG3x8QASLxxrxsx9CNhzqEHq1NeJIn { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15210;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#w7PTqn5G50tQ9WtQ3CacbX0HBdiNCkBf { color:#000000;display:block;width:16.937rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:19.875rem;left:22.5rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#i4FFRhFahZpmO2SKB9KCBIbERFCGZ0P4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:20.25rem;left:20rem; }
#xhro2tLb3Z5uI9tb7uwQ93uW5P6FiWBM { box-sizing:content-box;height:0.125rem;width:19.9375rem;position:absolute;display:block;z-index:15252;background-color:#e3e3e3;background-image:none;top:23.8125rem;left:20rem;display:block; }
#cI3gPrTaXF19HH7MuDdlu7un3i9zKyJz { color:#000000;display:block;width:16.937rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:24.3125rem;left:22.5rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#Tuw2aZ1T2Z7wuXa77Z3ZC9oSEKyLprF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:24rem;left:20rem; }
#go8yzXSZM5wfmT7XbT2ARTMB2t8S3po9 { color:#000000;display:block;width:15.87425rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:28.75rem;left:22.5rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#RWf9LIwDIt3bMKhQKINsJ2BMkzlO6zen { box-sizing:content-box;height:0.125rem;width:19.875rem;position:absolute;display:block;z-index:15253;background-color:#e3e3e3;background-image:none;top:27.5625rem;left:20rem;display:block; }
#mkld5tiQVk0GfMvWaTr8V07hLvwMBkGB { color:#000000;display:block;width:16.999625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15246;line-height:1.3;letter-spacing:0;top:35.5625rem;left:22.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#plnp9kdv74WRyy9Jmh9QlHdpXipAIRxH { color:#000000;display:block;width:15.874875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15222;line-height:1.3;letter-spacing:0;top:31.8125rem;left:22.5rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#HuZaDaXHiS4wAFXh3Nvc8MCGpywnMZ1H { box-sizing:content-box;height:0.124628125rem;width:19.74825rem;position:absolute;display:block;z-index:15254;background-color:#e3e3e3;background-image:none;top:31.3125rem;left:20rem;display:block; }
#WA8zMTBOiCKGto1EIc1bzsGSR2pLNTZa { box-sizing:content-box;height:0.124628125rem;width:19.747625rem;position:absolute;display:block;z-index:15255;background-color:#e3e3e3;background-image:none;top:35.0625rem;left:20rem;display:block; }
#qpVayu385470x23rk6TeCdDLZTXB2uqP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15228;opacity:1;top:35.5625rem;left:20rem; }
#AXEc5ynDbKarmP7o23EDLImSlgdoMz2T { color:#000000;display:block;width:16.81175rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15247;line-height:1.3;letter-spacing:0;top:40.089906692505rem;left:22.500001907349rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#kSMI4OgluHERtwU7dA1ubKswXeeOSkJQ { box-sizing:content-box;height:0.124628125rem;width:19.746375rem;position:absolute;display:block;z-index:15256;background-color:#e3e3e3;background-image:none;top:39.264675140381rem;left:19.998762130738rem;display:block; }
#l4AZlV1lcXDIGPlUbtDTuCqttf0rVSz3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15229;opacity:1;top:39.771207809448rem;left:19.998762130738rem; }
#yPuHJTTLrE78RDmHsRMiIiV5ynWBJuwg { color:#000000;display:block;width:17.749875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15248;line-height:1.3;letter-spacing:0;top:43.0625rem;left:22.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#NSp14QmB0U8TAmOR3Cm6NlB3QKwqSkJN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15247;opacity:1;top:43.125rem;left:20rem; }
#GNVoXSEWm6QnybeXVR5IWUSlrIbubydt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15248;opacity:1;top:46.875rem;left:20rem; }
#uG2pSRtOH12KkG3biNZVdt38XThpNTu7 { color:#000000;display:block;width:16.687125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15234;line-height:1.3;letter-spacing:0;top:46.8125rem;left:22.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ReKg4wTr6gfdbSgn0bIWszVhtzT7N1KB { box-sizing:content-box;height:0.124628125rem;width:19.747rem;position:absolute;display:block;z-index:15256;background-color:#e3e3e3;background-image:none;top:42.5625rem;left:20rem;display:block; }
#vQ9rTeMu4abfATNyzrG8kyO6FVM0poTN { box-sizing:content-box;height:0.124628125rem;width:19.746375rem;position:absolute;display:block;z-index:15257;background-color:#e3e3e3;background-image:none;top:46.3125rem;left:20rem;display:block; }
#zCdraKh4fkdps9UCfeuThRE2UkXyO7a1 { box-sizing:content-box;height:0.124628125rem;width:19.7458125rem;position:absolute;display:block;z-index:15258;background-color:#e3e3e3;background-image:none;top:50.0625rem;left:20rem;display:block; }
#xSDC58RCI6dXZ43oJhWJUvN3pNOgScrT { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:53.515680313111rem;left:19.998762130738rem;display:block; }
#hEhdHrr7687hpNg4NO7RBtAFNmyEyR3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMfbHLcOB9rZk6VnOMD3ekTIuaT8nHiO { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.74825rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:57.015130996704rem;left:19.998762130738rem;display:block; }
#rzdfrTolWOpVVi2Id2v8vwNlQF9p9Z28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQa2SPZe6sEXMNFFMeC2qoENDuK3zbec { color:#000000;display:block;width:19.748875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:62.672374725344rem;left:19.998762130738rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#M1GdzXfniGXHd7Tu0ZuLwK9TkL46HeZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:28.5625rem;left:20rem; }
#ynhQ6RL90fqfKydVFqqbc4weh3Sw6T56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15206;opacity:1;top:32.0625rem;left:20rem; }
#y8lXnz6kITdeCOexg2Ssxr3BrkVZTqMa { box-sizing:content-box;height:0.124628125rem;width:19.748875rem;position:absolute;display:block;z-index:15219;background-color:#e3e3e3;background-image:none;top:9.2646331787113rem;left:0rem;display:block; }
#gzrI8KNbxVs233FwIbvQAkiIEIZcksBy { box-sizing:content-box;height:0.125rem;width:19.75rem;position:absolute;display:block;z-index:15220;background-color:#e3e3e3;background-image:none;top:9.2646484375rem;left:19.99853515625rem;display:block; }
#BgQEtCoCvdvT4ACIsUcTigt7y9O45Lg3 { box-sizing:content-box;height:63.0625rem;width:19.6875rem;position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;top:1.8898811340332rem;left:40.312501907349rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WnoZUmMoEm0MVv7t00BzBcc9JEBkztHf { color:#ffcf66;display:block;width:16.187375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15226;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.375rem;left:41.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HsryOQJk09092f4EgTckJw9pbDSOuobo { box-sizing:content-box;height:0.124628125rem;width:19.74825rem;position:absolute;display:block;z-index:15253;background-color:#e3e3e3;background-image:none;top:9.2646331787113rem;left:40.251737594604rem;display:block; }
#ZGML72ALofFNUrZGAKLbTdupkePQfoPA { color:#000000;display:block;width:8.31225rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15242;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.5625rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#aapVhUzPyZTrOy1NT1I7Q08NaJXcWZFV { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15243;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HI9Lyrd1oskq6Tt8HSQPMTkUHOA7om52 { color:#000000;display:block;width:16.937rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15241;line-height:1.3;letter-spacing:0;top:19.8125rem;left:43.0625rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#QH2hnrxSOLD8AZJnGqqghWST7tnJRPLd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15238;opacity:1;top:20.125rem;left:40.25rem; }
#VNbBdMTF7WCBE75TVgUH4G6cmLxIH1Cy { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15234;line-height:1.3;letter-spacing:0;top:24.4375rem;left:43.0625rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#dJsARAQCTrmPlKOE89sbS03oHdzf1G6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15237;opacity:1;top:23.875rem;left:40.25rem; }
#ixIxvl0QpoZ8yNN5Q33REn7cpcRRBX1d { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15254;line-height:1.3;letter-spacing:0;top:28.875rem;left:43.0625rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#xzHZ69GIHuLAxQT7X4ZcbZWPdLerBhtL { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15279;line-height:1.3;letter-spacing:0;top:35.9375rem;left:43.0625rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#VWZTr48kiTr1Bq8W2VJTrKf5h2iLokiz { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15255;line-height:1.3;letter-spacing:0;top:31.9375rem;left:43.0625rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#bVSubqvMpV7AfVTOrEbo4Rty9F7PHtT9 { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15280;line-height:1.3;letter-spacing:0;top:39.8125rem;left:43.0625rem;height:1.29985rem;text-align:left;text-align-last:left;display:block; }
#APPOJHODHwqKHZHuOMdQ9Cyb8kJoZoBa { color:#000000;display:block;width:15.311875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15281;line-height:1.3;letter-spacing:0;top:43.187005996704rem;left:42.935270309448rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#UsXUrPPNzq0XffeflgWC4tZv9fixFO5E { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15267;line-height:1.3;letter-spacing:0;top:46.700151443481rem;left:42.997892379761rem;height:2.5997rem;text-align:left;text-align-last:left;display:block; }
#XM4Cvdg3KR58a3aGC3wK6NllwbTlhuTd { background-color:#fa0048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.875rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:53.515680313111rem;left:40.311510086059rem;display:block; }
#O1XdlwmrXFIh56nXU5bedDg8OGbvC6qP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8nIpexbvpKLcFNbInrFSKyZHbL0q9hf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15238;opacity:1;top:28.4375rem;left:40.25rem; }
#TBAsVmmGqlfEfI2sWQ2P1Xdu29SHrFsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15239;opacity:1;top:31.9375rem;left:40.25rem; }
#fEGvpsvdUk9XvyGamwlPsR2RBMJ7de6k { background-color:#8300e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:57.015130996704rem;left:40.311510086059rem;display:block; }
#ffxLGdtFgKaAAZ4dVp1MfKCZmqxUd1BQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSlq9suTOrObTT9VzfxtqTpCC0IQWI60 { box-sizing:content-box;height:0.125rem;width:19.625rem;position:absolute;display:block;z-index:15253;background-color:#e3e3e3;background-image:none;top:23.8125rem;left:40.4375rem;display:block; }
#l2vr8P4n2TeMIbquPImDTCzJDRd0kBse { box-sizing:content-box;height:0.124628125rem;width:19.624875rem;position:absolute;display:block;z-index:15254;background-color:#e3e3e3;background-image:none;top:27.5625rem;left:40.4375rem;display:block; }
#GEQ2zXPVDSHyermEtTgpHAgzD4ylXzCQ { box-sizing:content-box;height:0.124628125rem;width:19.62425rem;position:absolute;display:block;z-index:15255;background-color:#e3e3e3;background-image:none;top:31.3125rem;left:40.4375rem;display:block; }
#ctNgV1mznbdOZWPVq8zSAgNEQ5OLg6RW { box-sizing:content-box;height:0.124628125rem;width:19.623625rem;position:absolute;display:block;z-index:15256;background-color:#e3e3e3;background-image:none;top:35.0625rem;left:40.4375rem;display:block; }
#H1fsqzcA7qxId6UAf967KKp4XDhcHmIE { box-sizing:content-box;height:0.124628125rem;width:19.622375rem;position:absolute;display:block;z-index:15257;background-color:#e3e3e3;background-image:none;top:39.264688491821rem;left:40.377607345581rem;display:block; }
#OmH2xztmi1TlRDcmgQQH8uN0kcTCw02M { box-sizing:content-box;height:0.124628125rem;width:19.622375rem;position:absolute;display:block;z-index:15258;background-color:#e3e3e3;background-image:none;top:42.5625rem;left:40.4375rem;display:block; }
#F4aDpBTn1FwcCCT35UogIH0vacxBALl4 { box-sizing:content-box;height:0.124628125rem;width:19.6211875rem;position:absolute;display:block;z-index:15259;background-color:#e3e3e3;background-image:none;top:46.265525817871rem;left:40.377607345581rem;display:block; }
#TcqtD5ParwqNdvusa7vodC32U6EXr6yC { box-sizing:content-box;height:0.124628125rem;width:19.6211875rem;position:absolute;display:block;z-index:15260;background-color:#e3e3e3;background-image:none;top:50.0625rem;left:40.4375rem;display:block; }
#VwNq5kkhWNruS8Iu1lB8IhEDHpoTQDHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15243;opacity:1;top:46.9375rem;left:40.25rem; }
#kTfLSSmmtGLEEKTz87UJJABFdnprCDeR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15242;opacity:1;top:43.124382019043rem;left:40.248018264771rem; }
#p7FaIiJsI91pIylVabB0mnPuxMExfCo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15241;opacity:1;top:39.614957809448rem;left:40.248018264771rem; }
#IFpzyuz75Q5tCVFxddIW9h8x3RBpSaQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15242;opacity:1;top:35.923860549927rem;left:40.312501907349rem; }
#N1QoT387OkaKUT5mC6lNWTUWaJJwiDTx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#GTmgIZsvHGcfnTmaz32cuSiZo5AxHMSE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#Ia0JT71RAZLxF3aTp9Ll7PmZlQN3TUXT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.93700625rem;width:1.93700625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:28.6875rem;left:0rem;display:none; }
#Q3DbcNizu8QhwEnSBQv4zu2CiPH24Kqn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#UWctHJxEV9UfKy5CmhRgCoZH49Tq9JDd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#XXFWCzKKRThieKfGbIOzFZOVr1uUvNp6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#EZiJLUtlF50G8HpkzHdLTs4xOn5QrTzm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87438125rem;width:1.87438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:43.3125rem;left:0rem;display:none; }
#v4e1L50nGmMahafvZuAVcsRTnV6rXTrM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15191;opacity:1;top:43.375rem;left:40rem;display:none; }
#xoIQdWKXWoIaBHBiaICWhBFLhrJHsdDB { box-sizing:content-box;height:0.124628125rem;width:19.747625rem;position:absolute;display:block;z-index:15222;background-color:#e3e3e3;background-image:none;top:42.5625rem;left:0rem;display:none; }
#wG4r7v5U5n9dC1wEsy0irMppKGnClLtH { box-sizing:content-box;height:0.124628125rem;width:19.747625rem;position:absolute;display:block;z-index:15222;background-color:#e3e3e3;background-image:none;top:42.5625rem;left:0rem;display:none; }
#XvseTF7oG5GCzJ3PNmGhmQLFNDSm04bV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15241;opacity:1;top:39.614957809448rem;left:40.248018264771rem;display:none; }
#SHZa5DyqdGNEdpzUTsvDi8DDMIB7XNqQ { color:#ffcf66;display:block;width:16.187rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15160;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.6875rem;left:1.90625rem;height:2.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqLArdUFazatWLfblwUhISufL5ryBtXr { color:#ffcf66;display:block;width:16.187rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15194;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.6875rem;left:21.90625rem;height:2.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zSgyxBWZsZrCwLG92ewcTUNaLDXiHfGd { color:#ffcf66;display:block;width:16.187rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:400;z-index:15227;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:5.75rem;left:41.90625rem;height:2.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #000000, #3533cd);background-image: -moz-linear-gradient(171deg, #000000, #3533cd);background-image: -ms-linear-gradient(171deg, #000000, #3533cd);background-image: -o-linear-gradient(171deg, #000000, #3533cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3533cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3533cd' );";background-image: linear-gradient(171deg, #000000, #3533cd);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { background-color: transparent; background-image: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container > .video-iframe-container { display: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row > .video-iframe-container { display: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .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); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { border-width: 0; border-radius: 0; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#NEEmkcfzXLJAoOkSwPtptw98mzgdIP33 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.71056747436525rem;left:-0.0009918212890625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { color:#050b26;display:block;width:45.3125rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4470487236977rem;left:1.2493801116943rem;height:2.1937rem;text-align:center;text-align-last:center;display:block; }
#UOmFNdwepGT0gm78KfmP5wWoTBa1VUpB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:10.437133789062rem;left:0rem;overflow:hidden;display:block; }
#oHZFV39m9kiLowp3VmZ1SnO7oX7mNnXI { color:#050b26;display:block;width:11.9375rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QNG29BgArZEx0GpZ5z9ObqSmNJbo0BLs { color:#050b26;display:block;width:24.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.400918006897rem;left:4.9367561340332rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#lVXMGtfvgSSbNTSsTydBFyDKFDSrss6X { color:#050b26;display:block;width:19.99875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.622768402099rem;left:37.562005996704rem;height:1.787575rem;text-align:left;text-align-last:left;display:block; }
#fqpCxXOri6FsElRAUoSvy69Iw3DZAXbd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06200625rem;width:5.06200625rem;top:10.140675544739rem;left:33.123762130737rem;overflow:hidden;display:block; }
#b185mURufFG3gRsZN4wbFsCUSp5FEGa8 { color:#050b26;display:block;width:15.81225rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sS2PoTNnCetoaxqtiRIdA7ywqpPW6ClW { box-sizing:content-box;height:7.18625rem;width:0.062004rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:10.140675544739rem;left:31.186758041382rem;display:block; }
#U2dQm8b4pEU3MZD6hV7SZhBUOtGzVnVr { color:#ffffff;display:block;width:59.998125rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.390750408173rem;left:0.0012397766113281rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wriszWaFBMiDVETKv5Vei5cgNF7WIqfQ { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.5rem;left:17.500001907349rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#CrZEnuxlafU1Q7abTIzhy2KPaLriD4ml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06225rem;width:2.06225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:30.125rem;left:15rem; }
#F7k733iAe4LKz9JtxfKiK16JWZ6JM5Ld { color:#050b26;display:block;width:24.0625rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.435020446778rem;left:4.9367561340332rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#R5mUKPZauBTZCgMCl8Np18BFMuEKTbsw { color:#050b26;display:block;width:19.998125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.0625rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#Zbb3cOZ1sduSeaP5db01SmxvcPqvMOoB { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:33rem;left:17.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#y71DRzx0aiOzTTiGwVDw3VIDpQSbgqCh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06225rem;width:2.06225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.625rem;left:15rem; }
#vnr8TTspA1EB40qka3ATcnwJioyTN1n4 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.5rem;left:17.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#OdrJwrIAEetsT1U0tchP43eMv00QOXBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06225rem;width:2.06225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:35.125rem;left:15rem; }
#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(180deg, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(180deg, #00c2cb, #7c2ae8);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:none; }#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 > .row .container { border-width: 0; border-radius: 0; }#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:none; }#vOAvxr9LQr7B3L0wcLeH5SbzklfpO0rQ { color:#234446;display:block;width:56.25rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8055553436279rem;left:3.6875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAo5BsMOiL3RGDxKCkE29kLh5AlUXcyD { color:#050b26;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5364589691163rem;left:0.78125rem;height:2.03153125rem;text-align:center;text-align-last:center;display:block; }
#PNhwCO80TbXE3Ti44Gw0xHO5zRdP1T3H { box-sizing:content-box;color:#000000;font-size:4.5rem;font-weight:400;line-height:1;height:6.4998125rem;width:6.624375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:2.09716796875rem;left:6.2337245941162rem;display:block; }
#b6gGAr2odg2U5qhDC0TwTIc9gP7HwhH7 { color:#050b26;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.593751192093rem;left:0.78125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#qbLFNgvpLFkBEJf1ZpsVbc9qob3zHGlH { color:#050b26;display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.390625238419rem;left:1.5616321563721rem;height:4.0630625rem;text-align:center;text-align-last:center;display:block; }
#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { 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; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { background-color: transparent; background-image: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container > .video-iframe-container { display: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container { display: none; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .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); }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { border-width: 0; border-radius: 0; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.236328125rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { 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; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { background-color: transparent; background-image: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container > .video-iframe-container { display: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container { display: none; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .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); }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { border-width: 0; border-radius: 0; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.626953125rem;left:3.625rem;height:1.949775rem;display:block; }
#US8cex5n2IGepDFiEix7bTF1BnhqgOVX { color:#000000;display:block;width:58.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4140625rem;left:0rem;height:22.09376875rem;display:block; }
#pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.7890625rem;left:0rem;display:block; }
#ImdLiyGistVIvhFXlWgZraErfvmL5T2W { 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; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { background-color: transparent; background-image: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container > .video-iframe-container { display: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container { display: none; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .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); }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { border-width: 0; border-radius: 0; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:3.71875rem;height:1.949775rem;display:block; }
#l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0616455078125rem;left:0.59375rem;height:12.4277375rem;display:block; }
#HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { 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.875rem;width:29rem;top:20.62326335907rem;left:30rem;overflow:hidden;display:block; }
#nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { 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:20.9375rem;width:29.8125rem;top:20.62326335907rem;left:0rem;overflow:hidden;display:block; }
#r4COymZhIQsMJUO4892tiQnOrxvpgtJK { 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:22.625rem;width:29.75rem;top:31.498304367066rem;left:30.342880249024rem;overflow:hidden;display:block; }
#VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { 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.625rem;width:28.8125rem;top:42.560546875rem;left:1.25rem;overflow:hidden;display:block; }
#O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.0078125rem;left:0rem;display:block; }
#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { 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; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { background-color: transparent; background-image: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container > .video-iframe-container { display: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container { display: none; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .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); }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { border-width: 0; border-radius: 0; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.51171875rem;left:3.5625rem;height:1.949775rem;display:block; }
#yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.998046875rem;left:0.9375rem;height:15.18946875rem;display:block; }
#hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { 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:6.125rem;width:30.8125rem;top:49.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#bOWwfhGHQssNP8QpEVk052qFnhtAshGg { 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:5.875rem;width:26.9375rem;top:49.8125rem;left:32.0625rem;overflow:hidden;display:block; }
#FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { 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:6.4375rem;width:6.9375rem;top:24.125rem;left:31.25rem;overflow:hidden;display:block; }
#nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.25rem;width:29.6875rem;top:23.6875rem;left:30.25rem;display:block; }
#vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.6328125rem;left:0rem;display:block; }
#ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:23.25rem;width:29.6875rem;top:23.6875rem;left:0rem;display:block; }
#bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:30.25rem;left:0.9375rem;height:15.9375rem;display:block; }
#wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { 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:5.875rem;width:5.875rem;top:24.125rem;left:1.46875rem;overflow:hidden;display:block; }
#wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:7.96875rem;height:1.4624rem;display:block; }
#VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.6640625rem;left:39.15625rem;height:1.4624rem;display:block; }
#t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:32.640625rem;left:31.125rem;height:11.15625rem;display:block; }
#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { 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; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { background-color: transparent; background-image: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container > .video-iframe-container { display: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container { display: none; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .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); }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { border-width: 0; border-radius: 0; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { color:#000000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.51123046875rem;left:3.56201171875rem;height:1.949775rem;display:block; }
#iuTh74n942tk7A5MLfMekhgnCEFTNPcy { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.6328125rem;left:0rem;display:block; }
#nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.1700859069824rem;left:3.56201171875rem;height:7.7988375rem;display:block; }
#bNahEys11vT9eyletwGfHupIXn9zECi9 { 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; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { background-color: transparent; background-image: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container > .video-iframe-container { display: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container { display: none; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .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); }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { border-width: 0; border-radius: 0; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { font-size:0.875rem;font-family:arial;height:87rem;width:60rem;position:relative;display:block; }#ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:3.78125rem;height:1.949775rem;display:block; }
#omKGhBITp3602CQqB1AwL4F40EthW683 { color:#000000;display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1857643127441rem;left:1.1241321563721rem;height:9.666025rem;display:block; }
#prguaEaSJZka0Xpifyh137ZphTNH2rAo { 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:6.4375rem;width:23.3125rem;top:16.013891220092rem;left:1.21875rem;overflow:hidden;display:block; }
#WTftXiv0blTwZDChwFGCUODmQWAvx3cu { 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:6.8125rem;width:28.5rem;top:36.326389312744rem;left:0.53125rem;overflow:hidden;display:block; }
#Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { 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:10.125rem;width:24.9375rem;top:24.201389670372rem;left:0.53125rem;overflow:hidden;display:block; }
#vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { 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:10.5rem;width:29.875rem;top:16.01388835907rem;left:29.58875rem;overflow:hidden;display:block; }
#okm974mTZGg2qA54ZEc5QwCfkSKbne2n { 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:30.75rem;width:29.3125rem;top:45.076389312744rem;left:1.21875rem;overflow:hidden;display:block; }
#gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { 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:43.25rem;width:28.875rem;top:28.4375rem;left:30.088542938233rem;overflow:hidden;display:block; }
#CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { box-sizing:content-box;color:#ee3162;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.6953125rem;left:0rem;display:block; }
#NzIa406yN6f9P1cH9OPFxq378aL578iZ { background-color:#7f3bb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4373125rem;height:4.12435rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:77.763671875rem;left:13.525390625rem;display:block; }
#J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container { background-color: transparent; background-image: none; }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container > .video-iframe-container { display: none; }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row > .video-iframe-container { display: none; }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .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); }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container { border-width: 0; border-radius: 0; }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { width:12rem;height:4.0625rem;top:1.625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block; }
 }@media only screen and (max-width: 763px) { #PeX0Xo0UfZXHP4hda7AEVgR3siqTyWmT { top:1.375rem;left:0rem;width:10.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3miVKcvCqGvi9RP7hmyBlyOcz9Er5dw { top:2.3125rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM { width:18rem;height:5.0625rem;display:flex;top:0.5rem;left:24.423610687256rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #FXmud2zyK8Wspqm8g2ll9DsibZuiJZXM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #EuRN9yv7SC1PlIGJh8IFwFWuGGXltCb0 {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #xowqfm9QbsbKtzXreC7XELfRERhhpL1L {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #TpLcphewTCv4LP66DmkixupAUZdgIrpD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #eX3pcUCJ3oW7DrrTlUxrpMkO76hKvwHr {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #s406SplnTdHwuc8z88amHDKQb8lk3vU3 {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #hcTLMgwil6KvlPAmJWmSBI3KIxVwuE9C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #U97XgBBKyN7X0LnTAFJhqhT54CfU5ZMw {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #wApC54L4tlNNOvygSaxADn2be6FC8l5A {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #V39G8svUlMiQHWeipecyhMBmOfNurfaU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #sE6pyBv464n4RmNol2zgP8Crofg3iP4a {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #fcApt6RtabfHC6SS59DBMldykvn9G4S7 {  }
 }@media only screen and (max-width: 763px) { #zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo { display:block; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZu913zahAK0PnhLivgpxT02cmgBSw2B { top:18.3125rem;left:2.920202255249rem;width:25.375rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbxVFsqHsddUngUqaqqiZglELEGZPrNP { top:4.125rem;left:17.625rem;width:30.125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { width:21rem;height:4.0625rem;top:25.3125rem;left:0.5048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block; }
 }@media only screen and (max-width: 763px) { #pMOgTMuM3Xgce7VSoi1dafBrEcBqWLau { top:1.125rem;left:31.5rem;width:16.25rem;height:3.6104946892889rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKiMhDaeTdzwVSESXT8VDDHaSKdVtPC { top:0.1875rem;left:0rem;width:36.125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80yS1WiaHWp7DDxtRU90MGQ9WRhn9BC { top:0.1875rem;left:0rem;width:35.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gh5Ceq6ggbo9mup25cR9mJEzr7TuCl { top:31.3125rem;left:0rem;width:27.1875rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl { display:block; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXKtCJ6db6zEVoUOo29yKHhvOA9ZNeKU { top:1.75rem;left:0.1875rem;width:47.25rem;height:4.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRR2nKJFkvK1Jw3fFAUUMZmEx7WXncBT { top:6.4375rem;left:0.21875rem;width:47.25rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K { display:block; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFyXKKSHDIk7meHcU5NbXSOH52uPnJk2 { top:1.875rem;left:0rem;width:38.5625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y11QTveZL7FtZIO2t9dQXhRi215eHUWf { top:1.875rem;left:24.5625rem;width:23.1875rem;height:17.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuG8Q8p1lFuTM46xghRu4Xx0xTBQo8J { width:21rem;height:4.0625rem;top:23.8125rem;left:13.343006134033rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygPTi3idubh1bUP6Ffh5CKv1vT3gM78q { display:block; }
 }@media only screen and (max-width: 763px) { #r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI { display:block; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS2gkMdFX1sfN7chsEwyqbFTaWCfAU2y { top:2.8125rem;left:0rem;width:47.75rem;height:26.435162094763rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6BVV7Do0PfFufhBX5MUbyfCZansF4hG { top:7.375rem;left:0rem;width:24.4375rem;height:13.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo { display:block; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyZ5qycf89wfVdiSFAJI8IQ77Zvp1pE2 { top:9.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrGgx4SEao6o8JXfTvNwyNXLNvfWmS9f { top:1.75rem;left:0.2177734375rem;width:47.25rem;height:6.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 { display:block; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #my4AxMUVTibQZbtI6Q2HCAmKtybPy6pO { width:29rem;height:4.75rem;top:91.25rem;left:8.8743801116944rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTNIB5opP5zfIlyWwhdaDLJ7FKvDTpV { display:block; }
 }@media only screen and (max-width: 763px) { #uEUNLBIhK7QZVa9Dse7yqo2I9TTXFnqO { top:2.5rem;left:15.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOIQeoXFcWlvo9060eGehODZOC3IItX { top:2.5rem;left:16.4375rem;width:31.3125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFNdnnqitECX3FVxweDMorF0XfkeAat { top:4.4375rem;left:14rem;width:33.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI8rGtxtnxNiFfnunQEOACMywM4g0giy { top:17.125rem;left:15.0625rem;width:32.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVC7bzn0MSvBPVrX0DsqPcz31TrmSITg { top:13.0625rem;left:16.4375rem;width:31.3125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBgQZQKBTGT9WSsWuluc5FRKbqueBug { top:26.9375rem;left:17.4375rem;width:30.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWrREE2tTPZm3JPiAFEIaz2avJzN3Nm { top:25rem;left:17.0625rem;width:30.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRbhSaXLcw05xN6OFAeXuGiun8xbpSEP { top:33.1875rem;left:18.875rem;width:28.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXbzETCdzu8sIxxoDqZ3wXoRsTO880OZ { top:31.25rem;left:19.875rem;width:27.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQ4woWf98fGN0Bcf05plf6XQnFq6clt { top:39.4375rem;left:18.125rem;width:29.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHVOl2H1bWDLwqzApStDlI0FAAWfHMq { top:37.5rem;left:19.875rem;width:27.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k60kmqhaBEL30Kr0KyXmIGTVuUdV0lDp { top:61.9375rem;left:17.8125rem;width:29.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0q40pyiAJgDG6kiiei356qC555qWiiX { top:60rem;left:19.5625rem;width:28.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1HC6ettf0N89E54DGbIs93UyVBfHL9 { top:54.4375rem;left:14.9375rem;width:32.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9LTDLd5sEXoLSoHWAC4OqAMHXAfN7Hi { top:52.5rem;left:20.25rem;width:23.125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv1uy8RChqnvM7aLF3T60S1a5557RLSL { top:48.1875rem;left:18.1875rem;width:29.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9xTq9zTGXPTuPJoxytlNUZ061eZg8sU { top:46.25rem;left:20.25rem;width:27.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y95qEBFTTs9qAMsBFFCwdmavHTPKH4bm { top:68.8125rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEnF1vpNcLXUEMa0bLu7NpzwRihKEIls { top:70.75rem;left:16.4375rem;width:31.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi3ZdmKL8p8Qt2su62r8PAlxoiT0G6Ux { top:77rem;left:18.4375rem;width:29.3125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5I66kTNcTG4vfzCBoeOaGKN85sT8Z46 { top:80.75rem;left:17.6875rem;width:30.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7Tni9qUPIM4HbQXDEa2vLLgnwypWwO { top:12.5rem;left:15.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmeqACqpcGEs9bzeEGuVaFv7mytTv9O { top:25rem;left:15.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRfTHDiEErPX8248hr7sxK4aBMuVJJbe { top:31.25rem;left:15.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoksT8qN3PitwzbFvWr0tAb0tpcS1xF { top:37.5rem;left:15.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRGI52mpDR04arNin5buZyIZ9T80AXbL { top:100rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx05g7p6dhHhCNV1pGE4eGurGhB7RDNC { top:60rem;left:15.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcUlTeza6AQaxaGSB6wDC4PzBwkNcNqC { top:52.5rem;left:15.3125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0Bzd2MLVvW55qv3u0zazxZtOJsbDRG { top:46.25rem;left:15.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExpn7iELnqOpQ7xhT9BM8HE1D3zV6QP { top:77rem;left:15.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtSRfMU0J6TTbHXrTZhkmgBuWEbyTOdn { top:68.75rem;left:15.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQTlnuaVlaIcF7ALTp3iiagtCyfXul32 { top:2.5rem;left:0rem;width:18.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWEpZ22stoVy7ZqBgDhf0odr2EWcH3 { top:25rem;left:0rem;width:18.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #W50wisV7lstr71KinRv3JDbTxJtvx2T2 { top:46.25rem;left:0rem;width:18.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdNZlPxaSAA00gxFWSVKbaqPvIytxtG { top:68.75rem;left:0rem;width:18.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmTO0uFTIodc089dig5QU8OT1zd75A6v { display:block; }#KmTO0uFTIodc089dig5QU8OT1zd75A6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3PG7wWyK8sRs12DKMfB66FBJ1ZaZ1Nv { width:29rem;height:3.8125rem;top:28.1875rem;left:9.3425102233888rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZVRNzLrApS05XI3qEzAkOsUNIqeD6po { display:block; }
 }@media only screen and (max-width: 763px) { #FTLHZrH2kEP8qPnMPNaxgucysPW4zFDP { top:10.1875rem;left:0rem;width:13.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0fFEyT5dgPAtC8M8Ud2n14adXC9CNuH { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eev0Z8ycwA5GKxusKbAvgCDiugSJ0cbG { top:4.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBXS8TPg0doIgqBmN2uBH0qOMmZVbhtT { top:9.1875rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOlHIspawyMRgnNWtLQn0PG9IZ18ZwOL { top:10.375rem;left:3.8737602233887rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQAw2Z155dMJfnTEimS9TI7uucKCg0sE { top:10.3125rem;left:17.562376022339rem;width:13.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHmTK7Ot8qMOwaBUOIFMzynuZ3XOZTK { top:10.1875rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVhy4bFwITFpyCnL9TcnP0aHnhIwRIHr { top:9.1875rem;left:15.249010086059rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKn6on7N3db1ZPhKWTkXpI1P7mc9371B { top:10.9375rem;left:33.875rem;width:13.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNncxReQzpeWhZqgp9NsT5uZL9WvwCKn { top:10.5rem;left:23.418638827026rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnTVzQgHNe9U0LU7wQI8ItbfPATH1Xe { top:9.1875rem;left:34.186880111694rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDkIfTXan5Xhlm0fAoCuTZK3VxUwx5s { top:18.0625rem;left:0.060516357421875rem;width:16.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOeh1zdGwm4e6w902JGVggA9gbzzTruK { top:16.375rem;left:18.592264175415rem;width:11.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsIsWFNK9TOTNkU95xLpGOrtllgwGFhH { top:17.5625rem;left:36rem;width:11.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77pZ4c6pmkslzkZATLCAlIXEmORdGiT { display:none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FHI0lL2caoh9MArHktbEocb9GLmBn3Px { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV { display:block; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hae43bf2e5b96dcfaa7636ab9ed1c616 { top:19.875rem;left:0rem;width:16.4375rem;height:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T556fe185b4390512476481a9f8e14df { top:20rem;left:15.5625rem;width:17.1875rem;height:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeac3295dc48e57769aef3c0509a90e5 { top:19.875rem;left:32.1875rem;width:15.5625rem;height:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab2e41bc64c86a852363c283e8205982 { top:7.9375rem;left:0rem;width:13.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndc9ffdcbb8bd8c32247e7617652af17 { top:8.1875rem;left:17.125rem;width:14.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6e6b5dacfa9b69c2c2e8d25f97490cc { top:1.3125rem;left:34.8125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36cb0a9e40a159cf10aa97be6e9e671 { top:1.4375rem;left:12.1875rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab9d7791539d5dc158da9a3c9b119ae2 { top:1.3125rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a384ca940d2059f9543c92eaea6c5e70 { top:8.0625rem;left:30.625rem;width:17.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgITuTXCyI1TKVnO6XrvaKBVFGkBDAWJ { width:28.1875rem;height:4.125rem;top:29.9375rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVApsJpde1eBsCRNTMx6HFa3JHGQAoS5 { display:block; }
 }@media only screen and (max-width: 763px) { #taF9QivaAba1a3QVugsmhJNWH9ekvz9r { display:block; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCvymd5QilhbU2UCCKP4XMziCdNpJfK { top:1.75rem;left:8.8740234375rem;width:31.6875rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWO1haLzzf2t7loHVkPJylGLCrFBlL97 { top:6.125rem;left:1rem;width:46.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m32iZEdFat659VaAGOkdq1LTwNxxZNqb { top:0.3125rem;left:28.4375rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { top:0.4375rem;left:14.125rem;width:19.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { top:0.5625rem;left:0rem;width:19.1875rem;height:10.403373339264rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { top:27.5625rem;left:0.81184959411619rem;width:14.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { top:11.8125rem;left:28.8125rem;width:18.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { top:27.5rem;left:16.686847686767rem;width:14.1875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuLOtWPklsWzM42rs3UiUy8myTTckd28 { top:27.5625rem;left:32.561847686767rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { top:12.625rem;left:30.1875rem;width:17.4375rem;height:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { top:12.625rem;left:14.375rem;width:17.375rem;height:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { top:11.75rem;left:12.9375rem;width:18.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { top:12.625rem;left:0rem;width:17.375rem;height:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { top:11.6875rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geyTnRsmJPISbOZkomlNCpNi6NI44sPy { display:block; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yndEOzoiTieWAQ2TO5U8bk6S88INn8wK { top:0.875rem;left:0rem;width:47.75rem;height:26.742414664981rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucIXm0yEWkm889quRC1IdAGQIXit3eR { display:block; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fec9f7e3af418fca9a94eef9e611fc44 { top:4.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR { display:block; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aa5f3e051ae3f8d27044293743b4c2ed { top:2.125rem;left:35.8125rem;width:0.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb483f37db0074253313cfa3484cf6d0 { top:26.4375rem;left:0rem;width:9.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbd94ffbddf3f96ea41035dca9c0e387 { top:32.625rem;left:0rem;width:18.125rem;height:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00614b240035ccb8bc93483bbec0dc3 { top:26.4375rem;left:14.436756134033rem;width:18.8125rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4bbe1ff63fa7ed06036ceb1030b951e { top:31.875rem;left:13.9375rem;width:19.875rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l096eb789f93a1db7f9d831bf7d6159b { top:26.4375rem;left:31rem;width:16.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td481f7bf90a98559729206dbe7569cb { top:31.875rem;left:28.5rem;width:19.25rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T443c7c9976f574f9653aeca85ee40a2 { top:20.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6f0d1dfe45d7595188e0a9e1ff0b7bb { top:20.1875rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #df486e81b74dccdbf3b03268c27c9ecd { top:20.1875rem;left:41rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3981cf9b2edf0083c4640bc5e0dba5c { top:4.6875rem;left:11.8125rem;width:24.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v34yPO7nCq4LzK1S4UPm4eglsIshODTB { top:0.3125rem;left:5.25rem;width:38.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8oD7W0yN3Q4qfNacp2noDVFuxHAONRn { top:28.6875rem;left:0rem;width:18.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { display:block; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { top:9.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { top:3.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXoy1BDfFprmRlFATAtS1OXRkvKvn2b { display:block; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDlHF5tsiTrL3KzDcfEBQQX6TDIfXWi4 { top:0.75rem;left:10.1875rem;width:37.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aexsgyEUEdZF1cBmOoWFTAOTk1GF93l0 { top:1.375rem;left:6.0625rem;width:41.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQyG45Gv039Z56eu5cmM5x6P9iwdH6IH { top:5.6875rem;left:11.875rem;width:35.875rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEZXcIRbo1RgdhLgcJDyEAX9Bsub5h9t { top:36.5625rem;left:16.187128067017rem;width:29.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptGIILPNIqzhTnvd6nO1oedvUna6B4nF { top:0rem;left:0rem;width:24.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0GF83o9vhrhZJhg3RG5Pf2i9NyiWhRl { top:15.5rem;left:13.3125rem;width:34.4375rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhf7t7wSmpF0zBZEgH4B9oJqE0x63oWS { top:28.5625rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDta53ig8JP0e9uacamteXassk5AHt4E { display:block; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhuU4ry0K0T0ri03P2ttOABzAhDDw8Ws { top:1.9375rem;left:3.873046875rem;width:19.3125rem;height:5.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPDKzMmzEObQ8T2vJwdVNaGbmHA655M5 { top:2.8125rem;left:23.998046875rem;width:22.5rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Le850w42BpoyCW017haNQvRuEVBE1n { top:8.8125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3kQVFE5LeZXe36rPcW5HKGKkaLMcis { top:15.75rem;left:0rem;width:9.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8RkUPhNm7nJvRhwIbGtmRfakbsNFONB { top:16.5625rem;left:6.810546875rem;width:4.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7soz1qsLt5zXTPykGGIfbTMArSgSH9n { top:8.8125rem;left:5.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeVnnc1lO1UwHxyQnT3e1AaGSIwH7dGW { top:16.5625rem;left:13.4130859375rem;width:9.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHRXaOyfmyuecTS0X62WsWlVTKPX6GD { top:9.125rem;left:15rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gys7OeLcZA341ZCPce6w1pQpBxJyZiPs { top:16.5625rem;left:23.24609375rem;width:9.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdzDcqmrg6eEMvk0vmdB7fHAFKilvCNn { top:9.125rem;left:24.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBS4ik3nMSLNOv3Q6tCySgTAkJGOeoz { top:16.0625rem;left:33.3125rem;width:9.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTE1yIf0BhLVayM2dGcgpBkwcTAlGxWF { top:9.125rem;left:34.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ5gdbpmS2n5zJ7BxgBASFmNoyBe8KFz { top:15.875rem;left:37.9375rem;width:9.8125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIFyuRCpwqq4QoaPkEyMkzzqDcN5myH7 { top:9.125rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWWsNewAB4hAGeCdiamxDKeKZ5yZv4Hp { width:40.6875rem;height:3.8125rem;top:21.4375rem;left:3.4986362457276rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHUmhRTbJeK9ocg9fUdDM5E2IATCv3o { display:block; }
 }@media only screen and (max-width: 763px) { #WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 { display:block; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGEDtFpZeoT2z3RWKtZk7tFVWQxQ4cb { top:3.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znBUJt3afgPmKmkteqBO1uOTNI1SFmtD { top:11.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV { display:block; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGIi64k7FD0BFDuwkAzk6WIQgqdqGEgs { top:2.375rem;left:0rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKloAvbrBAAkdfI3LvHDcRn9PZvcyexs { top:7.5rem;left:0rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0gT9o7svvcyrPmLGGRSEGSE4QHhuXK { top:7.5625rem;left:15.125rem;width:17.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvGZkT3gycoczUoZ55vTVOpkrT7IBUZ { top:7.5625rem;left:30.25rem;width:17.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnezC63Ksxi6gsLly5DGeqLnfTNzixaW { top:24.25rem;left:0rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkDpq5fVCq1sUzHIgVrNHg6HTeDc9uI { top:24.25rem;left:15.125rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAt9RwxU8yTBUz683ym6Qhi2TaPaS9s { top:25rem;left:31.125rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dED7oSdFXSQM5oUv01NHLwchSXOOmQdd { top:12rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3m6JkT2HlkxvSrydvIl7hMwrlLX7ZH { top:11.5625rem;left:14.8125rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgc6ovqND8lFKtSFUA0M620gpVLk4u4 { top:11.3125rem;left:28.875rem;width:18.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T8FoUpxE5by8rm35SyhL7F1d0xJ4nc { top:28.8125rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGU9qKTVQ6oD04eSc497KaeQD07vapx2 { top:28.1875rem;left:14.8125rem;width:18.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0RxJ6RPLnrOeJyGW00wdoGKuPf3xP61 { top:29.4375rem;left:29.625rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPkAxy9STVMB3QKPFqcryFI60b4m9RSd { top:2.375rem;left:14.125rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTsnv19wbN9p2KAv4BJQ1XIOrQ7MHqU { top:2.375rem;left:28.25rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZrDcf0epiTsPvLhHFzFsmCbFkHRSgP { top:19.3125rem;left:0rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLnUc2qCV3nTZNmQi4wXfPxeygtqsq4a { top:19.3125rem;left:14.125rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPPslTE8GXy7L7u7Sn6WveGWUaURMrh { top:19.3125rem;left:28.25rem;width:19.5rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41grIcXuPJl2Z50sWT8alpB01utrWZL { top:3.375rem;left:2.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD37oAe2CrDEmltxpapoCJuTcWsqOWGl { top:3.4375rem;left:23.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3mqKi6wzlvAAOHrNyzwLk51TP6KeZbZ { top:4.5rem;left:42.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBdwukLS6f9Uh7z7XCh2PwteeBuUQVZT { top:20.625rem;left:2.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbI8b0rfsOcOkdzK2H89mRf6rBXixl1C { top:19.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzmit1Ltd2iCMqNP5Ie4FGqNwOf6iM2 { top:20.625rem;left:42.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { display:block; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { top:2.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { display:block; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { top:51.625rem;left:0rem;width:25.0625rem;height:10.411244502378rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { top:15.625rem;left:0rem;width:26.6875rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { top:4.1875rem;left:23.5625rem;width:24.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { top:15.625rem;left:23.5rem;width:24.25rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqUTFZokEhMwTTZhURD9SsHiUTREuZp { top:1.875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { top:1.9375rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { top:48.875rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcFS9No1ve40H2uwl1bsAWECN79XgoTG { top:63.6875rem;left:0rem;width:25.4375rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umq6qAefq8R2TA7GdZuRvorHXxRgorJD { top:26.5625rem;left:25.5625rem;width:22.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq341zLlZFukb65aOGCyhevHxLlt3CMa { top:24.25rem;left:21.0625rem;width:26.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { top:37.5rem;left:22.875rem;width:24.875rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxuw2Km4JM93zZap8pW4HppRZEcK21V { top:24.25rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { top:26.375rem;left:0rem;width:23.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { top:37.5625rem;left:0rem;width:24.25rem;height:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvxdsSMfw6k6vOJLntn39k3gciA44wS { top:51.5rem;left:24.625rem;width:23.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { top:48.875rem;left:20.25rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { top:63.6875rem;left:21.5625rem;width:26.1875rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { width:33.125rem;height:4.125rem;top:73.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block; }
 }@media only screen and (max-width: 763px) { #a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { top:3.875rem;left:0rem;width:21.6875rem;height:10.781272899036rem;display:block; }
 }@media only screen and (max-width: 763px) { #pger6ncZ7iqASQUe6Ez34S76AhDLDBAo { display:block; }#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e343fa3a7a19930928d12ac6dd6e0889 { top:1.5625rem;left:0rem;width:22.3125rem;height:9.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nff66a80d49a1f20f4c3284a3e7de7c9 { top:10.6875rem;left:5.4375rem;width:42.3125rem;height:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2deb464a1c719a55ba2d3fc08be118 { top:50.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab15c1685080ff4a62596448edb9d38 { top:6.5rem;left:0.087890625rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R13706c7b94adbe723e09c38003778bc { top:20.875rem;left:0rem;width:47.75rem;height:21.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeb531860da1be5980d73487872ed886 { top:45.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39f81b0844de47893869f0a7a39b147 { top:19rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9b9c8cedf8f2b218180bb2163487af { top:2.4375rem;left:5.25rem;width:42.5rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { display:block; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { top:2.5625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { top:9.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf { display:block; }#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae540e18b141fd7da09973234035874d { top:16.4375rem;left:0rem;width:37.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W04ff7397459ddea9dab852cbde0b18c { top:5.0625rem;left:0.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d632109e52651a0a835aba8d8a4ed85c { top:1.1875rem;left:0rem;width:39.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcda3b1f3e8930b10e4242ee17442e77 { top:7.5625rem;left:0.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23c42d25f8b5543a6dbe1bfda43f020 { top:10.25rem;left:0.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8f6ecdadb107180c5349a23c33d304c { top:19.0625rem;left:0.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5e0e45f750b8e276ab43075abda4e8a { top:21.4375rem;left:0.4375rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9466885925c63eedab783a90b96982e { top:23.9375rem;left:0.5rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac82e0d1772e589c0e34378ae75512f8 { top:26.375rem;left:0.53125rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L213b7074f54058322344d838dfb60e4 { top:0rem;left:23.125rem;width:23.6875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8e2d50dd6214e5c1cf738948ad43cf1 { top:5.375rem;left:3.6875rem;width:25.4375rem;height:7.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7d5d270aa39de3957355461431da6ad { top:19.5625rem;left:3.875rem;width:20.375rem;height:9.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { display:block; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { top:1.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { top:8.625rem;left:0rem;width:45.125rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { top:11.9375rem;left:36.75rem;width:11rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { top:6.9375rem;left:36.5rem;width:11.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { width:33.125rem;height:4.125rem;top:22.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block; }
 }@media only screen and (max-width: 763px) { #gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 { display:block; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP2NKr24Kku4giBCosW1KZuwirEy6w0t { top:1.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx { display:block; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30a5154fce142cc4acc3ad85ca57621 { top:3.5625rem;left:0rem;width:16.125rem;height:2.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3fe93c8f9267dc1cc1250cb2fe5fe82 { top:13.5rem;left:8rem;width:7.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7b8908961a8a12ac7077bce409d936c { top:24.4375rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb1e46f3d8ef2e682c33b38e8fd66364 { top:24.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e14cf42258c3f49b3c41015751cceaa6 { width:19.6875rem;height:2.8125rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b90eb0b1ed07fb34d9c4ecd829568b7d { display:block; }
 }@media only screen and (max-width: 763px) { #vd65d49ba7328786aed0c8003bd64e1b { width:19.6875rem;height:3.125rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74bf8e4bbd3a6b7eacb86b2f52c480a { display:block; }
 }@media only screen and (max-width: 763px) { #f57e7b18ecf1927e0c431a978a745493 { top:1.875rem;left:0rem;width:19.75rem;height:63.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3839c71bd2eb089218ebeeda1ca76e9 { top:0.9375rem;left:27.875rem;width:19.75rem;height:59.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cd8f4db2eaa4b98d4709d8ab203f07 { top:62.1875rem;left:0rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80bfefd2a3415dbc047164479ace76d { top:62.625rem;left:29rem;width:18.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05633977ac849971f5c23f9c5c6ed59 { top:19.9375rem;left:0rem;width:16.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16aee1d8015270ddda7dd5a67c371f7 { top:43.1875rem;left:0rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd9509447e02fdd3e4f54c9102d9a679 { top:40.0625rem;left:0rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd638b6af1b0ea263e7376354f16a646 { top:35.75rem;left:0rem;width:16.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34b1db2339553882741a48dbd57ac1b { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F188e2034b693acdf4fed251bc3c4aa0 { top:47.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h11709aa4a647255bb11dea455a4e740 { top:31.9375rem;left:0.0625rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d64795b7b2591384b5ed854032f181 { top:28.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b71affaecd0dd0e69bec594277ef60d6 { top:28.875rem;left:0.0625rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa48a0583a085dcb92c4829dfab17135 { top:24.25rem;left:11.75rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3f7b5f942501e6f7510ce86582fa77b { top:24.25rem;left:11.75rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5c58298c8042599b83f11463f162ac3 { width:16.125rem;height:2.6875rem;top:0.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aed0099f33a92a8617cef8c8b6a7c890 { display:block; }
 }@media only screen and (max-width: 763px) { #b9ced4db92e275a27a708683e6a0782d { top:47rem;left:0rem;width:16.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bac10c5d5e41034ebe9820bc33d25d5a { top:10.4375rem;left:9.4375rem;width:7.4375rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39c8a4449a653321a131fada941f522 { top:11rem;left:0rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2619bbf5d91d48b1c0cab82f7a7fac6 { top:14.625rem;left:0rem;width:10.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBK4dlq5RNoKSOaHnkTCQdDdTKdnNwZ { top:37.5rem;left:27.625rem;width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgQHfh74ksugHE1MXCgfP5ZFXZ1qcAUr { top:43.375rem;left:31.75rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0l7USEAAztZyzE04Kki5RS7oZ1JlWdt { top:13.375rem;left:39.75rem;width:7.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhUwB9DxUl7f48F7TVnHNKJn84AoT4f { top:10.25rem;left:39.6875rem;width:7.9375rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rai6NynqPPxVQOXSx22teOFhgEVWMdha { top:20.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8JolhXE3Z8Uw7By0kKxIG82nuB3KxgE { top:23.8125rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrIGOtNARQmFtieA2FbQ3fTtCddklaQW { top:27.5625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWe3Ta7OMKlkkyvO8TWU3cx9z0lwJetE { top:31.3125rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR19f6vIZR2TUzV4l71NmI0MUm0eaLV { top:35.1875rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSA11FH6kvbmTTnu1oR9635oTlnhNJv { top:39.25rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWqHOLhi4hP6wySBDuyP90x2srisxdx { top:42.5625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz532lLDKNVgZI9NTDdLhSXG4KrBKMnn { top:46.3125rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHUdHhslQPpnkzA1LuboQ9rp9O3THd4 { top:50.0625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTstBv1rznTEHDPNedPeILd0ICKpk4Cz { top:32rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydgvcQ5g9RVbULgKVVu5FCBkOD2lOktK { top:35.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7llALgdvuM6NcfHMURpb80dNX8e4Jub { top:39.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJu1mnkBvFFA2dwLfG0heanoBPbwIwJ { top:1.875rem;left:0rem;width:20rem;height:63.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbaVttsygKNfZ9gOTNulGhDwUB6VglKv { top:3.375rem;left:15.625rem;width:16.125rem;height:2.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtHRgk4vP74fLTnz9mCZ0asNyINdeeHN { top:10.3125rem;left:24.875rem;width:7.875rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq34WcvFi3PVR2EWDA7MKGq8TLO6Ulwi { top:10.875rem;left:15.875rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8KbqMG1SKW9w4lMTs7kO0ZNJOvs2rRX { top:13.375rem;left:23.875rem;width:7.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSG3x8QASLxxrxsx9CNhzqEHq1NeJIn { top:14.625rem;left:15.875rem;width:9.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7PTqn5G50tQ9WtQ3CacbX0HBdiNCkBf { top:19.875rem;left:14.875rem;width:16.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FFRhFahZpmO2SKB9KCBIbERFCGZ0P4 { top:20.25rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhro2tLb3Z5uI9tb7uwQ93uW5P6FiWBM { top:23.8125rem;left:11.8125rem;width:19.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI3gPrTaXF19HH7MuDdlu7un3i9zKyJz { top:24.3125rem;left:14.875rem;width:16.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuw2aZ1T2Z7wuXa77Z3ZC9oSEKyLprF7 { top:24rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go8yzXSZM5wfmT7XbT2ARTMB2t8S3po9 { top:28.75rem;left:15.9375rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWf9LIwDIt3bMKhQKINsJ2BMkzlO6zen { top:27.5625rem;left:12.0625rem;width:19.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkld5tiQVk0GfMvWaTr8V07hLvwMBkGB { top:35.5625rem;left:14.8125rem;width:16.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnp9kdv74WRyy9Jmh9QlHdpXipAIRxH { top:31.8125rem;left:15.9375rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuZaDaXHiS4wAFXh3Nvc8MCGpywnMZ1H { top:31.3125rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8zMTBOiCKGto1EIc1bzsGSR2pLNTZa { top:35.0625rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpVayu385470x23rk6TeCdDLZTXB2uqP { top:35.5625rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXEc5ynDbKarmP7o23EDLImSlgdoMz2T { top:40.0625rem;left:15rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSMI4OgluHERtwU7dA1ubKswXeeOSkJQ { top:39.25rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4AZlV1lcXDIGPlUbtDTuCqttf0rVSz3 { top:39.75rem;left:14rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuHJTTLrE78RDmHsRMiIiV5ynWBJuwg { top:43.0625rem;left:14.0625rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSp14QmB0U8TAmOR3Cm6NlB3QKwqSkJN { top:43.125rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNVoXSEWm6QnybeXVR5IWUSlrIbubydt { top:46.875rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG2pSRtOH12KkG3biNZVdt38XThpNTu7 { top:46.8125rem;left:15.125rem;width:16.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReKg4wTr6gfdbSgn0bIWszVhtzT7N1KB { top:42.5625rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9rTeMu4abfATNyzrG8kyO6FVM0poTN { top:46.3125rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCdraKh4fkdps9UCfeuThRE2UkXyO7a1 { top:50.0625rem;left:12.0625rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDC58RCI6dXZ43oJhWJUvN3pNOgScrT { width:20rem;height:2.875rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhdHrr7687hpNg4NO7RBtAFNmyEyR3p { display:block; }
 }@media only screen and (max-width: 763px) { #gMfbHLcOB9rZk6VnOMD3ekTIuaT8nHiO { width:19.6875rem;height:3.125rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzdfrTolWOpVVi2Id2v8vwNlQF9p9Z28 { display:block; }
 }@media only screen and (max-width: 763px) { #VQa2SPZe6sEXMNFFMeC2qoENDuK3zbec { top:62.625rem;left:0rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GdzXfniGXHd7Tu0ZuLwK9TkL46HeZi { top:28.5625rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhQ6RL90fqfKydVFqqbc4weh3Sw6T56 { top:32.0625rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lXnz6kITdeCOexg2Ssxr3BrkVZTqMa { top:9.25rem;left:0rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzrI8KNbxVs233FwIbvQAkiIEIZcksBy { top:9.25rem;left:0rem;width:19.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgQEtCoCvdvT4ACIsUcTigt7y9O45Lg3 { top:1.875rem;left:28rem;width:19.6875rem;height:63.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnoZUmMoEm0MVv7t00BzBcc9JEBkztHf { top:3.375rem;left:31.5rem;width:16.125rem;height:2.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsryOQJk09092f4EgTckJw9pbDSOuobo { top:9.25rem;left:27.9375rem;width:19.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGML72ALofFNUrZGAKLbTdupkePQfoPA { top:10.875rem;left:31.75rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapVhUzPyZTrOy1NT1I7Q08NaJXcWZFV { top:14.625rem;left:31.75rem;width:9.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI9Lyrd1oskq6Tt8HSQPMTkUHOA7om52 { top:19.8125rem;left:30.75rem;width:16.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH2hnrxSOLD8AZJnGqqghWST7tnJRPLd { top:20.125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNbBdMTF7WCBE75TVgUH4G6cmLxIH1Cy { top:24.4375rem;left:32.75rem;width:12.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJsARAQCTrmPlKOE89sbS03oHdzf1G6x { top:23.875rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIxvl0QpoZ8yNN5Q33REn7cpcRRBX1d { top:28.875rem;left:32.75rem;width:12.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHZ69GIHuLAxQT7X4ZcbZWPdLerBhtL { top:35.875rem;left:32.749876022339rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZTr48kiTr1Bq8W2VJTrKf5h2iLokiz { top:31.9375rem;left:32.75rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVSubqvMpV7AfVTOrEbo4Rty9F7PHtT9 { top:39.75rem;left:32.749876022339rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPOJHODHwqKHZHuOMdQ9Cyb8kJoZoBa { top:43.125rem;left:32.375rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsXUrPPNzq0XffeflgWC4tZv9fixFO5E { top:46.6875rem;left:32.685392379761rem;width:14.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4Cvdg3KR58a3aGC3wK6NllwbTlhuTd { width:19.6875rem;height:2.875rem;top:53.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1XdlwmrXFIh56nXU5bedDg8OGbvC6qP { display:block; }
 }@media only screen and (max-width: 763px) { #F8nIpexbvpKLcFNbInrFSKyZHbL0q9hf { top:28.4375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAsVmmGqlfEfI2sWQ2P1Xdu29SHrFsv { top:31.9375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEGvpsvdUk9XvyGamwlPsR2RBMJ7de6k { width:19.5625rem;height:3.125rem;top:57rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffxLGdtFgKaAAZ4dVp1MfKCZmqxUd1BQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSlq9suTOrObTT9VzfxtqTpCC0IQWI60 { top:23.8125rem;left:28rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vr8P4n2TeMIbquPImDTCzJDRd0kBse { top:27.5625rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEQ2zXPVDSHyermEtTgpHAgzD4ylXzCQ { top:31.3125rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNgV1mznbdOZWPVq8zSAgNEQ5OLg6RW { top:35.0625rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1fsqzcA7qxId6UAf967KKp4XDhcHmIE { top:39.25rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmH2xztmi1TlRDcmgQQH8uN0kcTCw02M { top:42.5625rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4aDpBTn1FwcCCT35UogIH0vacxBALl4 { top:46.25rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqtD5ParwqNdvusa7vodC32U6EXr6yC { top:50.0625rem;left:28.0625rem;width:19.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwNq5kkhWNruS8Iu1lB8IhEDHpoTQDHh { top:46.9375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTfLSSmmtGLEEKTz87UJJABFdnprCDeR { top:43.0625rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FaIiJsI91pIylVabB0mnPuxMExfCo9 { top:39.5625rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFpzyuz75Q5tCVFxddIW9h8x3RBpSaQW { top:35.875rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1QoT387OkaKUT5mC6lNWTUWaJJwiDTx { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTmgIZsvHGcfnTmaz32cuSiZo5AxHMSE { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ia0JT71RAZLxF3aTp9Ll7PmZlQN3TUXT { top:28.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3DbcNizu8QhwEnSBQv4zu2CiPH24Kqn { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWctHJxEV9UfKy5CmhRgCoZH49Tq9JDd { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXFWCzKKRThieKfGbIOzFZOVr1uUvNp6 { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZiJLUtlF50G8HpkzHdLTs4xOn5QrTzm { top:43.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4e1L50nGmMahafvZuAVcsRTnV6rXTrM { top:43.375rem;left:31.75rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoIQdWKXWoIaBHBiaICWhBFLhrJHsdDB { top:42.5625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG4r7v5U5n9dC1wEsy0irMppKGnClLtH { top:42.5625rem;left:0rem;width:19.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvseTF7oG5GCzJ3PNmGhmQLFNDSm04bV { top:39.5625rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHZa5DyqdGNEdpzUTsvDi8DDMIB7XNqQ { top:5.6875rem;left:0rem;width:16.125rem;height:2.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqLArdUFazatWLfblwUhISufL5ryBtXr { top:5.6875rem;left:15.625rem;width:16.125rem;height:2.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgyxBWZsZrCwLG92ewcTUNaLDXiHfGd { top:5.75rem;left:31.5rem;width:16.125rem;height:2.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae { display:block; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEEmkcfzXLJAoOkSwPtptw98mzgdIP33 { top:0.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { top:5.4375rem;left:0rem;width:45.3125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOmFNdwepGT0gm78KfmP5wWoTBa1VUpB { top:10.375rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZFV39m9kiLowp3VmZ1SnO7oX7mNnXI { top:10.4375rem;left:0rem;width:11.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNG29BgArZEx0GpZ5z9ObqSmNJbo0BLs { top:18.375rem;left:0rem;width:24.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVXMGtfvgSSbNTSsTydBFyDKFDSrss6X { top:17.5625rem;left:27.8125rem;width:19.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqpCxXOri6FsElRAUoSvy69Iw3DZAXbd { top:10.125rem;left:26.998762130738rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b185mURufFG3gRsZN4wbFsCUSp5FEGa8 { top:10.125rem;left:32rem;width:15.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS2PoTNnCetoaxqtiRIdA7ywqpPW6ClW { top:10.125rem;left:25.061758041382rem;width:0;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dQm8b4pEU3MZD6hV7SZhBUOtGzVnVr { top:26.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wriszWaFBMiDVETKv5Vei5cgNF7WIqfQ { top:30.5rem;left:11.375001907349rem;width:29.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrZEnuxlafU1Q7abTIzhy2KPaLriD4ml { top:30.125rem;left:8.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7k733iAe4LKz9JtxfKiK16JWZ6JM5Ld { top:13.375rem;left:0rem;width:24.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5mUKPZauBTZCgMCl8Np18BFMuEKTbsw { top:13.125rem;left:27.8125rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbb3cOZ1sduSeaP5db01SmxvcPqvMOoB { top:33rem;left:11.375001907349rem;width:32.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y71DRzx0aiOzTTiGwVDw3VIDpQSbgqCh { top:32.625rem;left:8.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnr8TTspA1EB40qka3ATcnwJioyTN1n4 { top:35.5rem;left:11.375001907349rem;width:30.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrJwrIAEetsT1U0tchP43eMv00QOXBI { top:35.125rem;left:8.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 { display:block; }#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOAvxr9LQr7B3L0wcLeH5SbzklfpO0rQ { top:3.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAo5BsMOiL3RGDxKCkE29kLh5AlUXcyD { top:9.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNhwCO80TbXE3Ti44Gw0xHO5zRdP1T3H { width:3.125rem;height:3.125rem;top:24.125rem;left:8.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gGAr2odg2U5qhDC0TwTIc9gP7HwhH7 { top:19.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbLFNgvpLFkBEJf1ZpsVbc9qob3zHGlH { top:12.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { display:block; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { top:4.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { display:block; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { top:1.625rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8cex5n2IGepDFiEix7bTF1BnhqgOVX { top:4.375rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { top:0.75rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdLiyGistVIvhFXlWgZraErfvmL5T2W { display:block; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { top:1.875rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { top:5rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { top:20.5625rem;left:17.3125rem;width:29rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { top:20.5625rem;left:0rem;width:29.8125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4COymZhIQsMJUO4892tiQnOrxvpgtJK { top:31.4375rem;left:18rem;width:29.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { top:42.5rem;left:0rem;width:28.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { top:1rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { display:block; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { top:1.5rem;left:0rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { top:4.9375rem;left:0rem;width:47.75rem;height:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { top:49.8125rem;left:0rem;width:30.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWwfhGHQssNP8QpEVk052qFnhtAshGg { top:49.8125rem;left:20.8125rem;width:26.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { top:24.125rem;left:25.125rem;width:6.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { top:23.6875rem;left:18.0625rem;width:29.6875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { top:0.625rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { top:23.6875rem;left:0rem;width:29.6875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { top:30.25rem;left:0rem;width:28.875rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { top:24.125rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { top:27.8125rem;left:1.84375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { top:28.625rem;left:33.03125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { top:32.625rem;left:18.875rem;width:28.875rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { display:block; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { top:1.5rem;left:0rem;width:40.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTh74n942tk7A5MLfMekhgnCEFTNPcy { top:0.625rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { top:5.125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNahEys11vT9eyletwGfHupIXn9zECi9 { display:block; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { top:1.5625rem;left:0rem;width:35.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKGhBITp3602CQqB1AwL4F40EthW683 { top:5.125rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prguaEaSJZka0Xpifyh137ZphTNH2rAo { top:16rem;left:0rem;width:23.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTftXiv0blTwZDChwFGCUODmQWAvx3cu { top:36.3125rem;left:0rem;width:28.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { top:24.1875rem;left:0rem;width:24.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { top:16rem;left:16.5rem;width:29.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okm974mTZGg2qA54ZEc5QwCfkSKbne2n { top:45.0625rem;left:0rem;width:29.3125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { top:28.4375rem;left:18.875rem;width:28.875rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { top:0.6875rem;left:0rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIa406yN6f9P1cH9OPFxq378aL578iZ { width:37.375rem;height:4.0625rem;top:77.75rem;left:7.400390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block; }
 }@media only screen and (max-width: 763px) { #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeEMFo3mkFatvVtIqQOCiE5BDyEarXtf { width:15.3125rem;height:2.874025rem;top:12.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJmLONNMyGiJ5Ir8qIXaG6T7zthaCPm { display:block; }
 }@media only screen and (max-width: 763px) { #PeX0Xo0UfZXHP4hda7AEVgR3siqTyWmT { width:10.8125rem;height:4.8125rem;top:0rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3miVKcvCqGvi9RP7hmyBlyOcz9Er5dw { width:20rem;height:1.5rem;top:10.125rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.485rem;padding-bottom:0.38875rem;padding-left:0.485rem;width:2.0375rem;min-width:2.0375rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.716875rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EnoUC4PEq2GquByprcSCLWtH8qVHtcHM { width:16rem;height:3.936875rem;display:flex;top:5.5869140625rem;left:2.3125rem;z-index:15004;padding-top:0.04875rem;padding-right:0.04875rem;padding-bottom:0.04875rem;padding-left:0.04875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #FXmud2zyK8Wspqm8g2ll9DsibZuiJZXM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #EuRN9yv7SC1PlIGJh8IFwFWuGGXltCb0 {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #xowqfm9QbsbKtzXreC7XELfRERhhpL1L {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #TpLcphewTCv4LP66DmkixupAUZdgIrpD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #eX3pcUCJ3oW7DrrTlUxrpMkO76hKvwHr {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #s406SplnTdHwuc8z88amHDKQb8lk3vU3 {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #hcTLMgwil6KvlPAmJWmSBI3KIxVwuE9C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #U97XgBBKyN7X0LnTAFJhqhT54CfU5ZMw {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #wApC54L4tlNNOvygSaxADn2be6FC8l5A {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #V39G8svUlMiQHWeipecyhMBmOfNurfaU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #sE6pyBv464n4RmNol2zgP8Crofg3iP4a {  }
 }@media only screen and (max-width: 763px) { #EnoUC4PEq2GquByprcSCLWtH8qVHtcHM #fcApt6RtabfHC6SS59DBMldykvn9G4S7 {  }
 }@media only screen and (max-width: 763px) { #zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo { background-color:#161b2b;background-image:none;display:block; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { background-color: transparent; background-image: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container > .video-iframe-container { display: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row > .video-iframe-container { display: none; }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .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); }#zRf8rdCXXuD8xy4QiZAbtvyFZItD1tVo > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZu913zahAK0PnhLivgpxT02cmgBSw2B { width:20rem;height:2.11235rem;top:14.883185386657rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbxVFsqHsddUngUqaqqiZglELEGZPrNP { width:19.25rem;height:21.5rem;top:17.2734375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKiT6FmHXZNaTieO0oOk07cZ9KuPNeKe { width:19.75rem;height:3.4375rem;top:38.562502533198rem;left:0.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #knL38DHzgwv5clfJXctTMvXUnRyBr7Al { display:block; }
 }@media only screen and (max-width: 763px) { #pMOgTMuM3Xgce7VSoi1dafBrEcBqWLau { width:14rem;height:3.0625rem;top:1rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKiMhDaeTdzwVSESXT8VDDHaSKdVtPC { width:20rem;height:13.3125rem;top:3.7646484375rem;left:0.038536658653839rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80yS1WiaHWp7DDxtRU90MGQ9WRhn9BC { width:13.9375rem;height:12.8125rem;top:0rem;left:12.489999641769rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gh5Ceq6ggbo9mup25cR9mJEzr7TuCl { width:20rem;height:3.4121125rem;top:43.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl { display:block; }#MAnTkWTSedrkETIevEqZzJ1A7DJVTTyl > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXKtCJ6db6zEVoUOo29yKHhvOA9ZNeKU { width:19.9993125rem;height:6.048825rem;top:2.0625rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iRR2nKJFkvK1Jw3fFAUUMZmEx7WXncBT { width:19.999rem;height:5.361325rem;top:8.69921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K { display:block; }#uUFULT72UxvARlhC8Q1NcsEVUnMB8A6K > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFyXKKSHDIk7meHcU5NbXSOH52uPnJk2 { width:20rem;height:9.9826875rem;top:0.56274509429932rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y11QTveZL7FtZIO2t9dQXhRi215eHUWf { width:19.9993125rem;height:19.6581875rem;top:11.231861114502rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZuG8Q8p1lFuTM46xghRu4Xx0xTBQo8J { width:19.9375rem;height:4.0625rem;top:33.615452766419rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ygPTi3idubh1bUP6Ffh5CKv1vT3gM78q { display:block; }
 }@media only screen and (max-width: 763px) { #r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI { display:block; }#r2HhEcc8nSGhxL3TyaTVuIsytvKAouAI > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS2gkMdFX1sfN7chsEwyqbFTaWCfAU2y { height:11.25rem;width:20rem;top:9.7181875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6BVV7Do0PfFufhBX5MUbyfCZansF4hG { width:20rem;height:6.5981875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo { display:block; }#u7TqoRJGvkwLZFERUTMOJuZlcQ0u49zo > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyZ5qycf89wfVdiSFAJI8IQ77Zvp1pE2 { width:19.9980625rem;height:6.3374375rem;top:9.865234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrGgx4SEao6o8JXfTvNwyNXLNvfWmS9f { width:19.999rem;height:6.39325rem;top:1.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 { display:block; }#btC84WIMCKSQ6HF9D1bDE6UgZOQJcIT3 > .row .container { width:20rem;height:226.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #my4AxMUVTibQZbtI6Q2HCAmKtybPy6pO { width:19.9375rem;height:4.0625rem;top:220.1875rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dVTNIB5opP5zfIlyWwhdaDLJ7FKvDTpV { display:block; }
 }@media only screen and (max-width: 763px) { #uEUNLBIhK7QZVa9Dse7yqo2I9TTXFnqO { width:3.125rem;height:3.125rem;top:0.25049591064453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOIQeoXFcWlvo9060eGehODZOC3IItX { width:16.249375rem;height:5.36160625rem;top:0.25049591064453rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQFNdnnqitECX3FVxweDMorF0XfkeAat { width:16.187375rem;height:12.5104375rem;top:6.5011253356931rem;left:3.8113842606544rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AI8rGtxtnxNiFfnunQEOACMywM4g0giy { width:16.124125rem;height:12.5104375rem;top:29.939234256744rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVC7bzn0MSvBPVrX0DsqPcz31TrmSITg { width:16.124125rem;height:7.1488125rem;top:21.189236164093rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nEBgQZQKBTGT9WSsWuluc5FRKbqueBug { width:16.12475rem;height:3.57440625rem;top:49.939237594604rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tLWrREE2tTPZm3JPiAFEIaz2avJzN3Nm { width:16.12475rem;height:3.57440625rem;top:44.939237594604rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kRbhSaXLcw05xN6OFAeXuGiun8xbpSEP { width:16.187375rem;height:5.36160625rem;top:61.187997817993rem;left:3.8113842606544rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXbzETCdzu8sIxxoDqZ3wXoRsTO880OZ { width:16.12475rem;height:3.57440625rem;top:56.1875rem;left:3.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eNQ4woWf98fGN0Bcf05plf6XQnFq6clt { width:16.062125rem;height:5.36160625rem;top:73.6886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rSHVOl2H1bWDLwqzApStDlI0FAAWfHMq { width:16.062125rem;height:3.57440625rem;top:68.6886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k60kmqhaBEL30Kr0KyXmIGTVuUdV0lDp { width:16.12475rem;height:5.36160625rem;top:108.93849563599rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0q40pyiAJgDG6kiiei356qC555qWiiX { width:16.12475rem;height:3.57440625rem;top:103.93849372864rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1HC6ettf0N89E54DGbIs93UyVBfHL9 { width:16.062125rem;height:5.36160625rem;top:96.1886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U9LTDLd5sEXoLSoHWAC4OqAMHXAfN7Hi { width:16.12475rem;height:3.57440625rem;top:91.1886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fv1uy8RChqnvM7aLF3T60S1a5557RLSL { width:15.9995rem;height:5.36160625rem;top:83.6886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p9xTq9zTGXPTuPJoxytlNUZ061eZg8sU { width:16.12475rem;height:1.787575rem;top:81.1886177063rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y95qEBFTTs9qAMsBFFCwdmavHTPKH4bm { width:16.187375rem;height:1.787575rem;top:116.43849945068rem;left:3.8113842606544rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEnF1vpNcLXUEMa0bLu7NpzwRihKEIls { width:16.062125rem;height:12.5104375rem;top:120.18849945068rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bi3ZdmKL8p8Qt2su62r8PAlxoiT0G6Ux { width:16.12475rem;height:7.1488125rem;top:135.18849372864rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u5I66kTNcTG4vfzCBoeOaGKN85sT8Z46 { width:16.12475rem;height:12.5104375rem;top:143.93787384033rem;left:3.749380171299rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vt7Tni9qUPIM4HbQXDEa2vLLgnwypWwO { width:3.125rem;height:3.125rem;top:21.189237594604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmeqACqpcGEs9bzeEGuVaFv7mytTv9O { width:3.125rem;height:3.125rem;top:44.939247846603rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRfTHDiEErPX8248hr7sxK4aBMuVJJbe { width:3.125rem;height:3.125rem;top:56.189237594604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoksT8qN3PitwzbFvWr0tAb0tpcS1xF { width:3.125rem;height:3.125rem;top:68.68861198425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRGI52mpDR04arNin5buZyIZ9T80AXbL { width:19.999375rem;height:8.53125rem;top:207.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx05g7p6dhHhCNV1pGE4eGurGhB7RDNC { width:3.125rem;height:3.125rem;top:103.93849372864rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcUlTeza6AQaxaGSB6wDC4PzBwkNcNqC { width:3.125rem;height:3.125rem;top:91.1886177063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0Bzd2MLVvW55qv3u0zazxZtOJsbDRG { width:3.125rem;height:3.125rem;top:81.1886177063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExpn7iELnqOpQ7xhT9BM8HE1D3zV6QP { width:3.125rem;height:3.125rem;top:135.18849563599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtSRfMU0J6TTbHXrTZhkmgBuWEbyTOdn { width:3.125rem;height:3.125rem;top:116.43849563599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQTlnuaVlaIcF7ALTp3iiagtCyfXul32 { width:19.6875rem;height:14.75rem;top:190.43898582459rem;left:0.062624037265775rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNWEpZ22stoVy7ZqBgDhf0odr2EWcH3 { width:19.75rem;height:14.8125rem;top:157.68787384033rem;left:0.051350447491899rem;display:block; }
 }@media only screen and (max-width: 763px) { #W50wisV7lstr71KinRv3JDbTxJtvx2T2 { width:19.75rem;height:14.8125rem;top:174.18900060654rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdNZlPxaSAA00gxFWSVKbaqPvIytxtG { width:10.5rem;height:7.875rem;top:194.18899917602rem;left:4.999380171299rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KmTO0uFTIodc089dig5QU8OT1zd75A6v { display:none; }#KmTO0uFTIodc089dig5QU8OT1zd75A6v > .row .container { width:20rem;height:69.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z3PG7wWyK8sRs12DKMfB66FBJ1ZaZ1Nv { width:19.8125rem;height:3.8125rem;top:64.803446769712rem;left:0.061384022235871rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sZVRNzLrApS05XI3qEzAkOsUNIqeD6po { display:block; }
 }@media only screen and (max-width: 763px) { #FTLHZrH2kEP8qPnMPNaxgucysPW4zFDP { width:13.875rem;height:13rem;top:14rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0fFEyT5dgPAtC8M8Ud2n14adXC9CNuH { width:20rem;height:2.5998875rem;top:7.6995rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eev0Z8ycwA5GKxusKbAvgCDiugSJ0cbG { width:20rem;height:5.68700625rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBXS8TPg0doIgqBmN2uBH0qOMmZVbhtT { width:7.1875rem;height:7.1875rem;top:12.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOlHIspawyMRgnNWtLQn0PG9IZ18ZwOL { width:6.3125rem;height:6.3125rem;top:14.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQAw2Z155dMJfnTEimS9TI7uucKCg0sE { width:13.875rem;height:14.6875rem;top:31.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBHmTK7Ot8qMOwaBUOIFMzynuZ3XOZTK { width:7rem;height:7rem;top:30.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVhy4bFwITFpyCnL9TcnP0aHnhIwRIHr { width:7.1875rem;height:7.1244375rem;top:29.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKn6on7N3db1ZPhKWTkXpI1P7mc9371B { width:13.875rem;height:13.3125rem;top:49.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNncxReQzpeWhZqgp9NsT5uZL9WvwCKn { width:6.3125rem;height:6.3125rem;top:49.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnTVzQgHNe9U0LU7wQI8ItbfPATH1Xe { width:7.1875rem;height:7.1244375rem;top:47.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDkIfTXan5Xhlm0fAoCuTZK3VxUwx5s { width:16.3744375rem;height:2.03125rem;top:22.625rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOeh1zdGwm4e6w902JGVggA9gbzzTruK { width:11.748875rem;height:6.09375rem;top:37.875rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsIsWFNK9TOTNkU95xLpGOrtllgwGFhH { width:11.748875rem;height:4.0625rem;top:56.5rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77pZ4c6pmkslzkZATLCAlIXEmORdGiT { background-color:#fdfdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { background-color: transparent; background-image: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container > .video-iframe-container { display: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container { display: none; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .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); }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { border-width: 0; border-radius: 0; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U77pZ4c6pmkslzkZATLCAlIXEmORdGiT > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHI0lL2caoh9MArHktbEocb9GLmBn3Px { width:19.999375rem;height:2.00025rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV { display:block; }#DRET34h7dS2xKTLG3UTv5ZbfDBAwFszV > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hae43bf2e5b96dcfaa7636ab9ed1c616 { width:17.3115rem;height:4.125rem;top:13.68359375rem;left:1.3427734375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T556fe185b4390512476481a9f8e14df { width:15.874rem;height:6.1875rem;top:33.1875rem;left:2.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeac3295dc48e57769aef3c0509a90e5 { width:15.499rem;height:4.125rem;top:53.0625rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab2e41bc64c86a852363c283e8205982 { width:13.874rem;height:11.25rem;top:2.0615234375rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndc9ffdcbb8bd8c32247e7617652af17 { width:15rem;height:11.5625rem;top:21.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6e6b5dacfa9b69c2c2e8d25f97490cc { display:flex;width:7.5615rem;height:7.5615rem;top:40.1875rem;left:10.875rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #f36cb0a9e40a159cf10aa97be6e9e671 { display:flex;width:7.249rem;height:7.249rem;top:19.25rem;left:10.75rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #ab9d7791539d5dc158da9a3c9b119ae2 { display:flex;width:7.6865rem;height:7.6865rem;top:0.0625rem;left:10.9990234375rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #a384ca940d2059f9543c92eaea6c5e70 { width:16.25rem;height:10.3125rem;top:42.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgITuTXCyI1TKVnO6XrvaKBVFGkBDAWJ { width:18.999rem;height:4.124025rem;top:59.357421875rem;left:0.5615234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVApsJpde1eBsCRNTMx6HFa3JHGQAoS5 { display:block; }
 }@media only screen and (max-width: 763px) { #taF9QivaAba1a3QVugsmhJNWH9ekvz9r { display:block; }#taF9QivaAba1a3QVugsmhJNWH9ekvz9r > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCvymd5QilhbU2UCCKP4XMziCdNpJfK { width:19.9375rem;height:2.54315625rem;top:1.375rem;left:0rem;font-size:2.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tWO1haLzzf2t7loHVkPJylGLCrFBlL97 { width:19.999375rem;height:6.5981875rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPmudplkXz1MB6HyOKbEtISfGp1hpI { display:block; }#dAJPmudplkXz1MB6HyOKbEtISfGp1hpI > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m32iZEdFat659VaAGOkdq1LTwNxxZNqb { height:9.7495rem;width:17.499375rem;top:85.427858352662rem;left:1.2493800520897rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7o6LqyaG0gln4aMbTXTbPV7oyAX1RoP { height:9.686875rem;width:17.37475rem;top:44.177794456482rem;left:1.2493800520897rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56GFWnWsew8cOixS0ZnaZkQ4nS6Drl0 { height:9.686875rem;width:17.437375rem;top:0.31498050689697rem;left:1.2493800520897rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1M9HU36M01ZQIIqH8yR0S16f0y0GLp { width:19.999375rem;height:2rem;top:37.178214192391rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoIfOq10ScCs2UWe6SAlgtbH27RboVdx { width:20rem;height:28.6875rem;top:97.9375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NAphAKq6c3aXclcsLJKp5t0msriQ6Azi { width:19.999375rem;height:1.8998rem;top:78.528028488156rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuLOtWPklsWzM42rs3UiUy8myTTckd28 { width:19.999375rem;height:1.79985rem;top:122.37785720825rem;left:0.00062006711959839rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9COEUT6qeHHdMk7EZHp41Jvg4mRaPbM { width:19.9375rem;height:22.089875rem;top:99.177831649781rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq942v0pPs6JhP0iFfqeb0AHyTcFHJFb { width:19.812125rem;height:18.691375rem;top:57.927816390991rem;left:0.18663197755814rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyUyZ1TJBos3h8NAsOzoKwg7BEd08SUd { width:19.875rem;height:26.1875rem;top:56.677856445312rem;left:0.12400794029236rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #okyTerh8fxi32SVTEzPr0T6ihnH4nSTi { width:19.8125rem;height:22.089875rem;top:13.314732551575rem;left:0.12500005960464rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdtfDPKOtr4HnaxzzmvhRv84pBIKnniZ { width:20rem;height:29.125rem;top:12.501249313354rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #geyTnRsmJPISbOZkomlNCpNi6NI44sPy { display:none; }#geyTnRsmJPISbOZkomlNCpNi6NI44sPy > .row .container { width:20rem;height:18.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yndEOzoiTieWAQ2TO5U8bk6S88INn8wK { height:11.25rem;width:20rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucIXm0yEWkm889quRC1IdAGQIXit3eR { display:none; }#SucIXm0yEWkm889quRC1IdAGQIXit3eR > .row .container { width:20rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fec9f7e3af418fca9a94eef9e611fc44 { width:20rem;height:8.25rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR { display:block; }#oxxPpl7NKPK5AmTpLaMKnxhGcR0UZ7yR > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aa5f3e051ae3f8d27044293743b4c2ed { width:0.25rem;height:1.375rem;top:1.25rem;left:9.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bb483f37db0074253313cfa3484cf6d0 { width:7.1875rem;height:1.79985rem;top:3rem;left:5rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mbd94ffbddf3f96ea41035dca9c0e387 { width:20rem;height:8.285175rem;top:8.1354169845581rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W00614b240035ccb8bc93483bbec0dc3 { width:14.75rem;height:3.2991125rem;top:22.1875rem;left:5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b4bbe1ff63fa7ed06036ceb1030b951e { width:20rem;height:9.6660125rem;top:26.732142925263rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l096eb789f93a1db7f9d831bf7d6159b { width:14.75rem;height:3.2991125rem;top:43.125rem;left:5.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Td481f7bf90a98559729206dbe7569cb { width:20rem;height:11.047625rem;top:47.773086071014rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T443c7c9976f574f9653aeca85ee40a2 { display:flex;width:4.5rem;height:4.5rem;top:2.625rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #e6f0d1dfe45d7595188e0a9e1ff0b7bb { display:flex;width:4.5rem;height:4.5rem;top:21.625rem;left:0rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #df486e81b74dccdbf3b03268c27c9ecd { display:flex;width:4.5rem;height:4.5rem;top:42.5rem;left:0.125rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #I3981cf9b2edf0083c4640bc5e0dba5c { width:20rem;height:8.8886875rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v34yPO7nCq4LzK1S4UPm4eglsIshODTB { width:20rem;height:10.081300813008rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8oD7W0yN3Q4qfNacp2noDVFuxHAONRn { width:15.3125rem;height:1.79985rem;top:4.9375rem;left:4.6875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt { display:block; }#ciazyy9tpcvIfbr2OIhG8NZNDJVJmknt > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbVbDlkRUAgeJ1Ot8OTnZClV9rTxfNUK { width:20rem;height:1.86830625rem;top:7.4849338531494rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Dmtu5vS4ADvXu9wPGhnwt270ZVJAr13A { width:20rem;height:6.04910625rem;top:0.5625rem;left:0rem;font-size:2.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scXoy1BDfFprmRlFATAtS1OXRkvKvn2b { display:block; }#scXoy1BDfFprmRlFATAtS1OXRkvKvn2b > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDlHF5tsiTrL3KzDcfEBQQX6TDIfXWi4 { width:20rem;height:7.0625rem;top:17.376675605774rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aexsgyEUEdZF1cBmOoWFTAOTk1GF93l0 { width:19.999375rem;height:4.875rem;top:18.507570266724rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQyG45Gv039Z56eu5cmM5x6P9iwdH6IH { width:20rem;height:14.625rem;top:26.057478904724rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEZXcIRbo1RgdhLgcJDyEAX9Bsub5h9t { width:20rem;height:1.625rem;top:39.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptGIILPNIqzhTnvd6nO1oedvUna6B4nF { width:20rem;height:22.364375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0GF83o9vhrhZJhg3RG5Pf2i9NyiWhRl { width:19.999375rem;height:23.8854375rem;top:42.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhf7t7wSmpF0zBZEgH4B9oJqE0x63oWS { width:19.999375rem;height:23.8854375rem;top:67.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDta53ig8JP0e9uacamteXassk5AHt4E { display:block; }#KDta53ig8JP0e9uacamteXassk5AHt4E > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhuU4ry0K0T0ri03P2ttOABzAhDDw8Ws { width:12.75rem;height:3.65625rem;top:1.749755859375rem;left:0.99950402975081rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HPDKzMmzEObQ8T2vJwdVNaGbmHA655M5 { width:16.124125rem;height:6.5981875rem;top:3.0126495361328rem;left:1.9367560744286rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #z8Le850w42BpoyCW017haNQvRuEVBE1n { width:6.625rem;height:6.625rem;top:11.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3kQVFE5LeZXe36rPcW5HKGKkaLMcis { width:9.873875rem;height:1.375rem;top:18.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8RkUPhNm7nJvRhwIbGtmRfakbsNFONB { width:4.68688125rem;height:1.625rem;top:22.0625rem;left:13rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7soz1qsLt5zXTPykGGIfbTMArSgSH9n { width:6.0625rem;height:6.0625rem;top:15.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeVnnc1lO1UwHxyQnT3e1AaGSIwH7dGW { width:9.812125rem;height:1.625rem;top:30.889138221741rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToHRXaOyfmyuecTS0X62WsWlVTKPX6GD { width:6.5625rem;height:6.5625rem;top:24.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gys7OeLcZA341ZCPce6w1pQpBxJyZiPs { width:9.25rem;height:1.625rem;top:36.6875rem;left:10.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdzDcqmrg6eEMvk0vmdB7fHAFKilvCNn { width:6.5625rem;height:6.5625rem;top:29.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBS4ik3nMSLNOv3Q6tCySgTAkJGOeoz { width:9.812125rem;height:2.75rem;top:44.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTE1yIf0BhLVayM2dGcgpBkwcTAlGxWF { width:6.25rem;height:6.25rem;top:36.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ5gdbpmS2n5zJ7BxgBASFmNoyBe8KFz { width:8.6875rem;height:2.75rem;top:50.140130996704rem;left:11.187995970249rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIFyuRCpwqq4QoaPkEyMkzzqDcN5myH7 { width:6.6875rem;height:6.6875rem;top:42.640130996704rem;left:12.186260282993rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWWsNewAB4hAGeCdiamxDKeKZ5yZv4Hp { width:19.999375rem;height:3.249625rem;top:54.994073867798rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eeHUmhRTbJeK9ocg9fUdDM5E2IATCv3o { display:block; }
 }@media only screen and (max-width: 763px) { #WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 { display:block; }#WycDJf2WJuMtNGh5xcAuFbdJei5glBL0 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzGEDtFpZeoT2z3RWKtZk7tFVWQxQ4cb { width:20rem;height:6.5981875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #znBUJt3afgPmKmkteqBO1uOTNI1SFmtD { width:20rem;height:1.46205625rem;top:9.7181875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV { display:block; }#c66ArvZsqCkIthGQakqT1o0X7w1Q7bMV > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGIi64k7FD0BFDuwkAzk6WIQgqdqGEgs { width:20rem;height:15.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKloAvbrBAAkdfI3LvHDcRn9PZvcyexs { width:16.625rem;height:3.25rem;top:6.43701171875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0gT9o7svvcyrPmLGGRSEGSE4QHhuXK { width:17.5rem;height:3.25rem;top:22.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqvGZkT3gycoczUoZ55vTVOpkrT7IBUZ { width:17.5rem;height:3.25rem;top:39.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnezC63Ksxi6gsLly5DGeqLnfTNzixaW { width:16.625rem;height:3.25rem;top:55.4375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZkDpq5fVCq1sUzHIgVrNHg6HTeDc9uI { width:16.625rem;height:3.25rem;top:71.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAt9RwxU8yTBUz683ym6Qhi2TaPaS9s { width:16.625rem;height:3.25rem;top:88.9375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dED7oSdFXSQM5oUv01NHLwchSXOOmQdd { width:18.125rem;height:3.89955625rem;top:10.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3m6JkT2HlkxvSrydvIl7hMwrlLX7ZH { width:18.125rem;height:3.89955625rem;top:26.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgc6ovqND8lFKtSFUA0M620gpVLk4u4 { width:18.875rem;height:5.19940625rem;top:43.099609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1T8FoUpxE5by8rm35SyhL7F1d0xJ4nc { width:18.125rem;height:3.89955625rem;top:60rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGU9qKTVQ6oD04eSc497KaeQD07vapx2 { width:18.125rem;height:5.19940625rem;top:75.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0RxJ6RPLnrOeJyGW00wdoGKuPf3xP61 { width:18.125rem;height:2.5997rem;top:93.39892578125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPkAxy9STVMB3QKPFqcryFI60b4m9RSd { width:19.5rem;height:15.125rem;top:17.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTsnv19wbN9p2KAv4BJQ1XIOrQ7MHqU { width:19.5rem;height:15.125rem;top:34.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhZrDcf0epiTsPvLhHFzFsmCbFkHRSgP { width:19.5rem;height:15.125rem;top:50.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLnUc2qCV3nTZNmQi4wXfPxeygtqsq4a { width:19.5rem;height:15.125rem;top:66.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPPslTE8GXy7L7u7Sn6WveGWUaURMrh { width:19.5rem;height:15.125rem;top:83.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41grIcXuPJl2Z50sWT8alpB01utrWZL { display:flex;width:3.125rem;height:3.125rem;top:2.3117561340332rem;left:8.4375004172325rem; }
 }@media only screen and (max-width: 763px) { #ZD37oAe2CrDEmltxpapoCJuTcWsqOWGl { display:flex;width:3.125rem;height:3.125rem;top:18.812479019165rem;left:8.4375004172325rem; }
 }@media only screen and (max-width: 763px) { #e3mqKi6wzlvAAOHrNyzwLk51TP6KeZbZ { display:flex;width:3.125rem;height:3.125rem;top:35.375020027161rem;left:8.4375004172325rem; }
 }@media only screen and (max-width: 763px) { #WBdwukLS6f9Uh7z7XCh2PwteeBuUQVZT { display:flex;width:3.125rem;height:3.125rem;top:51.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XbI8b0rfsOcOkdzK2H89mRf6rBXixl1C { display:flex;width:3.125rem;height:3.125rem;top:67.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #cyzmit1Ltd2iCMqNP5Ie4FGqNwOf6iM2 { display:flex;width:3.125rem;height:3.125rem;top:84.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ { display:block; }#ZcVCQngTbAic7HTNRzkmyRMMi1bnOsNZ > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwgZutq8I9aGBcVkSV1NgLyTwyMk47xC { width:20rem;height:5.19940625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id { display:block; }#bovnnWlsAnCEA9WD8Q4KOFr5DV0eB7id > .row .container { width:20rem;height:150.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62nmMWFvJeBaV3Nse8RTHS1lAvdtcxO { width:20rem;height:8.37275rem;top:100.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWmGDXfz2ZVxTkmGPJTRr7BhHuFe5w99 { width:19.99925rem;height:6.5625rem;top:15.33482170105rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzhHnRnfyATwqAOVdtUAZModAhIaSXkg { width:19.999375rem;height:8.422625rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeuR090hOJIgQ1rNcPBcMIbz53lmx8W { width:19.999375rem;height:7.875rem;top:37.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COqUTFZokEhMwTTZhURD9SsHiUTREuZp { width:19.999375rem;height:1.7872rem;top:1.5848217010498rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWATB8N77hwZnFvqrkZTlFHKT43QxfnT { width:19.999375rem;height:1.7872rem;top:25.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgVc9FanwyGpf0ANUcXcLp2mdeHT6GWO { width:20rem;height:1.7061rem;top:97.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcFS9No1ve40H2uwl1bsAWECN79XgoTG { width:20rem;height:5.25rem;top:110.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umq6qAefq8R2TA7GdZuRvorHXxRgorJD { width:20rem;height:8.955375rem;top:75.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq341zLlZFukb65aOGCyhevHxLlt3CMa { width:20rem;height:1.57440625rem;top:72.8125rem;left:0rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPKqdEMIVsArxPewpzC5JmdgCUGIavMk { width:19.99925rem;height:9.1875rem;top:85.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asxuw2Km4JM93zZap8pW4HppRZEcK21V { width:20rem;height:1.7872rem;top:49.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezSmxTOt5JUrmekJHCCS2zt3nBTX4R8J { width:20rem;height:8.5238125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDn6AlH0xgFic0z2qJJCu8cTb2g1fmG1 { width:19.99925rem;height:7.875rem;top:61.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWvxdsSMfw6k6vOJLntn39k3gciA44wS { width:20rem;height:9.3489375rem;top:121.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB58ykhlzMF0Zc7ppvOF6MWg229ulZ12 { width:20rem;height:1.7872rem;top:119.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5bTeHqb4rFzcZWpzcSApZrfVZ3TDn { width:20rem;height:6.5625rem;top:131.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2H94ZM4ciVXDDEGv3lIwgGm8Pe7ZlnQ { width:19.6875rem;height:3.8125rem;top:141.58490753174rem;left:0rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98GoCv5cMz3cm3s50wBF3vA6OSfl1kS { display:block; }
 }@media only screen and (max-width: 763px) { #a8rEU6eUPbvvvNTvBBmUMk7t8SCGhhJ5 { width:19.99925rem;height:9.9419375rem;top:4.1428565979004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pger6ncZ7iqASQUe6Ez34S76AhDLDBAo { display:none; }#pger6ncZ7iqASQUe6Ez34S76AhDLDBAo > .row .container { width:20rem;height:94.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e343fa3a7a19930928d12ac6dd6e0889 { width:18.3745rem;height:7.2871125rem;top:1.25rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Nff66a80d49a1f20f4c3284a3e7de7c9 { width:19.75rem;height:11.02443125rem;top:25.710125rem;left:0.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2deb464a1c719a55ba2d3fc08be118 { width:19.1875rem;height:10.5615rem;top:82.4015rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eab15c1685080ff4a62596448edb9d38 { display:flex;width:5.625rem;height:5.625rem;top:9.7865625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #R13706c7b94adbe723e09c38003778bc { width:19.5rem;height:33.95605rem;top:39.421625rem;left:0.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jeb531860da1be5980d73487872ed886 { width:19.4375rem;height:6.5244375rem;top:74.627375rem;left:0.25rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A39f81b0844de47893869f0a7a39b147 { width:13.75rem;height:0.1875rem;top:37.984125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa9b9c8cedf8f2b218180bb2163487af { width:20rem;height:7.7988125rem;top:16.6615625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX { display:none; }#hqE4in0hy4O2RKwZxkCABaFGTQvwRxHX > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nOXtttTwqgiE9OR2RfbvBvkT5BkqnfiP { width:20rem;height:8.25rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GleOhPyuF87Ep99ovacRloFrJ2MBhiPz { width:19.9980625rem;height:1.8681625rem;top:10.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf { display:none; }#vay0JknMVmr0lJnyxT50KCxNhg5X5Dqf > .row .container { width:20rem;height:82.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ae540e18b141fd7da09973234035874d { width:18.75rem;height:3.5996125rem;top:28.23536875rem;left:0.625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W04ff7397459ddea9dab852cbde0b18c { width:2.75rem;height:2.75rem;top:7.89899375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d632109e52651a0a835aba8d8a4ed85c { width:18.625rem;height:5.3994125rem;top:1.25rem;left:0.6875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcda3b1f3e8930b10e4242ee17442e77 { width:2.75rem;height:2.75rem;top:11.89899375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23c42d25f8b5543a6dbe1bfda43f020 { width:2.75rem;height:2.75rem;top:15.89899375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8f6ecdadb107180c5349a23c33d304c { width:2.75rem;height:2.75rem;top:33.0847rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5e0e45f750b8e276ab43075abda4e8a { width:2.75rem;height:2.75rem;top:37.0847rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9466885925c63eedab783a90b96982e { width:2.75rem;height:2.75rem;top:41.0847rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac82e0d1772e589c0e34378ae75512f8 { width:2.75rem;height:2.75rem;top:45.0847rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L213b7074f54058322344d838dfb60e4 { width:16.6875rem;height:22.3125rem;top:59.2583875rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G8e2d50dd6214e5c1cf738948ad43cf1 { width:16.125rem;height:7.08691875rem;top:19.89899375rem;left:1.9375rem;font-size:1.3125rem;line-height:1.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7d5d270aa39de3957355461431da6ad { width:13.4375rem;height:8.923825rem;top:49.0847rem;left:3.25rem;font-size:1.3125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd { display:none; }#ECZHfX6RmmOgNOTXOfI0SAdDFDqDBIXd > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kfLNTqVD4luPbQHKHfn0Pw7o0nWoVPOu { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #He2iXa9LNi2TpUPC1UkHTkL64AR4ZImL { width:18.375rem;height:13.157225rem;top:7.0486875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZzH2tdocz8UD0hnmeKEkNbwl4cGnXR1 { width:11rem;height:15.5rem;top:33.08075rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgmilTFhNztoSKmldVNmSNtE8Cbiqwa { width:11.25rem;height:5rem;top:21.45575rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCRf9seOTTpNSEeHfTOPCsFBFmWkXMz { width:19rem;height:4.125rem;top:27.70575rem;left:0.5rem;z-index:15011;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUNy0sJBFVTNURLIQOn8Gp4I5W7wDExe { display:block; }
 }@media only screen and (max-width: 763px) { #gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 { display:block; }#gZw982vJbT6X5xrAJ57eLz8okdJJUuE2 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP2NKr24Kku4giBCosW1KZuwirEy6w0t { width:19.998625rem;height:2.84375rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx { background-color:#cdcddc;background-image:none;display:block; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { background-color: transparent; background-image: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container > .video-iframe-container { display: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row > .video-iframe-container { display: none; }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .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); }#y9TvCPL3JewdTMEQ3W8KQdT1IARKTxlx > .row .container { width:20rem;height:200.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30a5154fce142cc4acc3ad85ca57621 { width:20rem;height:2.40625rem;top:2.1064453125rem;left:0.1865234375rem;font-size:2.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #a3fe93c8f9267dc1cc1250cb2fe5fe82 { width:11rem;height:2.84375rem;top:12.29296875rem;left:9rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7b8908961a8a12ac7077bce409d936c { width:16.936125rem;height:2.5997rem;top:22.667407989502rem;left:3.0636159181595rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb1e46f3d8ef2e682c33b38e8fd66364 { display:flex;width:2.875rem;height:2.875rem;top:22.917409420013rem;left:-0.21568086565781rem;z-index:14902; }
 }@media only screen and (max-width: 763px) { #e14cf42258c3f49b3c41015751cceaa6 { width:19.875rem;height:3.1875rem;top:52.666335105896rem;left:0.061631977558136rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #b90eb0b1ed07fb34d9c4ecd829568b7d { display:block; }
 }@media only screen and (max-width: 763px) { #vd65d49ba7328786aed0c8003bd64e1b { width:20rem;height:3.1875rem;top:56.416172027588rem;left:0rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #m74bf8e4bbd3a6b7eacb86b2f52c480a { display:block; }
 }@media only screen and (max-width: 763px) { #f57e7b18ecf1927e0c431a978a745493 { width:20rem;height:65.25rem;top:0.603515625rem;left:0rem;z-index:14916;display:block; }
 }@media only screen and (max-width: 763px) { #f3839c71bd2eb089218ebeeda1ca76e9 { width:19.9375rem;height:59.4375rem;top:120.5rem;left:0rem;z-index:14912;display:none; }
 }@media only screen and (max-width: 763px) { #f8cd8f4db2eaa4b98d4709d8ab203f07 { width:19.999375rem;height:1.21875rem;top:62.135417938233rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T80bfefd2a3415dbc047164479ace76d { width:19.99875rem;height:1.21875rem;top:193.66196060181rem;left:0.00062006711959839rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05633977ac849971f5c23f9c5c6ed59 { width:16.93575rem;height:3.89941875rem;top:17.666015625rem;left:3.0634765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16aee1d8015270ddda7dd5a67c371f7 { width:15.75rem;height:2.5997rem;top:43.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd9509447e02fdd3e4f54c9102d9a679 { width:13.375rem;height:1.29985rem;top:40.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd638b6af1b0ea263e7376354f16a646 { width:16.9994375rem;height:2.5997rem;top:35.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34b1db2339553882741a48dbd57ac1b { display:flex;width:2.37444375rem;height:2.37444375rem;top:39.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F188e2034b693acdf4fed251bc3c4aa0 { display:flex;width:2.37444375rem;height:2.37444375rem;top:43.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h11709aa4a647255bb11dea455a4e740 { width:15.87475rem;height:2.5997rem;top:30.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d64795b7b2591384b5ed854032f181 { display:flex;width:2.2491625rem;height:2.2491625rem;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b71affaecd0dd0e69bec594277ef60d6 { width:15.125rem;height:1.29985rem;top:27.052951812744rem;left:3.124380171299rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa48a0583a085dcb92c4829dfab17135 { width:20rem;height:0.0619419375rem;top:123.375rem;left:0rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #e3f7b5f942501e6f7510ce86582fa77b { width:20rem;height:0.0619419375rem;top:163.21763992309rem;left:0rem;z-index:14894;display:block; }
 }@media only screen and (max-width: 763px) { #X5c58298c8042599b83f11463f162ac3 { width:17.5rem;height:2.75rem;top:68.255859375rem;left:1.2490234375rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #aed0099f33a92a8617cef8c8b6a7c890 { display:block; }
 }@media only screen and (max-width: 763px) { #b9ced4db92e275a27a708683e6a0782d { width:14.625rem;height:2.5997rem;top:47.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bac10c5d5e41034ebe9820bc33d25d5a { width:8.625rem;height:2.84375rem;top:9.0341796875rem;left:10.21875rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f39c8a4449a653321a131fada941f522 { width:8.311375rem;height:1.29980625rem;top:10.021484375rem;left:1.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2619bbf5d91d48b1c0cab82f7a7fac6 { width:9.9375rem;height:1.29980625rem;top:13.2548828125rem;left:1.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBK4dlq5RNoKSOaHnkTCQdDdTKdnNwZ { width:20rem;height:0.0613839375rem;top:184.07310867309rem;left:0rem;z-index:14897;display:block; }
 }@media only screen and (max-width: 763px) { #qgQHfh74ksugHE1MXCgfP5ZFXZ1qcAUr { display:flex;width:2.37413125rem;height:2.37413125rem;top:17.666015625rem;left:0rem;z-index:15192; }
 }@media only screen and (max-width: 763px) { #F0l7USEAAztZyzE04Kki5RS7oZ1JlWdt { width:9.9375rem;height:2.84375rem;top:146rem;left:9.875rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXhUwB9DxUl7f48F7TVnHNKJn84AoT4f { width:8.625rem;height:2.84375rem;top:142.875rem;left:10.5rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rai6NynqPPxVQOXSx22teOFhgEVWMdha { display:flex;width:2.18688125rem;height:2.18688125rem;top:194.88036537171rem;left:1.2493800520897rem;z-index:14895; }
 }@media only screen and (max-width: 763px) { #L8JolhXE3Z8Uw7By0kKxIG82nuB3KxgE { width:19.6875rem;height:0.0625rem;top:22.875rem;left:0.1875rem;z-index:14898;display:block; }
 }@media only screen and (max-width: 763px) { #MrIGOtNARQmFtieA2FbQ3fTtCddklaQW { width:19.6875rem;height:0.0625rem;top:27.237103939056rem;left:0.31188005208969rem;z-index:14900;display:block; }
 }@media only screen and (max-width: 763px) { #zWe3Ta7OMKlkkyvO8TWU3cx9z0lwJetE { width:19.6875rem;height:0.0625rem;top:29.0625rem;left:0rem;z-index:14899;display:block; }
 }@media only screen and (max-width: 763px) { #zKR19f6vIZR2TUzV4l71NmI0MUm0eaLV { width:19.6875rem;height:0.0625rem;top:32.875rem;left:0rem;z-index:14901;display:block; }
 }@media only screen and (max-width: 763px) { #poSA11FH6kvbmTTnu1oR9635oTlnhNJv { width:19.6875rem;height:0.0625rem;top:25.790953863412rem;left:0.31188005208969rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWqHOLhi4hP6wySBDuyP90x2srisxdx { width:19.686875rem;height:0.062004rem;top:38.291171073914rem;left:0.31188005208969rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz532lLDKNVgZI9NTDdLhSXG4KrBKMnn { width:19.6875rem;height:0.0625rem;top:29.541171073914rem;left:0.31188005208969rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHUdHhslQPpnkzA1LuboQ9rp9O3THd4 { width:19.6875rem;height:0.0625rem;top:34.541171073914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTstBv1rznTEHDPNedPeILd0ICKpk4Cz { display:flex;width:1.875rem;height:1.875rem;top:73.0625rem;left:8.125rem;z-index:14911; }
 }@media only screen and (max-width: 763px) { #ydgvcQ5g9RVbULgKVVu5FCBkOD2lOktK { display:flex;width:1.875rem;height:1.875rem;top:76.6875rem;left:8.125rem;z-index:14910; }
 }@media only screen and (max-width: 763px) { #H7llALgdvuM6NcfHMURpb80dNX8e4Jub { display:flex;width:1.875rem;height:1.875rem;top:80.3125rem;left:8.125rem;z-index:14909; }
 }@media only screen and (max-width: 763px) { #TGJu1mnkBvFFA2dwLfG0heanoBPbwIwJ { width:20rem;height:63.3125rem;top:69.8115234375rem;left:0.0615234375rem;z-index:14916;display:block; }
 }@media only screen and (max-width: 763px) { #IbaVttsygKNfZ9gOTNulGhDwUB6VglKv { width:19.5625rem;height:2.40625rem;top:72.0439453125rem;left:0.3115234375rem;font-size:2.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LtHRgk4vP74fLTnz9mCZ0asNyINdeeHN { width:9.0625rem;height:2.84375rem;top:79.3125rem;left:10.25rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq34WcvFi3PVR2EWDA7MKGq8TLO6Ulwi { width:8.249625rem;height:1.29980625rem;top:80.375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8KbqMG1SKW9w4lMTs7kO0ZNJOvs2rRX { width:10.5rem;height:2.84375rem;top:82.4375rem;left:9.5rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwSG3x8QASLxxrxsx9CNhzqEHq1NeJIn { width:8.625rem;height:1.29980625rem;top:83.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7PTqn5G50tQ9WtQ3CacbX0HBdiNCkBf { width:16.874375rem;height:3.8994125rem;top:88.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4FFRhFahZpmO2SKB9KCBIbERFCGZ0P4 { display:flex;width:2.1875rem;height:2.1875rem;top:88.5rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #xhro2tLb3Z5uI9tb7uwQ93uW5P6FiWBM { width:19.875rem;height:0.0625rem;top:92.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI3gPrTaXF19HH7MuDdlu7un3i9zKyJz { width:16.874375rem;height:2.5997rem;top:93.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuw2aZ1T2Z7wuXa77Z3ZC9oSEKyLprF7 { display:flex;width:2.1875rem;height:2.1875rem;top:93rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #go8yzXSZM5wfmT7XbT2ARTMB2t8S3po9 { width:15.81225rem;height:1.29985rem;top:97.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWf9LIwDIt3bMKhQKINsJ2BMkzlO6zen { width:19.6875rem;height:0.0625rem;top:96.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkld5tiQVk0GfMvWaTr8V07hLvwMBkGB { width:16.937rem;height:2.5997rem;top:104.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnp9kdv74WRyy9Jmh9QlHdpXipAIRxH { width:15.81225rem;height:2.5997rem;top:100.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuZaDaXHiS4wAFXh3Nvc8MCGpywnMZ1H { width:19.6875rem;height:0.0625rem;top:100.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8zMTBOiCKGto1EIc1bzsGSR2pLNTZa { width:19.6875rem;height:0.0625rem;top:104.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpVayu385470x23rk6TeCdDLZTXB2uqP { display:flex;width:1.875rem;height:1.875rem;top:21.8125rem;left:12.375rem;z-index:14906; }
 }@media only screen and (max-width: 763px) { #AXEc5ynDbKarmP7o23EDLImSlgdoMz2T { width:16.74975rem;height:1.29985rem;top:109.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSMI4OgluHERtwU7dA1ubKswXeeOSkJQ { width:19.6875rem;height:0.0625rem;top:107.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4AZlV1lcXDIGPlUbtDTuCqttf0rVSz3 { display:flex;width:1.875rem;height:1.875rem;top:25.6875rem;left:12.375rem;z-index:14905; }
 }@media only screen and (max-width: 763px) { #yPuHJTTLrE78RDmHsRMiIiV5ynWBJuwg { width:17.68725rem;height:2.5997rem;top:112.3102722168rem;left:2.3127480149269rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSp14QmB0U8TAmOR3Cm6NlB3QKwqSkJN { display:flex;width:1.8125rem;height:1.8125rem;top:29.375rem;left:12.375rem;z-index:14904; }
 }@media only screen and (max-width: 763px) { #GNVoXSEWm6QnybeXVR5IWUSlrIbubydt { display:flex;width:1.8125rem;height:1.8125rem;top:33.125rem;left:12.375rem;z-index:14903; }
 }@media only screen and (max-width: 763px) { #uG2pSRtOH12KkG3biNZVdt38XThpNTu7 { width:16.6245rem;height:2.5997rem;top:115.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReKg4wTr6gfdbSgn0bIWszVhtzT7N1KB { width:19.6875rem;height:0.0625rem;top:111.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9rTeMu4abfATNyzrG8kyO6FVM0poTN { width:19.6875rem;height:0.0625rem;top:115.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCdraKh4fkdps9UCfeuThRE2UkXyO7a1 { width:19.6875rem;height:0.0625rem;top:119.0625rem;left:0.0625rem;z-index:14907;display:block; }
 }@media only screen and (max-width: 763px) { #xSDC58RCI6dXZ43oJhWJUvN3pNOgScrT { width:20rem;height:2.875rem;top:120.68514823914rem;left:0rem;z-index:15282;display:block; }
 }@media only screen and (max-width: 763px) { #hEhdHrr7687hpNg4NO7RBtAFNmyEyR3p { display:block; }
 }@media only screen and (max-width: 763px) { #gMfbHLcOB9rZk6VnOMD3ekTIuaT8nHiO { width:19.6875rem;height:3.125rem;top:124.18465042114rem;left:0rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #rzdfrTolWOpVVi2Id2v8vwNlQF9p9Z28 { display:block; }
 }@media only screen and (max-width: 763px) { #VQa2SPZe6sEXMNFFMeC2qoENDuK3zbec { width:19.686875rem;height:1.21875rem;top:129.12453460693rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1GdzXfniGXHd7Tu0ZuLwK9TkL46HeZi { display:flex;width:2.1875rem;height:2.1875rem;top:97.5625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #ynhQ6RL90fqfKydVFqqbc4weh3Sw6T56 { display:flex;width:2.1875rem;height:2.1875rem;top:101.0625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #y8lXnz6kITdeCOexg2Ssxr3BrkVZTqMa { width:19.6875rem;height:0.0625rem;top:22.041171073914rem;left:0.31188005208969rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzrI8KNbxVs233FwIbvQAkiIEIZcksBy { width:19.6875rem;height:0.0625rem;top:78.497646331787rem;left:0.31188005208969rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgQEtCoCvdvT4ACIsUcTigt7y9O45Lg3 { width:19.875rem;height:62.6875rem;top:134.541015625rem;left:0rem;z-index:14916;display:block; }
 }@media only screen and (max-width: 763px) { #WnoZUmMoEm0MVv7t00BzBcc9JEBkztHf { width:19.6875rem;height:2.40625rem;top:136.25rem;left:0.1875rem;font-size:2.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #HsryOQJk09092f4EgTckJw9pbDSOuobo { width:19.6875rem;height:0.0625rem;top:142.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGML72ALofFNUrZGAKLbTdupkePQfoPA { width:8.249625rem;height:1.29980625rem;top:144.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapVhUzPyZTrOy1NT1I7Q08NaJXcWZFV { width:8.875rem;height:1.29980625rem;top:147.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI9Lyrd1oskq6Tt8HSQPMTkUHOA7om52 { width:16.874375rem;height:3.89941875rem;top:152.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH2hnrxSOLD8AZJnGqqghWST7tnJRPLd { display:flex;width:2.1875rem;height:2.1875rem;top:152.125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #VNbBdMTF7WCBE75TVgUH4G6cmLxIH1Cy { width:12.68725rem;height:2.5997rem;top:157.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJsARAQCTrmPlKOE89sbS03oHdzf1G6x { display:flex;width:2.1875rem;height:2.1875rem;top:156.375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #ixIxvl0QpoZ8yNN5Q33REn7cpcRRBX1d { width:12.8125rem;height:1.29985rem;top:161.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzHZ69GIHuLAxQT7X4ZcbZWPdLerBhtL { width:14.7495rem;height:2.5997rem;top:168.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZTr48kiTr1Bq8W2VJTrKf5h2iLokiz { width:14.187125rem;height:2.5997rem;top:164.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVSubqvMpV7AfVTOrEbo4Rty9F7PHtT9 { width:11.6245rem;height:1.29985rem;top:172.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPOJHODHwqKHZHuOMdQ9Cyb8kJoZoBa { width:15.249875rem;height:2.5997rem;top:176.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsXUrPPNzq0XffeflgWC4tZv9fixFO5E { width:14.56225rem;height:2.5997rem;top:179.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM4Cvdg3KR58a3aGC3wK6NllwbTlhuTd { width:19.7495rem;height:2.87450625rem;top:184.22867965698rem;left:0rem;z-index:14922;display:block; }
 }@media only screen and (max-width: 763px) { #O1XdlwmrXFIh56nXU5bedDg8OGbvC6qP { display:block; }
 }@media only screen and (max-width: 763px) { #F8nIpexbvpKLcFNbInrFSKyZHbL0q9hf { display:flex;width:2.1875rem;height:2.1875rem;top:160.9375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #TBAsVmmGqlfEfI2sWQ2P1Xdu29SHrFsv { display:flex;width:2.1875rem;height:2.1875rem;top:164.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #fEGvpsvdUk9XvyGamwlPsR2RBMJ7de6k { width:19.7495rem;height:3.125rem;top:188.00471878052rem;left:0rem;z-index:14921;display:block; }
 }@media only screen and (max-width: 763px) { #ffxLGdtFgKaAAZ4dVp1MfKCZmqxUd1BQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSlq9suTOrObTT9VzfxtqTpCC0IQWI60 { width:19.5625rem;height:0.0625rem;top:156.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vr8P4n2TeMIbquPImDTCzJDRd0kBse { width:19.5625rem;height:0.0625rem;top:160.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEQ2zXPVDSHyermEtTgpHAgzD4ylXzCQ { width:19.5625rem;height:0.0625rem;top:163.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNgV1mznbdOZWPVq8zSAgNEQ5OLg6RW { width:19.5625rem;height:0.0625rem;top:167.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1fsqzcA7qxId6UAf967KKp4XDhcHmIE { width:19.5625rem;height:0.0625rem;top:171.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmH2xztmi1TlRDcmgQQH8uN0kcTCw02M { width:19.5625rem;height:0.0625rem;top:175.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4aDpBTn1FwcCCT35UogIH0vacxBALl4 { width:19.5625rem;height:0.0625rem;top:178.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqtD5ParwqNdvusa7vodC32U6EXr6yC { width:19.5625rem;height:0.0625rem;top:182.6875rem;left:0.3125rem;z-index:14896;display:block; }
 }@media only screen and (max-width: 763px) { #VwNq5kkhWNruS8Iu1lB8IhEDHpoTQDHh { display:flex;width:2.1875rem;height:2.1875rem;top:178.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #kTfLSSmmtGLEEKTz87UJJABFdnprCDeR { display:flex;width:2.1875rem;height:2.1875rem;top:112.4375rem;left:17.875rem;z-index:14908; }
 }@media only screen and (max-width: 763px) { #p7FaIiJsI91pIylVabB0mnPuxMExfCo9 { display:flex;width:2.1875rem;height:2.1875rem;top:172.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #IFpzyuz75Q5tCVFxddIW9h8x3RBpSaQW { display:flex;width:2.1875rem;height:2.1875rem;top:168.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #N1QoT387OkaKUT5mC6lNWTUWaJJwiDTx { display:flex;width:2.37444375rem;height:2.37444375rem;top:47.75rem;left:0rem;z-index:15215; }
 }@media only screen and (max-width: 763px) { #GTmgIZsvHGcfnTmaz32cuSiZo5AxHMSE { display:flex;width:2.37413125rem;height:2.37413125rem;top:35.375rem;left:0rem;z-index:15214; }
 }@media only screen and (max-width: 763px) { #Ia0JT71RAZLxF3aTp9Ll7PmZlQN3TUXT { display:flex;width:2.24888125rem;height:2.24888125rem;top:26.5419921875rem;left:0rem;z-index:15193; }
 }@media only screen and (max-width: 763px) { #Q3DbcNizu8QhwEnSBQv4zu2CiPH24Kqn { display:flex;width:2.0625rem;height:2.0625rem;top:104.8125rem;left:0rem;z-index:15218; }
 }@media only screen and (max-width: 763px) { #UWctHJxEV9UfKy5CmhRgCoZH49Tq9JDd { display:flex;width:2.06225rem;height:2.06225rem;top:108.56027030945rem;left:0rem;z-index:15219; }
 }@media only screen and (max-width: 763px) { #XXFWCzKKRThieKfGbIOzFZOVr1uUvNp6 { display:flex;width:2.06163125rem;height:2.06163125rem;top:112.3102722168rem;left:0rem;z-index:15220; }
 }@media only screen and (max-width: 763px) { #EZiJLUtlF50G8HpkzHdLTs4xOn5QrTzm { display:flex;width:2.0610125rem;height:2.0610125rem;top:116.0602722168rem;left:0rem;z-index:15221; }
 }@media only screen and (max-width: 763px) { #v4e1L50nGmMahafvZuAVcsRTnV6rXTrM { display:flex;width:2.3735125rem;height:2.3735125rem;top:22.790799368173rem;left:0rem;z-index:15193; }
 }@media only screen and (max-width: 763px) { #xoIQdWKXWoIaBHBiaICWhBFLhrJHsdDB { width:19.68625rem;height:0.062004rem;top:42.041171073914rem;left:0.3131200671196rem;z-index:15223;display:block; }
 }@media only screen and (max-width: 763px) { #wG4r7v5U5n9dC1wEsy0irMppKGnClLtH { width:19.685625rem;height:0.062004rem;top:47.041171073914rem;left:0rem;z-index:15224;display:block; }
 }@media only screen and (max-width: 763px) { #XvseTF7oG5GCzJ3PNmGhmQLFNDSm04bV { display:flex;width:2.18688125rem;height:2.18688125rem;top:175.73164844513rem;left:0.31188005208969rem;z-index:15242; }
 }@media only screen and (max-width: 763px) { #SHZa5DyqdGNEdpzUTsvDi8DDMIB7XNqQ { width:16.125rem;height:3.0244125rem;top:4.5556640625rem;left:1.9375rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #AqLArdUFazatWLfblwUhISufL5ryBtXr { width:16.125rem;height:3.0244125rem;top:74.5625rem;left:1.9375rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zSgyxBWZsZrCwLG92ewcTUNaLDXiHfGd { width:16.125rem;height:3.0244125rem;top:138.376953125rem;left:1.6875rem;font-size:2.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae { background-color:#161b2b;background-image:none;display:block; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { background-color: transparent; background-image: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container > .video-iframe-container { display: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row > .video-iframe-container { display: none; }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .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); }#FiuNdxKxRLu22VyHOsJRxEDgqSP76Tae > .row .container { width:20rem;height:61.59375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEEmkcfzXLJAoOkSwPtptw98mzgdIP33 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yqt7mAJkV48KoByo2Sdx2r7KFLwouCg7 { width:20rem;height:3.4121125rem;top:10.29925rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOmFNdwepGT0gm78KfmP5wWoTBa1VUpB { width:5.18725rem;height:5.18725rem;top:17.28298664093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZFV39m9kiLowp3VmZ1SnO7oX7mNnXI { width:13.8125rem;height:2.4375rem;top:17.3125rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QNG29BgArZEx0GpZ5z9ObqSmNJbo0BLs { width:20rem;height:2.92410625rem;top:25.756422042847rem;left:-0.063119828701019rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lVXMGtfvgSSbNTSsTydBFyDKFDSrss6X { width:13.6875rem;height:1.46205625rem;top:42.125rem;left:5.25rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fqpCxXOri6FsElRAUoSvy69Iw3DZAXbd { width:6.062125rem;height:6.062125rem;top:33.53298664093rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #b185mURufFG3gRsZN4wbFsCUSp5FEGa8 { width:12.8125rem;height:2.03125rem;top:34.3125rem;left:6.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sS2PoTNnCetoaxqtiRIdA7ywqpPW6ClW { width:0.0625rem;height:0.25rem;top:19.576453208923rem;left:4.0982144474983rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #U2dQm8b4pEU3MZD6hV7SZhBUOtGzVnVr { width:19.999375rem;height:2.03125rem;top:44.001763343811rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wriszWaFBMiDVETKv5Vei5cgNF7WIqfQ { width:16.74975rem;height:3.25rem;top:47.783978462219rem;left:2.499380171299rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrZEnuxlafU1Q7abTIzhy2KPaLriD4ml { display:flex;width:2.124875rem;height:2.124875rem;top:47.28298664093rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F7k733iAe4LKz9JtxfKiK16JWZ6JM5Ld { width:12.749875rem;height:4.3861625rem;top:20.396205902099rem;left:6.2500000596044rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R5mUKPZauBTZCgMCl8Np18BFMuEKTbsw { width:12.5rem;height:2.92410625rem;top:36.85888004303rem;left:6.2500000596044rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zbb3cOZ1sduSeaP5db01SmxvcPqvMOoB { width:17.312125rem;height:3.25rem;top:52.28298664093rem;left:2.499380171299rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y71DRzx0aiOzTTiGwVDw3VIDpQSbgqCh { display:flex;width:1.999625rem;height:1.999625rem;top:52.28298664093rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vnr8TTspA1EB40qka3ATcnwJioyTN1n4 { width:13.374875rem;height:4.875rem;top:56.718752861023rem;left:2.499380171299rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdrJwrIAEetsT1U0tchP43eMv00QOXBI { display:flex;width:1.999625rem;height:1.999625rem;top:56.718132972717rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 { display:none; }#v4vxI9dlqJv8zIpF4xpD2UOgEpwOg627 > .row .container { width:20rem;height:35.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -moz-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -ms-linear-gradient(180deg, #00c2cb, #7c2ae8);background-image: -o-linear-gradient(180deg, #00c2cb, #7c2ae8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c2cb', endColorstr='#7c2ae8' );";background-image: linear-gradient(180deg, #00c2cb, #7c2ae8);background-size:auto !important;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vOAvxr9LQr7B3L0wcLeH5SbzklfpO0rQ { width:14.686875rem;height:6.8229375rem;top:1.25rem;left:2.625rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAo5BsMOiL3RGDxKCkE29kLh5AlUXcyD { width:19.999375rem;height:3.08655625rem;top:16.1976875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNhwCO80TbXE3Ti44Gw0xHO5zRdP1T3H { width:5.874875rem;height:5.625rem;top:9.3226875rem;left:7.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gGAr2odg2U5qhDC0TwTIc9gP7HwhH7 { width:19.999375rem;height:5.848225rem;top:29.499875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbLFNgvpLFkBEJf1ZpsVbc9qob3zHGlH { width:19.999375rem;height:7.71639375rem;top:20.533625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 { display:block; }#ng4xai83A2cx6B6BRxAl6cGqfohVpGX9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCCc7aEnDcgcZ73Z4bFR69aNWJApuPBy { width:20rem;height:3.8497rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#000000;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 { display:block; }#FhgiNbnBwTQosJZLObIbkPuwt9BOQ5n2 > .row .container { width:20rem;height:53.2724609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN8uPpvOoQ26uUArKHh99Up8KJXOCDdq { width:15.75rem;height:3.0238125rem;top:6.125rem;left:2.125rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #US8cex5n2IGepDFiEix7bTF1BnhqgOVX { width:20rem;height:42.8935375rem;top:10.39815625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3avli5rN80xfxeawtpA1ZpAaUoIQzC { width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdLiyGistVIvhFXlWgZraErfvmL5T2W { display:block; }#ImdLiyGistVIvhFXlWgZraErfvmL5T2W > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSqfVAco49Eeu62pNlUlR8ABbOG0Qbfy { width:16rem;height:3.0238125rem;top:6.125rem;left:2rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2RCF7Pi8swBT8EouTfT1WDqGfyaXJDI { width:20rem;height:24.69626875rem;top:10.39815625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxcABvuKsDTQMC8iEPLpXsoUSNJddLki { width:20rem;height:6.808625rem;top:51.59403125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGC5rAolJ8BeJFsliJNX62ikh5tee7OH { width:20rem;height:14rem;top:36.34403125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4COymZhIQsMJUO4892tiQnOrxvpgtJK { width:20rem;height:15.209rem;top:68.96990625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHd2GV4LyrziT8uUMwEI5qqFXNmOxos { width:20rem;height:8.068375rem;top:59.65209375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4W5WKRzDvTEcnTVgfExcTt3w0c5uJqX { width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS { display:block; }#pWNt71IuJZc9pXcM9JLOfZ85MHl0kaPS > .row .container { width:20rem;height:109rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfTurdmnMImqJ9lzHPTWqepmk6AWwczt { width:16.1875rem;height:3.0238125rem;top:6.125rem;left:1.875rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGOgh8CTFI9HTSbbBZV5Z3naWSpmSJiy { width:19.5rem;height:28.5956625rem;top:10.39815625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl3BeBJVzI2HXwOuLxDZLlMlyM7rLTBZ { width:20rem;height:4.046875rem;top:98.18078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWwfhGHQssNP8QpEVk052qFnhtAshGg { width:20rem;height:4.4296875rem;top:103.4772375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfQhL7eaBXvTiyem9BmyLgG6NRsTwxH { width:6.25rem;height:5.8125rem;top:72.11828125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIB3EAy4MUc21E6U6N2PXqPx0vPXFA35 { width:20rem;height:25.25rem;top:71.68078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMOvUMhnwlOxRSdAHpRerL6TuImAUkT5 { width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceaHfHvCXp7UcDBTnU8hoUaUEP8fsFvH { width:20rem;height:30.1875rem;top:40.24328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBO7a57Pm061Ze1MLqGmlHHpxfU6AMK9 { width:18.8125rem;height:21rem;top:46.80578125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0xr0oAPdAykfIqxh7bvAti2Eyag4Ml { width:5.875rem;height:5.875rem;top:40.68078125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBZdgDOvLOs3s43Mnp0XueQX1fQxOdr7 { width:12.5rem;height:1.46205625rem;top:44.36828125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeGAOhRwFW83FMuPlPgeoGhk6uBXAkR1 { width:12.5rem;height:1.46205625rem;top:76.65734375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Swz5sbvvOEVxHAJO9lPFacPbe2hg0T { width:19.125rem;height:15.9375rem;top:80.63390625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 { display:block; }#OTl5aJdblX93pxZwp5HgHfVURqUdnnd6 > .row .container { width:20rem;height:27.2724609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmrSXTk9VtCKFr0noMkRN11FDvLniT2t { width:16.1875rem;height:3.0238125rem;top:6.125rem;left:1.875rem;font-size:1.375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuTh74n942tk7A5MLfMekhgnCEFTNPcy { width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOWCupnQAd3KK5eGyPyQ8rmJdB8aXdH { width:19.1875rem;height:16.89745rem;top:10.39815625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNahEys11vT9eyletwGfHupIXn9zECi9 { display:block; }#bNahEys11vT9eyletwGfHupIXn9zECi9 > .row .container { width:20rem;height:118.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPcQ63mRT73pJiSFJ4TTFSo4kud41WVO { width:15.875rem;height:2.75049375rem;top:6.125rem;left:2.0625rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omKGhBITp3602CQqB1AwL4F40EthW683 { width:19.375rem;height:18.1972625rem;top:10.125rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prguaEaSJZka0Xpifyh137ZphTNH2rAo { width:20rem;height:5.5224625rem;top:29.571875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTftXiv0blTwZDChwFGCUODmQWAvx3cu { width:20rem;height:4.780275rem;top:54.101775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa1X7HZ3hx6t7Fs1kDeTLLpLJOwnuHAA { width:20rem;height:8.119125rem;top:36.3443375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAhENmVJWpImdOGOvdaNypVv9wqQ3k7 { width:20rem;height:7.1386875rem;top:45.7130875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okm974mTZGg2qA54ZEc5QwCfkSKbne2n { width:20rem;height:20.9355625rem;top:60.13205rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7n9GC4Fb9yJ9qTVNDlQt7KZuOATBE6 { width:20rem;height:29.8984375rem;top:82.3174875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKbQAKOsCptzmfl0GVBmN29UrTPgdE85 { width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIa406yN6f9P1cH9OPFxq378aL578iZ { width:19rem;height:4.0625rem;top:113.465675rem;left:0.5rem;z-index:15011;box-shadow: 0.1875rem 0.1875rem 1.375rem rgba(70,86,80,0.25) ;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CqAgF4QnBMd9SQWgg5nFkZbGdw2fP3 { display:block; }
 }@media only screen and (max-width: 763px) { #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection { display:block; } #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection *:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="text"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="email"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection input[type="tel"]:focus-visible, #I8ea89bdd28edb97a180c546b13a917d.widget-smartsection textarea:focus-visible { outline: none; } #Uhcpv4GGuGMkcvVTvfsx8l8AHWOJ6kLW > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }