.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: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; }
#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:4.3125rem;left:50.625rem;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:18.191190719604rem;left:4.4053821563721rem;height:2.68120625rem;font-style:normal;display:block; }
#esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { box-sizing:content-box;height:24.75rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:7.9991226196287rem;left:48.499353408814rem;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:18.3125rem;width:23.6875rem;top:8.625rem;left:48.9375rem;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; }
#Dbi9z2NQFQGT4ivRudZb4fvsc9B9Uf1S { 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; }
#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:4.25rem;left:0.625rem;display:none; }
#bBGcd9SAzV4ZqEoQVWTE9z867MucasnT { 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:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tuoJDXTRUGfCOGdS0fNBObcKyKT3oO1p { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TmTTU9TF3o7FN2IS4yBZMMmL8iiJnW3a { 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.6875rem;width:15.5rem;top:34.280601501465rem;left:4.4053821563721rem;overflow:hidden;display:block; }
#AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:22.745225906372rem;left:4.4053821563721rem;height:9.934875rem;font-style:normal;display:block; }#AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg li:before{  }
#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS { 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:none; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container { border-width: 0; border-radius: 0; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#R7ix7ATmi9DapcbLgRL5RDapoqhTS3fq { 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; }
#HCIghasoOVVsxn5a46ncXgJbLazUxOEb { 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:4.921875rem;left:50.75rem;overflow:hidden;display:block; }
#cbTX5fUfeFs9MsAyoNevtQf3SVW4lwPl { 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; }
#mIzWOFQbDwlczvT5kyKVUelVHSy7Tulr { 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.69925rem;font-style:normal;display:block; }
#SStfT33PTqOh4zoG28ZVeZtTNikwTCLf { 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:18.81640625rem;left:4.40625rem;height:2.68120625rem;font-style:normal;display:block; }
#d5mKihztJgDiTcrAyOeWfJi0oVw6XIrX { box-sizing:content-box;height:29.9375rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:9.09375rem;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; }
#P38t3uOgiIX08w2ZxNmJbtEiIv9RZRG6 { position:absolute;display:block;z-index:15009;height:29.3125rem;width:23.6875rem;top:9.46875rem;left:49.09375rem;display:block; }
#kvTccwEoJwx1CWlmb3uMsAMFsQMh3Wxx { 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; }
#keyH10QEzgGRdVb75G7yJ6tRE5xK2CVM { 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; }
#ydRCphxGIW3ashHGg1C4CqmWIQiGktPw { 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; }
#wDZb96UuM4q7PaxUm7tp6O5wmk4y1wcQ { 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; }
#k6a3xXzX4ItJJ2FRviP9qeUxxwG9D1Vl { 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; }
#OqPABFCWdMywDMmccNT1ML3mWLd1027h { 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; }
#yLRkgmhEax8VhWZkSEwg2o35TTQBCkmL { 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; }
#frVDslR839PJPp68gP2m86BTsEM9bwXx { 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; }
#fdTyvniR5hkb1mDOz6fGqTTZz4x5WQM8 { 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:32.40625rem;left:4.40625rem;overflow:hidden;display:block; }
#DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:22.745225906372rem;left:4.4053821563721rem;height:9.934875rem;font-style:normal;display:none; }#DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr li:before{  }
#lXLTOTD8uaoMT5WP11y2BPI0rAcIxqoZ { position:absolute;display:block;z-index:15009;height:18.3125rem;width:23.6875rem;top:8.625rem;left:48.9375rem;display:none; }
#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh { position:relative;display:block; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh { background-color: transparent; background-image: none; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row .container > .video-iframe-container { display: none; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row > .video-iframe-container { display: none; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .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); }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh { border-width: 0; border-radius: 0; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .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; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .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; }#VT50iWbgVN2HfhnKiadei8Gm2T7LHfL7 { 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; }
#qtKmyZFToiNtJzU1ItBZHZrV3rAEfiIC { 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; }
#nN2XERcckt6Jqd7BTMMT7ddRLFQgqnGa { 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; }
#EL7vkcJGfFOM4Sel6rq8bDJe4Cv2MUJg { 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; }
#eSh1XOTh8JnnRqIdefv4NJ687lm43sTq { 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; }
#wHZJELKmPPRXXAH1G7iPSa9NlztxU2Ut { 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; }
#vDTO2Tlt9AtV5grX5lgQoFqI1QqtJNxF { 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; }
#HUt35UX9xZHFZNmeLskXT6T1KF6cZRzn { 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; }
#ov7CXZpryyF3spkqNydnKVLqDxsoKOs5 { 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; }
#T7UJoOIoxngvvbdTiQaSyNJT4bSeD6xM { 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.1875rem;height:2.11263125rem;font-style:normal;display:block; }
#V9epVHsJwdIX3QgXmy3GzEEC69NKZNh9 { 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:30.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACbCNDhvf6RgGTpuqtFuekTVGdJA9vvI { 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.3125rem;height:1.462675rem;font-style:normal;display:block; }
#r2uRTzXcReNpLD5seQKZERKp8Fkwgr4K { 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; }
#ergbf0IaMhqLAiFrF7c14Mv4R7zrnIvO { 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; }
#hhkpl66SwQTkiZy1QTkfqoQmTTeb0Oqi { 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; }
#Fv3lrL7kGUZrIQfFx65wfa7C3CVRcZbz { 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; }
#rXSFvCMzq2QwOvdiGxKBAvyzXAQobCXP { 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; }
#NAQQc2cvP7ngxRNJZWeHzNdoe2ZiuZ9F { 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; }
#WbAqw6MZfatAa3XIdahmqX0umBWIXx5G { 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; }
#S0nuAIDNKomOXgVnNpqp57Kx1CT5EvHk { 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; }
#dOdXqbUREOVyCEmmZVlKkaJa6qfEwoW3 { 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; }
#BM1tasiRa5vVZQTP1m4JooCdNT1ZwQnO { 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; }
#W2K69FSh14zyf3MVtxB52PxATciHK13e { position:relative;display:block; }#W2K69FSh14zyf3MVtxB52PxATciHK13e { background-color: transparent; background-image: none; }#W2K69FSh14zyf3MVtxB52PxATciHK13e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row .container > .video-iframe-container { display: none; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row > .video-iframe-container { display: none; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .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); }#W2K69FSh14zyf3MVtxB52PxATciHK13e { border-width: 0; border-radius: 0; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .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; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .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; }#a4r0STqLJkSlaix9GAKWQm21OFMlvt5w { 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; }
#miFKxop2Ra0uTxR2W9TKEbEEusPZTTs1 { 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; }
#sG3pU3IaVeNtepzTwRQyPinTze7cc6Vk { 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; }
#vmm7tDoy2AZXNzf9LNWOA47P1qSDK6M7 { 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; }
#k7Zmxm9bDX5u6sseI3Qpu6ZSEGshdWXc { 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; }
#w2ldkfiyHWKqLShbG6PmFWbUeP7FlnAZ { 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; }
#AV0v8eFV4hD5eTBliOKJ7o2p1SXJGcfA { 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; }
#JLISqOtS57Bq4IaawZ591g1T07PDhxB0 { 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; }
#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp { position:relative;display:block; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp { background-color: transparent; background-image: none; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row .container > .video-iframe-container { display: none; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row > .video-iframe-container { display: none; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .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); }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp { border-width: 0; border-radius: 0; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .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; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .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:32.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; }#DR52l0bNZdokRfSyPRT7c2Aqv020yVb1 { 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:5.6875rem;left:3rem;height:5.3754375rem;font-style:normal;display:block; }
#Dnd49GBvhzgfVTiK18X1wtDblgNIE5G3 { color:#000000;display:block;width:31.749125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:3rem;height:13.6545rem;font-style:normal;display:block; }
#Dy5nwZSsUXKoicCZImDof8czo0fMZJOs { position:absolute;display:block;z-index:15006;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:20.625rem;width:30.9375rem;top:5.6875rem;left:38.625rem;overflow:hidden;display:block; }
#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { position:relative;display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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; }#G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { 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; }
#Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { 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; }
#tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { 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; }
#HthLET3JBQntAulI4gXovHoFruxkf1AX { 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; }
#HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { 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; }
#zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { 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; }
#VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { 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; }
#zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { 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; }
#AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { 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; }
#Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { 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; }
#Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { 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; }
#Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { 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; }
#iyJ4iQqD73G2nftPopVKhTr4ru479pLM { 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; }
#FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { 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; }
#vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { 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; }
#LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { 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; }
#F7K2528UzhJrTzmOEyda3yBODSDCiSrP { 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; }
#V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { 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; }
#fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { 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; }
#N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { 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; }
#aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { 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; }
#GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { 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; }
#mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { 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; }
#XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { 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; }
#OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { 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; }
#UhinyJmygCB8oQvl908qC8plHJobGP3N { 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; }
#pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { 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; }
#C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { 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; }
#MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { 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; }
#IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { 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; }
#Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { 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; }
#wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { 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; }
#K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { 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; }
#S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { 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; }
#f1pVtfwA4cOlnTJDmBy9wp0Ws2lW98Bd { position:absolute;display:block;z-index:15014;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.0634765625rem;overflow:hidden;display:block; }
#l9ZkohS733clG57RCf5C6bbEtbTqqO4G { 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:49.4365rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zITaAeV5Ey76EOzukG4Xxc7M21sRlmrP { box-sizing:content-box;height:0.875rem;width:50.75rem;position:absolute;display:block;z-index:15005;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.125rem;left:12.15625rem;display:block; }
#oZ2dNBXafNOKJNAwR2etR2se50piwAHX { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;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.94140625rem;left:4.28125rem;overflow:hidden;display:block; }
#T7Xl7OhxHAnua0OP8z3LaFomG4PI969C { box-sizing:content-box;height:1.25rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:48.5rem;left:0rem;display:block; }
#ttu2mwSJ0vp5zq9WBumgbhQGQQNVI48M { 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; }
#bvhnFHiMgdZZSCc4SvdDkVfKfmqQ130Z { 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; }
#TAKpSlsHkqfnUvV6Sn8flsk4SGgrBCO8 { 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; }
#ARTfE7svoZObK0R4LmtMMtVDPveHnWKm { 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; }
#QxuMEBps2uvEkTdVXBxMc6ly6WU74PTl { 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; }
#OTHqcAwzGKJ1hPTvdpMm7FWdSpDWqADN { 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; }
#TSXMkWfPHZ2Mxvrr55kId51DqQ6MRexH { 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; }
#PUGJaeaMRhfvr11HQHOkxeJgoeHXv2Hl { 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; }
#plFQ6gElVQFoDUXoT6Su9V82cKfxNmZK { 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; }
#yI6K7d6CKRrI2ZvFfAFzzGMNdQOucOnd { 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; }
#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf { position:relative;display:block; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf { background-color: transparent; background-image: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container > .video-iframe-container { display: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row > .video-iframe-container { display: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .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); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf { border-width: 0; border-radius: 0; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .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; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .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.75rem;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; }#ezythUlTOW6n14hNhGVTiwuID6SfcSvu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.5rem;top:1.03125rem;left:29.75rem;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:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:52rem;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:#ffffff;display:block;width:26.3748125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.5615234375rem;left:24.3115234375rem;height:3.493925rem;display:block; }
#n7qQX6HkEoCQe36H5q0kJuCz1uzoHWVm { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:44.9375rem;left:28.3125rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa { position:relative;display:block; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa { background-color: transparent; background-image: none; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row .container > .video-iframe-container { display: none; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row > .video-iframe-container { display: none; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .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); }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa { border-width: 0; border-radius: 0; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .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; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .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; }#t8px9JzBGRceqCg8S0xpxAbxn1dV4aHD { 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; }
#rCpCJhylZPO3qgmB8B6w0WfRQarv7eov { 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; }
#gX11WtKcvCLyuwB7bMQrrwrafwzFSfMr { 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; }
#ntJ5UcCter2zfKhT5taZPO0aRT9Se6T9 { 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; }
#x2pke6gvmvodMwMkT1918XJ3nBhRBsHT { 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; }
#HLX7PqqkQbuT6N9aBZxM6dSxkA1Pt2T1 { 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; }
#LAM37wqPogo7d5yGwMxJXyJmoQzCxN6N { 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; }
#VOPhphpoZf1FPk6U6ua4m6xfAeROGvZT { 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; }
#SCTFLstsRz940JwtpqUZc4G6vlVquTcE { 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; }
#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 { 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='#000000bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000bc' );";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; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container { background-color: transparent; background-image: none; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container > .video-iframe-container { display: none; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row > .video-iframe-container { display: none; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .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); }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container { border-width: 0; border-radius: 0; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#Lx3D5gMGQ2Fs2XRnC43P3I0uTzxNR28C { 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; }
#BuZJvBDMIWBAo4BJs28HLPvyPoN3XaEw { color:#ffffff;display:block;width:29.375rem;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:40.466585159302rem;height:3.16796875rem;display:block; }
#zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 { 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; }#zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#GCOyNp5die9C66AnKBOywskChchq2R1e { 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; }#GCOyNp5die9C66AnKBOywskChchq2R1e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GCOyNp5die9C66AnKBOywskChchq2R1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC { 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; }#etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM { 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; }#MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 { 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; }#xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#LdmAM34svWaXtHaLeHi4mggQyxwJzI5P { 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; }#LdmAM34svWaXtHaLeHi4mggQyxwJzI5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LdmAM34svWaXtHaLeHi4mggQyxwJzI5P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX { 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; }#pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM { 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; }#nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 { 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; }#uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG { 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; }#tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#xM6SpCsE5ye2dfFA65tJruutwWoVlHRs { 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; }#xM6SpCsE5ye2dfFA65tJruutwWoVlHRs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xM6SpCsE5ye2dfFA65tJruutwWoVlHRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U { 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; }#sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq { 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; }#dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b { 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; }#JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#lJLB3qUugzCic4RJqt4khVRuLc58KRWg { 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; }#lJLB3qUugzCic4RJqt4khVRuLc58KRWg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lJLB3qUugzCic4RJqt4khVRuLc58KRWg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF { 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:50.541465759278rem;left:40.061853408814rem;height:7.3144375rem;font-style:normal;display:block; }#ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
#bhHysKzE0Zw6GLiVNxgMUdWfwhMv6BAe { 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; }
#wJSd1X58GX5yv2LNyHvGkd4ymQ3bHvbV { 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; }
#BVVK3abf2mx0r8UBNsyhQaAM84qKk1sT { 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; }
#NIvI0Q7tBD8TBPiE8mfOnRiVXsbb0TOM { 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; }
#Wus5HcEIu8nqV2Z9lSkpExA36JzP35cH { 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; }
#UmP0iSyLymVkfKJD8ltlTf8F9mD5BPTr { 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; }
#I6Du4GiIBTPUomtvTts0ReHpTfE2V4TO { 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; }
#DS5FORf02LZ6tLDMkobfWbLR7IHyolG5 { 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; }
#NugO08e9OoCzwyJwtxH5dfTocH377u6k { 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; }
#i1PDsXfqx18TUZdpPc8rg90AlIII1GJe { 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 { position:relative;display:block; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV { 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 { border-width: 0; border-radius: 0; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .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; }#utiusqsCJt48pKGScEZAXXl5mnqJpQnV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000096' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;font-size:0.875rem;font-family:arial;height:73.125rem;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; }#wkJxqJeMZaZKaXDXTuqKObFws1dIXe2B { color:#ffffff;display:block;width:26.3125rem;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.34375rem;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:#1ad079;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:#1ad079;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:#1ad079;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.3125rem;left:4.0625rem;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; }
#ASHaMfsMzgkqgoRFfH8CyLdHxCPGoTTb { position:absolute;display:block;z-index:14985;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:67.5rem;top:31.625rem;left:3.625rem;overflow:hidden;display:block; }
#mz5lGBMkraDuoZQpMC41IMWTtKFLv9Ne { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:normal;z-index:15098;line-height:1.2;letter-spacing:0;top:33.5rem;left:19.8125rem;height:2.774525rem;text-align:center;text-align-last:center;display:block; }
#bnBLuV5eVzwPwN3kII3vprTtRThpvC1a { box-sizing:content-box;height:2.875rem;width:32.75rem;position:absolute;display:block;z-index:15097;background-color:#000000;background-image:none;top:33.4375rem;left:21.375rem;display:block; }
#qOdWdBBXeAxCqUAg8oHWTpfGguPi9ZuT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:20rem;top:66.5rem;left:26.125rem;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:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;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; }
#ls7Ph46FVKVqUd9mO9VZKnGEoghsa6lq { 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:29.8125rem;display:none; }
#s8M9t12T6c6K5RvatMFTi6FcIXczg6iB { 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; }
#Hr8bPuPFebkDIzruXUGi75M2VLDnJqwX { 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:4.3125rem;left:27.5rem;width:20.1875rem;height:2.429599424216rem;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:18.1875rem;left:0rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esML43ve5dCuXQVCFv7rPf0TcSvTn3DG { top:7.9375rem;left:23.3125rem;width:24.4375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGOM3w0etfkQ42Ek4ESVsbIZPCvsATL3 { top:8.625rem;left:24.0625rem;width:23.625rem;height:18.25rem;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) { #Dbi9z2NQFQGT4ivRudZb4fvsc9B9Uf1S { 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:4.25rem;left:0rem;width:19.25rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBGcd9SAzV4ZqEoQVWTE9z867MucasnT { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuoJDXTRUGfCOGdS0fNBObcKyKT3oO1p { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTTU9TF3o7FN2IS4yBZMMmL8iiJnW3a { top:34.25rem;left:0rem;width:15.5rem;height:3.6872769027284rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg { top:22.6875rem;left:0rem;width:37.25rem;height:9.875rem;font-size:1.0625rem;display:block; }#AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg li:before{  }
 }@media only screen and (max-width: 763px) { #X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS { display:none; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R7ix7ATmi9DapcbLgRL5RDapoqhTS3fq { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCIghasoOVVsxn5a46ncXgJbLazUxOEb { top:4.875rem;left:27.5rem;width:20.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTX5fUfeFs9MsAyoNevtQf3SVW4lwPl { top:4.3125rem;left:0rem;width:39.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIzWOFQbDwlczvT5kyKVUelVHSy7Tulr { top:8.375rem;left:0rem;width:46rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SStfT33PTqOh4zoG28ZVeZtTNikwTCLf { top:18.8125rem;left:0rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5mKihztJgDiTcrAyOeWfJi0oVw6XIrX { top:9.0625rem;left:23.3125rem;width:24.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P38t3uOgiIX08w2ZxNmJbtEiIv9RZRG6 { top:9.4375rem;left:24.0625rem;width:23.6875rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTccwEoJwx1CWlmb3uMsAMFsQMh3Wxx { width:14.5625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #keyH10QEzgGRdVb75G7yJ6tRE5xK2CVM { width:10.9375rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydRCphxGIW3ashHGg1C4CqmWIQiGktPw { width:41.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDZb96UuM4q7PaxUm7tp6O5wmk4y1wcQ { top:8.375rem;left:0rem;width:45.9375rem;height:7.6875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6a3xXzX4ItJJ2FRviP9qeUxxwG9D1Vl { top:8.375rem;left:0rem;width:45.9375rem;height:7.6875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqPABFCWdMywDMmccNT1ML3mWLd1027h { top:3.9375rem;left:0rem;width:19.25rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLRkgmhEax8VhWZkSEwg2o35TTQBCkmL { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #frVDslR839PJPp68gP2m86BTsEM9bwXx { top:0rem;left:0rem;width:47.75rem;height:25.745208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTyvniR5hkb1mDOz6fGqTTZz4x5WQM8 { top:32.375rem;left:0rem;width:15.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr { top:22.6875rem;left:0rem;width:37.25rem;height:9.875rem;font-size:1.0625rem;display:none; }#DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr li:before{  }
 }@media only screen and (max-width: 763px) { #lXLTOTD8uaoMT5WP11y2BPI0rAcIxqoZ { top:8.625rem;left:24.0625rem;width:23.625rem;height:18.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh { display:block; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT50iWbgVN2HfhnKiadei8Gm2T7LHfL7 { top:11.5rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtKmyZFToiNtJzU1ItBZHZrV3rAEfiIC { top:3.0625rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2XERcckt6Jqd7BTMMT7ddRLFQgqnGa { top:3.0625rem;left:13.25rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7vkcJGfFOM4Sel6rq8bDJe4Cv2MUJg { top:11.5rem;left:21.9375rem;width:3.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSh1XOTh8JnnRqIdefv4NJ687lm43sTq { top:3.0625rem;left:26.6875rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHZJELKmPPRXXAH1G7iPSa9NlztxU2Ut { top:11.625rem;left:43.75rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTO2Tlt9AtV5grX5lgQoFqI1QqtJNxF { top:17.25rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUt35UX9xZHFZNmeLskXT6T1KF6cZRzn { top:19.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov7CXZpryyF3spkqNydnKVLqDxsoKOs5 { top:21.6875rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UJoOIoxngvvbdTiQaSyNJT4bSeD6xM { top:17.25rem;left:18.5625rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9epVHsJwdIX3QgXmy3GzEEC69NKZNh9 { top:19.5rem;left:17.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACbCNDhvf6RgGTpuqtFuekTVGdJA9vvI { top:21.6875rem;left:17.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2uRTzXcReNpLD5seQKZERKp8Fkwgr4K { 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) { #ergbf0IaMhqLAiFrF7c14Mv4R7zrnIvO { 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) { #hhkpl66SwQTkiZy1QTkfqoQmTTeb0Oqi { 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) { #Fv3lrL7kGUZrIQfFx65wfa7C3CVRcZbz { top:2.875rem;left:13.255426406861rem;width:21.0625rem;height:10.625094585412rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXSFvCMzq2QwOvdiGxKBAvyzXAQobCXP { top:2.875rem;left:26.5625rem;width:21.1875rem;height:11.124354706439rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQQc2cvP7ngxRNJZWeHzNdoe2ZiuZ9F { top:2.9375rem;left:0rem;width:21.125rem;height:10.687317669962rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbAqw6MZfatAa3XIdahmqX0umBWIXx5G { top:10.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0nuAIDNKomOXgVnNpqp57Kx1CT5EvHk { top:10.4375rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdXqbUREOVyCEmmZVlKkaJa6qfEwoW3 { top:10.4375rem;left:20.625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM1tasiRa5vVZQTP1m4JooCdNT1ZwQnO { top:10.4375rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2K69FSh14zyf3MVtxB52PxATciHK13e { display:block; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4r0STqLJkSlaix9GAKWQm21OFMlvt5w { top:17.4375rem;left:0rem;width:47.75rem;height:14.489356884058rem;display:block; }
 }@media only screen and (max-width: 763px) { #miFKxop2Ra0uTxR2W9TKEbEEusPZTTs1 { top:1.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG3pU3IaVeNtepzTwRQyPinTze7cc6Vk { top:7rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmm7tDoy2AZXNzf9LNWOA47P1qSDK6M7 { top:11.6875rem;left:6.84375rem;width:34.0625rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Zmxm9bDX5u6sseI3Qpu6ZSEGshdWXc { top:13.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ldkfiyHWKqLShbG6PmFWbUeP7FlnAZ { top:21.625rem;left:15.125rem;width:32.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV0v8eFV4hD5eTBliOKJ7o2p1SXJGcfA { 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) { #JLISqOtS57Bq4IaawZ591g1T07PDhxB0 { 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) { #IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp { display:block; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR52l0bNZdokRfSyPRT7c2Aqv020yVb1 { top:5.6875rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnd49GBvhzgfVTiK18X1wtDblgNIE5G3 { top:12.6875rem;left:0rem;width:31.6875rem;height:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5nwZSsUXKoicCZImDof8czo0fMZJOs { top:5.6875rem;left:16.8125rem;width:30.9375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { display:block; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { top:39.125rem;left:0rem;width:20.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { 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) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { top:41.3125rem;left:14.75rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { 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) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { top:3.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { top:32.75rem;left:0rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { top:33.6875rem;left:0rem;width:4.375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { top:21.5625rem;left:0rem;width:17.8125rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { top:41.25rem;left:0rem;width:19.375rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { top:33.6875rem;left:14.494140625rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { 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) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { 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) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { 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) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { top:32.75rem;left:26.8125rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { 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) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { top:41.1875rem;left:29.875rem;width:17.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { top:32.75rem;left:13.556640625rem;width:20.9375rem;height:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { top:50.375rem;left:0rem;width:12.75rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { top:52.75rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { top:33.5625rem;left:37.306640625rem;width:3.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { width:3.4375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1pVtfwA4cOlnTJDmBy9wp0Ws2lW98Bd { top:9.875rem;left:10.25rem;width:37.5rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { top:0rem;left:0rem;width:47.75rem;height:31.474571666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITaAeV5Ey76EOzukG4Xxc7M21sRlmrP { top:7.125rem;left:0rem;width:47.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2dNBXafNOKJNAwR2etR2se50piwAHX { top:9.9375rem;left:0rem;width:47.75rem;height:15.003292568203rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Xl7OhxHAnua0OP8z3LaFomG4PI969C { top:48.5rem;left:0rem;width:47.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttu2mwSJ0vp5zq9WBumgbhQGQQNVI48M { display:none; }
 }@media only screen and (max-width: 763px) { #bvhnFHiMgdZZSCc4SvdDkVfKfmqQ130Z { top:21.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAKpSlsHkqfnUvV6Sn8flsk4SGgrBCO8 { top:21.75rem;left:0rem;width:9.125rem;height:5rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARTfE7svoZObK0R4LmtMMtVDPveHnWKm { display:none; }
 }@media only screen and (max-width: 763px) { #QxuMEBps2uvEkTdVXBxMc6ly6WU74PTl { top:25.75rem;left:0rem;width:20rem;height:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTHqcAwzGKJ1hPTvdpMm7FWdSpDWqADN { display:none; }
 }@media only screen and (max-width: 763px) { #TSXMkWfPHZ2Mxvrr55kId51DqQ6MRexH { top:21.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUGJaeaMRhfvr11HQHOkxeJgoeHXv2Hl { top:21.75rem;left:0rem;width:9.125rem;height:5rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #plFQ6gElVQFoDUXoT6Su9V82cKfxNmZK { display:none; }
 }@media only screen and (max-width: 763px) { #yI6K7d6CKRrI2ZvFfAFzzGMNdQOucOnd { top:25.75rem;left:0rem;width:20rem;height:4.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf { display:block; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezythUlTOW6n14hNhGVTiwuID6SfcSvu { top:1rem;left:16.125rem;width:15.5rem;height:3.6875rem;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:40.5rem;left:10.6865234375rem;width:26.3125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7qQX6HkEoCQe36H5q0kJuCz1uzoHWVm { top:44.875rem;left:14.686632156372rem;width:18.3125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa { display:block; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8px9JzBGRceqCg8S0xpxAbxn1dV4aHD { 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) { #rCpCJhylZPO3qgmB8B6w0WfRQarv7eov { top:9.6875rem;left:0rem;width:15.3125rem;height:15.375184204642rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX11WtKcvCLyuwB7bMQrrwrafwzFSfMr { top:9.6875rem;left:7.2495670318606rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJ5UcCter2zfKhT5taZPO0aRT9Se6T9 { top:9.6875rem;left:27.343751907349rem;width:11.375rem;height:11.812257207536rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2pke6gvmvodMwMkT1918XJ3nBhRBsHT { top:9.75rem;left:34.5625rem;width:13.1875rem;height:11.508122756454rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLX7PqqkQbuT6N9aBZxM6dSxkA1Pt2T1 { top:9.6875rem;left:32.4375rem;width:15.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAM37wqPogo7d5yGwMxJXyJmoQzCxN6N { top:9.625rem;left:32.3125rem;width:15.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPhphpoZf1FPk6U6ua4m6xfAeROGvZT { top:21.5rem;left:10.6875rem;width:15.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTFLstsRz940JwtpqUZc4G6vlVquTcE { top:9.75rem;left:25.375rem;width:15.3125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 { display:block; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx3D5gMGQ2Fs2XRnC43P3I0uTzxNR28C { top:4.25rem;left:0rem;width:16.0625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuZJvBDMIWBAo4BJs28HLPvyPoN3XaEw { top:4.4375rem;left:18.375rem;width:29.375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 { top:10.1875rem;left:0rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #GCOyNp5die9C66AnKBOywskChchq2R1e { top:10.1875rem;left:26.4375rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }#GCOyNp5die9C66AnKBOywskChchq2R1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC { top:15rem;left:0rem;width:18.75rem;height:2.5rem;font-size:0.9375rem;display:block; }#etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM { top:15rem;left:26.4375rem;width:12.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }#MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 { top:19.3125rem;left:0rem;width:14.5rem;height:2.5rem;font-size:0.9375rem;display:block; }#xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #LdmAM34svWaXtHaLeHi4mggQyxwJzI5P { top:19.3125rem;left:26.4375rem;width:15rem;height:2.5rem;font-size:0.9375rem;display:block; }#LdmAM34svWaXtHaLeHi4mggQyxwJzI5P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX { top:32.25rem;left:0rem;width:25.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM { top:32.25rem;left:17.625rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }#nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 { top:38.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG { top:36.8125rem;left:16.8125rem;width:30.9375rem;height:9.75rem;font-size:0.875rem;display:block; }#tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xM6SpCsE5ye2dfFA65tJruutwWoVlHRs { top:23.625rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#xM6SpCsE5ye2dfFA65tJruutwWoVlHRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U { top:23.75rem;left:23.875rem;width:23.875rem;height:2.5rem;font-size:0.9375rem;display:block; }#sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq { top:27.9375rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b { top:27.9375rem;left:26.4375rem;width:17.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }#JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #lJLB3qUugzCic4RJqt4khVRuLc58KRWg { top:52.875rem;left:0rem;width:21.625rem;height:2.5rem;font-size:0.9375rem;display:block; }#lJLB3qUugzCic4RJqt4khVRuLc58KRWg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF { top:50.5rem;left:16.625rem;width:31.125rem;height:7.3125rem;font-size:0.875rem;display:block; }#ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #bhHysKzE0Zw6GLiVNxgMUdWfwhMv6BAe { top:3.3125rem;left:0rem;width:47.625rem;height:56.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJSd1X58GX5yv2LNyHvGkd4ymQ3bHvbV { top:8.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BVVK3abf2mx0r8UBNsyhQaAM84qKk1sT { top:13.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NIvI0Q7tBD8TBPiE8mfOnRiVXsbb0TOM { top:18.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Wus5HcEIu8nqV2Z9lSkpExA36JzP35cH { top:22.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UmP0iSyLymVkfKJD8ltlTf8F9mD5BPTr { top:26.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #I6Du4GiIBTPUomtvTts0ReHpTfE2V4TO { top:31.0625rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DS5FORf02LZ6tLDMkobfWbLR7IHyolG5 { top:35.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NugO08e9OoCzwyJwtxH5dfTocH377u6k { top:48.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1PDsXfqx18TUZdpPc8rg90AlIII1GJe { 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.71875rem;width:26.3125rem;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.3125rem;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) { #ASHaMfsMzgkqgoRFfH8CyLdHxCPGoTTb { top:31.625rem;left:0rem;width:47.75rem;height:21.222222222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz5lGBMkraDuoZQpMC41IMWTtKFLv9Ne { top:33.5rem;left:6.1875rem;width:35.875rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBLuV5eVzwPwN3kII3vprTtRThpvC1a { top:33.4375rem;left:7.75rem;width:32.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOdWdBBXeAxCqUAg8oHWTpfGguPi9ZuT { top:66.5rem;left:12.5rem;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:1.4375rem;font-size:1.125rem;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) { #ls7Ph46FVKVqUd9mO9VZKnGEoghsa6lq { width:29.8125rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8M9t12T6c6K5RvatMFTi6FcIXczg6iB { width:30.375rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hr8bPuPFebkDIzruXUGi75M2VLDnJqwX { 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:rgba(255,255,255,0.92);background-image:url("https://images.assets-landingi.com/uc/9c1000d6-6b46-4bb9-83d4-77c856485d52/Rectangle118901.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:107rem;position:relative;display:none; } }@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:26.9375rem;top:18.3125rem;left:0.90625rem;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.328125rem;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:12.75rem;left:0rem;width:19.875rem;height:3.25rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dbi9z2NQFQGT4ivRudZb4fvsc9B9Uf1S { top:11.6875rem;left:0rem;width:19.875rem;height:5.25rem;z-index:15014;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #1ad079;border-left:0.0625rem solid #1ad079;border-right:0.0625rem solid #1ad079;border-bottom:0.0625rem solid #1ad079;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@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) { #bBGcd9SAzV4ZqEoQVWTE9z867MucasnT { width:20rem;height:10.783333333333rem;top:46.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuoJDXTRUGfCOGdS0fNBObcKyKT3oO1p { width:20rem;height:10.783333333333rem;top:83.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTTU9TF3o7FN2IS4yBZMMmL8iiJnW3a { width:15.499125rem;height:3.68706875rem;top:50.405818939209rem;left:2.2493491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg { width:20rem;height:14.32075rem;top:95.8760625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#AJBFgouB2Ck2sxFBFzP5tphI8gRNQlZg li:before{  }
 }@media only screen and (max-width: 763px) { #X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS { 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; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container { background-color: transparent; background-image: none; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container > .video-iframe-container { display: none; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row > .video-iframe-container { display: none; }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .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); }#X9v6X4G5rCOs9el5EkfTdI8eovUy6mIS > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7ix7ATmi9DapcbLgRL5RDapoqhTS3fq { width:20rem;height:10.7831875rem;top:31.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCIghasoOVVsxn5a46ncXgJbLazUxOEb { width:17.3125rem;height:1.6875rem;top:1.328125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTX5fUfeFs9MsAyoNevtQf3SVW4lwPl { width:20rem;height:5.19921875rem;top:31.890625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIzWOFQbDwlczvT5kyKVUelVHSy7Tulr { width:20rem;height:6rem;top:7.40625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SStfT33PTqOh4zoG28ZVeZtTNikwTCLf { width:20rem;height:5.19921875rem;top:29.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5mKihztJgDiTcrAyOeWfJi0oVw6XIrX { width:20rem;height:29.9375rem;top:35.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P38t3uOgiIX08w2ZxNmJbtEiIv9RZRG6 { width:18.1875rem;height:22.0625rem;top:28.311630249024rem;left:0.87456601858137rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvTccwEoJwx1CWlmb3uMsAMFsQMh3Wxx { 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) { #keyH10QEzgGRdVb75G7yJ6tRE5xK2CVM { 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) { #ydRCphxGIW3ashHGg1C4CqmWIQiGktPw { 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) { #wDZb96UuM4q7PaxUm7tp6O5wmk4y1wcQ { 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) { #k6a3xXzX4ItJJ2FRviP9qeUxxwG9D1Vl { 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) { #OqPABFCWdMywDMmccNT1ML3mWLd1027h { 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) { #yLRkgmhEax8VhWZkSEwg2o35TTQBCkmL { width:20rem;height:10.7831875rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #frVDslR839PJPp68gP2m86BTsEM9bwXx { width:20rem;height:10.783333333333rem;top:83.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdTyvniR5hkb1mDOz6fGqTTZz4x5WQM8 { width:15.4980625rem;height:3.68706875rem;top:54.060550689698rem;left:2.2504342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr { width:15.9375rem;height:14.32075rem;top:11.841363668442rem;left:2.0312500596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15014;display:block; }#DdeEkW0k2cqDf3BCWFUBanQVAazlqpHr li:before{  }
 }@media only screen and (max-width: 763px) { #lXLTOTD8uaoMT5WP11y2BPI0rAcIxqoZ { width:18.1875rem;height:24.125rem;top:28.040374755859rem;left:0.90603309869769rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh { display:block; }#nEvRJvEAoJ7ygTPxcUedTATLGWhF1KCh > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VT50iWbgVN2HfhnKiadei8Gm2T7LHfL7 { width:4.0625rem;height:4.0625rem;top:9.3413639068606rem;left:8.0312502980231rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #qtKmyZFToiNtJzU1ItBZHZrV3rAEfiIC { width:20rem;height:20rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN2XERcckt6Jqd7BTMMT7ddRLFQgqnGa { width:20rem;height:20rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7vkcJGfFOM4Sel6rq8bDJe4Cv2MUJg { width:3.68706875rem;height:4.0625rem;top:31.218534469604rem;left:8.155382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSh1XOTh8JnnRqIdefv4NJ687lm43sTq { width:20rem;height:20rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHZJELKmPPRXXAH1G7iPSa9NlztxU2Ut { width:4rem;height:3.75rem;top:53.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTO2Tlt9AtV5grX5lgQoFqI1QqtJNxF { 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) { #HUt35UX9xZHFZNmeLskXT6T1KF6cZRzn { 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) { #ov7CXZpryyF3spkqNydnKVLqDxsoKOs5 { 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) { #T7UJoOIoxngvvbdTiQaSyNJT4bSeD6xM { width:12.5rem;height:1.7068125rem;top:36.8125rem;left:3.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9epVHsJwdIX3QgXmy3GzEEC69NKZNh9 { width:11.125rem;height:1.625rem;top:38.892578125rem;left:4.4052734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACbCNDhvf6RgGTpuqtFuekTVGdJA9vvI { width:13.0625rem;height:1.462675rem;top:40.875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2uRTzXcReNpLD5seQKZERKp8Fkwgr4K { 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) { #ergbf0IaMhqLAiFrF7c14Mv4R7zrnIvO { 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) { #hhkpl66SwQTkiZy1QTkfqoQmTTeb0Oqi { 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) { #Fv3lrL7kGUZrIQfFx65wfa7C3CVRcZbz { width:20rem;height:10.089rem;top:23.24978351593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXSFvCMzq2QwOvdiGxKBAvyzXAQobCXP { width:20rem;height:10.499125rem;top:45.124784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQQc2cvP7ngxRNJZWeHzNdoe2ZiuZ9F { width:20rem;height:10.1171875rem;top:1.3747825622559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbAqw6MZfatAa3XIdahmqX0umBWIXx5G { width:6.25rem;height:6.25rem;top:8.2476119995119rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0nuAIDNKomOXgVnNpqp57Kx1CT5EvHk { width:6.3125rem;height:6.3125rem;top:51.96875rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdXqbUREOVyCEmmZVlKkaJa6qfEwoW3 { width:6.3125rem;height:6.3125rem;top:30.09375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM1tasiRa5vVZQTP1m4JooCdNT1ZwQnO { width:6.3125rem;height:6.3125rem;top:8.2158203125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2K69FSh14zyf3MVtxB52PxATciHK13e { display:block; }#W2K69FSh14zyf3MVtxB52PxATciHK13e > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4r0STqLJkSlaix9GAKWQm21OFMlvt5w { width:20rem;height:6rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #miFKxop2Ra0uTxR2W9TKEbEEusPZTTs1 { 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) { #sG3pU3IaVeNtepzTwRQyPinTze7cc6Vk { 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) { #vmm7tDoy2AZXNzf9LNWOA47P1qSDK6M7 { width:17.375rem;height:0.25rem;top:4.111328125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7Zmxm9bDX5u6sseI3Qpu6ZSEGshdWXc { 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) { #w2ldkfiyHWKqLShbG6PmFWbUeP7FlnAZ { width:10.125rem;height:5rem;top:8.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV0v8eFV4hD5eTBliOKJ7o2p1SXJGcfA { 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) { #JLISqOtS57Bq4IaawZ591g1T07PDhxB0 { 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) { #IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp { display:block; }#IAG5Qqum1ZE7TPimvhaJUpWX5gzk6wZp > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR52l0bNZdokRfSyPRT7c2Aqv020yVb1 { 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) { #Dnd49GBvhzgfVTiK18X1wtDblgNIE5G3 { width:20rem;height:16.0894375rem;top:6.70876789093rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5nwZSsUXKoicCZImDof8czo0fMZJOs { width:20rem;height:13.3333125rem;top:24.538846969604rem;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) { #OkUu6cM5iA2M3SUFyosvkBB1UT12wniC { background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(142deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000099', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000099', endColorstr='#000000' );";background-image: linear-gradient(142deg, 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; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { background-color: transparent; background-image: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { display: none; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .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); }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { border-width: 0; border-radius: 0; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkUu6cM5iA2M3SUFyosvkBB1UT12wniC > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0aXSdwzbZkO43puWFHpGomvPfCgeBWm { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1NGTSny2NTKfzqWitPrOgA48EgwWUID { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBClxK9kbl91kU3aa9LUBVm0yVNPIEDB { width:20rem;height:12.417910447761rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HthLET3JBQntAulI4gXovHoFruxkf1AX { width:4.375rem;height:3.5rem;top:51.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtRSI9itCHTkVMgHyTvV7p9HyVwMkNpN { width:3.5rem;height:3.5rem;top:58.375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJbgyoQNrHwDdC6tTA9l1In2vR45y5Bc { width:3.0625rem;height:3.5rem;top:55.125rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgBEEzE4XWGHEiSwqSDhaw4nZrcoXDUu { width:20rem;height:1.7871125rem;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoTvXkUxRADOrwxbyhyU1I42sSwDD2xd { width:19.375rem;height:2.5996125rem;top:59.25rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlzbNc63NUyfUFHUnrJ6XRTls1ZdTTGR { width:20rem;height:1.7871125rem;top:64rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qw7vOq09xsJEQJBrvvThGBTLPs4cs7HJ { width:17.875rem;height:2.5996125rem;top:59.25rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bcnq16H2ma0dpBGyIhGlwNOhrKBZaeSt { width:20rem;height:1.7871125rem;top:67.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq4EsJcwW4iwC4AglPUiHaM1lZc6hT74 { width:17.875rem;height:2.5996125rem;top:59.1875rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyJ4iQqD73G2nftPopVKhTr4ru479pLM { width:20rem;height:3.57421875rem;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) { #FJSphphpQsKZx4Mcot2C7MOFcLRDJdCR { width:20rem;height:12.417910447761rem;top:30.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vXoB6XvQTd6OX3E01IWxoAZ3rmk023kZ { width:4.0625rem;height:3.25rem;top:31.0625rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7xE0KdCh2H1BMMWFIWpoTzZv61MBUr { width:17.8125rem;height:1.7871125rem;top:36.3125rem;left:1.125rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #F7K2528UzhJrTzmOEyda3yBODSDCiSrP { width:19rem;height:2.2721375rem;top:38.75rem;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) { #V4Wt7qgrAPamuV2HooggGuTzO0qKmDCs { width:20rem;height:12.417910447761rem;top:43.9375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fvTuDdqxVOu7ETTn55p7865r1OXu1XXf { width:3.5rem;height:3.5rem;top:44.6875rem;left:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N31Tnapy1y6wTL2hRAxaDD1TVZvTfTpI { width:12.75rem;height:1.7871125rem;top:50.0625rem;left:3.625rem;font-size:1.375rem;z-index:15014;color:#1cdcfc;display:block; }
 }@media only screen and (max-width: 763px) { #aOlMdZIyPP1Qo5ercTN2GmGWPH4v9ILl { width:16.5625rem;height:2.2721375rem;top:52.5rem;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) { #GDpZFOaGBGa99lszFkWdeboWXEvPxPSu { width:20rem;height:12.417910447761rem;top:59.625rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #mJEibC4bpuQsfWq2ZcewpB5TAD5Hlg5O { width:3.0625rem;height:3.5rem;top:66.9375rem;left:7.21875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XP8BS2miu1u42wxRh9exXcqTo7VJJl8R { 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) { #OgBiS2LHpEeQlRhVSrLXxPbpLouiZraF { 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) { #UhinyJmygCB8oQvl908qC8plHJobGP3N { width:20rem;height:12.417910447761rem;top:45.6875rem;left:1.53125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pFOVsu0OctCtbGAgm4uRUhaT00URTIrZ { width:3.0625rem;height:3.5rem;top:46.5rem;left:5.90625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #C1tIMZO85tdHTKwy9oLKOvxcChXVZSOC { 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) { #MNvnsWRunrgTdtqEBaZKqFb4bTEHvfTT { 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) { #IuH4FTAk8sSnhPHButmSv1dFft1CRdzI { width:20rem;height:12.417910447761rem;top:57.625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Ao0DsNbhosz8KxfG41GleCVt1R28Ur1M { width:12.75rem;height:1.7871125rem;top:63.75rem;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) { #wHCdDwFBdPsFpeUN87DrTILtcVoI5inh { width:16.5625rem;height:2.2721375rem;top:66.125rem;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) { #K1k8CEt8Dtl4SmHTK4keHVzayxSwGBK6 { width:4.5rem;height:4.5rem;top:63.0625rem;left:8.03125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #S1psiVaxC2ramSvaDRGbXUJScbmbrTH8 { top:58.3125rem;left:0.875rem;width:3.1875rem;height:3.625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f1pVtfwA4cOlnTJDmBy9wp0Ws2lW98Bd { width:20rem;height:10.75rem;top:7.828125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZkohS733clG57RCf5C6bbEtbTqqO4G { width:20rem;height:13.183333333333rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zITaAeV5Ey76EOzukG4Xxc7M21sRlmrP { width:20rem;height:0.3125rem;top:5.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2dNBXafNOKJNAwR2etR2se50piwAHX { width:20rem;height:6.28225rem;top:15.7939453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Xl7OhxHAnua0OP8z3LaFomG4PI969C { width:20rem;height:1.25rem;top:56.542rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttu2mwSJ0vp5zq9WBumgbhQGQQNVI48M { top:7.62109375rem;left:-25.9697265625rem;width:20rem;height:11.375rem;z-index:14996;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) { #bvhnFHiMgdZZSCc4SvdDkVfKfmqQ130Z { top:29.24609375rem;left:-20.8447265625rem;width:20rem;height:1.3808625rem;z-index:15037;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) { #TAKpSlsHkqfnUvV6Sn8flsk4SGgrBCO8 { top:29.37109375rem;left:-21.7822265625rem;width:19.375rem;height:3.4121125rem;z-index:15039;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) { #ARTfE7svoZObK0R4LmtMMtVDPveHnWKm { top:7.62109375rem;left:-25.9697265625rem;width:18.6875rem;height:3.0625rem;z-index:15038;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) { #QxuMEBps2uvEkTdVXBxMc6ly6WU74PTl { top:33.37109375rem;left:-25.9697265625rem;width:20rem;height:2.4375rem;z-index:15038;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) { #OTHqcAwzGKJ1hPTvdpMm7FWdSpDWqADN { top:16.99609375rem;left:0rem;width:20rem;height:11.375rem;z-index:14989;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) { #TSXMkWfPHZ2Mxvrr55kId51DqQ6MRexH { top:19.203125rem;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) { #PUGJaeaMRhfvr11HQHOkxeJgoeHXv2Hl { top:20.9765625rem;left:0.3125rem;width:19.375rem;height:3.4121125rem;z-index:15033;font-family:poppins;font-weight:700;font-style:normal;color:#1cdcfc;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plFQ6gElVQFoDUXoT6Su9V82cKfxNmZK { top:21.208984375rem;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) { #yI6K7d6CKRrI2ZvFfAFzzGMNdQOucOnd { top:25.013671875rem;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) { #QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf { 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; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container { background-color: transparent; background-image: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container > .video-iframe-container { display: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row > .video-iframe-container { display: none; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .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); }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container { border-width: 0; border-radius: 0; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBwxkQO0vIqp9Z1HdQQSzhnhXd3r9LUf > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezythUlTOW6n14hNhGVTiwuID6SfcSvu { width:15.5rem;height:3.6875rem;top:1.25rem;left:2.25rem;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='#000000a0', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000a0', 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:53.125rem;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) { #n7qQX6HkEoCQe36H5q0kJuCz1uzoHWVm { width:18.375rem;height:1.9487875rem;top:49.6376953125rem;left:0.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa { display:block; }#rrLOwTkxvqB4wZhUCR1IkrqgVNLLdbxa > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8px9JzBGRceqCg8S0xpxAbxn1dV4aHD { 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) { #rCpCJhylZPO3qgmB8B6w0WfRQarv7eov { width:20rem;height:20.0803125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX11WtKcvCLyuwB7bMQrrwrafwzFSfMr { width:20rem;height:20rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJ5UcCter2zfKhT5taZPO0aRT9Se6T9 { width:14.8125rem;height:15.4375rem;top:48.9375rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x2pke6gvmvodMwMkT1918XJ3nBhRBsHT { width:17.1245625rem;height:14.874125rem;top:72.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLX7PqqkQbuT6N9aBZxM6dSxkA1Pt2T1 { width:19.9375rem;height:15.125rem;top:72.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAM37wqPogo7d5yGwMxJXyJmoQzCxN6N { width:20rem;height:24.1875rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOPhphpoZf1FPk6U6ua4m6xfAeROGvZT { width:19.75rem;height:5.5rem;top:70.625rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #SCTFLstsRz940JwtpqUZc4G6vlVquTcE { width:20rem;height:22.0625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 { display:block; }#RS5r62CXvvz6AhqwP8m4ymTOMAZXNtH5 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx3D5gMGQ2Fs2XRnC43P3I0uTzxNR28C { 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) { #BuZJvBDMIWBAo4BJs28HLPvyPoN3XaEw { 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) { #zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 { width:8.9985rem;height:1.40625rem;top:9.875rem;left:0.25rem;font-size:0.9375rem;display:block; }#zDvmSgHZB3aiyENMhMZ905UALX2s0uh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #GCOyNp5die9C66AnKBOywskChchq2R1e { width:5.68685rem;height:1.50065rem;top:9.8125rem;left:11.25rem;font-size:1rem;display:block; }#GCOyNp5die9C66AnKBOywskChchq2R1e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC { width:10.999375rem;height:1.40625rem;top:13.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }#etulMoZ1fKtsFsWXt5rgxBFaAcpOglDC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM { width:5.68685rem;height:1.40625rem;top:13.5625rem;left:11.25rem;font-size:0.9375rem;display:block; }#MDv1UW0OpMNN3RVr17ftxsPHPoI0XhqM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 { width:9.4998125rem;height:1.40625rem;top:17.25rem;left:0.25rem;font-size:0.9375rem;display:block; }#xWwyogCygSrJZW3IgMc6BnZfApxJVvu2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #LdmAM34svWaXtHaLeHi4mggQyxwJzI5P { width:6.0612rem;height:1.40625rem;top:17.25rem;left:11.25rem;font-size:0.9375rem;display:block; }#LdmAM34svWaXtHaLeHi4mggQyxwJzI5P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX { width:10.4980625rem;height:2.8125rem;top:29.8125rem;left:0.25rem;font-size:0.9375rem;display:block; }#pbIil64dqoHqmAIfXpW9mXkQXRZJLnsX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM { width:7.8125rem;height:4.21875rem;top:29.8125rem;left:11.25rem;font-size:0.9375rem;display:block; }#nw7WgvC0Zi7SE1eXRaTxn5k3WvutLTmM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 { width:9.375rem;height:1.40625rem;top:36.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#uhMIwlAzsXWuZTGJF26NBn6GfENPPUQ6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG { width:8.936625rem;height:11.806625rem;top:36.0625rem;left:11.125rem;font-size:0.875rem;display:block; }#tUHlhpTz6QzEqHTuD68f1oFFUsXZtHtG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #xM6SpCsE5ye2dfFA65tJruutwWoVlHRs { width:10.625rem;height:1.40625rem;top:21.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#xM6SpCsE5ye2dfFA65tJruutwWoVlHRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U { width:6.7480625rem;height:2.8125rem;top:21.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#sPHdLk8cHehhqdVK2bgRv2ot24AyWz3U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq { width:6.4995625rem;height:1.40625rem;top:26.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }#dT8TA8uOTgInNzTNCUfh51bKrSgwLeWq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b { width:5.99935rem;height:1.40625rem;top:26.0625rem;left:11.25rem;font-size:0.9375rem;display:block; }#JZCT0zXSvZwH5N7ENTkNehBWiiAPLZ4b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #lJLB3qUugzCic4RJqt4khVRuLc58KRWg { width:8.5623125rem;height:1.40625rem;top:51.3125rem;left:0.25rem;font-size:0.9375rem;display:block; }#lJLB3qUugzCic4RJqt4khVRuLc58KRWg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF { width:8.686rem;height:7.871125rem;top:51.310766220093rem;left:11.250434219837rem;font-size:0.875rem;display:block; }#ZiHMUle51le2ZT61k3kXC5v9LwzJAAaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_66ab43ee69e43a0bced0922153637cfb.svg); }
 }@media only screen and (max-width: 763px) { #bhHysKzE0Zw6GLiVNxgMUdWfwhMv6BAe { width:19.875rem;height:57.6875rem;top:3.0599060058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJSd1X58GX5yv2LNyHvGkd4ymQ3bHvbV { width:20rem;height:0.0618489375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVK3abf2mx0r8UBNsyhQaAM84qKk1sT { width:20rem;height:0.0618489375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIvI0Q7tBD8TBPiE8mfOnRiVXsbb0TOM { width:20rem;height:0.0618489375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wus5HcEIu8nqV2Z9lSkpExA36JzP35cH { width:20rem;height:0.0618489375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmP0iSyLymVkfKJD8ltlTf8F9mD5BPTr { width:20rem;height:0.0618489375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Du4GiIBTPUomtvTts0ReHpTfE2V4TO { width:20rem;height:0.0618489375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS5FORf02LZ6tLDMkobfWbLR7IHyolG5 { width:20rem;height:0.0618489375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NugO08e9OoCzwyJwtxH5dfTocH377u6k { width:20rem;height:0.124783125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1PDsXfqx18TUZdpPc8rg90AlIII1GJe { width:0.0625rem;height:57.6875rem;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='#000000af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000af' );";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:41.875rem;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.7872875rem;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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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) { #ASHaMfsMzgkqgoRFfH8CyLdHxCPGoTTb { width:20rem;height:8.8888888888888rem;top:98.94967512695rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mz5lGBMkraDuoZQpMC41IMWTtKFLv9Ne { width:20rem;height:auto;top:33.5rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnBLuV5eVzwPwN3kII3vprTtRThpvC1a { width:20rem;height:2.875rem;top:103.998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOdWdBBXeAxCqUAg8oHWTpfGguPi9ZuT { width:20rem;height:4.5rem;top:66.5rem;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='#000000a8', endColorstr='#000000c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000a8', endColorstr='#000000c6' );";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:36.875rem;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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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:6.1875rem;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='#6866665e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6866665e' );";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:7.4375rem;left:0rem;width:20rem;height:1.462675rem;z-index:15043;color:#1ad079;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;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:2.25rem;left:0rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ls7Ph46FVKVqUd9mO9VZKnGEoghsa6lq { top:10.5rem;left:0.875rem;width:16.5625rem;height:11.124125rem;z-index:15111;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s8M9t12T6c6K5RvatMFTi6FcIXczg6iB { top:22.0625rem;left:0.6875rem;width:16.5625rem;height:5.0625rem;z-index:15112;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hr8bPuPFebkDIzruXUGi75M2VLDnJqwX { width:14.1875rem;height:2.8125rem;top:32.1875rem;left:2.9375rem;z-index:15015;display:block; }
 }