.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt { z-index:;position:relative;display:block; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt { background-color: transparent; background-image: none; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row .container > .video-iframe-container { display: none; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row > .video-iframe-container { display: none; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .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); }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt { border-width: 0; border-radius: 0; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OlyB2ErTJB0RlLk195UBb8QDA14bCntv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.375rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#IJ8nVT31Pn336LgrGNQ1LE1FS369EARK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.687125rem;height:4.62463125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:42.93701171875rem;display:block; }
#lRzIBLESGCuLPbbRKumUbHRRGHtO0gnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0FoD5GNJs5MEUTm6EgX6B2i7NhETtJi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:68.25rem;display:block; }
#pmeV3zbxczDm5v3PzhXbUW00C6zpIQmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhGxllyuxHXsJATZhgrFkg3DXE9lwfK6 { 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:15000;opacity:1;display:none; }
#AAhoc5SuE2EysEKuapThgc8n0twSKT9n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.81225rem;height:4.62463125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:33.09326171875rem;display:block; }
#arqc1ypeiK0xqMmRcFVMx9uCUUXrCVhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SD7gSniA0OqkJtJygq2un4tPM0T2Twv6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:4.62463125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:58.186645507812rem;display:block; }
#aO2OhWxnWtFp9nihdHld7BooT0noAsS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu { z-index:;position:relative;display:none; }#l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu { border-width: 0; border-radius: 0; }#l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#K4SMaUJ9a8Iq398WgRZiNVt8xvqygXH0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:58.9375rem;display:block; }
#lRk5HmOmAwEZkGDA9EhvCuPO6bBU0Zvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riW605RNkTnVCQTnpD6yUJGfu2R73o5J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:68.0625rem;display:block; }
#xhGa0v56ZkzyS8oFN6x16BHECITcwvPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vwm1T1OgCQE559IMFzfa2mXwHNOoRnDJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:4.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:49.0625rem;display:block; }
#o3hMf8z6sGwosAlp9xtSk5miqTNOCI6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRXJciH7CLanMLcI8S5PaTMR3zZAnLxo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:40.125rem;display:block; }
#bZkenmBepHBMTld1LWTioWi9rbHrQJXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTTklpPZ5SdJ8aml8AuFz7tVXegvNMuy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:68.0625rem;display:none; }
#BJXaDkNVCU8vhoszoksuH6rqUUXAiDvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;overflow:visible;position:relative;display:block; }#dBXyHsxs7ofkkTSOogmXkfxFQDWpBJQQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:39.1875rem;top:7.5000004768369rem;left:0rem;overflow:hidden;display:block; }
#RTVeId7be7cL0Hiy5WqOcI9tVzq1ThPU { color:#939393;display:block;width:28.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.999999523163rem;left:1.15625rem;height:6.33691875rem;font-style:normal;display:block; }
#p2uggRL2TP4bBiTWxzJeLy17UkWL24OZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:37.375rem;top:0rem;left:37.625000953674rem;overflow:hidden;display:block; }
#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container { background-color: transparent; background-image: none; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container > .video-iframe-container { display: none; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row > .video-iframe-container { display: none; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .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); }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container { border-width: 0; border-radius: 0; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#PuKLEv6KoTe33IdyE3TXD4A1dAT9sDMT { color:#987dea;display:block;width:32.125rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5999989509583rem;left:21.436718940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zndsfa0W0y4cgy5q0fN4ZS47KAu1DDrP { color:#000000;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.315625667572rem;left:3.5625rem;height:16.57031875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UU9Zmsq4tGuK8ZIdtTS3x00pbALSc7br { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:36.4375rem;top:11.287499904633rem;left:35.800782203674rem;overflow:hidden;display:block; }
#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container { background-color: transparent; background-image: none; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container > .video-iframe-container { display: none; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row > .video-iframe-container { display: none; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .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); }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container { border-width: 0; border-radius: 0; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#oE99MGXnkH03qlwZvFTsmhwDxNt4FLeS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:37.374875rem;top:3.310546875rem;left:4.7491455078125rem;overflow:hidden;display:block; }
#VKagXUy8lBxV6Grg6mnTGS0KWLVAwvIq { color:#000000;display:block;width:27.6245rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.043212890625rem;left:46.184692382812rem;height:11.04689375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container { background-color: transparent; background-image: none; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container > .video-iframe-container { display: none; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row > .video-iframe-container { display: none; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .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); }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container { border-width: 0; border-radius: 0; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#bFH1FkTfVFzn1OsczrgrPQUb4J8bn6E3 { color:#000000;display:block;width:27.6245rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5655517578125rem;left:3.1866455078125rem;height:12.42775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uN4F9GmT7iDWokE3pqyoKLTDxOpdeFT2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:34.1875rem;top:0rem;left:36.988282203674rem;overflow:hidden;display:block; }
#KB67VTZrsEnRW1qU0lbnwJt25tVL2tup { color:#000000;display:block;width:68.37375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.060424804688rem;left:3.311767578125rem;height:9.666rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bba9f1;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; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container { background-color: transparent; background-image: none; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container > .video-iframe-container { display: none; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row > .video-iframe-container { display: none; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .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); }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container { border-width: 0; border-radius: 0; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#Tybk5JuTEykcy705pOgAqtM4LuV8WUK0 { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5999989509583rem;left:21.436718940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BV20ULSH4WUTqGHG6F5QXrOWg4hHfIW5 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.315624237061rem;left:3.5625rem;height:19.01074375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HMI7NFNeI3O2ZbASaqy93COSX2SsWJOP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:38.0625rem;top:11.287502288818rem;left:35.800782203674rem;overflow:hidden;display:block; }
#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bba9f1;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; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container { background-color: transparent; background-image: none; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container > .video-iframe-container { display: none; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row > .video-iframe-container { display: none; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .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); }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container { border-width: 0; border-radius: 0; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:block; }#vg59QwZz31QestLJgl7Bb8G8TEv3BTkd { color:#000000;display:block;width:27.623875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0380859375rem;left:3.5458984375rem;height:27.7856375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cr45D9Ssib5usTlxTkzPzc8UZbXvc0LH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.623875rem;width:23.75rem;top:29.9169921875rem;left:7.046875rem;overflow:hidden;display:block; }
#wDZANN27tKgkoRNSeEooDydknVTpHLdh { 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:13.6865rem;width:20.999125rem;top:47.6240234375rem;left:7.296875rem;overflow:hidden;display:block; }
#qMefovwQ1NEhEmKDNFz0OzxT23ueuo3f { color:#000000;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.623779296875rem;left:39.06201171875rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CRNainXenwQpVP8Pnpq7U0g1H5KJOddw { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:48.875rem;width:32.125rem;top:10.810153543949rem;left:38.500000953674rem;display:block; }
#pm4eqXt2cKAMwGk5HxwxVI4kbdM6IeNZ { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.164843559265rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BDMaZ7aDHBaOTwdNXH4NM48U8bs5h20N { color:#1c2637;display:block;width:23.5rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5625rem;left:42.4375rem;height:4.142575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHkSy7ViUy1UhSskTzGhSgBgDCr0AqK4 { position:absolute;display:block;z-index:15008;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:19.6875rem;left:38.500000953674rem;display:block; }
#ynkhXWN99wtGtm4I1XR24EaISIULe3D9 { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.817968726158rem;left:40.5625rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9RALWP885CDff2MrEIdn0mnRKuEuGTn { color:#1c2637;display:block;width:24.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:42.4375rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kypAQq6LlTQeFacoM4hapTlC4cgXy2IS { position:absolute;display:block;z-index:15009;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:27.312500357628rem;left:38.500000953674rem;display:block; }
#hTsLXNCFLLtqkifv9VCPAEJiocH2szrS { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5625rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FqbIcLnrVZCFSAK7G8hafGKsgCXu1sfL { color:#1c2637;display:block;width:24.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.8125rem;left:42.437500953674rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BfplBx86b7piz5bPBTODNV6l0u57Iuz4 { position:absolute;display:block;z-index:15010;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:35.186767578125rem;left:38.623046875rem;display:block; }
#xCRvJJqatNMfhCoeeXaklGvESQQZPVF2 { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.1875rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNJ6pntepvpr8HnB5RZD1SHbb9lH6xss { position:absolute;display:block;z-index:15011;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:42.625rem;left:38.5rem;display:block; }
#iifQ1o55BdscTadsTuTRoNZvReQSKXTT { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.1875rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKmgDTvo6gt77LPN3Ikhx0UrCWnBUfr0 { position:absolute;display:block;z-index:15012;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:47.5625rem;left:38.500000953674rem;display:block; }
#XrwVNTtOPFKJCr5uz3GTUx1x6EE7r89J { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.8125rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HoRTwvVf5Tev6CPBHN54MIRr7r0ggvJF { color:#1c2637;display:block;width:24.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:51rem;left:42.437500953674rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdiAwounwg8B1qQlX3ny0FPBz7ZRmUDZ { position:absolute;display:block;z-index:15013;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:32.125rem;top:54.9375rem;left:38.500000953674rem;display:block; }
#UlcOeiG2cqoxscT9GCR4sh9U2HgDd65c { color:#1c2637;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:56.1875rem;left:40.750000953674rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lDOqVSi8MPtIoTOUiemIB8Fl3vkEUwMB { position:absolute;display:block;z-index:15014;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5rem;width:32.125rem;top:59.684377670288rem;left:38.500000953674rem;display:block; }
#Ii5kvzhAUgRni9Jx5BGq095xl87mduQG { color:#1c2637;display:block;width:27.6245rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.29931640625rem;left:42.437133789062rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2637;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; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container { background-color: transparent; background-image: none; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container > .video-iframe-container { display: none; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row > .video-iframe-container { display: none; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .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); }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container { border-width: 0; border-radius: 0; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#hD8UDHQQe3MFHsVRo10oqa3gc5xEnzND { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5999989509583rem;left:21.436718940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3SFpv0DEu2zHNBOL6gdiwZvZImppPOS { color:#000000;display:block;width:25.249625rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.377807617188rem;left:2.874755859375rem;height:21.12305625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jx5bu9v1XtIXzBM5f158STOI6MzZy0wM { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.625rem;width:21.875rem;top:12.125rem;left:29.5625rem;display:block; }
#La7FxQOeeRVs5eIqBKJZxsWQ9F5kFVnc { color:#987dea;display:block;width:21.3125rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23rem;left:29.843750953674rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0cQkKGXBxbXCkL60NokTl8swiauESum { 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:7.75rem;width:7.75rem;top:13.562499761581rem;left:36.625000953674rem;overflow:hidden;display:block; }
#gydwbDvdOsaWbCM9gAuM1zG6FCNktxbD { color:#1c2637;display:block;width:19.9375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.309374809265rem;left:30.531250953674rem;height:9.6660125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvEtLoJ70FGPLZ28GQF0TdJ7oE7mqEJx { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.625rem;width:21.875rem;top:12.121075630188rem;left:53.125000953674rem;display:block; }
#ZUgOvVbGWKfQrFzc6bMTh4patExdfFTb { 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:7.75rem;width:7.75rem;top:13.562499761581rem;left:60.187500953674rem;overflow:hidden;display:block; }
#edz0ZWBgh0viuTRnAbt4ZwlKX42egTc9 { color:#987dea;display:block;width:21.3125rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23rem;left:53.561718940735rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrphEyxQS5NWDv1epWgAw9HImpEAtFk7 { color:#1c2637;display:block;width:19.9375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.309374809265rem;left:54.093750953674rem;height:9.6660125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IaIVlQ4MVidMXcicuxVnkN489uLwcLdG { position:absolute;display:block;z-index:15015;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5rem;width:21.875rem;top:39.749227523804rem;left:29.562500953674rem;display:block; }
#wLoEQWbQLzL5wzWzB5U54NxdML4paiQi { position:absolute;display:block;z-index:15016;background-color:#987dea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5rem;width:21.875rem;top:39.750000953674rem;left:53.125000953674rem;display:block; }
#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7f63de;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; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container { background-color: transparent; background-image: none; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container > .video-iframe-container { display: none; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row > .video-iframe-container { display: none; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .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); }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container { border-width: 0; border-radius: 0; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container { font-size:0.875rem;font-family:arial;height:97.6875rem;width:75rem;position:relative;display:block; }#iZicHLNqUwKf3B7JLmKTfALrVMnQz98X { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:sora;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9101505279541rem;left:21.436718940735rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZHy0OqKNsATAgdKvLnkssTkNqoIg4Xy { position:absolute;display:block;z-index:15007;background-color:#1c2637;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:67.125rem;width:16.25rem;top:9.1875rem;left:3.1875rem;display:block; }
#eBk8Oktgeam43xeMLZLN1u4IwOu1CBwe { position:absolute;display:block;z-index:15008;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:58.0625rem;width:16.25rem;top:15.09375rem;left:3.1875rem;display:block; }
#ZhUm5Q6NPMIo5wA7P4c0biAU52Iddgzu { position:absolute;display:block;z-index:15009;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:60.9375rem;width:16.25rem;top:14.999998092651rem;left:21.810417175293rem;display:block; }
#lZZDl43BVS8UmHWugRztl3nH6C89AIns { position:absolute;display:block;z-index:15010;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:63.4375rem;width:16.25rem;top:14.968748092651rem;left:40.142709732056rem;display:block; }
#lrQZs3GLOOe7h74Zycyc2dtt4SfJOuG3 { position:absolute;display:block;z-index:15011;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:74.125rem;width:16.25rem;top:15.048957824707rem;left:58.750001907349rem;display:block; }
#FigaoMiSO5b5pkth3HpT5ZzTTV7U2UIo { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.409374833107rem;left:6.09375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVhxbk3gTn4UeO44TvkQgFM3wfwooWW4 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.409374833107rem;left:24.655468940735rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krpsHL2u08Liafpidzwol7uSmHctlAes { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.409374833107rem;left:43.174218177796rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xC3klvaqHTsTUemcswl9afNKc19G7e7q { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.409374833107rem;left:61.656250953674rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTAMiK7FTB3zycGrvxX4LgLJSTUHHavv { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.521875023842rem;left:6.09375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fIfPF9bu1L5hfeJ6S1mgQfWbVUlZObra { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.521875023842rem;left:24.655468940735rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5iLdRunM3tFLuemUwWmFMQzzkwl94VN { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.521875023842rem;left:43.093750953674rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yf6Nr5o1tbTEpFo41c8Q2JOkCg6mekgG { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.521875023842rem;left:61.656250953674rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kx29rNyRtlbZSXlg2Xo8EFCdFtffBtKg { position:absolute;display:block;z-index:15008;background-color:#1c2637;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:69.875rem;width:16.25rem;top:9.18701171875rem;left:21.81005859375rem;display:block; }
#UOLTf0LrK7X2fwk45tWnKMvrI0Wsfadm { position:absolute;display:block;z-index:15009;background-color:#1c2637;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:72.125rem;width:16.25rem;top:9.2812480926512rem;left:40.142709732056rem;display:block; }
#UgEUQpplPMM7uryho5gXNex8gTFOHbSh { position:absolute;display:block;z-index:15010;background-color:#1c2637;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:83.0625rem;width:16.25rem;top:9.18701171875rem;left:58.75rem;display:block; }
#ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 { color:#1c2637;display:block;width:14.5625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.120819091797rem;left:3.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 li:before{  }
#T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq { color:#1c2637;display:block;width:14.625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:15.96875rem;left:22.561458587646rem;height:58.793rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq li:before{  }
#Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM { color:#1c2637;display:block;width:15.3125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40.892578125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM li:before{  }
#PfbKtNDPDsmulCm8GUrNfxssoA808XZi { color:#1c2637;display:block;width:14.8125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:15.9375rem;left:59.5rem;height:71.79125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PfbKtNDPDsmulCm8GUrNfxssoA808XZi li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PfbKtNDPDsmulCm8GUrNfxssoA808XZi li:before{  }
#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc { 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; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container { background-color: transparent; background-image: none; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container > .video-iframe-container { display: none; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row > .video-iframe-container { display: none; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .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); }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container { border-width: 0; border-radius: 0; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#gDgDZKgqbMRqykenQLEnn6Ux1pbvAH6D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.9375rem;top:3.625rem;left:24.625rem;overflow:hidden;display:block; }
#Z1O43lD1156KrEZN4tJVsGoUVtEWDAq8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.375rem;top:3.5625rem;left:36.25rem;overflow:hidden;display:block; }
#bB1TEvPrczAmWNOKs3JkoNLbRoWJUifA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.125rem;top:3.5rem;left:42.3125rem;overflow:hidden;display:block; }
#FQJ1BoGG8M1gqpFxMRkCn1Spz6Oo2QTk { color:#1c2637;display:block;width:9.624625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6873779296875rem;left:28.351440429688rem;height:1.21875rem;font-style:normal;display:block; }
#kwZuzy8w2WQoBAUuWmGkslyi2sWHVFxp { color:#1c2637;display:block;width:2.12463125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6873779296875rem;left:36.874389648438rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJMs7aIf3isB87H92CHLPM3deAMDCFii { color:#1c2637;display:block;width:10.562125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6873779296875rem;left:37.974853515625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tOAvKi5Khq6DLO4566MfTr8RNBax76TH { color:#8a8a8a;display:block;width:52.4375rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.799999237061rem;left:11.28125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt { display:block; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlyB2ErTJB0RlLk195UBb8QDA14bCntv { top:1.3125rem;left:0rem;width:9.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nVT31Pn336LgrGNQ1LE1FS369EARK { width:13.625rem;height:4.5625rem;top:0rem;left:29.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRzIBLESGCuLPbbRKumUbHRRGHtO0gnq { display:block; }
 }@media only screen and (max-width: 763px) { #H0FoD5GNJs5MEUTm6EgX6B2i7NhETtJi { width:6.75rem;height:4.625rem;top:0rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmeV3zbxczDm5v3PzhXbUW00C6zpIQmt { display:block; }
 }@media only screen and (max-width: 763px) { #IhGxllyuxHXsJATZhgrFkg3DXE9lwfK6 { display:none; }
 }@media only screen and (max-width: 763px) { #AAhoc5SuE2EysEKuapThgc8n0twSKT9n { width:8.75rem;height:4.5625rem;top:0rem;left:19.46826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arqc1ypeiK0xqMmRcFVMx9uCUUXrCVhs { display:block; }
 }@media only screen and (max-width: 763px) { #SD7gSniA0OqkJtJygq2un4tPM0T2Twv6 { width:8.75rem;height:4.5625rem;top:0rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO2OhWxnWtFp9nihdHld7BooT0noAsS8 { display:block; }
 }@media only screen and (max-width: 763px) { #l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu { display:block; }#l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4SMaUJ9a8Iq398WgRZiNVt8xvqygXH0 { width:9.1875rem;height:4.625rem;top:0rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRk5HmOmAwEZkGDA9EhvCuPO6bBU0Zvb { display:block; }
 }@media only screen and (max-width: 763px) { #riW605RNkTnVCQTnpD6yUJGfu2R73o5J { width:6.9375rem;height:4.625rem;top:0rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhGa0v56ZkzyS8oFN6x16BHECITcwvPL { display:block; }
 }@media only screen and (max-width: 763px) { #Vwm1T1OgCQE559IMFzfa2mXwHNOoRnDJ { width:9.9375rem;height:4.625rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hMf8z6sGwosAlp9xtSk5miqTNOCI6s { display:block; }
 }@media only screen and (max-width: 763px) { #FRXJciH7CLanMLcI8S5PaTMR3zZAnLxo { width:9rem;height:4.625rem;top:0rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkenmBepHBMTld1LWTioWi9rbHrQJXf { display:block; }
 }@media only screen and (max-width: 763px) { #vTTklpPZ5SdJ8aml8AuFz7tVXegvNMuy { width:6.9375rem;height:4.625rem;top:0rem;left:40.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJXaDkNVCU8vhoszoksuH6rqUUXAiDvx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBXyHsxs7ofkkTSOogmXkfxFQDWpBJQQ { top:7.5rem;left:0rem;width:39.1875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTVeId7be7cL0Hiy5WqOcI9tVzq1ThPU { top:21rem;left:0rem;width:28.625rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2uggRL2TP4bBiTWxzJeLy17UkWL24OZ { width:37.375rem;height:33.375rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 { display:block; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuKLEv6KoTe33IdyE3TXD4A1dAT9sDMT { top:3.5625rem;left:7.811718940735rem;width:32.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zndsfa0W0y4cgy5q0fN4ZS47KAu1DDrP { top:14.3125rem;left:0rem;width:27.625rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU9Zmsq4tGuK8ZIdtTS3x00pbALSc7br { width:36.4375rem;height:21.25rem;top:11.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 { display:block; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oE99MGXnkH03qlwZvFTsmhwDxNt4FLeS { width:37.3125rem;height:22.462449707189rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKagXUy8lBxV6Grg6mnTGS0KWLVAwvIq { top:8rem;left:20.1875rem;width:27.5625rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT { display:block; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFH1FkTfVFzn1OsczrgrPQUb4J8bn6E3 { top:6.5625rem;left:0rem;width:27.5625rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4F9GmT7iDWokE3pqyoKLTDxOpdeFT2 { width:34.1875rem;height:25.5625rem;top:0rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB67VTZrsEnRW1qU0lbnwJt25tVL2tup { top:30rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF { display:block; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tybk5JuTEykcy705pOgAqtM4LuV8WUK0 { top:3.5625rem;left:7.811718940735rem;width:32.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV20ULSH4WUTqGHG6F5QXrOWg4hHfIW5 { top:14.3125rem;left:0rem;width:29.375rem;height:19rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMI7NFNeI3O2ZbASaqy93COSX2SsWJOP { width:38.0625rem;height:22.125rem;top:11.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE { display:block; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg59QwZz31QestLJgl7Bb8G8TEv3BTkd { top:1rem;left:0rem;width:27.5625rem;height:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr45D9Ssib5usTlxTkzPzc8UZbXvc0LH { width:23.75rem;height:22.6230625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZANN27tKgkoRNSeEooDydknVTpHLdh { width:20.9375rem;height:13.645481444057rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMefovwQ1NEhEmKDNFz0OzxT23ueuo3f { top:5.5625rem;left:16.5rem;width:31.25rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNainXenwQpVP8Pnpq7U0g1H5KJOddw { width:32.125rem;height:48.875rem;top:10.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm4eqXt2cKAMwGk5HxwxVI4kbdM6IeNZ { top:12.125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMaZ7aDHBaOTwdNXH4NM48U8bs5h20N { top:14.5rem;left:24.25rem;width:23.4375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHkSy7ViUy1UhSskTzGhSgBgDCr0AqK4 { width:32.125rem;height:0.1875rem;top:19.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkhXWN99wtGtm4I1XR24EaISIULe3D9 { top:20.8125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RALWP885CDff2MrEIdn0mnRKuEuGTn { top:23.1875rem;left:23.3125rem;width:24.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kypAQq6LlTQeFacoM4hapTlC4cgXy2IS { width:32.125rem;height:0.1875rem;top:27.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTsLXNCFLLtqkifv9VCPAEJiocH2szrS { top:28.5625rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbIcLnrVZCFSAK7G8hafGKsgCXu1sfL { top:30.75rem;left:23.375rem;width:24.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfplBx86b7piz5bPBTODNV6l0u57Iuz4 { width:32.125rem;height:0.1875rem;top:35.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRvJJqatNMfhCoeeXaklGvESQQZPVF2 { top:37.1875rem;left:20.1875rem;width:27.5625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJ6pntepvpr8HnB5RZD1SHbb9lH6xss { width:32.125rem;height:0.1875rem;top:42.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifQ1o55BdscTadsTuTRoNZvReQSKXTT { top:44.1875rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmgDTvo6gt77LPN3Ikhx0UrCWnBUfr0 { width:32.125rem;height:0.1875rem;top:47.5625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrwVNTtOPFKJCr5uz3GTUx1x6EE7r89J { top:48.8125rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoRTwvVf5Tev6CPBHN54MIRr7r0ggvJF { top:50.9375rem;left:23.375rem;width:24.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiAwounwg8B1qQlX3ny0FPBz7ZRmUDZ { width:32.125rem;height:0.1875rem;top:54.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlcOeiG2cqoxscT9GCR4sh9U2HgDd65c { top:56.1875rem;left:20.125rem;width:27.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDOqVSi8MPtIoTOUiemIB8Fl3vkEUwMB { width:32.125rem;height:1.5rem;top:59.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii5kvzhAUgRni9Jx5BGq095xl87mduQG { top:39.25rem;left:20.1875rem;width:27.5625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWoiK6Ha32Bul4MmTDpgvc6uty8tske { display:block; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD8UDHQQe3MFHsVRo10oqa3gc5xEnzND { top:3.5625rem;left:7.811718940735rem;width:32.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3SFpv0DEu2zHNBOL6gdiwZvZImppPOS { top:15.375rem;left:0rem;width:25.1875rem;height:21.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5bu9v1XtIXzBM5f158STOI6MzZy0wM { width:21.875rem;height:27.625rem;top:12.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #La7FxQOeeRVs5eIqBKJZxsWQ9F5kFVnc { top:23rem;left:16.218750953674rem;width:21.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0cQkKGXBxbXCkL60NokTl8swiauESum { width:7.75rem;height:7.75rem;top:13.5rem;left:23.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydwbDvdOsaWbCM9gAuM1zG6FCNktxbD { top:26.25rem;left:16.90625rem;width:19.9375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEtLoJ70FGPLZ28GQF0TdJ7oE7mqEJx { width:21.875rem;height:27.625rem;top:12.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgOvVbGWKfQrFzc6bMTh4patExdfFTb { width:7.75rem;height:7.75rem;top:13.5rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #edz0ZWBgh0viuTRnAbt4ZwlKX42egTc9 { top:23rem;left:26.4375rem;width:21.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrphEyxQS5NWDv1epWgAw9HImpEAtFk7 { top:26.25rem;left:27.8125rem;width:19.9375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIVlQ4MVidMXcicuxVnkN489uLwcLdG { width:21.875rem;height:1.5rem;top:39.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLoEQWbQLzL5wzWzB5U54NxdML4paiQi { width:21.875rem;height:1.5rem;top:39.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK { display:none; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZicHLNqUwKf3B7JLmKTfALrVMnQz98X { top:3.875rem;left:7.811718940735rem;width:32.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZHy0OqKNsATAgdKvLnkssTkNqoIg4Xy { width:16.25rem;height:67.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBk8Oktgeam43xeMLZLN1u4IwOu1CBwe { width:16.25rem;height:58.0625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUm5Q6NPMIo5wA7P4c0biAU52Iddgzu { width:16.25rem;height:60.9375rem;top:14.9375rem;left:8.1854171752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZDl43BVS8UmHWugRztl3nH6C89AIns { width:16.25rem;height:63.4375rem;top:14.9375rem;left:26.517709732056rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQZs3GLOOe7h74Zycyc2dtt4SfJOuG3 { width:16.25rem;height:74.125rem;top:15rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigaoMiSO5b5pkth3HpT5ZzTTV7U2UIo { top:10.375rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVhxbk3gTn4UeO44TvkQgFM3wfwooWW4 { top:10.375rem;left:11.030468940735rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krpsHL2u08Liafpidzwol7uSmHctlAes { top:10.375rem;left:29.549218177796rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC3klvaqHTsTUemcswl9afNKc19G7e7q { top:10.375rem;left:37.3125rem;width:10.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAMiK7FTB3zycGrvxX4LgLJSTUHHavv { top:12.5rem;left:0rem;width:10.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfPF9bu1L5hfeJ6S1mgQfWbVUlZObra { top:12.5rem;left:11.0302734375rem;width:10.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5iLdRunM3tFLuemUwWmFMQzzkwl94VN { top:12.5rem;left:29.46875rem;width:10.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6Nr5o1tbTEpFo41c8Q2JOkCg6mekgG { top:12.5rem;left:37.3125rem;width:10.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx29rNyRtlbZSXlg2Xo8EFCdFtffBtKg { width:16.25rem;height:69.875rem;top:9.125rem;left:8.18505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLTf0LrK7X2fwk45tWnKMvrI0Wsfadm { width:16.25rem;height:72.125rem;top:9.25rem;left:26.517709732056rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgEUQpplPMM7uryho5gXNex8gTFOHbSh { width:16.25rem;height:83.0625rem;top:9.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 { top:16.0625rem;left:0rem;width:14.5625rem;height:;font-size:1rem;display:block; }#ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 li:before{  }
 }@media only screen and (max-width: 763px) { #T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq { top:15.9375rem;left:8.93603515625rem;width:14.625rem;height:;font-size:1rem;display:block; }#T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq li:before{  }
 }@media only screen and (max-width: 763px) { #Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM { top:15.9375rem;left:27.267578125rem;width:15.3125rem;height:;font-size:1rem;display:block; }#Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM li:before{  }
 }@media only screen and (max-width: 763px) { #PfbKtNDPDsmulCm8GUrNfxssoA808XZi { top:15.9375rem;left:32.9375rem;width:14.8125rem;height:71.8125rem;font-size:1rem;display:block; }#PfbKtNDPDsmulCm8GUrNfxssoA808XZi li:before{  }
 }@media only screen and (max-width: 763px) { #h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc { display:block; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgDZKgqbMRqykenQLEnn6Ux1pbvAH6D { top:3.625rem;left:11rem;width:8.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1O43lD1156KrEZN4tJVsGoUVtEWDAq8 { top:3.5625rem;left:22.625rem;width:3.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1TEvPrczAmWNOKs3JkoNLbRoWJUifA { top:3.5rem;left:28.6875rem;width:8.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJ1BoGG8M1gqpFxMRkCn1Spz6Oo2QTk { top:7.625rem;left:14.726440429688rem;width:9.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwZuzy8w2WQoBAUuWmGkslyi2sWHVFxp { top:7.625rem;left:23.249389648438rem;width:2.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMs7aIf3isB87H92CHLPM3deAMDCFii { top:7.625rem;left:24.349853515625rem;width:10.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOAvKi5Khq6DLO4566MfTr8RNBax76TH { top:12.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt { display:block; }#RB9mqtXCwLZmbOfCTvg11Z0z1MBfawKt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlyB2ErTJB0RlLk195UBb8QDA14bCntv { width:6.9375rem;height:1.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nVT31Pn336LgrGNQ1LE1FS369EARK { width:5.8125rem;height:4.625rem;top:12.1875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRzIBLESGCuLPbbRKumUbHRRGHtO0gnq { display:block; }
 }@media only screen and (max-width: 763px) { #H0FoD5GNJs5MEUTm6EgX6B2i7NhETtJi { width:10rem;height:4.625rem;top:35.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmeV3zbxczDm5v3PzhXbUW00C6zpIQmt { display:block; }
 }@media only screen and (max-width: 763px) { #IhGxllyuxHXsJATZhgrFkg3DXE9lwfK6 { display:flex;top:0.625rem;left:17.375rem;width:2.4375rem;height:2.4375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #AAhoc5SuE2EysEKuapThgc8n0twSKT9n { width:8.75rem;height:4.5625rem;top:0rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #arqc1ypeiK0xqMmRcFVMx9uCUUXrCVhs { display:block; }
 }@media only screen and (max-width: 763px) { #SD7gSniA0OqkJtJygq2un4tPM0T2Twv6 { width:8.75rem;height:4.5625rem;top:0rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aO2OhWxnWtFp9nihdHld7BooT0noAsS8 { display:block; }
 }@media only screen and (max-width: 763px) { #l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu { display:block; }#l3TD1CJXWSGUxAo26yMT6XrOK0Bw2dqu > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4SMaUJ9a8Iq398WgRZiNVt8xvqygXH0 { width:11.8125rem;height:4rem;top:8rem;left:4.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lRk5HmOmAwEZkGDA9EhvCuPO6bBU0Zvb { display:block; }
 }@media only screen and (max-width: 763px) { #riW605RNkTnVCQTnpD6yUJGfu2R73o5J { width:10rem;height:4rem;top:12rem;left:5rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xhGa0v56ZkzyS8oFN6x16BHECITcwvPL { display:block; }
 }@media only screen and (max-width: 763px) { #Vwm1T1OgCQE559IMFzfa2mXwHNOoRnDJ { width:12.375rem;height:4rem;top:4rem;left:3.8750000596046rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o3hMf8z6sGwosAlp9xtSk5miqTNOCI6s { display:block; }
 }@media only screen and (max-width: 763px) { #FRXJciH7CLanMLcI8S5PaTMR3zZAnLxo { width:9rem;height:4rem;top:0rem;left:5.5rem;color:#1c2637;display:block; }
 }@media only screen and (max-width: 763px) { #bZkenmBepHBMTld1LWTioWi9rbHrQJXf { display:block; }
 }@media only screen and (max-width: 763px) { #vTTklpPZ5SdJ8aml8AuFz7tVXegvNMuy { width:10rem;height:4rem;top:16rem;left:5.0000000596046rem;text-align:center;text-align-last:center;color:#000000;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BJXaDkNVCU8vhoszoksuH6rqUUXAiDvx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.23);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBXyHsxs7ofkkTSOogmXkfxFQDWpBJQQ { width:16.875rem;height:3.25rem;top:2.04296875rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTVeId7be7cL0Hiy5WqOcI9tVzq1ThPU { width:20rem;height:4.1425875rem;top:7.0242190361025rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2uggRL2TP4bBiTWxzJeLy17UkWL24OZ { width:20rem;height:17.859375rem;top:13.792969167232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 { display:block; }#vt7U0fhdbOQXqa2yfUgGImAncJ8bee63 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuKLEv6KoTe33IdyE3TXD4A1dAT9sDMT { width:18.3125rem;height:1.950075rem;top:2.2499961853027rem;left:0.84296876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zndsfa0W0y4cgy5q0fN4ZS47KAu1DDrP { width:18.0625rem;height:17.05809375rem;top:5.4742202758789rem;left:0.96796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU9Zmsq4tGuK8ZIdtTS3x00pbALSc7br { width:20rem;height:11.6631875rem;top:23.961791992188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 { display:block; }#q9eXThXcgZc3Xt4fcfALc9zF2BBt8QC3 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oE99MGXnkH03qlwZvFTsmhwDxNt4FLeS { width:20rem;height:12.0398125rem;top:13.586715698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKagXUy8lBxV6Grg6mnTGS0KWLVAwvIq { width:18.062125rem;height:9.09765625rem;top:2.3486328125rem;left:0.9674072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT { display:block; }#wVIXFfwmGWrxKmzM5pQ1rAcmOqJwwVtT > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFH1FkTfVFzn1OsczrgrPQUb4J8bn6E3 { width:18.0625rem;height:12.50928125rem;top:1.5367183685302rem;left:0.96796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4F9GmT7iDWokE3pqyoKLTDxOpdeFT2 { width:15.9375rem;height:11.875rem;top:16.610107421875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB67VTZrsEnRW1qU0lbnwJt25tVL2tup { width:20rem;height:21.6069375rem;top:31.672973632812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF { display:block; }#TQyk9OrqzxVKhUsLPARDoC9EpqyHHJNF > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tybk5JuTEykcy705pOgAqtM4LuV8WUK0 { width:18.3125rem;height:3.8994125rem;top:2.5625rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV20ULSH4WUTqGHG6F5QXrOWg4hHfIW5 { width:18.0625rem;height:7.96044375rem;top:8.2867069244388rem;left:0.96796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMI7NFNeI3O2ZbASaqy93COSX2SsWJOP { width:20rem;height:11.625rem;top:16.811719417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE { display:block; }#u5lNUCc0S85eNmRWpqNCK3hm1txkrpfE > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg59QwZz31QestLJgl7Bb8G8TEv3BTkd { width:18.062125rem;height:27.29295625rem;top:3.035888671875rem;left:0.9674072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr45D9Ssib5usTlxTkzPzc8UZbXvc0LH { width:11.624125rem;height:11.061375rem;top:79.325561523438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZANN27tKgkoRNSeEooDydknVTpHLdh { width:7.24975rem;height:4.6875rem;top:87.261962890625rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMefovwQ1NEhEmKDNFz0OzxT23ueuo3f { width:17.374875rem;height:2.2744125rem;top:33.597412109375rem;left:0.9674072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNainXenwQpVP8Pnpq7U0g1H5KJOddw { width:20rem;height:40.748875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm4eqXt2cKAMwGk5HxwxVI4kbdM6IeNZ { width:19.125rem;height:1.54375rem;top:37.875rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMaZ7aDHBaOTwdNXH4NM48U8bs5h20N { width:17.5rem;height:3.41161875rem;top:39.562377929688rem;left:1.374755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHkSy7ViUy1UhSskTzGhSgBgDCr0AqK4 { width:20rem;height:0.125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkhXWN99wtGtm4I1XR24EaISIULe3D9 { width:15.75rem;height:1.54375rem;top:44.624996185302rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RALWP885CDff2MrEIdn0mnRKuEuGTn { width:15.75rem;height:3.65625rem;top:46.311645507812rem;left:1.249755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kypAQq6LlTQeFacoM4hapTlC4cgXy2IS { width:20rem;height:0.124511875rem;top:50.999145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTsLXNCFLLtqkifv9VCPAEJiocH2szrS { width:14.375rem;height:1.54375rem;top:51.749267578125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqbIcLnrVZCFSAK7G8hafGKsgCXu1sfL { width:18.18725rem;height:2.4375rem;top:53.87451171875rem;left:0.90576171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfplBx86b7piz5bPBTODNV6l0u57Iuz4 { width:20rem;height:0.125rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRvJJqatNMfhCoeeXaklGvESQQZPVF2 { width:18.3125rem;height:1.54358125rem;top:58.1875rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJ6pntepvpr8HnB5RZD1SHbb9lH6xss { width:20rem;height:0.125rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifQ1o55BdscTadsTuTRoNZvReQSKXTT { width:19.3125rem;height:1.54358125rem;top:63.3125rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmgDTvo6gt77LPN3Ikhx0UrCWnBUfr0 { width:20rem;height:0.125rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrwVNTtOPFKJCr5uz3GTUx1x6EE7r89J { width:19.25rem;height:1.54358125rem;top:66.9375rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoRTwvVf5Tev6CPBHN54MIRr7r0ggvJF { width:15.7495rem;height:3.65625rem;top:68.5rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdiAwounwg8B1qQlX3ny0FPBz7ZRmUDZ { width:20rem;height:0.125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlcOeiG2cqoxscT9GCR4sh9U2HgDd65c { width:17.1875rem;height:1.54358125rem;top:74.0625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDOqVSi8MPtIoTOUiemIB8Fl3vkEUwMB { width:20rem;height:1.5rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii5kvzhAUgRni9Jx5BGq095xl87mduQG { width:18.25rem;height:1.54358125rem;top:59.75rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWoiK6Ha32Bul4MmTDpgvc6uty8tske { display:block; }#wXWoiK6Ha32Bul4MmTDpgvc6uty8tske > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD8UDHQQe3MFHsVRo10oqa3gc5xEnzND { width:18.3125rem;height:1.950075rem;top:2.5625rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3SFpv0DEu2zHNBOL6gdiwZvZImppPOS { width:18.0625rem;height:9.09765rem;top:5.9734287261963rem;left:0.96796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5bu9v1XtIXzBM5f158STOI6MzZy0wM { width:20rem;height:24.5625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #La7FxQOeeRVs5eIqBKJZxsWQ9F5kFVnc { width:20rem;height:2.11230625rem;top:29.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0cQkKGXBxbXCkL60NokTl8swiauESum { width:6.5rem;height:6.5rem;top:21.4375rem;left:6.7500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydwbDvdOsaWbCM9gAuM1zG6FCNktxbD { width:18.0625rem;height:9.09863125rem;top:33.125001430511rem;left:0.96796876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEtLoJ70FGPLZ28GQF0TdJ7oE7mqEJx { width:20rem;height:24.5625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUgOvVbGWKfQrFzc6bMTh4patExdfFTb { width:6.5rem;height:6.5rem;top:49.25rem;left:6.7500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #edz0ZWBgh0viuTRnAbt4ZwlKX42egTc9 { width:20rem;height:2.11230625rem;top:57.125011444092rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrphEyxQS5NWDv1epWgAw9HImpEAtFk7 { width:17.625rem;height:9.09863125rem;top:60.562496185302rem;left:1.1867187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIVlQ4MVidMXcicuxVnkN489uLwcLdG { width:20rem;height:1.5rem;top:71.874982833863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLoEQWbQLzL5wzWzB5U54NxdML4paiQi { width:20rem;height:1.5rem;top:44.125019788742rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK { display:block; }#LUdZVOAxF2FHlpcKE7XOncJcKsa8wtpK > .row .container { width:20rem;height:312.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZicHLNqUwKf3B7JLmKTfALrVMnQz98X { width:12.9375rem;height:3.8994125rem;top:2.375rem;left:3.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZHy0OqKNsATAgdKvLnkssTkNqoIg4Xy { width:16.25rem;height:63.875rem;top:8.19775390625rem;left:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eBk8Oktgeam43xeMLZLN1u4IwOu1CBwe { width:16.25rem;height:55.3125rem;top:13.91650390625rem;left:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUm5Q6NPMIo5wA7P4c0biAU52Iddgzu { width:16.25rem;height:60.75rem;top:80.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZZDl43BVS8UmHWugRztl3nH6C89AIns { width:16.25rem;height:67.25rem;top:153.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrQZs3GLOOe7h74Zycyc2dtt4SfJOuG3 { width:16.25rem;height:74.125rem;top:232.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FigaoMiSO5b5pkth3HpT5ZzTTV7U2UIo { width:10.4375rem;height:2.11230625rem;top:9.4208984375rem;left:4.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVhxbk3gTn4UeO44TvkQgFM3wfwooWW4 { width:10.4375rem;height:2.11230625rem;top:76.0625rem;left:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krpsHL2u08Liafpidzwol7uSmHctlAes { width:10.4375rem;height:2.11230625rem;top:148.5rem;left:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC3klvaqHTsTUemcswl9afNKc19G7e7q { width:10.4375rem;height:2.11230625rem;top:227.75rem;left:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTAMiK7FTB3zycGrvxX4LgLJSTUHHavv { width:10.4375rem;height:1.3808625rem;top:11.5341796875rem;left:4.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfPF9bu1L5hfeJ6S1mgQfWbVUlZObra { width:10.4375rem;height:1.3808625rem;top:78.1875rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5iLdRunM3tFLuemUwWmFMQzzkwl94VN { width:10.4375rem;height:1.3808625rem;top:150.625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6Nr5o1tbTEpFo41c8Q2JOkCg6mekgG { width:10.4375rem;height:1.3808625rem;top:229.8125rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx29rNyRtlbZSXlg2Xo8EFCdFtffBtKg { width:16.25rem;height:69.1875rem;top:74.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLTf0LrK7X2fwk45tWnKMvrI0Wsfadm { width:16.25rem;height:76.625rem;top:146.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgEUQpplPMM7uryho5gXNex8gTFOHbSh { width:16.25rem;height:83.5rem;top:225.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 { width:15.1875rem;height:52.09375rem;top:15.1875rem;left:2.625rem;font-size:1rem;z-index:15038;display:block; }#ygnpiZwpbXoEnc6qCLOrmshpvZM4r5u6 li:before{  }
 }@media only screen and (max-width: 763px) { #T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq { width:14.625rem;height:58.793rem;top:81.75rem;left:2.5625rem;font-size:1rem;display:block; }#T9V3AI1mX6O9t1wynuaKXqAK0V3N8CUq li:before{  }
 }@media only screen and (max-width: 763px) { #Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM { width:14.625rem;height:65.291875rem;top:154.625rem;left:2.625rem;font-size:1rem;display:block; }#Tl2KoJWaOQNIXhIWk5B2IvAynSRZZ9CM li:before{  }
 }@media only screen and (max-width: 763px) { #PfbKtNDPDsmulCm8GUrNfxssoA808XZi { width:14.5rem;height:71.79125rem;top:233.5rem;left:2.625rem;font-size:1rem;display:block; }#PfbKtNDPDsmulCm8GUrNfxssoA808XZi li:before{  }
 }@media only screen and (max-width: 763px) { #h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc { display:block; }#h5kDiJG5MpFcDJXf4XeCNKm0rgO3vvJc > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgDZKgqbMRqykenQLEnn6Ux1pbvAH6D { width:7.4375rem;height:1.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1O43lD1156KrEZN4tJVsGoUVtEWDAq8 { width:2.5625rem;height:1.4375rem;top:1.40625rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1TEvPrczAmWNOKs3JkoNLbRoWJUifA { width:6.6875rem;height:1.625rem;top:1.25rem;left:13.165322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJ1BoGG8M1gqpFxMRkCn1Spz6Oo2QTk { width:8.5rem;height:1.05625rem;top:4.6875rem;left:5.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwZuzy8w2WQoBAUuWmGkslyi2sWHVFxp { width:2.125rem;height:0;top:13.21875rem;left:8.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJMs7aIf3isB87H92CHLPM3deAMDCFii { width:9.3125rem;height:1.05625rem;top:6.625rem;left:5.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOAvKi5Khq6DLO4566MfTr8RNBax76TH { width:20rem;height:4.72265625rem;top:11.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }