.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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0072bffd-13a7-4e68-80e6-65cc45c6cfa3/capacursogratuito.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.8); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:75rem;height:54.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { color:#000000;display:block;width:60.625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:9.59609413147rem;left:7.155468940735rem;height:;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; }
#CDLTACobrgdJWmzyTAnMh11TILTOGl5d { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fec053, #520095);background-image: -moz-linear-gradient(180deg, #fec053, #520095);background-image: -ms-linear-gradient(180deg, #fec053, #520095);background-image: -o-linear-gradient(180deg, #fec053, #520095);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec053', endColorstr='#520095' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec053', endColorstr='#520095' );";background-image: linear-gradient(180deg, #fec053, #520095);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #a300ff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.1875rem;height:5.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.875rem;left:18.373579502106rem;display:block; }
#oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FT4GbT8TEa0gmkiIbV0w7ToKaRRNB8P6 { color:#2f2f2f;display:block;width:59.25rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.375rem;left:7.842968940735rem;height:;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; }
#XT8S89DgIse8873wqokbLoDJ7TJVrJFg { color:#040404;display:block;width:56.25rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:49.9375rem;left:9.3423295021056rem;height:1.5rem;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; }
#Bf8tHbVDUJ48Z4tAGdeEXx462rTUr0De { position:absolute;display:block;z-index:15007;height:28.375rem;width:50.25rem;top:14.094462394714rem;left:12.342329502106rem;display:block; }
#UO091Q8A04SBIZzGh6JOAzoGXxQ44xWl { position:absolute;display:block;z-index:15008;height:1.5rem;width:2.75rem;top:2rem;left:0.60624980926514rem;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#qts9gDdXgWwzBUta8XesuJlRFofzMD3y { color:#000000;display:block;width:47.375rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3607954978943rem;left:13.812500476837rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#PHqqrzgHL8cCkiFIyo7QWWvD85cSDzI7 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.437500953674rem;left:16.968750476837rem;height:3.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QzxJ6P5uek8X1qi0f4PR7LgWttuZOQvK { box-sizing:content-box;height:36.375rem;width:42.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:20.749289512634rem;left:16.031250476837rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 1.625rem #910ef6 ;display:block; }
#mXfTPpag74M601LhKnZXdZu5ehDq6KRm { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.60085773468rem;left:20.218750476837rem;height:24.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #313131, #000000);background-image: -moz-linear-gradient(180deg, #313131, #000000);background-image: -ms-linear-gradient(180deg, #313131, #000000);background-image: -o-linear-gradient(180deg, #313131, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000' );";background-image: linear-gradient(180deg, #313131, #000000);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; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;position:relative;display:block; }#BDrpGD4TZ7zvZN5HT0P7LKi92nwqKVux { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.811088562012rem;left:12.718750476837rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tvcsh1ddEIsRkJRFwfPqrMgG7HMV5Nf9 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.311087608337rem;left:14.687500476837rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uvSUGA57kguzSap17lGeMoVgbvfESlzs { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:38.5rem;left:14.4375rem;height:9.62403125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nFrwXgpv5z9JUu7HwHmlaIkntsiwfss3 { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:55.625rem;left:2.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#qg61mcV1wdnlzZSVSbkTuEGa9rAP70tA { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:59.5rem;left:2.0625rem;height:9.7958875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c4qJxnCrPNINyPu8q9gpgWmZJZW8poy2 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:59.5rem;left:40.0625rem;height:9.7958875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mtdCKVoRKyqnUx00ztzDKToculPx38kh { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:55.625rem;left:40.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#iqki4U9V5TJ0cZTXcN99RFXNpPNKKRVl { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5rem;left:41.75rem;height:9.62403125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bw1hNPgTpUXvPsiqzAauVuBRHvC5XRSL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fec053, #50008f);background-image: -moz-linear-gradient(180deg, #fec053, #50008f);background-image: -ms-linear-gradient(180deg, #fec053, #50008f);background-image: -o-linear-gradient(180deg, #fec053, #50008f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec053', endColorstr='#50008f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec053', endColorstr='#50008f' );";background-image: linear-gradient(180deg, #fec053, #50008f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #a300ff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.1875rem;height:5.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:79.499290466306rem;left:18.406250476837rem;display:block; }
#i35FUzEwdiv36QtPmHxFu0Ti6bew1Jmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HkbnPwnUNAULX8HUX76As544IaTnLTEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:38.25rem;left:11.75rem; }
#NQ7SKyg5z64kqf4tZ2xbGFuB8sDq6bIM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:44.0625rem;left:11.75rem; }
#c04kUGSl0hQkJ3ETeI5xFLdHZztUrgxT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:38.5rem;left:38.9375rem; }
#hQMIeSFRNABcOKhCxqNzsgCRT6SvkHM5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:44.0625rem;left:38.9375rem; }
#uDl2LsZatMMGpbKpLcE23z7SrGTypJcM { box-sizing:content-box;height:21.75rem;width:36.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c4c4c, #000000);background-image: -moz-linear-gradient(180deg, #4c4c4c, #000000);background-image: -ms-linear-gradient(180deg, #4c4c4c, #000000);background-image: -o-linear-gradient(180deg, #4c4c4c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4c4c4c, #000000);background-size:auto !important;top:52.5625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(145,36,229,0.46) ;border-top:0.0625rem solid rgba(145,36,229,0.76);border-left:0.0625rem solid rgba(145,36,229,0.76);border-right:0.0625rem solid rgba(145,36,229,0.76);border-bottom:0.0625rem solid rgba(145,36,229,0.76);display:block; }
#hzQVDHpbe6KU7z1CMTkVN0PxOEuPLRVC { box-sizing:content-box;height:21.75rem;width:36.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c4c4c, #000000);background-image: -moz-linear-gradient(180deg, #4c4c4c, #000000);background-image: -ms-linear-gradient(180deg, #4c4c4c, #000000);background-image: -o-linear-gradient(180deg, #4c4c4c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4c4c4c, #000000);background-size:auto !important;top:52.5625rem;left:38.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(145,36,229,0.46) ;border-top:0.0625rem solid rgba(145,36,229,0.76);border-left:0.0625rem solid rgba(145,36,229,0.76);border-right:0.0625rem solid rgba(145,36,229,0.76);border-bottom:0.0625rem solid rgba(145,36,229,0.76);display:block; }
#UK5X4r8JFxebgBKpWL6QIqWtUbNkf4Q4 { color:#ffffff;display:block;width:61.4375rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1235790252686rem;left:6.7812504768369rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;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; }
#q3RmGnclF1MIleKauOKIybEyIyMtCweu { position:relative;display:block; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu { background-color: transparent; background-image: none; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row .container > .video-iframe-container { display: none; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row > .video-iframe-container { display: none; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .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); }#q3RmGnclF1MIleKauOKIybEyIyMtCweu { border-width: 0; border-radius: 0; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .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; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .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:71.875rem;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; }#ROuL85wByc5W7arGOEENHpGuyucpqd2N { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -moz-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -ms-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -o-linear-gradient(180deg, #3e3e3e, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #3e3e3e, #1c1c1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:27.875rem;width:24.6875rem;top:13.875rem;left:0rem;display:block; }
#D9qnkbiErWk0CA0GV172bAiJ9bNa4VgA { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18rem;left:10.5rem; }
#CHDLTOsKzX00cgZznBCc98QS8KatpW35 { color:#000000;display:block;width:21rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.875rem;height:3.57421875rem;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; }
#gym4eHy34Q6TXyn8OnTRBCiHSn9ziTQF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.93671875rem;width:2.93671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.375rem;left:36.0625rem; }
#BTDBbb978fQTBBKaUkKbyU8RNVPfiaQ6 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:28.3125rem;left:2.875rem;height:6.296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m5Qhixm0mDL9hgqF6PThpKGkFX50GrFc { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.6875rem;left:60.5rem; }
#xRbqhKMqcilnZTT9G8PCTW8eJHRTeS7T { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:sora;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4332456588745rem;left:16.343750476837rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;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; }
#IX6ru2kyTs2TxtT69TtFfNuQaUQDit5b { color:#000000;display:block;width:21.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.8125rem;left:26.75rem;height:3.57421875rem;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; }
#NzKpf2tfMQH69Al8cHeibS35h2W5z9Ge { color:#000000;display:block;width:19.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:28.3125rem;left:27.9375rem;height:6.296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5orBQvFmcuwK1TRpuk7nLo2oEEsn3L4 { color:#000000;display:block;width:16.6234375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.8125rem;left:54.375rem;height:3.57421875rem;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; }
#bcxk7DQrCvhh7Al2PRD907N2Sf0kIBBz { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.3125rem;left:53.125rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSxFH2KLqgrFAIIuKEQxUV9sJQbiw2yf { color:#000000;display:block;width:45.5rem;position:absolute;font-family:sora;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.931818008423rem;left:14.750000476837rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#zhpbmoeXoIINHniPBoheH7Lt0BTTH69w { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:2.5;letter-spacing:0;top:57.375rem;left:9rem;height:11.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNhRq1oCZZNsdI6WwrqWPDx5l0WHz0uz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:58.125rem;left:6.125rem; }
#GTTImucaFNV2nHqN6M442K6bpGvVF8uK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:62rem;left:6.125rem; }
#TUFlkFM3IHp3kcNJ42aJUSieQxb02WAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:65.8125rem;left:6.125rem; }
#bUmbays6G88TyHs0rlypdeaCUyd8FrAS { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -moz-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -ms-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -o-linear-gradient(180deg, #3e3e3e, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #3e3e3e, #1c1c1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:27.875rem;width:24.6875rem;top:13.875rem;left:25.1875rem;display:block; }
#ZcZVbQTAn4TkDW2pmRkSXLvruSLQcPTD { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -moz-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -ms-linear-gradient(180deg, #3e3e3e, #1c1c1c);background-image: -o-linear-gradient(180deg, #3e3e3e, #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1c1c1c' );";background-image: linear-gradient(180deg, #3e3e3e, #1c1c1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:27.875rem;width:24.6875rem;top:13.875rem;left:50.3125rem;display:block; }
#NRgKgKZbAXu08sDPlueKllGMP9tp7UyH { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:2.5;letter-spacing:0;top:57.375rem;left:9rem;height:11.71875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { background-color: transparent; background-image: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .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); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { border-width: 0; border-radius: 0; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#rNOyLc1UhWZJIiKlSUyyVTPzxKcPN1WD { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375055432319rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;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; }
#vov4B5x6LKZ7mWMct7VPlkENirlySJkQ { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.164082527161rem;left:0rem;height:21.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMwhIZIWbBOm5kukzfiKFO6s0nyLzxpD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:42.3125rem;width:28.75rem;top:2.078125rem;left:42.43963098526rem;overflow:hidden;display:block; }
#bLrHUEEzxsGNII8r5WbnFlO1Ui1GlCeM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.1875rem;width:28.75rem;top:2.078125rem;left:42.43963098526rem;overflow:hidden;display:none; }
#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { background-color: transparent; background-image: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .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); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { border-width: 0; border-radius: 0; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#Oz9gfaIW3CtANQt5pk9962ozr1ht8ekZ { color:#ffffff;display:block;width:45.1234375rem;position:absolute;font-family:sora;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.625rem;left:14.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#KdzTHOD4gEwLsDlQfKeN3ak3SZFmsTgd { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.3125rem;left:10.5rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJK3Rdu1rFwftvTukLMKptCiNW3Ow4qS { 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:18.4375rem;width:14.1875rem;top:22.25rem;left:0.625rem;overflow:hidden;display:block; }
#id4AzMDHi0FOFHL4fMU4wKPvWnoqA5Tg { 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:18.4375rem;width:14.25rem;top:22.25rem;left:15.5rem;overflow:hidden;display:block; }
#BH2gXukOaiJRNxihCcdMlTwoaLOGzBAv { 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:18.5rem;width:14.0625rem;top:22.25rem;left:30.4375rem;overflow:hidden;display:block; }
#OPqylb5TJ2eZd8p8MJfEgUgZOn2ufElJ { 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:1.6875rem;width:9.4375rem;top:45.0625rem;left:14.75rem;overflow:hidden;display:block; }
#QZDrTuMt88qT62xPGCGpKz6UqxsbUp5k { 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:2.5rem;width:9.875rem;top:44.625rem;left:34.9375rem;overflow:hidden;display:block; }
#wbZytBQMA0HdOMyR1ORTTamo70KWKCd6 { 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:2rem;width:7.5625rem;top:44.75rem;left:25.625rem;overflow:hidden;display:block; }
#V1alufaq6fpbBgiW5Sh45J2okiMzNlWX { 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:2.375rem;width:7.625rem;top:44.6875rem;left:46.062502384186rem;overflow:hidden;display:block; }
#xknC9K6v5cx3T17Ii9WMTAvN98UKiyo1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:14rem;top:22.1875rem;left:45.125rem;overflow:hidden;display:block; }
#myLGgWxfqnmEbN7vib76br80xxn3JuI1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.4375rem;top:44.875rem;left:54.750002384186rem;overflow:hidden;display:block; }
#FiToKbRSqAUllDbPLJXmrRt8msJ6JQil { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:14.6875rem;top:22.1875rem;left:59.625rem;overflow:hidden;display:block; }
#mGnysmShPv7ffI6vTXAAmLPAEz2caACJ { 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:16.75rem;width:12.5rem;top:51rem;left:12.875rem;overflow:hidden;display:block; }
#TbEVzs6LZqNT8NxEgDnBsVJLUydG6Ucx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:11.5rem;top:51rem;left:26.125rem;overflow:hidden;display:block; }
#alBzVgn2n15QTuQMT0nnIizQxUvPImJi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:11.0625rem;top:50.9375rem;left:38.25rem;overflow:hidden;display:block; }
#p918AlugTQEcD1z72rno46rlr1O3KTq6 { box-sizing:content-box;height:1.25rem;width:2.875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:53.4375rem;left:19rem;border-top:0.1875rem solid #fec053;border-left:0.1875rem solid #fec053;border-right:0.1875rem solid #fec053;border-bottom:0.1875rem solid #fec053;display:block; }
#rlrlPmZoqzTbIzeUJwGTh5TrUHEeiW1w { box-sizing:content-box;height:1.25rem;width:2.4375rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:53.5rem;left:31.8125rem;border-top:0.1875rem solid #fec053;border-left:0.1875rem solid #fec053;border-right:0.1875rem solid #fec053;border-bottom:0.1875rem solid #fec053;display:block; }
#IZpETzoUsKJTR5o4CulfkkfWupswgFVA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.1875rem;top:50.9375rem;left:49.9375rem;overflow:hidden;display:block; }
#VBb3cCfnteWu49OIqBMOvKgavRpHfKk2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:14.25rem;top:22.1875rem;left:59.625rem;overflow:hidden;display:none; }
#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #313131, #000000);background-image: -moz-linear-gradient(180deg, #313131, #000000);background-image: -ms-linear-gradient(180deg, #313131, #000000);background-image: -o-linear-gradient(180deg, #313131, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000' );";background-image: linear-gradient(180deg, #313131, #000000);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; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { background-color: transparent; background-image: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .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); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { border-width: 0; border-radius: 0; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { font-size:0.875rem;font-family:arial;height:133.8125rem;width:75rem;position:relative;display:block; }#WqW7xuWPJ3vZ8ECxUOphagNfvC9mIWbx { color:#9124e5;display:block;width:45.1234375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1867160797119rem;left:14.938281059265rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SeDoF17mWX7i788NTu4fNDPF9QtqrCdb { color:#000000;display:block;width:45.1234375rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.217966079712rem;left:14.938281059265rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#ngHdkwUoGWbmDQTu8dKTSENlGHG6khh9 { color:#000000;display:block;width:45.1243125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.805480957031rem;left:14.935936927796rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 { color:#000000;display:block;width:45.5rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:40.812501907349rem;left:14.749218940735rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 li:before{  }
#btrTX69leLUNE16McFdkqysxACyi3o6E { color:#9124e5;display:block;width:37.4375rem;position:absolute;font-family:sora;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:33.673296928406rem;left:18.781250476837rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#KTs3lxfoXuivx7ATJTeNXn3GyZtuwOea { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:sora;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:59.5rem;left:25.8125rem;height:4.15625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#wPSmmdLJHyl8JObTcmcsdaA63EfgNuoh { color:#000000;display:block;width:7.625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:63.5rem;left:28.125rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#XxBAQsCwucvU5x1gFH2GAsr1KeTFKlWg { color:#9124e5;display:block;width:12.9375rem;position:absolute;font-family:"new frank";font-size:5rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:60.9375rem;left:34.6875rem;height:9.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#v3mnri4F72ozQwCNRST1ZS4Vu0JCFkt5 { background-color:#36d100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.625rem;height:6.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:68.725000381469rem;left:14.186718940735rem;display:block; }
#F642EestAIIuQyTQlthlvB68BxGBD9sT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGSRnwiwsxXVyoIcsZ4Rdyiy1QbbTlB3 { 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:5rem;width:22.0625rem;top:77.40625190735rem;left:26.468752384186rem;overflow:hidden;display:block; }
#ZPscqawaJ0zZSQqWR7SVkeURu9Tp97Q4 { color:#050b26;display:block;width:43.4375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:75.625rem;left:15.780468940735rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Gxg79zVsofhu5BeFNN6Vallk143MxepT { 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:31.25rem;width:31.25rem;top:83.562505006788rem;left:21.875000476837rem;overflow:hidden;display:block; }
#SVxImuFzmCW6BQWnczLmTuak9rI5xMn5 { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:118.3125rem;left:12.4375rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#dp21LPxZqvVsN9RgpRtJ6znVhGQM6i7x { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:sora;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:113rem;left:13.75rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ZSxRZoh1hD5Tsv5N8ASTfBCh7wWSKJLT { box-sizing:content-box;height:79.625rem;width:54.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.46875rem;left:10.154829502106rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;box-shadow: 0.25rem 0.25rem 1.5rem #9124e5 ;display:block; }
#RUNWRGbu0Vc5d58ZKeZzSFFVUODHBQON { background-color:#36d100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.625rem;height:6.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:68.725000381469rem;left:14.186718940735rem;display:none; }
#OwfOGFQtDMhAMNtlPKn5EEvpTTq8rVl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klXigX5UJoufrhp7STNnSUPX9OFAFkNH { color:#000000;display:block;width:45.5rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:40.812501907349rem;left:14.749218940735rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }#klXigX5UJoufrhp7STNnSUPX9OFAFkNH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#klXigX5UJoufrhp7STNnSUPX9OFAFkNH li:before{  }
#u6HifJc45NJtErVapMCNALwSAiftnKzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { background-color: transparent; background-image: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { display: none; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .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); }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { border-width: 0; border-radius: 0; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:sora;height:auto; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:sora;height:auto; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_eff05642f75ddcf428f7a7378a2b5ec3.svg");background-size:contain !important; }#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.adaptive-delivery-prevent-bg, #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.lazyload, #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-trigger.lazyloading { background-image: none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { box-sizing:content-box;height:auto;width:53.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:12.030468940735rem;left:10.311718940735rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh { display:none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV { display:none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QETKCuqdW58CpGvGTrhT0DLROaDU1gVA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Wl4769vIVtpxwzm7BGqmithMT90yyJEP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QWi6gW7mDPB8ITMGKWh9smZnKrQzKDDL { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #D3Zqo83JGntBfoI3e1IteDGngIq4d4ah {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #dRLdV2qoBZSKsCLPQoy5q1xebq9PaCsu { display:none; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #TPlLOOOAiWowbWOz0iCUZSGnNhcnzvbT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #A7MTcamdrIgWTAyOKXSGhwCAqFgPnUOf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #FQblC8ubeWpKkCZ4ZpFav6a0MPmwl4mx { display:block;position:relative; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #PS3o94hDkBdkS4W7NFLTlwyh8BpxNh4G {  }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #przyTfSFeHl7gVwElf1iacvwoyA6PB6r { display:none; }
#XIp1pATh4vvl0TIWPJzkKEbNxTPgiTHl { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:5.23046875rem;left:11.780468940735rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#hSXPitXM0yPM8BKWQO4JeF3pRI20MPmx { background-color:#36d100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.0625rem;height:4.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.630681991577rem;left:19.468750476837rem;display:block; }
#mBLWTIc3liTU7ycZyDXE8iXRzfO963wh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfmecILeZq9SH4E8rEtHri2eKcOZyTtD { background-color:#36d100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.0625rem;height:4.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.630681991577rem;left:19.468750476837rem;display:none; }
#DKf4imbTThBqpE4brqRbJdWACGWDWQ7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:#bcbcbc;display:block;width:18.8125rem;position:absolute;font-family:sora;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:3.3867168426514rem;left:56.187500953674rem;height:2.61230625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { 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:2.99921875rem;width:6.74925rem;top:3.2429695129394rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:47.75rem;height:;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:38.1875rem;height:5.375rem;top:43.875rem;left:4.7485795021057rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #FT4GbT8TEa0gmkiIbV0w7ToKaRRNB8P6 { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT8S89DgIse8873wqokbLoDJ7TJVrJFg { width:47.75rem;height:1.5rem;top:49.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8tHbVDUJ48Z4tAGdeEXx462rTUr0De { top:14.0625rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO091Q8A04SBIZzGh6JOAzoGXxQ44xWl { top:2rem;left:0rem;width:2.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:47.375rem;height:;top:2.3125rem;left:0.18750047683716rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHqqrzgHL8cCkiFIyo7QWWvD85cSDzI7 { width:41.0625rem;height:3.8125rem;top:13.4375rem;left:3.3437504768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxJ6P5uek8X1qi0f4PR7LgWttuZOQvK { top:20.6875rem;left:2.4062504768372rem;width:42.9375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXfTPpag74M601LhKnZXdZu5ehDq6KRm { width:34.5625rem;height:28.4375rem;top:24.5625rem;left:6.5937504768369rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDrpGD4TZ7zvZN5HT0P7LKi92nwqKVux { width:47.75rem;height:5.625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvcsh1ddEIsRkJRFwfPqrMgG7HMV5Nf9 { width:45.625rem;height:7.875rem;top:27.25rem;left:1.0625004768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSUGA57kguzSap17lGeMoVgbvfESlzs { width:22.5625rem;height:9.5625rem;top:38.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFrwXgpv5z9JUu7HwHmlaIkntsiwfss3 { width:27.625rem;height:2.4375rem;top:55.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg61mcV1wdnlzZSVSbkTuEGa9rAP70tA { width:32.4375rem;height:11.1875rem;top:59.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4qJxnCrPNINyPu8q9gpgWmZJZW8poy2 { width:33.125rem;height:11.1875rem;top:59.5rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtdCKVoRKyqnUx00ztzDKToculPx38kh { width:24.875rem;height:2.4375rem;top:55.625rem;left:22.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqki4U9V5TJ0cZTXcN99RFXNpPNKKRVl { width:21.5rem;height:9.5625rem;top:38.5rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1hNPgTpUXvPsiqzAauVuBRHvC5XRSL { width:38.1875rem;height:5.375rem;top:79.4375rem;left:4.7812504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35FUzEwdiv36QtPmHxFu0Ti6bew1Jmi { display:block; }
 }@media only screen and (max-width: 763px) { #HkbnPwnUNAULX8HUX76As544IaTnLTEM { top:38.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ7SKyg5z64kqf4tZ2xbGFuB8sDq6bIM { top:44.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c04kUGSl0hQkJ3ETeI5xFLdHZztUrgxT { top:38.5rem;left:25.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQMIeSFRNABcOKhCxqNzsgCRT6SvkHM5 { top:44.0625rem;left:25.3125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDl2LsZatMMGpbKpLcE23z7SrGTypJcM { top:52.5625rem;left:0rem;width:36.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQVDHpbe6KU7z1CMTkVN0PxOEuPLRVC { top:52.5625rem;left:10.8125rem;width:36.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK5X4r8JFxebgBKpWL6QIqWtUbNkf4Q4 { width:47.75rem;height:12rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RmGnclF1MIleKauOKIybEyIyMtCweu { display:block; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROuL85wByc5W7arGOEENHpGuyucpqd2N { width:24.6875rem;height:27.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qnkbiErWk0CA0GV172bAiJ9bNa4VgA { top:18rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHDLTOsKzX00cgZznBCc98QS8KatpW35 { width:21rem;height:3.5625rem;top:23.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gym4eHy34Q6TXyn8OnTRBCiHSn9ziTQF { top:18.375rem;left:22.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDBbb978fQTBBKaUkKbyU8RNVPfiaQ6 { width:18.9375rem;height:7.8125rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Qhixm0mDL9hgqF6PThpKGkFX50GrFc { top:17.6875rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRbqhKMqcilnZTT9G8PCTW8eJHRTeS7T { width:42.3125rem;height:6.75rem;top:3.375rem;left:2.7187504768372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX6ru2kyTs2TxtT69TtFfNuQaUQDit5b { width:21.5rem;height:3.5625rem;top:23.8125rem;left:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKpf2tfMQH69Al8cHeibS35h2W5z9Ge { width:19.125rem;height:7.8125rem;top:28.3125rem;left:14.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5orBQvFmcuwK1TRpuk7nLo2oEEsn3L4 { width:16.5625rem;height:3.5625rem;top:23.8125rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcxk7DQrCvhh7Al2PRD907N2Sf0kIBBz { width:19.0625rem;height:8.75rem;top:28.3125rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSxFH2KLqgrFAIIuKEQxUV9sJQbiw2yf { width:45.5rem;height:;top:46.875rem;left:1.1250004768372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhpbmoeXoIINHniPBoheH7Lt0BTTH69w { width:47.75rem;height:11.6875rem;top:57.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNhRq1oCZZNsdI6WwrqWPDx5l0WHz0uz { top:58.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTImucaFNV2nHqN6M442K6bpGvVF8uK { top:62rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFlkFM3IHp3kcNJ42aJUSieQxb02WAu { top:65.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUmbays6G88TyHs0rlypdeaCUyd8FrAS { width:24.6875rem;height:27.875rem;top:13.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZVbQTAn4TkDW2pmRkSXLvruSLQcPTD { width:24.6875rem;height:27.875rem;top:13.875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgKgKZbAXu08sDPlueKllGMP9tp7UyH { width:16.6875rem;height:15.375rem;top:73.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNOyLc1UhWZJIiKlSUyyVTPzxKcPN1WD { width:35.375rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vov4B5x6LKZ7mWMct7VPlkENirlySJkQ { width:38.5625rem;height:26.375rem;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMwhIZIWbBOm5kukzfiKFO6s0nyLzxpD { top:2.0625rem;left:19rem;width:28.75rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLrHUEEzxsGNII8r5WbnFlO1Ui1GlCeM { top:2.0625rem;left:19rem;width:28.75rem;height:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz9gfaIW3CtANQt5pk9962ozr1ht8ekZ { width:45.0625rem;height:;top:5.625rem;left:1.1875004768372rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdzTHOD4gEwLsDlQfKeN3ak3SZFmsTgd { width:47.75rem;height:5.625rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJK3Rdu1rFwftvTukLMKptCiNW3Ow4qS { top:22.25rem;left:0rem;width:14.1875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #id4AzMDHi0FOFHL4fMU4wKPvWnoqA5Tg { top:22.25rem;left:1.875rem;width:14.25rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH2gXukOaiJRNxihCcdMlTwoaLOGzBAv { top:22.25rem;left:16.8125rem;width:14.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPqylb5TJ2eZd8p8MJfEgUgZOn2ufElJ { top:45.0625rem;left:1.125rem;width:9.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDrTuMt88qT62xPGCGpKz6UqxsbUp5k { top:44.625rem;left:21.3125rem;width:9.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZytBQMA0HdOMyR1ORTTamo70KWKCd6 { top:44.75rem;left:12rem;width:7.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1alufaq6fpbBgiW5Sh45J2okiMzNlWX { top:44.6875rem;left:32.437502384186rem;width:7.625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknC9K6v5cx3T17Ii9WMTAvN98UKiyo1 { top:22.1875rem;left:31.5rem;width:14rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myLGgWxfqnmEbN7vib76br80xxn3JuI1 { top:44.875rem;left:41.125002384186rem;width:5.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiToKbRSqAUllDbPLJXmrRt8msJ6JQil { top:22.1875rem;left:33.0625rem;width:14.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnysmShPv7ffI6vTXAAmLPAEz2caACJ { top:51rem;left:0rem;width:12.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbEVzs6LZqNT8NxEgDnBsVJLUydG6Ucx { top:51rem;left:12.5rem;width:11.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alBzVgn2n15QTuQMT0nnIizQxUvPImJi { top:50.9375rem;left:24.625rem;width:11.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p918AlugTQEcD1z72rno46rlr1O3KTq6 { top:53.4375rem;left:5.375rem;width:2.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlrlPmZoqzTbIzeUJwGTh5TrUHEeiW1w { top:53.5rem;left:18.1875rem;width:2.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpETzoUsKJTR5o4CulfkkfWupswgFVA { top:50.9375rem;left:35.5625rem;width:12.1875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBb3cCfnteWu49OIqBMOvKgavRpHfKk2 { top:22.1875rem;left:33.0625rem;width:14.25rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { display:block; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqW7xuWPJ3vZ8ECxUOphagNfvC9mIWbx { width:45.0625rem;height:2rem;top:9.125rem;left:1.3132810592651rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeDoF17mWX7i788NTu4fNDPF9QtqrCdb { width:45.0625rem;height:;top:12.1875rem;left:1.3132100105286rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngHdkwUoGWbmDQTu8dKTSENlGHG6khh9 { width:45.0625rem;height:14rem;top:18.75rem;left:1.3103699684143rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 { width:45.5rem;height:;top:40.8125rem;left:1.1235795021057rem;font-size:1rem;display:block; }#F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 li:before{  }
 }@media only screen and (max-width: 763px) { #btrTX69leLUNE16McFdkqysxACyi3o6E { width:37.4375rem;height:5.25rem;top:33.625rem;left:5.1562504768372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTs3lxfoXuivx7ATJTeNXn3GyZtuwOea { width:23.1875rem;height:4.125rem;top:59.5rem;left:12.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSmmdLJHyl8JObTcmcsdaA63EfgNuoh { width:7.625rem;height:3.5625rem;top:63.5rem;left:14.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxBAQsCwucvU5x1gFH2GAsr1KeTFKlWg { width:12.9375rem;height:9.5rem;top:60.9375rem;left:21.0625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3mnri4F72ozQwCNRST1ZS4Vu0JCFkt5 { width:46.625rem;height:6.0625rem;top:68.6875rem;left:0.56171894073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #F642EestAIIuQyTQlthlvB68BxGBD9sT { display:block; }
 }@media only screen and (max-width: 763px) { #FGSRnwiwsxXVyoIcsZ4Rdyiy1QbbTlB3 { top:77.375rem;left:12.843752384186rem;width:22.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPscqawaJ0zZSQqWR7SVkeURu9Tp97Q4 { width:43.4375rem;height:1.75rem;top:75.625rem;left:2.1548295021057rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxg79zVsofhu5BeFNN6Vallk143MxepT { top:83.5625rem;left:8.2500004768369rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVxImuFzmCW6BQWnczLmTuak9rI5xMn5 { width:47.75rem;height:12.25rem;top:118.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp21LPxZqvVsN9RgpRtJ6znVhGQM6i7x { width:47.5rem;height:3.9375rem;top:113rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxRZoh1hD5Tsv5N8ASTfBCh7wWSKJLT { top:5.4375rem;left:0rem;width:47.75rem;height:79.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNWRGbu0Vc5d58ZKeZzSFFVUODHBQON { width:46.625rem;height:6.0625rem;top:68.6875rem;left:0.56171894073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwfOGFQtDMhAMNtlPKn5EEvpTTq8rVl9 { display:block; }
 }@media only screen and (max-width: 763px) { #klXigX5UJoufrhp7STNnSUPX9OFAFkNH { width:18.5625rem;height:;top:35.25rem;left:0rem;font-size:1rem;display:none; }#klXigX5UJoufrhp7STNnSUPX9OFAFkNH li:before{  }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { display:flex;height:auto;width:27.8125rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QETKCuqdW58CpGvGTrhT0DLROaDU1gVA {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Wl4769vIVtpxwzm7BGqmithMT90yyJEP {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QWi6gW7mDPB8ITMGKWh9smZnKrQzKDDL {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #D3Zqo83JGntBfoI3e1IteDGngIq4d4ah {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #dRLdV2qoBZSKsCLPQoy5q1xebq9PaCsu {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #TPlLOOOAiWowbWOz0iCUZSGnNhcnzvbT {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #A7MTcamdrIgWTAyOKXSGhwCAqFgPnUOf {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #FQblC8ubeWpKkCZ4ZpFav6a0MPmwl4mx {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #PS3o94hDkBdkS4W7NFLTlwyh8BpxNh4G {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #przyTfSFeHl7gVwElf1iacvwoyA6PB6r {  }
 }@media only screen and (max-width: 763px) { #XIp1pATh4vvl0TIWPJzkKEbNxTPgiTHl { width:47.75rem;height:3.9375rem;top:5.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSXPitXM0yPM8BKWQO4JeF3pRI20MPmx { width:36.0625rem;height:4.625rem;top:37.625rem;left:5.8437504768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBLWTIc3liTU7ycZyDXE8iXRzfO963wh { display:block; }
 }@media only screen and (max-width: 763px) { #VfmecILeZq9SH4E8rEtHri2eKcOZyTtD { width:36.0625rem;height:4.625rem;top:37.625rem;left:5.8437504768372rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKf4imbTThBqpE4brqRbJdWACGWDWQ7X { display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:3.375rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:6.6875rem;height:2.9717784036189rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13f560f7-3278-4642-8701-58379b5df6fb/capacurso.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.87); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(32,32,32,0.87); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnPPvN0HCDcq1dFOmluArFx9GOGwIOKb { width:19.4375rem;height:7.1974375rem;top:10.5rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTACobrgdJWmzyTAnMh11TILTOGl5d { width:20rem;height:3.375rem;top:30.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oICe3r4zzkauoq2D2ra2FArRq2Kvvk1y { display:block; }
 }@media only screen and (max-width: 763px) { #FT4GbT8TEa0gmkiIbV0w7ToKaRRNB8P6 { width:19.6875rem;height:9rem;top:0.875rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XT8S89DgIse8873wqokbLoDJ7TJVrJFg { width:15.5625rem;height:1.9488625rem;top:34.75rem;left:2.2187501192093rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bf8tHbVDUJ48Z4tAGdeEXx462rTUr0De { width:20rem;height:10.4375rem;top:17.937500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO091Q8A04SBIZzGh6JOAzoGXxQ44xWl { width:2.75rem;height:1.5rem;top:0rem;left:17.250000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:18.6875rem;height:6.04829375rem;top:1.0625rem;left:0.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PHqqrzgHL8cCkiFIyo7QWWvD85cSDzI7 { width:18.3125rem;height:4.387075rem;top:8.36363697052rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QzxJ6P5uek8X1qi0f4PR7LgWttuZOQvK { width:20rem;height:33.5rem;top:14.312500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXfTPpag74M601LhKnZXdZu5ehDq6KRm { width:18.1875rem;height:29.25rem;top:15.749289572239rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDrpGD4TZ7zvZN5HT0P7LKi92nwqKVux { width:17.875rem;height:9.098rem;top:16.286193847656rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tvcsh1ddEIsRkJRFwfPqrMgG7HMV5Nf9 { width:16.75rem;height:5.59943125rem;top:26.624267578125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uvSUGA57kguzSap17lGeMoVgbvfESlzs { width:16.1875rem;height:7.5rem;top:33.5rem;left:2.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nFrwXgpv5z9JUu7HwHmlaIkntsiwfss3 { width:14.9375rem;height:3.4375rem;top:53.0625rem;left:1.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qg61mcV1wdnlzZSVSbkTuEGa9rAP70tA { width:17.125rem;height:13.125rem;top:57.3125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c4qJxnCrPNINyPu8q9gpgWmZJZW8poy2 { width:17.6875rem;height:15.75rem;top:80rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mtdCKVoRKyqnUx00ztzDKToculPx38kh { width:15.625rem;height:3.4375rem;top:75.6875rem;left:1rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iqki4U9V5TJ0cZTXcN99RFXNpPNKKRVl { width:15.6875rem;height:6.99929375rem;top:42.5rem;left:2.7500001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1hNPgTpUXvPsiqzAauVuBRHvC5XRSL { width:19.9375rem;height:4.5625rem;top:99.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35FUzEwdiv36QtPmHxFu0Ti6bew1Jmi { display:block; }
 }@media only screen and (max-width: 763px) { #HkbnPwnUNAULX8HUX76As544IaTnLTEM { display:flex;width:2.25rem;height:2.25rem;top:33.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #NQ7SKyg5z64kqf4tZ2xbGFuB8sDq6bIM { display:flex;width:2.25rem;height:2.25rem;top:42.5625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #c04kUGSl0hQkJ3ETeI5xFLdHZztUrgxT { display:flex;width:2.25rem;height:2.25rem;top:38.1875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #hQMIeSFRNABcOKhCxqNzsgCRT6SvkHM5 { display:flex;width:2.25rem;height:2.25rem;top:46.75rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #uDl2LsZatMMGpbKpLcE23z7SrGTypJcM { width:19.875rem;height:21rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzQVDHpbe6KU7z1CMTkVN0PxOEuPLRVC { width:19.875rem;height:23.875rem;top:73.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK5X4r8JFxebgBKpWL6QIqWtUbNkf4Q4 { width:18.375rem;height:13.198875rem;top:1.999267578125rem;left:0.5rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q3RmGnclF1MIleKauOKIybEyIyMtCweu { display:block; }#q3RmGnclF1MIleKauOKIybEyIyMtCweu > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROuL85wByc5W7arGOEENHpGuyucpqd2N { width:18.8125rem;height:19.125rem;top:5.6250002384186rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qnkbiErWk0CA0GV172bAiJ9bNa4VgA { display:flex;width:3.125rem;height:3.125rem;top:7.1072447299956rem;left:8.4375001192094rem; }
 }@media only screen and (max-width: 763px) { #CHDLTOsKzX00cgZznBCc98QS8KatpW35 { width:17.125rem;height:2.92471875rem;top:11.125000238419rem;left:1.2144886255264rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gym4eHy34Q6TXyn8OnTRBCiHSn9ziTQF { display:flex;width:2.5rem;height:2.5rem;top:27.500000238419rem;left:8.7500001192094rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BTDBbb978fQTBBKaUkKbyU8RNVPfiaQ6 { width:17.5rem;height:6.9993125rem;top:14.813210725784rem;left:1.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Qhixm0mDL9hgqF6PThpKGkFX50GrFc { display:flex;width:3.5rem;height:3.5rem;top:46.250002145768rem;left:8.2500001192094rem; }
 }@media only screen and (max-width: 763px) { #xRbqhKMqcilnZTT9G8PCTW8eJHRTeS7T { width:18.125rem;height:3.02415rem;top:0.81179046630862rem;left:0.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IX6ru2kyTs2TxtT69TtFfNuQaUQDit5b { width:17.75rem;height:2.92471875rem;top:30.748581171036rem;left:1.2144886255264rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKpf2tfMQH69Al8cHeibS35h2W5z9Ge { width:17.3125rem;height:6.9993125rem;top:34.374292612076rem;left:1.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5orBQvFmcuwK1TRpuk7nLo2oEEsn3L4 { width:15.75rem;height:2.92471875rem;top:50.426138162613rem;left:1.2144886255264rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcxk7DQrCvhh7Al2PRD907N2Sf0kIBBz { width:16.75rem;height:7.7983125rem;top:54.326708078384rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSxFH2KLqgrFAIIuKEQxUV9sJQbiw2yf { width:18.1875rem;height:3.02415rem;top:66.975854873656rem;left:0.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zhpbmoeXoIINHniPBoheH7Lt0BTTH69w { width:16.6875rem;height:12.598725rem;top:74.039056301119rem;left:1.2144886255264rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #KNhRq1oCZZNsdI6WwrqWPDx5l0WHz0uz { display:flex;width:1.5625rem;height:1.5625rem;top:71.600139617919rem;left:0.65198862552644rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GTTImucaFNV2nHqN6M442K6bpGvVF8uK { display:flex;width:1.5625rem;height:1.5625rem;top:77.06250190735rem;left:0.77698862552644rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TUFlkFM3IHp3kcNJ42aJUSieQxb02WAu { display:flex;width:1.5625rem;height:1.5625rem;top:82.68750190735rem;left:0.83948862552644rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bUmbays6G88TyHs0rlypdeaCUyd8FrAS { width:18.875rem;height:18.625rem;top:25.670456171036rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcZVbQTAn4TkDW2pmRkSXLvruSLQcPTD { width:18.875rem;height:20.0625rem;top:45.164064645768rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgKgKZbAXu08sDPlueKllGMP9tp7UyH { width:16.125rem;height:15.3984375rem;top:71.600144386294rem;left:2.8224431276321rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNOyLc1UhWZJIiKlSUyyVTPzxKcPN1WD { width:11.8125rem;height:3.02415rem;top:1.2492904663086rem;left:0.80965912342069rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vov4B5x6LKZ7mWMct7VPlkENirlySJkQ { width:18.8125rem;height:40.5rem;top:18.937486171723rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMwhIZIWbBOm5kukzfiKFO6s0nyLzxpD { width:10.5625rem;height:15.5625rem;top:6.0639204978943rem;left:3.701704621315rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLrHUEEzxsGNII8r5WbnFlO1Ui1GlCeM { width:18.5rem;height:12.1875rem;top:5.7507104873658rem;left:0.75rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #232323, #000000);background-image: -moz-linear-gradient(180deg, #232323, #000000);background-image: -ms-linear-gradient(180deg, #232323, #000000);background-image: -o-linear-gradient(180deg, #232323, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#000000' );";background-image: linear-gradient(180deg, #232323, #000000);background-size:auto !important;display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { background-color: transparent; background-image: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .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); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz9gfaIW3CtANQt5pk9962ozr1ht8ekZ { width:17.0625rem;height:4.7429rem;top:1.25rem;left:0.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KdzTHOD4gEwLsDlQfKeN3ak3SZFmsTgd { width:18.75rem;height:9.799rem;top:6.6875rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LJK3Rdu1rFwftvTukLMKptCiNW3Ow4qS { width:9.125rem;height:11.9375rem;top:17.896293640137rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id4AzMDHi0FOFHL4fMU4wKPvWnoqA5Tg { width:9.1875rem;height:11.875rem;top:17.89488697052rem;left:10.250809537553rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH2gXukOaiJRNxihCcdMlTwoaLOGzBAv { width:9.1875rem;height:12.125rem;top:30.396291732788rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPqylb5TJ2eZd8p8MJfEgUgZOn2ufElJ { width:6.625rem;height:1.1875rem;top:56.530542373657rem;left:2.920454621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDrTuMt88qT62xPGCGpKz6UqxsbUp5k { width:6.9375rem;height:1.75rem;top:58.551849365234rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZytBQMA0HdOMyR1ORTTamo70KWKCd6 { width:5.875rem;height:1.375rem;top:56.437501907349rem;left:10.563210606575rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1alufaq6fpbBgiW5Sh45J2okiMzNlWX { width:5.3125rem;height:1.6875rem;top:58.582387924194rem;left:13.676137089729rem;display:block; }
 }@media only screen and (max-width: 763px) { #xknC9K6v5cx3T17Ii9WMTAvN98UKiyo1 { width:9.125rem;height:12.1875rem;top:30.395611763001rem;left:10.277066194736rem;display:block; }
 }@media only screen and (max-width: 763px) { #myLGgWxfqnmEbN7vib76br80xxn3JuI1 { width:3.5rem;height:1.3125rem;top:58.707387924194rem;left:9.1250001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiToKbRSqAUllDbPLJXmrRt8msJ6JQil { width:9.1875rem;height:11.75rem;top:43.020619392395rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGnysmShPv7ffI6vTXAAmLPAEz2caACJ { width:10.125rem;height:13.6875rem;top:61.937502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbEVzs6LZqNT8NxEgDnBsVJLUydG6Ucx { width:9.3125rem;height:13.6875rem;top:61.937502861023rem;left:10.623630081107rem;display:block; }
 }@media only screen and (max-width: 763px) { #alBzVgn2n15QTuQMT0nnIizQxUvPImJi { width:9.375rem;height:14.3125rem;top:75.937508583069rem;left:10.625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #p918AlugTQEcD1z72rno46rlr1O3KTq6 { width:2.4375rem;height:1.125rem;top:63.750002861025rem;left:4.6136366128921rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlrlPmZoqzTbIzeUJwGTh5TrUHEeiW1w { width:2.25rem;height:1rem;top:63.874293327331rem;left:15.045946006714rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpETzoUsKJTR5o4CulfkkfWupswgFVA { width:10.1875rem;height:14.1875rem;top:76.040483951569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBb3cCfnteWu49OIqBMOvKgavRpHfKk2 { width:9rem;height:11.75rem;top:43.020597457886rem;left:10.250000119209rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #272727, #000000);background-image: -moz-linear-gradient(180deg, #272727, #000000);background-image: -ms-linear-gradient(180deg, #272727, #000000);background-image: -o-linear-gradient(180deg, #272727, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000' );";background-image: linear-gradient(180deg, #272727, #000000);background-size:cover !important;display:block; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { background-color: transparent; background-image: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row > .video-iframe-container { display: none; }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .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); }#P0qzcI41ttXzbIqfRaZdK5Tctb92PhJu > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqW7xuWPJ3vZ8ECxUOphagNfvC9mIWbx { width:16.8125rem;height:1.512075rem;top:2.7542614936829rem;left:0.59375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SeDoF17mWX7i788NTu4fNDPF9QtqrCdb { width:18.8125rem;height:6.5994375rem;top:5.125rem;left:0.59375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ngHdkwUoGWbmDQTu8dKTSENlGHG6khh9 { width:18.75rem;height:15.5944625rem;top:12.811079978943rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 { width:18.625rem;height:12.5568125rem;top:35.442472457886rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }#F3n6kd6qyDAAzTNQ0oqQky2NQZxVs6D1 li:before{  }
 }@media only screen and (max-width: 763px) { #btrTX69leLUNE16McFdkqysxACyi3o6E { width:18rem;height:4.53621875rem;top:29.504971981049rem;left:0.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KTs3lxfoXuivx7ATJTeNXn3GyZtuwOea { width:15.125rem;height:1.78693125rem;top:53.834518432618rem;left:2.4375001192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wPSmmdLJHyl8JObTcmcsdaA63EfgNuoh { width:5.5rem;height:2.47443125rem;top:56.141338348389rem;left:2.5909091234207rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XxBAQsCwucvU5x1gFH2GAsr1KeTFKlWg { width:9.375rem;height:3.98721875rem;top:55.846593856811rem;left:7.8892050981519rem;font-size:3.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v3mnri4F72ozQwCNRST1ZS4Vu0JCFkt5 { width:19rem;height:4.8125rem;top:59.938232421875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F642EestAIIuQyTQlthlvB68BxGBD9sT { display:block; }
 }@media only screen and (max-width: 763px) { #FGSRnwiwsxXVyoIcsZ4Rdyiy1QbbTlB3 { width:17.625rem;height:3.9375rem;top:67.723722457888rem;left:1.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPscqawaJ0zZSQqWR7SVkeURu9Tp97Q4 { width:19.1875rem;height:0.75568125rem;top:65.937507629394rem;left:0.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Gxg79zVsofhu5BeFNN6Vallk143MxepT { width:17.875rem;height:17.875rem;top:72.93750190735rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVxImuFzmCW6BQWnczLmTuak9rI5xMn5 { width:18.75rem;height:19.49571875rem;top:93.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dp21LPxZqvVsN9RgpRtJ6znVhGQM6i7x { width:18.3125rem;height:1.64985625rem;top:91.4375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxRZoh1hD5Tsv5N8ASTfBCh7wWSKJLT { width:20rem;height:71.6875rem;top:1.2500000316649rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNWRGbu0Vc5d58ZKeZzSFFVUODHBQON { width:19.4375rem;height:4.8125rem;top:60.470903396606rem;left:0.28125rem;z-index:15009;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OwfOGFQtDMhAMNtlPKn5EEvpTTq8rVl9 { display:block; }
 }@media only screen and (max-width: 763px) { #klXigX5UJoufrhp7STNnSUPX9OFAFkNH { width:18.5625rem;height:16.49146875rem;top:35.262075424194rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15010;display:block; }#klXigX5UJoufrhp7STNnSUPX9OFAFkNH li:before{  }
 }@media only screen and (max-width: 763px) { #u6HifJc45NJtErVapMCNALwSAiftnKzM { display:block; }#u6HifJc45NJtErVapMCNALwSAiftnKzM > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.1;overflow:hidden; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx .accordion-desc-text { font-size:0.875rem;height:auto; }
#aopOknPwyGqbabsmLyJgHEvLxp8nLeIx { display:flex;height:auto;width:18.6875rem;top:4.9985799789429rem;left:0.34375rem; }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #AonToeCIrHpvlmt62DqrbOBXT9ltJXAU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xrbtzh6IDd5VcUM8LPP6AtoKAqaS6itI {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZxHBKS5KiilwB7f1riDxESlvBFk3gvcU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #nOLVfRIX9Qq0TNqUzc8WRbyTBEQXaJVZ {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #eSXsipdrI4G4kmsofmbAh3dBEtiFFkeU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #yct7ih4Dkn5UNbAt6aoXKD4i3z4zKH8H {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #ZsNcsFtqWX8k3lJoarTKLbuPLIHcdb2V {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #bOPdALiEZ79B5ZriPvFM4vSiVSSec6m1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Kw89Cy3xEDU6X5oUSruTEEA9cGymC5s1 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #s2zsT16UbRecPzNwEwv1l5GKuS9RNeFh {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #IspqWt40GNfXuLZPL5tad9sfkW82LEWV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #xlWFS2eC4vTTT3wTTw6x9JRD5XvTylZU {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #wMQnzECBUFaEs9MZGoCo1oM1vzlBqgJD {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #pSvT8TwNn71p9H39iSUkFE8ftIltCbb7 {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Ogmpv1sgkPv1OsRde1x5T0xwgO23LkQV {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QETKCuqdW58CpGvGTrhT0DLROaDU1gVA {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #Wl4769vIVtpxwzm7BGqmithMT90yyJEP {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #QWi6gW7mDPB8ITMGKWh9smZnKrQzKDDL {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #D3Zqo83JGntBfoI3e1IteDGngIq4d4ah {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #dRLdV2qoBZSKsCLPQoy5q1xebq9PaCsu {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #TPlLOOOAiWowbWOz0iCUZSGnNhcnzvbT {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #A7MTcamdrIgWTAyOKXSGhwCAqFgPnUOf {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #FQblC8ubeWpKkCZ4ZpFav6a0MPmwl4mx {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #PS3o94hDkBdkS4W7NFLTlwyh8BpxNh4G {  }
 }@media only screen and (max-width: 763px) { #aopOknPwyGqbabsmLyJgHEvLxp8nLeIx #przyTfSFeHl7gVwElf1iacvwoyA6PB6r {  }
 }@media only screen and (max-width: 763px) { #XIp1pATh4vvl0TIWPJzkKEbNxTPgiTHl { width:16.25rem;height:3.02415rem;top:0.99857997894287rem;left:0.5rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hSXPitXM0yPM8BKWQO4JeF3pRI20MPmx { width:19rem;height:4.625rem;top:52.72375rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBLWTIc3liTU7ycZyDXE8iXRzfO963wh { display:block; }
 }@media only screen and (max-width: 763px) { #VfmecILeZq9SH4E8rEtHri2eKcOZyTtD { width:19rem;height:4.625rem;top:35.03622341156rem;left:0.5rem;font-size:1rem;z-index:15010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DKf4imbTThBqpE4brqRbJdWACGWDWQ7X { display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:2.11221875rem;top:6.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:6rem;height:2.625rem;top:2.8984375rem;left:7.0000001192094rem;display:block; }
 }