.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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:40.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { position:absolute;display:block;z-index:14993;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:20.25rem;top:1.9375rem;left:50.4052734375rem;overflow:hidden;display:block; }
#nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:4.40625rem;height:3.65625rem;font-style:normal;display:block; }
#fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { color:#1ad079;display:block;width:46rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.4055995941163rem;left:4.4053821563721rem;height:7.699625rem;font-style:normal;display:block; }
#sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.566190719604rem;left:4.4053821563721rem;height:2.68120625rem;font-style:normal;display:block; }
#esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { box-sizing:content-box;height:33.5rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:5.59375rem;left:48.65625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { position:absolute;display:block;z-index:15009;height:32.875rem;width:23.6875rem;top:5.90625rem;left:49.09375rem;display:block; }
#cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:14.5625rem;display:none; }
#zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { 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:0.875rem;width:10.9375rem;display:none; }
#DmXuBwGWRSTrV8TQiAim8THomIxZJSqN { 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:41.25rem;display:none; }
#SS4QOsZLxgU5sos5zrvEZgETGwvdchUH { color:#1ad079;display:block;width:46rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.4055995941163rem;left:4.4053821563721rem;height:7.699625rem;font-style:normal;display:none; }
#AGd7mSDlUft73v1zgkWfMPxXnF4sCvcs { color:#1ad079;display:block;width:46rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.4055995941163rem;left:4.4053821563721rem;height:7.699625rem;font-style:normal;display:none; }
#FTdarkt9Hxz2AH1aavlL1L7fw7tdarFc { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:3.9375rem;left:0.3125rem;display:none; }
#SHQQbOv5H4mmLIa2H0kwx4EemdPZisqt { position:absolute;display:block;z-index:14994;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#O45rI2IhufH76Qp1nNu304mgcg1R4MoW { position:absolute;display:block;z-index:14995;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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aDzQEtxA4nGFHHBmxm0EAWxxtNUN6e5P { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;top:33.655601501465rem;left:4.4053821563721rem;overflow:hidden;display:block; }
#RLuu0pqml6678UzCtoPFT3yrMziEe11D { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:21.495225906372rem;left:4.4053821563721rem;height:9.934875rem;font-style:normal;display:block; }#RLuu0pqml6678UzCtoPFT3yrMziEe11D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RLuu0pqml6678UzCtoPFT3yrMziEe11D li:before{  }
#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz { position:relative;display:block; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz { background-color: transparent; background-image: none; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container > .video-iframe-container { display: none; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row > .video-iframe-container { display: none; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .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); }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz { border-width: 0; border-radius: 0; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JX4JuK3BrHbiEbPifFJcae9upQNUUCnd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:11.5rem;left:12.9375rem;overflow:hidden;display:block; }
#ad6DoT5x1TbHklx4MbxSrKn7uVThvKJT { position:absolute;display:block;z-index:14995;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.0625rem;width:21.0625rem;top:3.0625rem;left:4.4375rem;overflow:hidden;display:block; }
#myGAvR4aWi7PuZGvaQl8bmNwQ1FomdBd { position:absolute;display:block;z-index:14993;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.0625rem;width:21.0625rem;top:3.0625rem;left:26.875rem;overflow:hidden;display:block; }
#IlQa55QaEsNLsWrAxpcoTr4ErEz9tNx3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.6875rem;top:11.5rem;left:35.5625rem;overflow:hidden;display:block; }
#GDbfL5aN0OxiA3gJy2plpQThk82zQvuJ { position:absolute;display:block;z-index:14992;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.0625rem;width:21.0625rem;top:3.0625rem;left:49.5rem;overflow:hidden;display:block; }
#SAFNCUAp5heOLGAB1n2KOW3G4g85EAhn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4rem;top:11.625rem;left:58rem;overflow:hidden;display:block; }
#PzzK6ODmTIuKT0HREpiX7roozGfQVnQv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:11.125rem;height:2.11263125rem;font-style:normal;display:block; }
#nPeRA60BB0GViBBClONT4J9DIU6TDzwm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#udZHoue2gntEBedyiLgOZ1nCDEb0HwFb { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:7.375rem;height:1.462675rem;font-style:normal;display:block; }
#lJIWUaJnXhwxF5LotsiiPzrMHomycJ2o { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#UWKB11zprkCWPmT43KbnXyS0lpyvJK4H { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5rem;left:32.125rem;height:1.625rem;font-style:normal;display:block; }
#tdLv0E0XzfFTGFDBZ9l1BKwVLCAR27EW { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.5rem;height:1.462675rem;font-style:normal;display:block; }
#Gkvsi04TWekIXbRhntB6xwbxX8VxEiT3 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:56.375rem;height:2.11263125rem;font-style:normal;display:block; }
#L5f1R9VrtyA7ZrP1CpBGJ3ER9cbSt9IV { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:58rem;height:1.625rem;font-style:normal;display:block; }
#NK2ZCnIsCEgJ8GCFDGD4TUuPTZi3yl5Q { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:55.6875rem;height:1.462675rem;font-style:normal;display:block; }
#E5CfUHJrqC8l8AJEZtvT3ZWZLIr12pgU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.625rem;width:21.0625rem;top:2.9220924377441rem;left:26.880426406861rem;overflow:hidden;display:block; }
#z5NkO8INUvRFMl0OnoqOZLoMC7llz88t { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.125rem;width:21.1875rem;top:2.8899745941162rem;left:49.450496199551rem;overflow:hidden;display:block; }
#p36Cth0NXiu1d6EKIkN9sn6aVM3ExCkn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.6875rem;width:21.125rem;top:2.9386370318604rem;left:4.394098452899rem;overflow:hidden;display:block; }
#fRT1OSGLFNNtLlgDpbZS08P83h8DNet3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.468751907349rem;left:56.905382156372rem;overflow:hidden;display:block; }
#Ub5dEJoPzFTtP5CXPUdhgNQCLTVpJCpd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:10.4375rem;left:11.8125rem;overflow:hidden;display:block; }
#LarIhgMbPxCrvSDlgSrCVNFZxo82zmVR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:10.4375rem;left:34.25rem;overflow:hidden;display:block; }
#r5P2GSNCTaEplEwbn89KptiJ3wMkob0q { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:10.4375rem;left:56.875rem;overflow:hidden;display:block; }
#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 { position:relative;display:block; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 { background-color: transparent; background-image: none; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container > .video-iframe-container { display: none; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row > .video-iframe-container { display: none; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .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); }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 { border-width: 0; border-radius: 0; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q9xdPcOyUecVRJQdfrO4vayvUgDQ9crF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:69rem;top:17.45703125rem;left:2.53125rem;overflow:hidden;display:block; }
#ifrlKPpiE5HTpdJIGZ9shsT6cvUfn6Z9 { color:#000000;display:block;width:57.5625rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:11.03125rem;height:5.525175rem;font-style:normal;display:block; }
#LlouG6HUhoIWqtxFTlWuEUzacGLwdIlT { color:#000000;display:block;width:66.375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0234375rem;left:5.09375rem;height:3.8183625rem;font-style:normal;display:block; }
#Qfg0Kyd1wGAvZTkRWxJQqrBiGeyhkBRM { box-sizing:content-box;height:0.875rem;width:34.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1458e3, #20447b);background-image: -moz-linear-gradient(180deg, #1458e3, #20447b);background-image: -ms-linear-gradient(180deg, #1458e3, #20447b);background-image: -o-linear-gradient(180deg, #1458e3, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );";background-image: linear-gradient(180deg, #1458e3, #20447b);background-size:auto !important;top:11.716796875rem;left:20.46875rem;display:block; }
#TTOvUCvE53sTvRPvBiFHgb7NUiuGPmUT { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.716796875rem;left:11.90625rem;height:2.2744125rem;font-style:normal;display:block; }
#BXf1Mc7SPxNLJAxQgFvK8yuxPOVTVIla { box-sizing:content-box;height:12.5rem;width:32.625rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:21.67578125rem;left:36.15625rem;display:block; }
#ybFSHloOurosN3taHe26meorDzff3KZF { color:#19d7a4;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.67578125rem;left:36.96875rem;height:3.8183625rem;font-style:normal;display:block; }
#gkraVnDyVtrmGiZsZcMUzC8cnzNf9R60 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:25.744140625rem;left:36.90625rem;height:8.3984375rem;font-style:normal;display:block; }
#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 { position:relative;display:block; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 { background-color: transparent; background-image: none; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container > .video-iframe-container { display: none; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row > .video-iframe-container { display: none; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .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); }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 { border-width: 0; border-radius: 0; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xqxp0EuEGqueLn2muec9rsaeXsVgVObt { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:3.375rem;left:3.5rem;height:5.3754375rem;font-style:normal;display:block; }
#KfBPvrXoHxOFmLm2y2tLoCkgdUpzFDZz { color:#000000;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:10.25rem;left:3.5rem;height:4.1232625rem;font-style:normal;display:block; }
#x70fnK22PAIu6rgSLsdRUxEzrfvdmoPA { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.0625rem;left:3.5625rem;height:14.296875rem;font-style:normal;display:block; }
#n01lohFnxsTtTEHaJVP07vb3lUFtqoy9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:21.311875rem;width:32.061625rem;top:6.75rem;left:39.4375rem;overflow:hidden;display:block; }
#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb { position:relative;display:block; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb { background-color: transparent; background-image: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container > .video-iframe-container { display: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row > .video-iframe-container { display: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .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); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb { border-width: 0; border-radius: 0; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dcswnMLnsxqP2OSDtcluQV8othfb5xB0 { 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:20.875rem;width:67.0625rem;top:9.8741321563719rem;left:3.9651486488953rem;overflow:hidden;display:block; }
#yfT9s3HKHZK1TBSe6iZJ6wCnGAe2kzPR { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:block; }
#gSsmOHeeEuVcWcMhTPAgctDkoTEgthTk { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:block; }
#TByCep53AC9oP1F7tisEQtLBiK3P2KxZ { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:block; }
#sNmq1UQ9Ebh4T1zbcfmmrANFHczimKVm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:block; }
#DdXNFPLmzCHo1rIXLUk5JAh5hxGW0UTq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:block; }
#tEE0HpnGZdFmvtO4mkLOwT0rlFwsXIBo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:block; }
#iHCR85QhAcwM6r7NVI2c6sKwQf93Nou0 { color:#1cdcfc;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7871125rem;font-style:normal;display:block; }
#hfESe38huFOD8QlEvVZVXCSqSLXDOabJ { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.599825rem;font-style:normal;display:block; }
#hpT1okDRDdIlztNoaulsJrsVgOCfsZVm { color:#1cdcfc;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.124347686767rem;left:28.374567031861rem;height:1.7871125rem;font-style:normal;display:block; }
#vOdgnzcMT5KXX446Fu9lbpHUJzsyDhNs { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.599825rem;font-style:normal;display:block; }
#hUI2KpMAXn3TTvTKtW4VlekfwkfnRryv { color:#1cdcfc;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:block; }
#STk3lqWaDKm0BHzA2G8HHxACWzRa7z0W { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.599825rem;font-style:normal;display:block; }
#nVy5dlVycO3c272BGWknBm5dDteJZmro { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25390625rem;left:8.75rem;height:3.493925rem;font-style:normal;display:block; }
#xNoOg6GC5wzTLzkeiRQGW7tA9SDSJqTW { position:absolute;display:block;z-index:14993;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:13rem;width:20.9375rem;top:32.75rem;left:4.556640625rem;overflow:hidden;display:none; }
#g5rB97Lie4aVKL0dQIRG8KnlivJ9DVkE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.375rem;top:33.6875rem;left:5.15625rem;overflow:hidden;display:none; }
#rgZKJeUfT00QtSZDlNmfF4UIbFzBR838 { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.712890625rem;height:1.7871125rem;font-style:normal;display:none; }
#VOsTlM0mhGUMv2Uzhw1KP3QnqnyTTseH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.287109375rem;left:5.712890625rem;height:2.5996125rem;font-style:normal;display:none; }
#fGuqeh2tq9D0yNzQiudrWzoHK4OEGsPU { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#y9XIIAhgWL2op1aaFOSC64ggghO9fOkk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:33.6875rem;left:28.119140625rem;overflow:hidden;display:none; }
#mAv4xB8VSKWzgSNXqrggU8NAXbJZGyew { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#ZAiRUWDZlxDHw57vU1V53cCXQPV0d3zi { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#EtL13yEfZLOLg4RLy0AvX9o7XB7VbuoI { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#ypDhvRSV4Mhy7Jc6Aa1WASLpuH78kLKQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#fcQA0KG5rUCQGGBhNkBh54A1vIPLvnQI { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#AqG3t5UkoRuBmxataV1HVlV2zmsd2no8 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#vrmZkMV3zuHzBzI1UnqZUJMTvCVlpphO { position:absolute;display:block;z-index:14995;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:13rem;width:20.9375rem;top:32.75rem;left:49.619140625rem;overflow:hidden;display:none; }
#KiP9pQc6ZdnkbSEnOT6LaFRm4agDbDPl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#Tqu3lT2WuXHpTvk5LMVbKGRvpCw79kO1 { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:50.681640625rem;height:1.7871125rem;font-style:normal;display:none; }
#qQTSe1L7f3yBvCGU1chX5oTwul3KOaIP { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:41.224609375rem;left:50.775390625rem;height:2.5996125rem;font-style:normal;display:none; }
#Aqs4Gm9unprfcH0KbubOllgKZ2IKtA3X { position:absolute;display:block;z-index:14994;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:13rem;width:20.9375rem;top:32.75rem;left:27.181640625rem;overflow:hidden;display:none; }
#KQ7l3og9p3FIWSH9cJNXpO1SBHT5Aa3Q { color:#1ad079;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:28.306640625rem;height:1.7871125rem;font-style:normal;display:none; }
#Ourttgv8ubLtFgCviZqBL8vvetHKCfJA { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3369140625rem;left:28.375rem;height:2.5996125rem;font-style:normal;display:none; }
#R2XNcvfxsStNxgqtGMqdVmwTBJyhbVWm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.0625rem;top:33.5625rem;left:50.931640625rem;overflow:hidden;display:none; }
#bwXlQtM3Sy5Oy4TBHVCAEELfoHwOu9G4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.4375rem;display:none; }
#Jw6C04gWxNh0sflo7dC13b34n4qyyavx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:21rem;width:37.5rem;top:9.87890625rem;left:33.1884765625rem;overflow:hidden;display:block; }
#CNAoRspPqegSzxTLL4OHob5uXcwLbW19 { position:absolute;display:block;z-index:14992;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:49.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rLWDDaSbk5loeO8naQl7LsTTzXofP9Hh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:66.4375rem;top:9.8740234375rem;left:4.40625rem;overflow:hidden;display:block; }
#ph5mk2WqiryA2xEPzCW3OHfVTFUZokxK { box-sizing:content-box;height:0.875rem;width:50.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1458e3, #20447b);background-image: -moz-linear-gradient(180deg, #1458e3, #20447b);background-image: -ms-linear-gradient(180deg, #1458e3, #20447b);background-image: -o-linear-gradient(180deg, #1458e3, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1458e3', endColorstr='#20447b' );";background-image: linear-gradient(180deg, #1458e3, #20447b);background-size:auto !important;top:7.1875rem;left:10.84375rem;display:block; }
#HAhvpmE4Q6cfS28naTZTJO1dGlLXgOHd { box-sizing:content-box;height:1.6875rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:#000000;background-image:none;top:48.625rem;left:0rem;display:block; }
#QSbRSubOA1TlIr1o1xvJoShdLyxVD4Pu { 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:20.8125rem;width:37.5rem;display:none; }
#WVINPkZbUnsiZTmAE3c9lCH6T3JiwDkw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gUZVeP9yUeJ6EJNcig7B1tnOcUNR3BK3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:21.625rem;left:5.125rem;display:none; }
#R6x3QeUvU19THkuoDHP5TfXGSXZtOqEW { color:#000000;display:block;width:9.125rem;position:absolute;font-family:arial;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5rem;top:21.75rem;left:4.1875rem;display:none; }
#vZTvol2z6PXPVaSaiATPisJEWqL6Dxiw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vCTfv8DRC3v5wVG6dHO47r88frSRPhnz { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:25.75rem;left:0rem;display:none; }
#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh { position:relative;display:block; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh { background-color: transparent; background-image: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container > .video-iframe-container { display: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row > .video-iframe-container { display: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .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); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh { border-width: 0; border-radius: 0; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mucR4Axw5vZO7ustpNwJpOpkpR3xRn7K { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:15.8125rem;top:1.125rem;left:29.59375rem;overflow:hidden;display:block; }
#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { position:relative;display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { background-color: transparent; background-image: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .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); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { border-width: 0; border-radius: 0; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:14.78125rem;height:3.493925rem;display:block; }
#bw5K43ShctcNHAdicFod8zaxeWs49uDa { color:#ffffff;display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.90625rem;height:7.4739375rem;text-align:center;text-align-last:center;display:block; }
#VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { box-sizing:content-box;height:0.375rem;width:64.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.34);background-image:none;top:16.4375rem;left:5.46875rem;display:block; }
#g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.4375rem;left:18.5rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:31.1875rem;top:24.375rem;left:5.15625rem;overflow:hidden;display:block; }
#fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:31.1875rem;top:24.375rem;left:39.09375rem;overflow:hidden;display:block; }
#VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:31.1875rem;top:30.8125rem;left:5.15625rem;overflow:hidden;display:block; }
#pyPplpvRtVh9TxdVGarfVwAs76qFCScb { 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:5.1875rem;width:31.1875rem;top:30.75rem;left:39.15625rem;overflow:hidden;display:block; }
#RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { color:#1cdcfc;display:block;width:26.374rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.3740234375rem;left:24.3125rem;height:3.493925rem;display:block; }
#CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { position:absolute;display:block;z-index:14996;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:51.875rem;width:74.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zF0ageaF4vpEG6C1F3TRvsFtJ6tRhbSX { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:46.375rem;left:28.625rem;height:3.3311625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxalVDJglfT7SoumgosOOy07T5NgBXls { position:relative;display:block; }#MxalVDJglfT7SoumgosOOy07T5NgBXls { background-color: transparent; background-image: none; }#MxalVDJglfT7SoumgosOOy07T5NgBXls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container > .video-iframe-container { display: none; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row > .video-iframe-container { display: none; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .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); }#MxalVDJglfT7SoumgosOOy07T5NgBXls { border-width: 0; border-radius: 0; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ek2Um4LtHGTRCFbGChAWht09G92v16Wn { color:#1cdcfc;display:block;width:26.125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.875rem;height:3.493925rem;display:block; }
#w4MoBUcNS6RX0JZzELPuTMnAmKcoWk19 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.375rem;top:9.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#aob5sE2tGXvsKqalEAethGHe962Tttuv { 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:15.374375rem;width:15.374375rem;top:9.7189674377444rem;left:20.874567031861rem;overflow:hidden;display:block; }
#HylAEqetJW1WoB1WzvhK7i8JOlb1pSHo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.375rem;top:9.6875004768369rem;left:40.968751907349rem;overflow:hidden;display:block; }
#CXfTAltKTN8Z2XukMEDSSwPTUMRv9yZC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:13.2498125rem;top:9.75rem;left:57.6875rem;overflow:hidden;display:block; }
#fXMaZhEIRbzeq7Um0FgqcvNPTI0arSWe { box-sizing:content-box;height:11.749125rem;width:15.374375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2023, #313d46);background-image: -moz-linear-gradient(180deg, #1c2023, #313d46);background-image: -ms-linear-gradient(180deg, #1c2023, #313d46);background-image: -o-linear-gradient(180deg, #1c2023, #313d46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2023', endColorstr='#313d46' );";background-image: linear-gradient(180deg, #1c2023, #313d46);background-size:auto !important;top:9.6875rem;left:56.625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#G1FD8RgI4TxEH542khgR6NX4GBNsPD7c { 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:18.625rem;width:15.4375rem;top:9.625rem;left:56.4375rem;overflow:hidden;display:block; }
#GKUoW9DGU7qfUIL9a4fkalTEOvGNgwZ1 { box-sizing:content-box;height:5.625rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:21.5rem;left:24.3125rem;display:block; }
#E8BVzkyLcJRMPllgGTPXtePqwOnRmTHS { 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:16.875rem;width:15.3125rem;top:9.75rem;left:39rem;overflow:hidden;display:block; }
#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bc000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.74));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container { background-color: transparent; background-image: none; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container > .video-iframe-container { display: none; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row > .video-iframe-container { display: none; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .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); }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container { border-width: 0; border-radius: 0; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#s33AmnmInrO9spAiwGCqczHCCXwQzyvB { color:#ffffff;display:block;width:16.1230625rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3109850883484rem;left:11.280382156372rem;height:3.493925rem;display:block; }
#OUaOIrHQDCsPoDsTHPeMtbn4PzqmJO39 { color:#ffffff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4737415313721rem;left:38.841150283814rem;height:3.16796875rem;display:block; }
#HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF { color:#ffffff;display:block;width:7.249375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.1875rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M { color:#ffffff;display:block;width:14.561625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.3125rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#V040BMS11aCXnqrL3sLmyz9ISpJAMIBL { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#V040BMS11aCXnqrL3sLmyz9ISpJAMIBL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V040BMS11aCXnqrL3sLmyz9ISpJAMIBL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn { color:#ffffff;display:block;width:25.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:32.25rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ { color:#ffffff;display:block;width:30.186625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.25rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#J5toyNVA9hse8w4QlavwDO699WnmUGTU { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:38.875rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#J5toyNVA9hse8w4QlavwDO699WnmUGTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J5toyNVA9hse8w4QlavwDO699WnmUGTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#e8xLgHt8iLE1csngs2DUkwavA7QxTClq { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:36.8125rem;left:40.0625rem;height:9.752625rem;font-style:normal;display:block; }#e8xLgHt8iLE1csngs2DUkwavA7QxTClq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e8xLgHt8iLE1csngs2DUkwavA7QxTClq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.625rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#OTmNK4aFwy4XScpHicT8msqvTNIvFr0X { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:23.75rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#OTmNK4aFwy4XScpHicT8msqvTNIvFr0X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OTmNK4aFwy4XScpHicT8msqvTNIvFr0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#ACHqyXeev7wF0RamsulbqOOwxVt6OVFz { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:27.9375rem;left:6.75rem;height:2.53125rem;font-style:normal;display:block; }#ACHqyXeev7wF0RamsulbqOOwxVt6OVFz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ACHqyXeev7wF0RamsulbqOOwxVt6OVFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp { color:#ffffff;display:block;width:17.1245625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:27.9375rem;left:40.0625rem;height:2.53125rem;font-style:normal;display:block; }#KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp { color:#ffffff;display:block;width:21.6873125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:52.935117721558rem;left:6.8750019073488rem;height:2.53125rem;font-style:normal;display:block; }#oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT { color:#ffffff;display:block;width:31.186rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:49.192934036255rem;left:40.062501907349rem;height:9.752625rem;font-style:normal;display:block; }#oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#iALCGHw40l0R2mCBa2reUxhpilbNO0e6 { box-sizing:content-box;height:56.625rem;width:71.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.3125rem;left:1.8125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);display:block; }
#liPUL6Cenhqzr1gKTnimvp9rDV07Fge5 { box-sizing:content-box;height:0.0625rem;width:71.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(227,227,227,0.36);background-image:none;top:8.375rem;left:1.875rem;display:block; }
#OlhpE8NIJ0VrQbHZi7im9wqCFhKZDCms { box-sizing:content-box;height:0.0618489375rem;width:71.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(227,227,227,0.36);background-image:none;top:13.875rem;left:1.8125rem;display:block; }
#sUTsGbALBWui3tBdom4tbTyhwzTB0r2A { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.36);background-image:none;top:18.125rem;left:1.75rem;display:block; }
#ry72FTFTWS1oNZR5AM48hb1TeC7MytAg { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.36);background-image:none;top:22.5rem;left:1.8125rem;display:block; }
#q7ksBRbTd8fsUczbZIyqwWHD7H2bfzkO { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.36);background-image:none;top:26.875rem;left:1.75rem;display:block; }
#pTiJ7Tiq0zxdrQZ8ckE4xcS2f7tUtyoX { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15031;background-color:rgba(227,227,227,0.36);background-image:none;top:31.0625rem;left:1.75rem;display:block; }
#IdV2FiP2R6Sb3mxPltWOMP0cD5N2hBmO { box-sizing:content-box;height:0.060763875rem;width:71.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(227,227,227,0.36);background-image:none;top:35.3125rem;left:1.75rem;display:block; }
#Lli49L6yTAiefT99c4VTM4T2ZixoDXew { box-sizing:content-box;height:0.125rem;width:71.4375rem;position:absolute;display:block;z-index:15033;background-color:rgba(227,227,227,0.36);background-image:none;top:48.0625rem;left:1.75rem;display:block; }
#R4V8vCb0hTlUlr02XF6dEATW0kothRrF { box-sizing:content-box;height:56.6875rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(227,227,227,0.39);background-image:none;top:3.3125rem;left:36.75rem;display:block; }
#utiusqsCJt48pKGScEZAXXl5mnqJpQnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.63));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.63));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.63));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a0000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a0000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.63));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { background-color: transparent; background-image: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .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); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { border-width: 0; border-radius: 0; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { font-size:0.875rem;font-family:arial;height:75.5625rem;width:75rem;position:relative;display:block; }#wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:24.3125rem;height:3.493925rem;display:block; }
#mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:3.25rem;overflow:hidden;display:block; }
#G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { color:#1cdcfc;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5625rem;left:6.5rem;height:2.11263125rem;font-style:normal;display:block; }
#XF8RW45oeIORO4fXFUMdLI9idvolPeSL { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:12.9375rem;left:5.5625rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:12.9375rem;left:26.1875rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { color:#1cdcfc;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28rem;height:2.11263125rem;font-style:normal;display:block; }
#OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { color:#1cdcfc;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.0625rem;height:2.11263125rem;font-style:normal;display:block; }
#aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.5625rem;left:49.875rem;height:3.7119125rem;text-align:center;text-align-last:center;display:block; }
#bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:25.5625rem;left:3.875rem;height:3.224825rem;text-align:center;text-align-last:center;display:block; }
#pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:25.375rem;overflow:hidden;display:block; }
#ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:21.5rem;top:8.5625rem;left:47.5rem;overflow:hidden;display:block; }
#GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { 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.875rem;width:7.1875rem;display:none; }
#MWyWofe529fKBPz8wMddboMraoU16ZTU { 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.875rem;width:7.4375rem;display:none; }
#Z53floToZtZnntmAFgxXao9GZXHsRDqT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:29.25rem;left:30.375rem;overflow:hidden;display:none; }
#BhgvqtbMmrOlcqVvoo0gpkiABTUPi4X8 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.587890625rem;left:33.3125rem;height:2.76171875rem;font-style:normal;display:none; }
#rwz2IWwgWzK3zHy0eZC1c22LvGnSMWMC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { 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.875rem;width:7.25rem;display:none; }
#h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { 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.875rem;width:7.25rem;display:none; }
#Ngq4Fpez1kCCD4Nomc2wGvy7Nk1bNcmi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:29.25rem;left:30.375rem;overflow:hidden;display:none; }
#kTKrW0kMGO3Egurhx3WXs9p3MAUDoZ72 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.587890625rem;left:33.3125rem;height:2.76171875rem;font-style:normal;display:none; }
#K0ZM6PpT7A2oltvhWryNCMhMC9Oib1KT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { 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:7.25rem;display:none; }
#pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { 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.6875rem;width:7.25rem;display:none; }
#Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { 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.6875rem;width:7.25rem;display:none; }
#hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:219.1875rem;left:6.1875rem;display:none; }
#iqRdZDHT33wsPE7Ar6AvUPlpey89sT4D { 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:29.75rem;width:27.0625rem;display:none; }
#q9b9hfKyN5S1ooAdFM9lTyGyxES97yVt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:27.4375rem;display:none; }
#EvZTCREmTmNwJGV9ISqFSElbQecikkIA { 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:29.8125rem;width:27.375rem;display:none; }
#mzXoBObgCObUpn6nzzleBQXQs5m4wA0Q { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rS0KTxbTqkXfvUhkAW9w8m8edqJTRQTK { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JdZzKftXiHaTm8Tlx1d0LttEwNvedeXw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:164.875rem;left:12.3125rem;display:none; }
#aiR6nbM8J0KTq8670VeRFakTAEEv5mRT { 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:25.375rem;width:27.375rem;display:none; }
#t8x5hUy6FxmHB0SGGOgczo8luTmNZys6 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fVt8hQdHTwwldTJAyzBUePWgK9tIxTXx { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AgMdQ1H8wTJWBQMLWeeDuhxkEnTSBwsy { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XlyJpTp8KbuofNSoQwLlgE5CKys19gPG { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yArnBrqF5PATbEguLttlBU2mtRngKzIR { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Eg7rM3wTELibKoJvcoCbOGAC7tBpDn5x { 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:25.375rem;width:27.375rem;display:none; }
#JscChXaU61noM2gFMpX0xJ33TE1FkomJ { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uDTtrrVRlS99hUzawUZ7VzUEHMGwpWDL { color:#000000;display:block;width:6.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:186rem;left:6.875rem;display:none; }
#F2CV7d2nvTmWIohdJcuLym6DPTrZeypX { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MNuOM5TzZc2D1APUmkiCxQ5KwfEbeSKh { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XThBmQRSpW4VaHBR5BFo5kelTOVZMiKv { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lsZPHWX504JmOv9NsZPyp9DC5FatyZBI { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { 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:20.125rem;width:30.5625rem;display:none; }
#ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { 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:12.25rem;width:30.5rem;display:none; }
#Hbn2przLIs2Ba4FaW8IuMBxRT6fNrL2v { position:absolute;display:block;z-index:14988;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:29.6245625rem;width:66.936875rem;top:31.875rem;left:4.0625rem;overflow:hidden;display:block; }
#y8BzN7JXfimtSu0Nc25xPNHDbPoMqNVL { position:absolute;display:block;z-index:14987;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:29.5rem;width:66.25rem;top:31.9375rem;left:4.4375rem;overflow:hidden;display:block; }
#SEdrqfcZTR1TgmCb176M3cixv4gxtXbq { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15097;line-height:1.2;letter-spacing:0;top:33.625rem;left:16.375rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ta4cpsUtbODmmgB3JGzIAs8BrJfonmxx { box-sizing:content-box;height:3rem;width:43.875rem;position:absolute;display:block;z-index:15096;background-color:#000000;background-image:none;top:33.625rem;left:15.625rem;display:block; }
#WzqpbOwWAHUC2WNm7yNNRd1bI4hVuMOo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:20rem;top:67.8125rem;left:27.5rem;overflow:hidden;display:block; }
#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo { position:relative;display:none; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo { border-width: 0; border-radius: 0; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:206rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QayiqTyi2Z91UnevnlLm7OOOEEzDTGNK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:70.0625rem;left:31.125rem;overflow:hidden;display:block; }
#WXx9OVzpXLRTmkaP55E2w6ZEhv40g1WT { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:111.087890625rem;left:34.0625rem;height:2.76243125rem;font-style:normal;display:block; }
#R4C7RukBMTzRLrZrPfw0su2GvW0ZA5pw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:110.75rem;left:31.125rem;overflow:hidden;display:block; }
#WyNisKbcmXdySPw0EnJJu1iflDSCnCZQ { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:152.6875rem;left:3.84375rem;height:3.224825rem;text-align:center;text-align-last:center;display:block; }
#vayT44fvkuXmIggG7vyMo6dcgnLJ9yIh { 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:4.6875rem;width:21.25rem;top:194.8125rem;left:25.5rem;overflow:hidden;display:block; }
#mg9reqRU2ZEZLdFqcHunFf1pFkRZwuwV { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:70.400390625rem;left:34.0625rem;height:2.76243125rem;font-style:normal;display:block; }
#UBiirU0Inxw8WWaSek8wmLgzfssGNvd3 { 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.875rem;width:7.1875rem;display:none; }
#lNsQbcEGICXFTeap51nQGdQK5tl30lKq { 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.875rem;width:7.4375rem;display:none; }
#z2tKuzWlxzJPsyokrAKWq6lMMu8t2XQM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:29.25rem;left:30.375rem;overflow:hidden;display:none; }
#WBecihy6KZJMKS0WDrPv6yRHnpkFPTDf { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.587890625rem;left:33.3125rem;height:2.76171875rem;font-style:normal;display:none; }
#xdMGI5rZuVragHKrp09VGJlwaknRgIcX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#W9EZvvxK83E38doUAlcMDGNC4Q6e2eXK { 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.875rem;width:7.25rem;display:none; }
#CmRzacP6CKUD5El6lkowpGswzCAoDAmX { 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.875rem;width:7.25rem;display:none; }
#gvt1qoxq4ndTG5l0LTKzxihgDs4EghgT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.75rem;top:29.25rem;left:30.375rem;overflow:hidden;display:none; }
#XZSwE0sJvuDTCnMok4mPWtgAgtpiZpt4 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.587890625rem;left:33.3125rem;height:2.76171875rem;font-style:normal;display:none; }
#D9wFk5TpE4cFPte0AOKm3kuVOVOf7V59 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qoHwx9H7GR01Aovf83rNNflcsHJstKKl { 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:7.25rem;display:none; }
#oaTFT7Jcp7JGAxB2kGOMH5QoddS6iZHi { 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.6875rem;width:7.25rem;display:none; }
#tZgnJlQnE3zB4a75DTGgtO2FSNrVJRfB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#htywUTsxWvriNq530Xkn4c1My8lG9xtB { 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.6875rem;width:7.25rem;display:none; }
#SUt4ZZ6Lt6Qxm3woMRISD1AElKLNiuiu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:219.1875rem;left:6.1875rem;display:none; }
#hNLldoKshmz76z00SNCivoTqc4yxiu8P { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.7626953125rem;left:11.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aitIapNRMUnwX3Bh4NEvamiFDekT8RTK { color:#ffffff;display:block;width:26.0623125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44.915782928467rem;left:8.9680995941163rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJQUdNUwo4QTATgTTTMJNimBHxvygPfK { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:50.494142532349rem;left:9.2805995941163rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSbgxXosql4hMSNm1349Lfxmya7RguXc { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:56.574220657349rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERl0sDvcq2QkxxnRfZECUofffZqZk8dg { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:61.824655532837rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSTssAiFA7OTockTUOoa1ay67ftng7w6 { color:#ffffff;display:block;width:21.186rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.761720657349rem;left:41.999788284302rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xn8iuAeLMJhVu7Zqpgr3dDIrLMXsy03P { color:#ffffff;display:block;width:26.0623125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:45.873699188233rem;left:39.561632156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfSMZOJNb8phlEy2iZdebTEcPZq6G1cn { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:50.492622375488rem;left:39.874132156372rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nzi0XKLJftmR33Re5lqsCIUwQISmWPcV { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:56.636505126953rem;left:39.874132156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrdQA463sRIIRZIWTxRugs8424TlVEIx { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:61.824657440186rem;left:39.874132156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlAvCC0zmsHc4pfQuvePu4GhDvIQkXDD { color:#ffffff;display:block;width:21.1870625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:81.686853408812rem;left:11.405164718628rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L16mXTMSPwiNwB17ss7TVZ95xOnQ1Dzz { color:#ffffff;display:block;width:26.0623125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:87.0605506897rem;left:8.9680995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CI8O8ctuxALg0TgealErddTDnlqBQFRP { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:91.737201690675rem;left:9.2805995941163rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xASt09mTtQDqsfZkTfJOu4B5kdDlC57b { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:97.865455627444rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVJXz6gWiFvGdPZqXDUm2kLOTDiJALtH { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:87.121967315675rem;left:38.998483657837rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVn7qm6Gin4ndXFB55KeMkTTP0bZs5Js { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:92.632385253906rem;left:39.874132156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzntCGBSPkU80GMqkQuaAaJSRIkdNx6z { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:97.863502502444rem;left:39.874132156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTLDSHQtseRcCUTcrrRUnJ6g48QGHKqB { color:#ffffff;display:block;width:25.1248125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:81.685117721556rem;left:40.030382156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QM1KQPUlxSH4Tp6CIT8wSM4sQBETrTqE { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:103.17057800293rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFrFyT6bd4FJsnkKbQlnxHartsbGTqQv { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:102.27539825439rem;left:39.874132156372rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSHJbUGD0A2WDbXzm8UIv5FVdc9grG8d { color:#ffffff;display:block;width:21.1870625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:122.37348556519rem;left:11.405164718628rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kt9qpUW9Wn1i2XaXGmTAh7VAPr7iZ7hx { color:#ffffff;display:block;width:26.0623125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:127.6972694397rem;left:8.9680995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tluayox9Dx0qG817mhO3yy8IUEJ5Ulnk { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:133.3847694397rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhfKNBWgt7wqoHCchvs3AdJaW8qfdZxN { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:137.60438919067rem;left:9.2805995941163rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlUzIf8tyngd7kvQ8fkJZKWdVU0hRKXp { color:#ffffff;display:block;width:26.0623125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:127.69641876221rem;left:39.561632156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AH0FaVtt9qfOfMQx8RkATufUsGDoTAGE { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:132.36413574219rem;left:39.874132156372rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEiJ6kXDVd2y0tZ6tHXMTcOnb6lF0bW4 { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:138.4960975647rem;left:39.874132156372rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xth8PVAfSCQ7HRWep6GnwdxW1MFleMNn { color:#ffffff;display:block;width:21.186rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:122.37306785584rem;left:42.350259780884rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8AKziCe9I77EFiWFIkIPNX4Ql4oriiN { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:143.82335662842rem;left:9.2805995941163rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQSdpEPkemfKSaR6nmVv89Nd6s8U6IPk { color:#ffffff;display:block;width:25.4373125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:142.92753505707rem;left:39.874132156372rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#va78oHsOzkzBHwkdLgPE0tUkDS0zvzJ2 { position:absolute;display:block;z-index:14986;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:201.9375rem;width:73.5rem;top:3.9963092803955rem;left:0rem;overflow:hidden;display:block; }
#rfuGbuRnQtXr0ibatsfwLzVMAeq5LpV9 { 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:29.75rem;width:27.0625rem;display:none; }
#XLsIFpXBPVd3wEfx6IP98KcBTubnfMOF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:27.4375rem;display:none; }
#m2inlMULw7O6xBk1mAlPmdfWenT9JCba { 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:29.8125rem;width:27.375rem;display:none; }
#egTANKgbLdn1ZZC6LatPln7z1x93qLhx { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fsOZ015L9JEr9Ugvob2CsSTZImMv3R2I { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GW3MX0FeDrlu09USUJL2tcBsAHk5W21d { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:164.875rem;left:12.3125rem;display:none; }
#sX1e5Ixo88hskw5nroanPTvU58MXxl8a { 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:25.375rem;width:27.375rem;display:none; }
#Q0bTzXqDt6TziP2CJWxPebvVtTR9C0sQ { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I8p5TvmEXXuPbNocywQD9JpfqzC6KMyq { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L3c0SFTXuJVfW8hTuI3zThRGJPC84ung { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L14JoGDOQQF5Gp6WhKV8ZKTzFCMuOKS2 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dO3m2Fv66wXJ8TIbL4T3Izlv0VFo4cpb { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M85bNWm1ICN8K1c0sJ0Jpc0EybXvb1sC { 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:25.375rem;width:27.375rem;display:none; }
#liFLycTu80vUGD5lBF3Wgd1dog68rVoP { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DDDRnL1LWdTT34X5rRfbx0ecG02dsP72 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:186rem;left:6.875rem;display:none; }
#z86f5Wh4zmufet8RpSXqDGC8TyoeGNgw { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fwPoKx6k1acOSQ0NOSdEJk6IF0b1FPTX { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f3TLiEehTc5b1RMS1okTQTINgBSftsw0 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aJJI0Tx427ZiFc6EWd1znyJdm4sDa3U5 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:42rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UORuH2TslaA9toPGMK0MoMRVTqi6The1 { 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:20.125rem;width:30.5625rem;display:none; }
#hW85H65UzmKSSzWaOIedGnzTZ50h2x0E { 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:12.25rem;width:30.5rem;display:none; }
#TpsGrWHfhdIbHcoahReRSoOBO7DUcg6a { position:absolute;display:block;z-index:14994;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:38.5625rem;width:66.25rem;top:29.061647176743rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#w3DwAVTne2x957vAkDLBpJvKsxCyqCBO { position:absolute;display:block;z-index:14992;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:38.936625rem;width:67rem;top:70.060768127444rem;left:3.9995670318604rem;overflow:hidden;display:block; }
#XhrbLUfelEVTr3vIuEkmWk7w3bmTvnEI { position:absolute;display:block;z-index:14990;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:38.875rem;width:67rem;top:110.75369358062rem;left:4.0609836578369rem;overflow:hidden;display:block; }
#hQC6ohxDACye9sBeQzanMD2uMHaR9bD1 { position:absolute;display:block;z-index:14988;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:29.6245625rem;width:66.936875rem;top:159.00282859802rem;left:4.0310344696045rem;overflow:hidden;display:block; }
#dQsyDyXeIfSGwrZi1dKnzeX6Tnw3BMt4 { position:absolute;display:block;z-index:14987;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:29.5rem;width:66.25rem;top:159.06250762939rem;left:4.3750019073486rem;overflow:hidden;display:block; }
#tGdaLNyeMubkcasW9vRPu1mHqSXR9DHi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TQrJB3ycTOPgv9vXo1DCq50t7b3wKaAR { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:60.1875rem;left:0rem;display:none; }
#lELhvTofxXvitDmscNg0LQZt9pNnm7Je { 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:20.125rem;width:30.5625rem;display:none; }
#ZnQJx766UhWVScTJ3yTTrLLMZp5yMUKI { 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:12.25rem;width:30.5rem;display:none; }
#CCwoOqXJ9dJOXgtHJBaPG2xT3bEviLVq { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:152.6875rem;left:3.84375rem;height:3.224825rem;text-align:center;text-align-last:center;display:none; }
#SPQg504x6uZ2qBDGcXUiZVpHGO53QCXk { 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:20.0625rem;width:29.8125rem;display:none; }
#UabSzrGqRrqQiH423Fm33UxHBALM7ZdO { 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:9.5625rem;width:30.375rem;display:none; }
#ZNThNzdxX1UQw7iX1ou5wClPm7u0ThNP { 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:4.6875rem;width:21.25rem;top:194.8125rem;left:25.5rem;overflow:hidden;display:none; }
#nS966gbhuqX4msabU3QSDQbA70zDAf4D { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:20rem;top:194.9375rem;left:27.5rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { top:1.9375rem;left:27.5rem;width:20.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { top:4.3125rem;left:0rem;width:39.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { top:8.375rem;left:0rem;width:46rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { top:17.5625rem;left:0rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { top:5.5625rem;left:23.3125rem;width:24.4375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { top:5.875rem;left:24.0625rem;width:23.6875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { width:14.5625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { width:10.9375rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmXuBwGWRSTrV8TQiAim8THomIxZJSqN { width:41.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS4QOsZLxgU5sos5zrvEZgETGwvdchUH { top:8.375rem;left:0rem;width:45.9375rem;height:7.6875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGd7mSDlUft73v1zgkWfMPxXnF4sCvcs { top:8.375rem;left:0rem;width:45.9375rem;height:7.6875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTdarkt9Hxz2AH1aavlL1L7fw7tdarFc { top:3.9375rem;left:0rem;width:19.25rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHQQbOv5H4mmLIa2H0kwx4EemdPZisqt { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #O45rI2IhufH76Qp1nNu304mgcg1R4MoW { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDzQEtxA4nGFHHBmxm0EAWxxtNUN6e5P { top:33.625rem;left:0rem;width:15.5rem;height:3.6872769027284rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLuu0pqml6678UzCtoPFT3yrMziEe11D { top:21.4375rem;left:0rem;width:37.25rem;height:9.875rem;font-size:1.0625rem;display:block; }#RLuu0pqml6678UzCtoPFT3yrMziEe11D li:before{  }
 }@media only screen and (max-width: 763px) { #PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz { display:block; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX4JuK3BrHbiEbPifFJcae9upQNUUCnd { top:11.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad6DoT5x1TbHklx4MbxSrKn7uVThvKJT { top:3.0625rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myGAvR4aWi7PuZGvaQl8bmNwQ1FomdBd { top:3.0625rem;left:13.25rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlQa55QaEsNLsWrAxpcoTr4ErEz9tNx3 { top:11.5rem;left:21.9375rem;width:3.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbfL5aN0OxiA3gJy2plpQThk82zQvuJ { top:3.0625rem;left:26.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFNCUAp5heOLGAB1n2KOW3G4g85EAhn { top:11.625rem;left:43.75rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzK6ODmTIuKT0HREpiX7roozGfQVnQv { top:17.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPeRA60BB0GViBBClONT4J9DIU6TDzwm { top:19.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udZHoue2gntEBedyiLgOZ1nCDEb0HwFb { top:21.6875rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJIWUaJnXhwxF5LotsiiPzrMHomycJ2o { top:17.25rem;left:18.9375rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWKB11zprkCWPmT43KbnXyS0lpyvJK4H { top:19.5rem;left:18.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdLv0E0XzfFTGFDBZ9l1BKwVLCAR27EW { top:21.6875rem;left:17.875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkvsi04TWekIXbRhntB6xwbxX8VxEiT3 { top:17.25rem;left:38.1875rem;width:9.5625rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5f1R9VrtyA7ZrP1CpBGJ3ER9cbSt9IV { top:19.625rem;left:40.6875rem;width:7.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2ZCnIsCEgJ8GCFDGD4TUuPTZi3yl5Q { top:21.6875rem;left:34.5rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5CfUHJrqC8l8AJEZtvT3ZWZLIr12pgU { top:2.875rem;left:13.255426406861rem;width:21.0625rem;height:10.625094585412rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5NkO8INUvRFMl0OnoqOZLoMC7llz88t { top:2.875rem;left:26.5625rem;width:21.1875rem;height:11.124354706439rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36Cth0NXiu1d6EKIkN9sn6aVM3ExCkn { top:2.9375rem;left:0rem;width:21.125rem;height:10.687317669962rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRT1OSGLFNNtLlgDpbZS08P83h8DNet3 { top:10.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub5dEJoPzFTtP5CXPUdhgNQCLTVpJCpd { top:10.4375rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LarIhgMbPxCrvSDlgSrCVNFZxo82zmVR { top:10.4375rem;left:20.625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5P2GSNCTaEplEwbn89KptiJ3wMkob0q { top:10.4375rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 { display:block; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9xdPcOyUecVRJQdfrO4vayvUgDQ9crF { top:17.4375rem;left:0rem;width:47.75rem;height:14.489356884058rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifrlKPpiE5HTpdJIGZ9shsT6cvUfn6Z9 { top:1.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlouG6HUhoIWqtxFTlWuEUzacGLwdIlT { top:7rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfg0Kyd1wGAvZTkRWxJQqrBiGeyhkBRM { top:11.6875rem;left:6.84375rem;width:34.0625rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOvUCvE53sTvRPvBiFHgb7NUiuGPmUT { top:13.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXf1Mc7SPxNLJAxQgFvK8yuxPOVTVIla { top:21.625rem;left:15.125rem;width:32.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybFSHloOurosN3taHe26meorDzff3KZF { top:21.625rem;left:11.625rem;width:36.125rem;height:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkraVnDyVtrmGiZsZcMUzC8cnzNf9R60 { top:25.6875rem;left:17.125rem;width:30.625rem;height:8.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 { display:block; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqxp0EuEGqueLn2muec9rsaeXsVgVObt { top:3.375rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBPvrXoHxOFmLm2y2tLoCkgdUpzFDZz { top:10.25rem;left:0rem;width:33rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x70fnK22PAIu6rgSLsdRUxEzrfvdmoPA { top:16.0625rem;left:0rem;width:31.75rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n01lohFnxsTtTEHaJVP07vb3lUFtqoy9 { top:6.75rem;left:15.75rem;width:32rem;height:21.270620526176rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb { display:block; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcswnMLnsxqP2OSDtcluQV8othfb5xB0 { top:9.8125rem;left:0rem;width:47.75rem;height:14.863293926318rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfT9s3HKHZK1TBSe6iZJ6wCnGAe2kzPR { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSsmOHeeEuVcWcMhTPAgctDkoTEgthTk { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TByCep53AC9oP1F7tisEQtLBiK3P2KxZ { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNmq1UQ9Ebh4T1zbcfmmrANFHczimKVm { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdXNFPLmzCHo1rIXLUk5JAh5hxGW0UTq { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEE0HpnGZdFmvtO4mkLOwT0rlFwsXIBo { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHCR85QhAcwM6r7NVI2c6sKwQf93Nou0 { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfESe38huFOD8QlEvVZVXCSqSLXDOabJ { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpT1okDRDdIlztNoaulsJrsVgOCfsZVm { top:39.0625rem;left:14.749567031861rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOdgnzcMT5KXX446Fu9lbpHUJzsyDhNs { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUI2KpMAXn3TTvTKtW4VlekfwkfnRryv { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STk3lqWaDKm0BHzA2G8HHxACWzRa7z0W { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVy5dlVycO3c272BGWknBm5dDteJZmro { top:3.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNoOg6GC5wzTLzkeiRQGW7tA9SDSJqTW { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5rB97Lie4aVKL0dQIRG8KnlivJ9DVkE { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgZKJeUfT00QtSZDlNmfF4UIbFzBR838 { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOsTlM0mhGUMv2Uzhw1KP3QnqnyTTseH { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGuqeh2tq9D0yNzQiudrWzoHK4OEGsPU { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9XIIAhgWL2op1aaFOSC64ggghO9fOkk { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAv4xB8VSKWzgSNXqrggU8NAXbJZGyew { top:39.1875rem;left:14.681640625rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAiRUWDZlxDHw57vU1V53cCXQPV0d3zi { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtL13yEfZLOLg4RLy0AvX9o7XB7VbuoI { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypDhvRSV4Mhy7Jc6Aa1WASLpuH78kLKQ { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcQA0KG5rUCQGGBhNkBh54A1vIPLvnQI { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqG3t5UkoRuBmxataV1HVlV2zmsd2no8 { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrmZkMV3zuHzBzI1UnqZUJMTvCVlpphO { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiP9pQc6ZdnkbSEnOT6LaFRm4agDbDPl { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqu3lT2WuXHpTvk5LMVbKGRvpCw79kO1 { top:39.125rem;left:27.4375rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQTSe1L7f3yBvCGU1chX5oTwul3KOaIP { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aqs4Gm9unprfcH0KbubOllgKZ2IKtA3X { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ7l3og9p3FIWSH9cJNXpO1SBHT5Aa3Q { top:50.375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ourttgv8ubLtFgCviZqBL8vvetHKCfJA { top:52.75rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2XNcvfxsStNxgqtGMqdVmwTBJyhbVWm { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwXlQtM3Sy5Oy4TBHVCAEELfoHwOu9G4 { width:3.4375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw6C04gWxNh0sflo7dC13b34n4qyyavx { top:9.875rem;left:10.25rem;width:37.5rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNAoRspPqegSzxTLL4OHob5uXcwLbW19 { top:0rem;left:0rem;width:47.75rem;height:31.435416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLWDDaSbk5loeO8naQl7LsTTzXofP9Hh { top:9.8125rem;left:0rem;width:47.75rem;height:15.003292568203rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5mk2WqiryA2xEPzCW3OHfVTFUZokxK { top:7.1875rem;left:0rem;width:47.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAhvpmE4Q6cfS28naTZTJO1dGlLXgOHd { top:48.625rem;left:0rem;width:47.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSbRSubOA1TlIr1o1xvJoShdLyxVD4Pu { width:37.5rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVINPkZbUnsiZTmAE3c9lCH6T3JiwDkw { display:none; }
 }@media only screen and (max-width: 763px) { #gUZVeP9yUeJ6EJNcig7B1tnOcUNR3BK3 { top:21.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6x3QeUvU19THkuoDHP5TfXGSXZtOqEW { top:21.75rem;left:0rem;width:9.125rem;height:5rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZTvol2z6PXPVaSaiATPisJEWqL6Dxiw { display:none; }
 }@media only screen and (max-width: 763px) { #vCTfv8DRC3v5wVG6dHO47r88frSRPhnz { top:25.75rem;left:0rem;width:20rem;height:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh { display:block; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mucR4Axw5vZO7ustpNwJpOpkpR3xRn7K { top:1.125rem;left:15.96875rem;width:15.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5K43ShctcNHAdicFod8zaxeWs49uDa { top:6.875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { top:16.4375rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { top:18.4375rem;left:4.875rem;width:39.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { top:24.375rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { top:24.375rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { top:30.8125rem;left:0rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPplpvRtVh9TxdVGarfVwAs76qFCScb { top:30.75rem;left:16.5625rem;width:31.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { top:41.3125rem;left:10.6875rem;width:26.3125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { top:0rem;left:0rem;width:47.75rem;height:33.082220367279rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0ageaF4vpEG6C1F3TRvsFtJ6tRhbSX { top:46.375rem;left:15rem;width:17.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxalVDJglfT7SoumgosOOy07T5NgBXls { display:block; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ek2Um4LtHGTRCFbGChAWht09G92v16Wn { top:2.9375rem;left:11.25rem;width:26.125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MoBUcNS6RX0JZzELPuTMnAmKcoWk19 { top:9.6875rem;left:0rem;width:15.3125rem;height:15.375184204642rem;display:block; }
 }@media only screen and (max-width: 763px) { #aob5sE2tGXvsKqalEAethGHe962Tttuv { top:9.6875rem;left:7.2495670318606rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HylAEqetJW1WoB1WzvhK7i8JOlb1pSHo { top:9.6875rem;left:27.343751907349rem;width:11.375rem;height:11.812257207536rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXfTAltKTN8Z2XukMEDSSwPTUMRv9yZC { top:9.75rem;left:34.5625rem;width:13.1875rem;height:11.508122756454rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXMaZhEIRbzeq7Um0FgqcvNPTI0arSWe { top:9.6875rem;left:32.4375rem;width:15.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FD8RgI4TxEH542khgR6NX4GBNsPD7c { top:9.625rem;left:32.3125rem;width:15.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKUoW9DGU7qfUIL9a4fkalTEOvGNgwZ1 { top:21.5rem;left:10.6875rem;width:15.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BVzkyLcJRMPllgGTPXtePqwOnRmTHS { top:9.75rem;left:25.375rem;width:15.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 { display:block; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s33AmnmInrO9spAiwGCqczHCCXwQzyvB { top:4.25rem;left:0rem;width:16.0625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUaOIrHQDCsPoDsTHPeMtbn4PzqmJO39 { top:4.4375rem;left:15.1875rem;width:32.5625rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy { top:10.1875rem;left:0rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF { top:10.1875rem;left:26.4375rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }#zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 { top:15rem;left:0rem;width:18.75rem;height:2.5rem;font-size:0.9375rem;display:block; }#EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI { top:15rem;left:26.4375rem;width:12.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }#WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M { top:19.3125rem;left:0rem;width:14.5rem;height:2.5rem;font-size:0.9375rem;display:block; }#kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #V040BMS11aCXnqrL3sLmyz9ISpJAMIBL { top:19.3125rem;left:26.4375rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#V040BMS11aCXnqrL3sLmyz9ISpJAMIBL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn { top:32.25rem;left:0rem;width:25.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ { top:32.25rem;left:17.625rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #J5toyNVA9hse8w4QlavwDO699WnmUGTU { top:38.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#J5toyNVA9hse8w4QlavwDO699WnmUGTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #e8xLgHt8iLE1csngs2DUkwavA7QxTClq { top:36.8125rem;left:16.8125rem;width:30.9375rem;height:9.75rem;font-size:0.875rem;display:block; }#e8xLgHt8iLE1csngs2DUkwavA7QxTClq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU { top:23.625rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #OTmNK4aFwy4XScpHicT8msqvTNIvFr0X { top:23.75rem;left:23.875rem;width:23.875rem;height:2.5rem;font-size:0.9375rem;display:block; }#OTmNK4aFwy4XScpHicT8msqvTNIvFr0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ACHqyXeev7wF0RamsulbqOOwxVt6OVFz { top:27.9375rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#ACHqyXeev7wF0RamsulbqOOwxVt6OVFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp { top:27.9375rem;left:26.4375rem;width:17.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }#KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp { top:52.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT { top:49.1875rem;left:16.625rem;width:31.125rem;height:9.75rem;font-size:0.875rem;display:block; }#oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #iALCGHw40l0R2mCBa2reUxhpilbNO0e6 { top:3.3125rem;left:0rem;width:47.625rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPUL6Cenhqzr1gKTnimvp9rDV07Fge5 { top:8.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #OlhpE8NIJ0VrQbHZi7im9wqCFhKZDCms { top:13.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sUTsGbALBWui3tBdom4tbTyhwzTB0r2A { top:18.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ry72FTFTWS1oNZR5AM48hb1TeC7MytAg { top:22.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q7ksBRbTd8fsUczbZIyqwWHD7H2bfzkO { top:26.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pTiJ7Tiq0zxdrQZ8ckE4xcS2f7tUtyoX { top:31.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IdV2FiP2R6Sb3mxPltWOMP0cD5N2hBmO { top:35.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Lli49L6yTAiefT99c4VTM4T2ZixoDXew { top:48.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4V8vCb0hTlUlr02XF6dEATW0kothRrF { top:3.3125rem;left:23.125rem;width:0.0625rem;height:56.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utiusqsCJt48pKGScEZAXXl5mnqJpQnV { display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { top:3.6875rem;left:10.6875rem;width:26.375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { top:8.5625rem;left:0rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { top:10.5625rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF8RW45oeIORO4fXFUMdLI9idvolPeSL { top:12.9375rem;left:0rem;width:16.875rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { top:12.9375rem;left:12.5625rem;width:19.875rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { top:10.5625rem;left:14.375rem;width:17.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { top:10.5625rem;left:27.25rem;width:20.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { top:13.5625rem;left:30.875rem;width:16.875rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { top:25.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { top:8.5625rem;left:11.75rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { top:8.5625rem;left:26.25rem;width:21.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { width:7.1875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWyWofe529fKBPz8wMddboMraoU16ZTU { width:7.4375rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z53floToZtZnntmAFgxXao9GZXHsRDqT { top:29.25rem;left:16.75rem;width:12.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhgvqtbMmrOlcqVvoo0gpkiABTUPi4X8 { top:105rem;left:0rem;width:6.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwz2IWwgWzK3zHy0eZC1c22LvGnSMWMC { display:none; }
 }@media only screen and (max-width: 763px) { #RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngq4Fpez1kCCD4Nomc2wGvy7Nk1bNcmi { top:29.25rem;left:16.75rem;width:12.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTKrW0kMGO3Egurhx3WXs9p3MAUDoZ72 { top:158.4375rem;left:0rem;width:6.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0ZM6PpT7A2oltvhWryNCMhMC9Oib1KT { display:none; }
 }@media only screen and (max-width: 763px) { #gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { width:7.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { display:none; }
 }@media only screen and (max-width: 763px) { #JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { top:219.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqRdZDHT33wsPE7Ar6AvUPlpey89sT4D { width:27.0625rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9b9hfKyN5S1ooAdFM9lTyGyxES97yVt { width:27.4375rem;height:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvZTCREmTmNwJGV9ISqFSElbQecikkIA { width:25.25rem;height:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzXoBObgCObUpn6nzzleBQXQs5m4wA0Q { top:147.0625rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rS0KTxbTqkXfvUhkAW9w8m8edqJTRQTK { top:150.5rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdZzKftXiHaTm8Tlx1d0LttEwNvedeXw { top:164.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiR6nbM8J0KTq8670VeRFakTAEEv5mRT { width:27.375rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8x5hUy6FxmHB0SGGOgczo8luTmNZys6 { top:166.9375rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVt8hQdHTwwldTJAyzBUePWgK9tIxTXx { top:170.625rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgMdQ1H8wTJWBQMLWeeDuhxkEnTSBwsy { top:174.375rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlyJpTp8KbuofNSoQwLlgE5CKys19gPG { top:177.3125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yArnBrqF5PATbEguLttlBU2mtRngKzIR { top:180.9375rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg7rM3wTELibKoJvcoCbOGAC7tBpDn5x { width:27.375rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JscChXaU61noM2gFMpX0xJ33TE1FkomJ { top:189.625rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDTtrrVRlS99hUzawUZ7VzUEHMGwpWDL { top:186rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2CV7d2nvTmWIohdJcuLym6DPTrZeypX { top:193.3125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNuOM5TzZc2D1APUmkiCxQ5KwfEbeSKh { top:200.125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XThBmQRSpW4VaHBR5BFo5kelTOVZMiKv { top:203.75rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsZPHWX504JmOv9NsZPyp9DC5FatyZBI { top:200.0625rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { width:30.5625rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { width:30.5rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hbn2przLIs2Ba4FaW8IuMBxRT6fNrL2v { top:31.875rem;left:0rem;width:47.75rem;height:21.132734504846rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8BzN7JXfimtSu0Nc25xPNHDbPoMqNVL { top:31.9375rem;left:0rem;width:47.75rem;height:21.262264150943rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEdrqfcZTR1TgmCb176M3cixv4gxtXbq { top:33.625rem;left:2.75rem;width:42.3125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta4cpsUtbODmmgB3JGzIAs8BrJfonmxx { top:33.625rem;left:2rem;width:43.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzqpbOwWAHUC2WNm7yNNRd1bI4hVuMOo { top:67.8125rem;left:13.875rem;width:20rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo { display:none; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QayiqTyi2Z91UnevnlLm7OOOEEzDTGNK { top:70.0625rem;left:17.5rem;width:12.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXx9OVzpXLRTmkaP55E2w6ZEhv40g1WT { top:111.0625rem;left:20.4375rem;width:6.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4C7RukBMTzRLrZrPfw0su2GvW0ZA5pw { top:110.75rem;left:17.5rem;width:12.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNisKbcmXdySPw0EnJJu1iflDSCnCZQ { top:152.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vayT44fvkuXmIggG7vyMo6dcgnLJ9yIh { top:194.8125rem;left:11.875rem;width:21.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9reqRU2ZEZLdFqcHunFf1pFkRZwuwV { top:70.375rem;left:20.4375rem;width:6.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBiirU0Inxw8WWaSek8wmLgzfssGNvd3 { width:7.1875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNsQbcEGICXFTeap51nQGdQK5tl30lKq { width:7.4375rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2tKuzWlxzJPsyokrAKWq6lMMu8t2XQM { top:29.25rem;left:16.75rem;width:12.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBecihy6KZJMKS0WDrPv6yRHnpkFPTDf { top:105rem;left:0rem;width:6.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdMGI5rZuVragHKrp09VGJlwaknRgIcX { display:none; }
 }@media only screen and (max-width: 763px) { #W9EZvvxK83E38doUAlcMDGNC4Q6e2eXK { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmRzacP6CKUD5El6lkowpGswzCAoDAmX { width:7.25rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvt1qoxq4ndTG5l0LTKzxihgDs4EghgT { top:29.25rem;left:16.75rem;width:12.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZSwE0sJvuDTCnMok4mPWtgAgtpiZpt4 { top:158.4375rem;left:0rem;width:6.875rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9wFk5TpE4cFPte0AOKm3kuVOVOf7V59 { display:none; }
 }@media only screen and (max-width: 763px) { #qoHwx9H7GR01Aovf83rNNflcsHJstKKl { width:7.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaTFT7Jcp7JGAxB2kGOMH5QoddS6iZHi { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZgnJlQnE3zB4a75DTGgtO2FSNrVJRfB { display:none; }
 }@media only screen and (max-width: 763px) { #htywUTsxWvriNq530Xkn4c1My8lG9xtB { width:7.25rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUt4ZZ6Lt6Qxm3woMRISD1AElKLNiuiu { top:219.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNLldoKshmz76z00SNCivoTqc4yxiu8P { top:40.75rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aitIapNRMUnwX3Bh4NEvamiFDekT8RTK { top:44.875rem;left:0rem;width:26rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJQUdNUwo4QTATgTTTMJNimBHxvygPfK { top:50.4375rem;left:0rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSbgxXosql4hMSNm1349Lfxmya7RguXc { top:56.5625rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERl0sDvcq2QkxxnRfZECUofffZqZk8dg { top:61.8125rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTssAiFA7OTockTUOoa1ay67ftng7w6 { top:40.75rem;left:26.625rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn8iuAeLMJhVu7Zqpgr3dDIrLMXsy03P { top:45.8125rem;left:21.75rem;width:26rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfSMZOJNb8phlEy2iZdebTEcPZq6G1cn { top:50.4375rem;left:22.375rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzi0XKLJftmR33Re5lqsCIUwQISmWPcV { top:56.625rem;left:22.375rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrdQA463sRIIRZIWTxRugs8424TlVEIx { top:61.8125rem;left:22.375rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlAvCC0zmsHc4pfQuvePu4GhDvIQkXDD { top:81.625rem;left:0rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L16mXTMSPwiNwB17ss7TVZ95xOnQ1Dzz { top:87rem;left:0rem;width:26rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI8O8ctuxALg0TgealErddTDnlqBQFRP { top:91.6875rem;left:0rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xASt09mTtQDqsfZkTfJOu4B5kdDlC57b { top:97.8125rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJXz6gWiFvGdPZqXDUm2kLOTDiJALtH { top:87.0625rem;left:20.5625rem;width:27.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVn7qm6Gin4ndXFB55KeMkTTP0bZs5Js { top:92.625rem;left:22.375rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzntCGBSPkU80GMqkQuaAaJSRIkdNx6z { top:97.8125rem;left:22.375rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLDSHQtseRcCUTcrrRUnJ6g48QGHKqB { top:81.625rem;left:22.625rem;width:25.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM1KQPUlxSH4Tp6CIT8wSM4sQBETrTqE { top:103.125rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrFyT6bd4FJsnkKbQlnxHartsbGTqQv { top:102.25rem;left:22.375rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHJbUGD0A2WDbXzm8UIv5FVdc9grG8d { top:122.3125rem;left:0rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9qpUW9Wn1i2XaXGmTAh7VAPr7iZ7hx { top:127.6875rem;left:0rem;width:26rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tluayox9Dx0qG817mhO3yy8IUEJ5Ulnk { top:133.375rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhfKNBWgt7wqoHCchvs3AdJaW8qfdZxN { top:137.5625rem;left:0rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlUzIf8tyngd7kvQ8fkJZKWdVU0hRKXp { top:127.6875rem;left:21.75rem;width:26rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH0FaVtt9qfOfMQx8RkATufUsGDoTAGE { top:132.3125rem;left:22.375rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEiJ6kXDVd2y0tZ6tHXMTcOnb6lF0bW4 { top:138.4375rem;left:22.375rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xth8PVAfSCQ7HRWep6GnwdxW1MFleMNn { top:122.3125rem;left:26.625rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8AKziCe9I77EFiWFIkIPNX4Ql4oriiN { top:143.8125rem;left:0rem;width:25.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSdpEPkemfKSaR6nmVv89Nd6s8U6IPk { top:142.875rem;left:22.375rem;width:25.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va78oHsOzkzBHwkdLgPE0tUkDS0zvzJ2 { top:3.9375rem;left:0rem;width:47.75rem;height:131.19068877551rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfuGbuRnQtXr0ibatsfwLzVMAeq5LpV9 { width:27.0625rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLsIFpXBPVd3wEfx6IP98KcBTubnfMOF { width:27.4375rem;height:30.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2inlMULw7O6xBk1mAlPmdfWenT9JCba { width:25.25rem;height:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #egTANKgbLdn1ZZC6LatPln7z1x93qLhx { top:147.0625rem;left:0rem;width:20rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsOZ015L9JEr9Ugvob2CsSTZImMv3R2I { top:150.5rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW3MX0FeDrlu09USUJL2tcBsAHk5W21d { top:164.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sX1e5Ixo88hskw5nroanPTvU58MXxl8a { width:27.375rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0bTzXqDt6TziP2CJWxPebvVtTR9C0sQ { top:166.9375rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8p5TvmEXXuPbNocywQD9JpfqzC6KMyq { top:170.625rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3c0SFTXuJVfW8hTuI3zThRGJPC84ung { top:174.375rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L14JoGDOQQF5Gp6WhKV8ZKTzFCMuOKS2 { top:177.3125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO3m2Fv66wXJ8TIbL4T3Izlv0VFo4cpb { top:180.9375rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M85bNWm1ICN8K1c0sJ0Jpc0EybXvb1sC { width:27.375rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #liFLycTu80vUGD5lBF3Wgd1dog68rVoP { top:189.625rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDDRnL1LWdTT34X5rRfbx0ecG02dsP72 { top:186rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z86f5Wh4zmufet8RpSXqDGC8TyoeGNgw { top:193.3125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwPoKx6k1acOSQ0NOSdEJk6IF0b1FPTX { top:200.125rem;left:0rem;width:14.25rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3TLiEehTc5b1RMS1okTQTINgBSftsw0 { top:203.75rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJJI0Tx427ZiFc6EWd1znyJdm4sDa3U5 { top:200.0625rem;left:0rem;width:14.25rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UORuH2TslaA9toPGMK0MoMRVTqi6The1 { width:30.5625rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hW85H65UzmKSSzWaOIedGnzTZ50h2x0E { width:30.5rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpsGrWHfhdIbHcoahReRSoOBO7DUcg6a { top:29rem;left:0rem;width:47.75rem;height:27.794103773585rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3DwAVTne2x957vAkDLBpJvKsxCyqCBO { top:70rem;left:0rem;width:47.75rem;height:27.749609608209rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhrbLUfelEVTr3vIuEkmWk7w3bmTvnEI { top:110.75rem;left:0rem;width:47.75rem;height:27.705690298507rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQC6ohxDACye9sBeQzanMD2uMHaR9bD1 { top:159rem;left:0rem;width:47.75rem;height:21.132938449472rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQsyDyXeIfSGwrZi1dKnzeX6Tnw3BMt4 { top:159.0625rem;left:0rem;width:47.75rem;height:21.262264150943rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGdaLNyeMubkcasW9vRPu1mHqSXR9DHi { display:none; }
 }@media only screen and (max-width: 763px) { #TQrJB3ycTOPgv9vXo1DCq50t7b3wKaAR { top:60.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lELhvTofxXvitDmscNg0LQZt9pNnm7Je { width:30.5625rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnQJx766UhWVScTJ3yTTrLLMZp5yMUKI { width:30.5rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCwoOqXJ9dJOXgtHJBaPG2xT3bEviLVq { top:55rem;left:0rem;width:20rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPQg504x6uZ2qBDGcXUiZVpHGO53QCXk { width:29.8125rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UabSzrGqRrqQiH423Fm33UxHBALM7ZdO { width:30.375rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNThNzdxX1UQw7iX1ou5wClPm7u0ThNP { top:194.8125rem;left:11.875rem;width:21.25rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS966gbhuqX4msabU3QSDQbA70zDAf4D { top:194.9375rem;left:13.875rem;width:20rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #041a1e, #1cdcfc);background-image: -moz-linear-gradient(180deg, #041a1e, #1cdcfc);background-image: -ms-linear-gradient(180deg, #041a1e, #1cdcfc);background-image: -o-linear-gradient(180deg, #041a1e, #1cdcfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#041a1e', endColorstr='#1cdcfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#041a1e', endColorstr='#1cdcfc' );";background-image: linear-gradient(180deg, #041a1e, #1cdcfc);background-size:cover !important;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:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzoNcPm21F5fHzDk49rHGJi9IDAtEufA { width:20rem;height:10.7831875rem;top:31.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNmRU0uTmisZkh1u3lzVkomHgedUeO5b { width:17.3125rem;height:1.6875rem;top:1.328125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nra6U0PUQVQ8TG9uOJUyFvwf23fFtGly { width:20rem;height:5.19921875rem;top:31.890625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWTpwvyoRyepxUJ0h81APvfOGMahNfiD { width:20rem;height:6rem;top:7.40625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc5Kf1GCWXmN2ZcsgbooF7KOz98TWg6J { width:20rem;height:5.19921875rem;top:29.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { width:20rem;height:29.9375rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { width:18.1875rem;height:33.5rem;top:28.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7slWynQnJqnNi0uFQIe4BBCXCpCXOP { top:18.311632156372rem;left:1.5310330986977rem;width:16.936875rem;height:3.81185rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zUThIV4mDsqCMuQKQ7fFyT0xF55G1l34 { top:9.203125rem;left:0.8125rem;width:18.375rem;height:1.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DmXuBwGWRSTrV8TQiAim8THomIxZJSqN { top:10.453125rem;left:0.125rem;width:19.875rem;height:3.25rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SS4QOsZLxgU5sos5zrvEZgETGwvdchUH { width:20rem;height:0;top:17.8125rem;left:1.3958333134651rem;font-size:2rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #AGd7mSDlUft73v1zgkWfMPxXnF4sCvcs { width:8.1875rem;height:0;top:6.0625rem;left:2.0208333134651rem;font-size:2rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #FTdarkt9Hxz2AH1aavlL1L7fw7tdarFc { top:3.9518229961395rem;left:0.34396702051162rem;width:19.311rem;height:4.0625rem;z-index:15015;font-family:poppins;color:#ffffff;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHQQbOv5H4mmLIa2H0kwx4EemdPZisqt { width:20rem;height:10.7831875rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O45rI2IhufH76Qp1nNu304mgcg1R4MoW { width:20rem;height:10.783333333333rem;top:83.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDzQEtxA4nGFHHBmxm0EAWxxtNUN6e5P { width:15.5rem;height:3.6875rem;top:65rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLuu0pqml6678UzCtoPFT3yrMziEe11D { width:15.999375rem;height:14.32075rem;top:12.154948234558rem;left:1.9997830986977rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#RLuu0pqml6678UzCtoPFT3yrMziEe11D li:before{  }
 }@media only screen and (max-width: 763px) { #PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz { display:block; }#PQrQWoJsEPZJmlnJgIRbgxmMxEEhT3fz > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX4JuK3BrHbiEbPifFJcae9upQNUUCnd { width:4.0625rem;height:4.0625rem;top:9.3413639068606rem;left:8.0312502980231rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ad6DoT5x1TbHklx4MbxSrKn7uVThvKJT { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myGAvR4aWi7PuZGvaQl8bmNwQ1FomdBd { width:20rem;height:20rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlQa55QaEsNLsWrAxpcoTr4ErEz9tNx3 { width:3.68706875rem;height:4.0625rem;top:31.218534469604rem;left:8.155382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbfL5aN0OxiA3gJy2plpQThk82zQvuJ { width:20rem;height:20rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFNCUAp5heOLGAB1n2KOW3G4g85EAhn { width:4rem;height:3.75rem;top:53.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzK6ODmTIuKT0HREpiX7roozGfQVnQv { width:12.5rem;height:1.7068125rem;top:15.000000476837rem;left:3.7500002980233rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPeRA60BB0GViBBClONT4J9DIU6TDzwm { width:12.5rem;height:1.625rem;top:17.111546039581rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udZHoue2gntEBedyiLgOZ1nCDEb0HwFb { width:15.8125rem;height:1.462675rem;top:19.361980915069rem;left:2.0930991768837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJIWUaJnXhwxF5LotsiiPzrMHomycJ2o { width:12.5rem;height:1.7068125rem;top:36.8125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWKB11zprkCWPmT43KbnXyS0lpyvJK4H { width:11.375rem;height:1.625rem;top:38.892578125rem;left:4.0302734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdLv0E0XzfFTGFDBZ9l1BKwVLCAR27EW { width:13.0625rem;height:1.462675rem;top:40.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkvsi04TWekIXbRhntB6xwbxX8VxEiT3 { width:9.5625rem;height:1.7068125rem;top:58.625rem;left:5.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5f1R9VrtyA7ZrP1CpBGJ3ER9cbSt9IV { width:7.0625rem;height:1.625rem;top:60.5625rem;left:6.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK2ZCnIsCEgJ8GCFDGD4TUuPTZi3yl5Q { width:13.25rem;height:1.462675rem;top:62.5rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5CfUHJrqC8l8AJEZtvT3ZWZLIr12pgU { width:20rem;height:10.089rem;top:23.24978351593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5NkO8INUvRFMl0OnoqOZLoMC7llz88t { width:20rem;height:10.499125rem;top:45.124784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36Cth0NXiu1d6EKIkN9sn6aVM3ExCkn { width:20rem;height:10.1171875rem;top:1.3747825622559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRT1OSGLFNNtLlgDpbZS08P83h8DNet3 { width:6.25rem;height:6.25rem;top:8.2476119995119rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub5dEJoPzFTtP5CXPUdhgNQCLTVpJCpd { width:6.3125rem;height:6.3125rem;top:51.96875rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LarIhgMbPxCrvSDlgSrCVNFZxo82zmVR { width:6.3125rem;height:6.3125rem;top:30.09375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5P2GSNCTaEplEwbn89KptiJ3wMkob0q { width:6.3125rem;height:6.3125rem;top:8.2158203125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 { display:block; }#R8WMb8rP0bpdv2T4bkqSnXrnSfybuqT4 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9xdPcOyUecVRJQdfrO4vayvUgDQ9crF { width:20rem;height:6rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifrlKPpiE5HTpdJIGZ9shsT6cvUfn6Z9 { width:16.1875rem;height:1.54296875rem;top:0.6875rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlouG6HUhoIWqtxFTlWuEUzacGLwdIlT { width:16.75rem;height:0.9746125rem;top:2.375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfg0Kyd1wGAvZTkRWxJQqrBiGeyhkBRM { width:17.375rem;height:0.25rem;top:4.111328125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOvUCvE53sTvRPvBiFHgb7NUiuGPmUT { width:20rem;height:2.11154375rem;top:5.099609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXf1Mc7SPxNLJAxQgFvK8yuxPOVTVIla { width:10.125rem;height:5rem;top:8.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybFSHloOurosN3taHe26meorDzff3KZF { width:9.8125rem;height:1.055775rem;top:9.5625rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkraVnDyVtrmGiZsZcMUzC8cnzNf9R60 { width:9.375rem;height:2.400175rem;top:10.75rem;left:9.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 { display:block; }#LWlAOqXw6nTJUiXCycyQcuz1p5Fgxx88 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqxp0EuEGqueLn2muec9rsaeXsVgVObt { width:20rem;height:3.849825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KfBPvrXoHxOFmLm2y2tLoCkgdUpzFDZz { width:20rem;height:3.298825rem;top:6.3496125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x70fnK22PAIu6rgSLsdRUxEzrfvdmoPA { width:20rem;height:16.0894375rem;top:26.689453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n01lohFnxsTtTEHaJVP07vb3lUFtqoy9 { width:20rem;height:13.2939375rem;top:11.521484375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(207deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(207deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(207deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );";background-image: linear-gradient(207deg, rgba(0,0,0,0.6), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container { background-color: transparent; background-image: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container > .video-iframe-container { display: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row > .video-iframe-container { display: none; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .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); }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container { border-width: 0; border-radius: 0; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI3ZQTeZ7qy8PpBMITXlM4PTvGmyoThb > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcswnMLnsxqP2OSDtcluQV8othfb5xB0 { width:20rem;height:6.2529375rem;top:18.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfT9s3HKHZK1TBSe6iZJ6wCnGAe2kzPR { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSsmOHeeEuVcWcMhTPAgctDkoTEgthTk { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TByCep53AC9oP1F7tisEQtLBiK3P2KxZ { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNmq1UQ9Ebh4T1zbcfmmrANFHczimKVm { width:4.375rem;height:3.5rem;top:51.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdXNFPLmzCHo1rIXLUk5JAh5hxGW0UTq { width:3.5rem;height:3.5rem;top:58.375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEE0HpnGZdFmvtO4mkLOwT0rlFwsXIBo { width:3.0625rem;height:3.5rem;top:55.125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHCR85QhAcwM6r7NVI2c6sKwQf93Nou0 { width:20rem;height:1.7871125rem;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfESe38huFOD8QlEvVZVXCSqSLXDOabJ { width:19.375rem;height:2.5996125rem;top:59.25rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpT1okDRDdIlztNoaulsJrsVgOCfsZVm { width:20rem;height:1.7871125rem;top:64rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOdgnzcMT5KXX446Fu9lbpHUJzsyDhNs { width:17.875rem;height:2.5996125rem;top:59.25rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUI2KpMAXn3TTvTKtW4VlekfwkfnRryv { width:20rem;height:1.7871125rem;top:67.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STk3lqWaDKm0BHzA2G8HHxACWzRa7z0W { width:17.875rem;height:2.5996125rem;top:59.1875rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVy5dlVycO3c272BGWknBm5dDteJZmro { width:20rem;height:3.574575rem;top:1.50390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNoOg6GC5wzTLzkeiRQGW7tA9SDSJqTW { width:20rem;height:12.417910447761rem;top:29.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #g5rB97Lie4aVKL0dQIRG8KnlivJ9DVkE { width:4.0625rem;height:3.25rem;top:30.6875rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rgZKJeUfT00QtSZDlNmfF4UIbFzBR838 { width:17.8125rem;height:1.7871125rem;top:35.9375rem;left:1.125rem;font-size:1.375rem;z-index:15013;color:#1cdcfc;display:block; }
 }@media only screen and (max-width: 763px) { #VOsTlM0mhGUMv2Uzhw1KP3QnqnyTTseH { width:19rem;height:2.2721375rem;top:38.375rem;left:0.5rem;font-size:0.875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGuqeh2tq9D0yNzQiudrWzoHK4OEGsPU { width:20rem;height:12.417910447761rem;top:43.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y9XIIAhgWL2op1aaFOSC64ggghO9fOkk { width:3.5rem;height:3.5rem;top:44.3125rem;left:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mAv4xB8VSKWzgSNXqrggU8NAXbJZGyew { width:12.75rem;height:1.7871125rem;top:49.6875rem;left:3.625rem;font-size:1.375rem;z-index:15014;color:#1cdcfc;display:block; }
 }@media only screen and (max-width: 763px) { #ZAiRUWDZlxDHw57vU1V53cCXQPV0d3zi { width:16.5625rem;height:2.2721375rem;top:52.125rem;left:1.75rem;font-size:0.875rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtL13yEfZLOLg4RLy0AvX9o7XB7VbuoI { width:20rem;height:12.417910447761rem;top:59.625rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ypDhvRSV4Mhy7Jc6Aa1WASLpuH78kLKQ { width:3.0625rem;height:3.5rem;top:66.9375rem;left:7.21875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #fcQA0KG5rUCQGGBhNkBh54A1vIPLvnQI { width:20rem;height:0;top:70.25rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #AqG3t5UkoRuBmxataV1HVlV2zmsd2no8 { width:17.875rem;height:0;top:69.412109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #vrmZkMV3zuHzBzI1UnqZUJMTvCVlpphO { width:20rem;height:12.417910447761rem;top:45.6875rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #KiP9pQc6ZdnkbSEnOT6LaFRm4agDbDPl { width:3.0625rem;height:3.5rem;top:46.5rem;left:5.90625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Tqu3lT2WuXHpTvk5LMVbKGRvpCw79kO1 { width:20rem;height:0;top:52.0625rem;left:1.53125rem;font-size:1.375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #qQTSe1L7f3yBvCGU1chX5oTwul3KOaIP { width:17.875rem;height:0;top:54.162109375rem;left:3.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Aqs4Gm9unprfcH0KbubOllgKZ2IKtA3X { width:20rem;height:12.417910447761rem;top:57.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KQ7l3og9p3FIWSH9cJNXpO1SBHT5Aa3Q { width:12.75rem;height:1.7871125rem;top:63.375rem;left:3.625rem;font-size:1.375rem;z-index:15018;text-align:center;text-align-last:center;color:#1cdcfc;display:block; }
 }@media only screen and (max-width: 763px) { #Ourttgv8ubLtFgCviZqBL8vvetHKCfJA { width:16.5625rem;height:2.2721375rem;top:65.75rem;left:1.75rem;font-size:0.875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2XNcvfxsStNxgqtGMqdVmwTBJyhbVWm { width:4.5rem;height:4.5rem;top:63.0625rem;left:8.03125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #bwXlQtM3Sy5Oy4TBHVCAEELfoHwOu9G4 { top:57.9375rem;left:0.875rem;width:3.1875rem;height:3.625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jw6C04gWxNh0sflo7dC13b34n4qyyavx { width:20rem;height:10.75rem;top:7.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNAoRspPqegSzxTLL4OHob5uXcwLbW19 { width:20rem;height:13.183333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLWDDaSbk5loeO8naQl7LsTTzXofP9Hh { width:20rem;height:6.28225rem;top:24.921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ph5mk2WqiryA2xEPzCW3OHfVTFUZokxK { width:20rem;height:0.3125rem;top:5.390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAhvpmE4Q6cfS28naTZTJO1dGlLXgOHd { width:20rem;height:1.6875rem;top:56.542rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSbRSubOA1TlIr1o1xvJoShdLyxVD4Pu { top:10.4375rem;left:0rem;width:20rem;height:11.0625rem;z-index:15030;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVINPkZbUnsiZTmAE3c9lCH6T3JiwDkw { top:16.625rem;left:0rem;width:20rem;height:11.375rem;z-index:14990;background-color:#ffffff;background-image:none;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUZVeP9yUeJ6EJNcig7B1tnOcUNR3BK3 { top:18.9375rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15031;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6x3QeUvU19THkuoDHP5TfXGSXZtOqEW { top:20.892578125rem;left:0.625rem;width:19.375rem;height:3.4121125rem;z-index:15033;font-family:poppins;font-weight:700;font-style:normal;color:#37a1fa;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZTvol2z6PXPVaSaiATPisJEWqL6Dxiw { top:20.943359375rem;left:0.65625rem;width:18.6875rem;height:3.0625rem;z-index:15032;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vCTfv8DRC3v5wVG6dHO47r88frSRPhnz { top:24.8046875rem;left:0rem;width:20rem;height:2.4375rem;z-index:15032;text-align:center;text-align-last:center;font-family:poppins;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container { background-color: transparent; background-image: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container > .video-iframe-container { display: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row > .video-iframe-container { display: none; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .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); }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container { border-width: 0; border-radius: 0; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRPfiHupKdE3GzcuDDzHQAhXnedgq0dh > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mucR4Axw5vZO7ustpNwJpOpkpR3xRn7K { width:15.8125rem;height:3.4375rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.63), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.63), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { background-color: transparent; background-image: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { display: none; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .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); }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { border-width: 0; border-radius: 0; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzeLu74xVeLGVdIeSTwO2VE4eX8A5D0l > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK0ew3qWEVlgnEb1kdhTeAnSNIbOtpR4 { width:20rem;height:4.71136875rem;top:0.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bw5K43ShctcNHAdicFod8zaxeWs49uDa { width:20rem;height:8.4461875rem;top:7.8359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvCnOIwohmDiwVFwSdozVfCvWL7bqUqg { width:20rem;height:0.375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7DS4ISJwkwaEOiEEJFZfZwwJ4HanL58 { width:20rem;height:3.45051875rem;top:20.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLa0oNgmdQTNVOnvvI2sMoXa6JsnnnIk { width:20rem;height:3.326175rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fopl6kdk2mMlchIpmcbbKAVg4Aid2beT { width:20rem;height:3.326175rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEBLvMHAKg8BIQ3oJ9sxypLpIwtuxbK { width:20rem;height:3.326175rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPplpvRtVh9TxdVGarfVwAs76qFCScb { width:20rem;height:3.326175rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTCxu7MfZO4LWTTatz0SkGkVDI0hEMH { width:20rem;height:2.4375rem;top:45.95051574707rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIzgX61f9BVmZxVLz1cWgWygRyGSGxDV { width:20rem;height:13.8125rem;top:34.279296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zF0ageaF4vpEG6C1F3TRvsFtJ6tRhbSX { width:14.75rem;height:2.5996125rem;top:50.2001953125rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxalVDJglfT7SoumgosOOy07T5NgBXls { display:block; }#MxalVDJglfT7SoumgosOOy07T5NgBXls > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ek2Um4LtHGTRCFbGChAWht09G92v16Wn { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4MoBUcNS6RX0JZzELPuTMnAmKcoWk19 { width:20rem;height:20.0803125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aob5sE2tGXvsKqalEAethGHe962Tttuv { width:20rem;height:20rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HylAEqetJW1WoB1WzvhK7i8JOlb1pSHo { width:14.8125rem;height:15.4375rem;top:48.9375rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CXfTAltKTN8Z2XukMEDSSwPTUMRv9yZC { width:17.1245625rem;height:14.874125rem;top:72.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXMaZhEIRbzeq7Um0FgqcvNPTI0arSWe { width:19.9375rem;height:15.125rem;top:72.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FD8RgI4TxEH542khgR6NX4GBNsPD7c { width:20rem;height:24.1875rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKUoW9DGU7qfUIL9a4fkalTEOvGNgwZ1 { width:19.75rem;height:5.5rem;top:70.625rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #E8BVzkyLcJRMPllgGTPXtePqwOnRmTHS { width:20rem;height:22.0625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 { display:block; }#TJ3tnV3BnniZTThrihe02VLf5yZ6SHp2 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s33AmnmInrO9spAiwGCqczHCCXwQzyvB { width:7.249375rem;height:1.7068125rem;top:4.3125rem;left:1.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OUaOIrHQDCsPoDsTHPeMtbn4PzqmJO39 { width:8.2498125rem;height:2.76041875rem;top:4.3125rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy { width:8.9985rem;height:1.40625rem;top:9.875rem;left:0.25rem;font-size:0.9375rem;display:block; }#HSHd39Pzx0kTkBlOLSNPuk4V9X9mpDKy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF { width:5.68685rem;height:1.50065rem;top:9.8125rem;left:11.25rem;font-size:1rem;display:block; }#zUPTX2qNAOyi16CQvMma5IOcDUDX7MyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 { width:10.999375rem;height:1.40625rem;top:13.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }#EVVs8sP90DrNwFunAXfGg0oLqpGPRNm3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI { width:5.68685rem;height:1.40625rem;top:13.5625rem;left:11.25rem;font-size:0.9375rem;display:block; }#WWv4KK1cV4QsZT9JWz9rfKuPFVlXwkxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M { width:9.4998125rem;height:1.40625rem;top:17.25rem;left:0.25rem;font-size:0.9375rem;display:block; }#kPDDIbNlgbdq2MgAI3aciXaI5VAX6l5M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #V040BMS11aCXnqrL3sLmyz9ISpJAMIBL { width:6.0612rem;height:1.40625rem;top:17.25rem;left:11.25rem;font-size:0.9375rem;display:block; }#V040BMS11aCXnqrL3sLmyz9ISpJAMIBL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn { width:10.4980625rem;height:2.8125rem;top:29.8125rem;left:0.25rem;font-size:0.9375rem;display:block; }#FbF3mtZCBtL2Vi7dHkpCfUMayAuPnkKn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ { width:7.8125rem;height:4.21875rem;top:29.8125rem;left:11.25rem;font-size:0.9375rem;display:block; }#xvLer8w52lrWJZGHFtC8eFdUGtsxCKyJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #J5toyNVA9hse8w4QlavwDO699WnmUGTU { width:9.375rem;height:1.40625rem;top:36.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#J5toyNVA9hse8w4QlavwDO699WnmUGTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #e8xLgHt8iLE1csngs2DUkwavA7QxTClq { width:8.936625rem;height:11.806625rem;top:36.0625rem;left:11.125rem;font-size:0.875rem;display:block; }#e8xLgHt8iLE1csngs2DUkwavA7QxTClq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU { width:10.625rem;height:1.40625rem;top:21.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#ih4l7EHTyIpUEufoe0ybCo7pnqgfTDaU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #OTmNK4aFwy4XScpHicT8msqvTNIvFr0X { width:6.7480625rem;height:2.8125rem;top:21.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#OTmNK4aFwy4XScpHicT8msqvTNIvFr0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ACHqyXeev7wF0RamsulbqOOwxVt6OVFz { width:6.4995625rem;height:1.40625rem;top:26.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#ACHqyXeev7wF0RamsulbqOOwxVt6OVFz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp { width:5.99935rem;height:1.40625rem;top:26.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#KqSAW8XTqKkkcuOiCbdsQLxGRd71Kbfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp { width:8.5623125rem;height:1.40625rem;top:51.3125rem;left:0.25rem;font-size:0.9375rem;display:block; }#oGmya2XBfgKyBLAuOqyNObQZ5sNd8TTp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT { width:8.6870625rem;height:13.1185rem;top:51.31184387207rem;left:11.312283813953rem;font-size:0.875rem;display:block; }#oqTXtdm7Iuo0Loa8uvTeESyXUGhAypuT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #iALCGHw40l0R2mCBa2reUxhpilbNO0e6 { width:19.875rem;height:63rem;top:3.0609741210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPUL6Cenhqzr1gKTnimvp9rDV07Fge5 { width:20rem;height:0.0618489375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlhpE8NIJ0VrQbHZi7im9wqCFhKZDCms { width:20rem;height:0.0618489375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTsGbALBWui3tBdom4tbTyhwzTB0r2A { width:20rem;height:0.0618489375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry72FTFTWS1oNZR5AM48hb1TeC7MytAg { width:20rem;height:0.0618489375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ksBRbTd8fsUczbZIyqwWHD7H2bfzkO { width:20rem;height:0.0618489375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTiJ7Tiq0zxdrQZ8ckE4xcS2f7tUtyoX { width:20rem;height:0.0618489375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdV2FiP2R6Sb3mxPltWOMP0cD5N2hBmO { width:20rem;height:0.0618489375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lli49L6yTAiefT99c4VTM4T2ZixoDXew { width:20rem;height:0.124783125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4V8vCb0hTlUlr02XF6dEATW0kothRrF { width:0.0625rem;height:63rem;top:3.125rem;left:10.686849892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #utiusqsCJt48pKGScEZAXXl5mnqJpQnV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#af000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { background-color: transparent; background-image: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { display: none; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .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); }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { border-width: 0; border-radius: 0; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrIxE9BnFnHgCWrNT9nmcoAHSr6H0M8m { width:20rem;height:10.5224375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eZ12rsXGTlxELNouXTHXzSTbTp37I8 { width:14.9375rem;height:1.7872875rem;top:7.9365234375rem;left:2.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XF8RW45oeIORO4fXFUMdLI9idvolPeSL { width:19.875rem;height:3.50260625rem;top:10.9736328125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmp6vZlGdSmiIMkL7wPDAxAyTdDmZ3Gt { width:19.75rem;height:4.40104375rem;top:23.18359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvACNbTQvC4UIEWQeXRr7hGSfBToxDh3 { width:17.5rem;height:1.7872875rem;top:20.146484375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiLsgM1ixWEHadLRONxcU07BWrQU53HJ { width:20rem;height:1.7871125rem;top:32.54296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDr36r5Cy9GEg7uc8VkBvrBO4NsQyngD { width:18.4375rem;height:3.50260625rem;top:35.580078125rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVUKiXfDT7GlPaPdbZhwLeI39EaxTsA { width:20rem;height:2.69965rem;top:206.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIQtxB50yRLR7tzcZee0xe7gnHPO3gk4 { width:20rem;height:10.4375rem;top:18.896484375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ospxrAfV8ADr4CwG8gVxTwI4pmTKbS6i { width:20rem;height:10.5224375rem;top:31.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMy9KTRLsb1Roxq92KqMJvhROxUIUT2w { top:92.254779815675rem;left:0rem;width:18.6870625rem;height:20.374375rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MWyWofe529fKBPz8wMddboMraoU16ZTU { top:82.892799377444rem;left:0.62500005960463rem;width:18.75rem;height:19.375rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z53floToZtZnntmAFgxXao9GZXHsRDqT { width:10.6875rem;height:2.4375rem;top:100.1875rem;left:4.6875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #BhgvqtbMmrOlcqVvoo0gpkiABTUPi4X8 { width:6.875rem;height:2.192925rem;top:100.3125rem;left:6.5625rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #rwz2IWwgWzK3zHy0eZC1c22LvGnSMWMC { top:103.25rem;left:0rem;width:19.875rem;height:47.125rem;z-index:15028;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #RrZeDAwvSvc1s6Tqhtq9febCMl70h4XF { top:116.43989372253rem;left:0.62500005960463rem;width:18.75rem;height:20rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #h8duHffn9F2yESpyM5Oz3fTql3sNc54Q { top:138.00565338135rem;left:0rem;width:18.75rem;height:20.374375rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ngq4Fpez1kCCD4Nomc2wGvy7Nk1bNcmi { width:10.6875rem;height:2.4375rem;top:153rem;left:4.6875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #kTKrW0kMGO3Egurhx3WXs9p3MAUDoZ72 { width:6.875rem;height:2.192925rem;top:153.125rem;left:6.5625rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #K0ZM6PpT7A2oltvhWryNCMhMC9Oib1KT { top:156.125rem;left:0rem;width:19.8730625rem;height:46.9998125rem;z-index:14991;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #gkyN5pFxwTcvWfucCWF4TyuodKkADaBl { top:162.625rem;left:0.625rem;width:18.75rem;height:20.1875rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pXHbeTPsVZwW0mDHSGEhUbTLXv3BhXgX { top:185.4375rem;left:0.625rem;width:18.75rem;height:20rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tn8gvF55aZMWDxMs19tEzlsvpRLl42Xq { top:210.375rem;left:0rem;width:19.875rem;height:25.8125rem;z-index:15036;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #JOTcmXJKbO65zHQX47HTZ1x2vCfCadVr { top:260.4375rem;left:0rem;width:20rem;height:21.375rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hKSfM4g578Q5zAgHREgh5PtcZ1vODckW { top:211.625rem;left:0rem;width:20rem;height:1.462675rem;z-index:15039;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqRdZDHT33wsPE7Ar6AvUPlpey89sT4D { top:105.12478637695rem;left:1.1241319775581rem;width:18.8748125rem;height:20.7498125rem;z-index:15086;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #q9b9hfKyN5S1ooAdFM9lTyGyxES97yVt { top:105.69444847107rem;left:1.1241319775581rem;width:18.8748125rem;height:21.1870625rem;z-index:15087;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EvZTCREmTmNwJGV9ISqFSElbQecikkIA { top:128.0625rem;left:0.5625rem;width:18.8748125rem;height:20.499125rem;z-index:15088;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mzXoBObgCObUpn6nzzleBQXQs5m4wA0Q { width:14.3120625rem;height:2.2482625rem;top:142.375rem;left:2.875rem;font-size:0.9375rem;z-index:15089;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #rS0KTxbTqkXfvUhkAW9w8m8edqJTRQTK { width:14.311rem;height:1.12413125rem;top:146.625rem;left:2.875rem;font-size:0.9375rem;z-index:15090;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JdZzKftXiHaTm8Tlx1d0LttEwNvedeXw { top:158rem;left:6.875rem;width:6.25rem;height:1.2999125rem;z-index:15091;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aiR6nbM8J0KTq8670VeRFakTAEEv5mRT { top:160.75rem;left:0.5625rem;width:18.875rem;height:17.4375rem;z-index:14992;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #t8x5hUy6FxmHB0SGGOgczo8luTmNZys6 { width:14.311rem;height:1.12413125rem;top:161.625rem;left:2.875rem;font-size:0.9375rem;z-index:15091;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fVt8hQdHTwwldTJAyzBUePWgK9tIxTXx { width:14.311rem;height:1.12413125rem;top:165.3125rem;left:2.875rem;font-size:0.9375rem;z-index:15092;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AgMdQ1H8wTJWBQMLWeeDuhxkEnTSBwsy { width:14.311rem;height:2.2482625rem;top:168.5625rem;left:2.875rem;font-size:0.9375rem;z-index:15093;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #XlyJpTp8KbuofNSoQwLlgE5CKys19gPG { width:14.311rem;height:2.2482625rem;top:172.125rem;left:2.875rem;font-size:0.9375rem;z-index:15094;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #yArnBrqF5PATbEguLttlBU2mtRngKzIR { width:14.311rem;height:2.2482625rem;top:175.75rem;left:2.875rem;font-size:0.9375rem;z-index:15095;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Eg7rM3wTELibKoJvcoCbOGAC7tBpDn5x { top:183.4375rem;left:0.5625rem;width:18.875rem;height:17.4375rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JscChXaU61noM2gFMpX0xJ33TE1FkomJ { width:13.6870625rem;height:2.2482625rem;top:183.75rem;left:3.125rem;font-size:0.9375rem;z-index:15098;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #uDTtrrVRlS99hUzawUZ7VzUEHMGwpWDL { top:180.8125rem;left:6.8125rem;width:6.311875rem;height:1.2999125rem;z-index:15098;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2CV7d2nvTmWIohdJcuLym6DPTrZeypX { width:12.3123125rem;height:2.2482625rem;top:187.375rem;left:3.8125rem;font-size:0.9375rem;z-index:15099;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MNuOM5TzZc2D1APUmkiCxQ5KwfEbeSKh { width:14.311rem;height:2.2482625rem;top:191.3125rem;left:2.875rem;font-size:0.9375rem;z-index:15101;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #XThBmQRSpW4VaHBR5BFo5kelTOVZMiKv { width:14.311rem;height:1.12413125rem;top:199rem;left:2.875rem;font-size:0.9375rem;z-index:15102;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #lsZPHWX504JmOv9NsZPyp9DC5FatyZBI { width:14.311rem;height:1.12413125rem;top:195.4375rem;left:2.875rem;font-size:0.9375rem;z-index:15102;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #EBuXPyFt8lGzNFLerDxcDzTEDhwyrfsQ { top:214.3125rem;left:0.4375rem;width:18.936625rem;height:12.3123125rem;z-index:15103;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ugJPRALhfCLZ4icVZr5xG7hoGswMrFrb { top:227.125rem;left:0.3125rem;width:18.9375rem;height:7.4375rem;z-index:15104;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Hbn2przLIs2Ba4FaW8IuMBxRT6fNrL2v { width:20rem;height:8.8509375rem;top:243.33551406861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8BzN7JXfimtSu0Nc25xPNHDbPoMqNVL { width:20rem;height:8.9056603773587rem;top:243.30839162026rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEdrqfcZTR1TgmCb176M3cixv4gxtXbq { width:20rem;height:0;top:134.4365rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ta4cpsUtbODmmgB3JGzIAs8BrJfonmxx { width:20rem;height:3rem;top:135.748046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzqpbOwWAHUC2WNm7yNNRd1bI4hVuMOo { width:20rem;height:4.5rem;top:134.310546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.66), rgba(0,0,0,0.78));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.66), rgba(0,0,0,0.78));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.66), rgba(0,0,0,0.78));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.66), rgba(0,0,0,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#c6000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000000', endColorstr='#c6000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.66), rgba(0,0,0,0.78));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container { background-color: transparent; background-image: none; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container > .video-iframe-container { display: none; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row > .video-iframe-container { display: none; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .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); }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container { border-width: 0; border-radius: 0; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZN4XcPrNQ7eOTWHMbTVTXvQ0ZUqwIPo > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QayiqTyi2Z91UnevnlLm7OOOEEzDTGNK { width:12.75rem;height:3.4375rem;top:133.6875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXx9OVzpXLRTmkaP55E2w6ZEhv40g1WT { width:6.875rem;height:2.5996125rem;top:140.5625rem;left:10.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4C7RukBMTzRLrZrPfw0su2GvW0ZA5pw { width:12.75rem;height:3.4375rem;top:140.25rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyNisKbcmXdySPw0EnJJu1iflDSCnCZQ { width:20rem;height:2.69965rem;top:206.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vayT44fvkuXmIggG7vyMo6dcgnLJ9yIh { width:14.6235rem;height:2.74956875rem;top:54.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mg9reqRU2ZEZLdFqcHunFf1pFkRZwuwV { width:6.875rem;height:2.5996125rem;top:134rem;left:10.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBiirU0Inxw8WWaSek8wmLgzfssGNvd3 { top:92.254779815675rem;left:0rem;width:18.6870625rem;height:20.374375rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lNsQbcEGICXFTeap51nQGdQK5tl30lKq { top:82.892799377444rem;left:0.62500005960463rem;width:18.75rem;height:19.375rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z2tKuzWlxzJPsyokrAKWq6lMMu8t2XQM { width:10.6875rem;height:2.4375rem;top:100.1875rem;left:4.6875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #WBecihy6KZJMKS0WDrPv6yRHnpkFPTDf { width:6.875rem;height:2.192925rem;top:100.3125rem;left:6.5625rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #xdMGI5rZuVragHKrp09VGJlwaknRgIcX { top:103.25rem;left:0rem;width:19.875rem;height:47.125rem;z-index:15028;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #W9EZvvxK83E38doUAlcMDGNC4Q6e2eXK { top:116.43989372253rem;left:0.62500005960463rem;width:18.75rem;height:20rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CmRzacP6CKUD5El6lkowpGswzCAoDAmX { top:138.00565338135rem;left:0rem;width:18.75rem;height:20.374375rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gvt1qoxq4ndTG5l0LTKzxihgDs4EghgT { width:10.6875rem;height:2.4375rem;top:153rem;left:4.6875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #XZSwE0sJvuDTCnMok4mPWtgAgtpiZpt4 { width:6.875rem;height:2.192925rem;top:153.125rem;left:6.5625rem;font-size:1.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #D9wFk5TpE4cFPte0AOKm3kuVOVOf7V59 { top:156.125rem;left:0rem;width:19.8730625rem;height:46.9998125rem;z-index:14991;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #qoHwx9H7GR01Aovf83rNNflcsHJstKKl { top:162.625rem;left:0.625rem;width:18.75rem;height:20.1875rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oaTFT7Jcp7JGAxB2kGOMH5QoddS6iZHi { top:185.4375rem;left:0.625rem;width:18.75rem;height:20rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tZgnJlQnE3zB4a75DTGgtO2FSNrVJRfB { top:210.375rem;left:0rem;width:19.875rem;height:25.8125rem;z-index:15036;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:none; }
 }@media only screen and (max-width: 763px) { #htywUTsxWvriNq530Xkn4c1My8lG9xtB { top:260.4375rem;left:0rem;width:20rem;height:21.375rem;z-index:15038;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SUt4ZZ6Lt6Qxm3woMRISD1AElKLNiuiu { top:211.625rem;left:0rem;width:20rem;height:1.462675rem;z-index:15039;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNLldoKshmz76z00SNCivoTqc4yxiu8P { width:20rem;height:1.7871125rem;top:284.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aitIapNRMUnwX3Bh4NEvamiFDekT8RTK { width:20rem;height:3.57421875rem;top:292.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJQUdNUwo4QTATgTTTMJNimBHxvygPfK { width:20rem;height:3.57421875rem;top:297.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSbgxXosql4hMSNm1349Lfxmya7RguXc { width:20rem;height:1.7871125rem;top:303.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERl0sDvcq2QkxxnRfZECUofffZqZk8dg { width:20rem;height:3.57421875rem;top:308.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSTssAiFA7OTockTUOoa1ay67ftng7w6 { width:20rem;height:3.57421875rem;top:265.37436676026rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn8iuAeLMJhVu7Zqpgr3dDIrLMXsy03P { width:20rem;height:1.7871125rem;top:287.4370803833rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfSMZOJNb8phlEy2iZdebTEcPZq6G1cn { width:20rem;height:3.57421875rem;top:298.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nzi0XKLJftmR33Re5lqsCIUwQISmWPcV { width:20rem;height:1.7871125rem;top:303.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrdQA463sRIIRZIWTxRugs8424TlVEIx { width:20rem;height:1.7871125rem;top:319.31100463868rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlAvCC0zmsHc4pfQuvePu4GhDvIQkXDD { width:20rem;height:1.7871125rem;top:336.71661167297rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L16mXTMSPwiNwB17ss7TVZ95xOnQ1Dzz { width:20rem;height:3.57421875rem;top:342.09094028626rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI8O8ctuxALg0TgealErddTDnlqBQFRP { width:20rem;height:3.57421875rem;top:347.72788601074rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xASt09mTtQDqsfZkTfJOu4B5kdDlC57b { width:20rem;height:1.7871125rem;top:352.96661167297rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVJXz6gWiFvGdPZqXDUm2kLOTDiJALtH { width:20rem;height:1.7871125rem;top:342.09094028626rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVn7qm6Gin4ndXFB55KeMkTTP0bZs5Js { width:20rem;height:3.57421875rem;top:347.72789936218rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzntCGBSPkU80GMqkQuaAaJSRIkdNx6z { width:20rem;height:3.57421875rem;top:352.08336811218rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTLDSHQtseRcCUTcrrRUnJ6g48QGHKqB { width:20rem;height:1.7871125rem;top:336.71661167297rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QM1KQPUlxSH4Tp6CIT8wSM4sQBETrTqE { width:20rem;height:3.57421875rem;top:358.34094028626rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFrFyT6bd4FJsnkKbQlnxHartsbGTqQv { width:20rem;height:3.57421875rem;top:358.34094028626rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSHJbUGD0A2WDbXzm8UIv5FVdc9grG8d { width:20rem;height:1.7871125rem;top:377.15386753235rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kt9qpUW9Wn1i2XaXGmTAh7VAPr7iZ7hx { width:20rem;height:1.7871125rem;top:382.52932529602rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tluayox9Dx0qG817mhO3yy8IUEJ5Ulnk { width:20rem;height:3.57421875rem;top:388.16626529846rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhfKNBWgt7wqoHCchvs3AdJaW8qfdZxN { width:20rem;height:3.57421875rem;top:392.52281742249rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlUzIf8tyngd7kvQ8fkJZKWdVU0hRKXp { width:20rem;height:3.57421875rem;top:381.64716510925rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AH0FaVtt9qfOfMQx8RkATufUsGDoTAGE { width:20rem;height:3.57421875rem;top:387.27216510925rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEiJ6kXDVd2y0tZ6tHXMTcOnb6lF0bW4 { width:20rem;height:1.7871125rem;top:393.40389804992rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xth8PVAfSCQ7HRWep6GnwdxW1MFleMNn { width:20rem;height:3.57421875rem;top:376.27281742249rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8AKziCe9I77EFiWFIkIPNX4Ql4oriiN { width:20rem;height:3.57421875rem;top:398.77932529602rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQSdpEPkemfKSaR6nmVv89Nd6s8U6IPk { width:20rem;height:1.7871125rem;top:398.79126529846rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #va78oHsOzkzBHwkdLgPE0tUkDS0zvzJ2 { width:20rem;height:54.866666666667rem;top:260.21375274658rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfuGbuRnQtXr0ibatsfwLzVMAeq5LpV9 { top:105.12478637695rem;left:1.1241319775581rem;width:18.8748125rem;height:20.7498125rem;z-index:15086;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XLsIFpXBPVd3wEfx6IP98KcBTubnfMOF { top:105.69444847107rem;left:1.1241319775581rem;width:18.8748125rem;height:21.1870625rem;z-index:15087;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #m2inlMULw7O6xBk1mAlPmdfWenT9JCba { top:128.0625rem;left:0.5625rem;width:18.8748125rem;height:20.499125rem;z-index:15088;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #egTANKgbLdn1ZZC6LatPln7z1x93qLhx { width:14.3120625rem;height:2.2482625rem;top:142.375rem;left:2.875rem;font-size:0.9375rem;z-index:15089;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fsOZ015L9JEr9Ugvob2CsSTZImMv3R2I { width:14.311rem;height:1.12413125rem;top:146.625rem;left:2.875rem;font-size:0.9375rem;z-index:15090;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #GW3MX0FeDrlu09USUJL2tcBsAHk5W21d { top:158rem;left:6.875rem;width:6.25rem;height:1.2999125rem;z-index:15091;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sX1e5Ixo88hskw5nroanPTvU58MXxl8a { top:160.75rem;left:0.5625rem;width:18.875rem;height:17.4375rem;z-index:14992;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Q0bTzXqDt6TziP2CJWxPebvVtTR9C0sQ { width:14.311rem;height:1.12413125rem;top:161.625rem;left:2.875rem;font-size:0.9375rem;z-index:15091;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #I8p5TvmEXXuPbNocywQD9JpfqzC6KMyq { width:14.311rem;height:1.12413125rem;top:165.3125rem;left:2.875rem;font-size:0.9375rem;z-index:15092;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #L3c0SFTXuJVfW8hTuI3zThRGJPC84ung { width:14.311rem;height:2.2482625rem;top:168.5625rem;left:2.875rem;font-size:0.9375rem;z-index:15093;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #L14JoGDOQQF5Gp6WhKV8ZKTzFCMuOKS2 { width:14.311rem;height:2.2482625rem;top:172.125rem;left:2.875rem;font-size:0.9375rem;z-index:15094;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #dO3m2Fv66wXJ8TIbL4T3Izlv0VFo4cpb { width:14.311rem;height:2.2482625rem;top:175.75rem;left:2.875rem;font-size:0.9375rem;z-index:15095;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #M85bNWm1ICN8K1c0sJ0Jpc0EybXvb1sC { top:183.4375rem;left:0.5625rem;width:18.875rem;height:17.4375rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #liFLycTu80vUGD5lBF3Wgd1dog68rVoP { width:13.6870625rem;height:2.2482625rem;top:183.75rem;left:3.125rem;font-size:0.9375rem;z-index:15098;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DDDRnL1LWdTT34X5rRfbx0ecG02dsP72 { top:180.8125rem;left:6.8125rem;width:6.311875rem;height:1.2999125rem;z-index:15098;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z86f5Wh4zmufet8RpSXqDGC8TyoeGNgw { width:12.3123125rem;height:2.2482625rem;top:187.375rem;left:3.8125rem;font-size:0.9375rem;z-index:15099;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fwPoKx6k1acOSQ0NOSdEJk6IF0b1FPTX { width:14.311rem;height:2.2482625rem;top:191.3125rem;left:2.875rem;font-size:0.9375rem;z-index:15101;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #f3TLiEehTc5b1RMS1okTQTINgBSftsw0 { width:14.311rem;height:1.12413125rem;top:199rem;left:2.875rem;font-size:0.9375rem;z-index:15102;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #aJJI0Tx427ZiFc6EWd1znyJdm4sDa3U5 { width:14.311rem;height:1.12413125rem;top:195.4375rem;left:2.875rem;font-size:0.9375rem;z-index:15102;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #UORuH2TslaA9toPGMK0MoMRVTqi6The1 { top:214.3125rem;left:0.4375rem;width:18.936625rem;height:12.3123125rem;z-index:15103;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hW85H65UzmKSSzWaOIedGnzTZ50h2x0E { top:227.125rem;left:0.3125rem;width:18.9375rem;height:7.4375rem;z-index:15104;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TpsGrWHfhdIbHcoahReRSoOBO7DUcg6a { width:20rem;height:11.641452830189rem;top:247.83855800781rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3DwAVTne2x957vAkDLBpJvKsxCyqCBO { width:20rem;height:11.622873134328rem;top:260.72918300781rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhrbLUfelEVTr3vIuEkmWk7w3bmTvnEI { width:20rem;height:11.60447761194rem;top:273.60137050781rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQC6ohxDACye9sBeQzanMD2uMHaR9bD1 { width:20rem;height:8.8509375rem;top:243.33551406861rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQsyDyXeIfSGwrZi1dKnzeX6Tnw3BMt4 { width:20rem;height:8.9056603773587rem;top:243.30839162026rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGdaLNyeMubkcasW9vRPu1mHqSXR9DHi { top:4.9375rem;left:0rem;width:19.875rem;height:23rem;z-index:15040;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -moz-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -ms-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-image: -o-linear-gradient(175deg, #000000, rgba(104,102,102,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e686666' );";background-image: linear-gradient(175deg, #000000, rgba(104,102,102,0.37));background-size:auto !important;border-top:0.0625rem solid #c0b9b9;border-left:0.0625rem solid #c0b9b9;border-right:0.0625rem solid #c0b9b9;border-bottom:0.0625rem solid #c0b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #TQrJB3ycTOPgv9vXo1DCq50t7b3wKaAR { top:6.1875rem;left:0rem;width:20rem;height:1.2999125rem;z-index:15043;color:#1cdcfc;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lELhvTofxXvitDmscNg0LQZt9pNnm7Je { top:72rem;left:1.0625rem;width:18.9355625rem;height:12.3123125rem;z-index:15107;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZnQJx766UhWVScTJ3yTTrLLMZp5yMUKI { top:64.625rem;left:1.0625rem;width:18.936625rem;height:7.4370625rem;z-index:15108;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CCwoOqXJ9dJOXgtHJBaPG2xT3bEviLVq { width:20rem;height:2.69965rem;top:1rem;left:0rem;font-size:1.125rem;z-index:15021;color:#1cdcfc;display:block; }
 }@media only screen and (max-width: 763px) { #SPQg504x6uZ2qBDGcXUiZVpHGO53QCXk { top:8.875rem;left:1.1875rem;width:17.374125rem;height:11.624375rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UabSzrGqRrqQiH423Fm33UxHBALM7ZdO { top:21rem;left:1.0625rem;width:17.375rem;height:5.375rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZNThNzdxX1UQw7iX1ou5wClPm7u0ThNP { width:14.6235rem;height:2.74956875rem;top:30.9375rem;left:2.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nS966gbhuqX4msabU3QSDQbA70zDAf4D { width:14.1875rem;height:2.8125rem;top:30.9375rem;left:2.9375rem;z-index:15014;display:block; }
 }