.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;background-image:url("https://images.assets-landingi.com/uc/6ec9fb75-877b-4c39-aa29-7ea937644555/Aexport.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.adaptive-delivery-prevent-bg, #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.lazyload, #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.lazyloading { background-image: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { background-color: transparent; background-image: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container > .video-iframe-container { display: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container { display: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .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); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { border-width: 0; border-radius: 0; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#lGvNMlPxnhg7FqZNPt2o8FFFZaTbAxvX { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -0.3125rem 0.5rem 0.9375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.59375rem;left:47.875rem;display:none; }
#nnVVwCvuxvcp3pFT9eFQNiCHq0eOTZEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIuKcmAXIiVhEK0UCKSeEnzCnl5Ae5aD { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: -0.3125rem 0.5rem 0.9375rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.59375rem;left:40.71875rem;display:none; }
#Dfym6iks5xGdJB14HykWCLL21PS52ncZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idGX8EXf25pZ7m8CRRhSnWyPcy2ACxc7 { position:absolute;display:block;z-index:15025;height:21.75rem;width:38.75rem;top:13.71142578125rem;left:10.625rem;display:block; }
#UPH1bpOQeTTNkhaIQpeF9Wx6zfDgDpN1 { display:block;width:50.9985625rem;position:absolute;font-family:"inter tight";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:4.5rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#qIFmgQbkbmKfAKa5iVmTOyH4FGQBlU0G { display:block;width:50.9985625rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:4.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kPoMDF4oeSmNmc3QTEnJ62TulpkeFh3H { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:1.9375rem;width:18.3125rem;top:2.3125rem;left:21.4375rem;display:block; }
#T8Fz2xMeAdZ2DDQkTuTrxT7NB5iMdOdE { color:#808080;display:block;width:2.25rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.875rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z92J2TMNDTv4Ue2Ch4PoCNmXmWxVUahb { color:#808080;display:block;width:15.3125rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:2.712890625rem;left:23.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#up4JpPGAsTCMy5xBnIxzrmPXdPfvGdn7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#N5SWnVhAVwUS5qnOehCm8CHf0USaau3D { display:block;width:50.9985625rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:4.5rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#CTRtbmCAOvHzx7TcDCLi2bivsBVcxpXh { color:#808080;display:block;width:2.25rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tZNaaK1zgeXXBpxGtT7hmVOuQPpOpzo3 { color:#808080;display:block;width:15.3125rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:2.712890625rem;left:23.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MZTylxKzg9l2HGHn4IDnoo1xHWu1OcuW { 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:6.6875rem;width:6.6875rem;top:40rem;left:23.25rem;overflow:hidden;display:block; }
#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;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; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container { background-color: transparent; background-image: none; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container > .video-iframe-container { display: none; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row > .video-iframe-container { display: none; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .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); }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container { border-width: 0; border-radius: 0; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#X3IBgQeszLwfLCdzdKNPZ2ohdcHfIXZy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:0rem;left:4.6875rem;overflow:hidden;display:block; }
#skhe9dzSRDtwJXBHvNTyIt4o9l3yrctz { 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:5.375rem;width:5.375rem;top:0rem;left:14.3125rem;overflow:hidden;display:block; }
#AF40l8AGaD1JMWBXwc7x0Ve9hEi2zhen { display:block;width:25rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.75rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:none; }
#ai7hGo2ruZ7wSAscOgad7FM57dA3NrTD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0.3125rem;left:50.4375rem;overflow:hidden;display:block; }
#SzSm18DiK5Vn6bXAdGRuwcGurPITJONM { 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:4.875rem;width:4.875rem;top:0rem;left:33.625rem;overflow:hidden;display:block; }
#CHCI7esk0sp4dm9WfFRx4mssfrkRxaMk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:0rem;left:42.125rem;overflow:hidden;display:block; }
#P7gdXatFdxm601iGbqM5d243uWT6CX26 { 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:4.875rem;width:4.875rem;top:0rem;left:33.625rem;overflow:hidden;display:none; }
#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES { background-color:#f5f5f7;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES > .row .container { border-width: 0; border-radius: 0; }#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES > .row .container { width:60rem;height:52.25rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#FRzJk5dFyq98OlIKt8Ak4Aemug1n20QI { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.7174072265625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbKnwr6dvZxDZHBK9KBbq0qixTyG9mxh { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:13.4375rem;left:0.0625rem;display:block; }
#mfiab803TTEeWhzhShGSUdSldNot7tfd { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:21.9375rem;left:0rem;display:block; }
#x7dswB71MP3CqQQXHo4SqL75zqbJumFd { position:absolute;display:block;z-index:15085;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:31rem;left:1.125rem;display:block; }
#u5Lsp765K9kSO4zyS18UIExEuC76zSf1 { color:#111111;display:block;width:15.375rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:25.198974609375rem;left:1.593017578125rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BcDTQC47lRnenNpMdairC2eF3AI4Xodp { color:#111111;display:block;width:3.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:21.5625rem;left:3.31201171875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTuoA8mcLWh41Kd5H4pexPQvK4V1ZrNf { color:#111111;display:block;width:6.62475rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:21.5625rem;left:9.123291015625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE { position:absolute;display:block;z-index:15058;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87c7dd7b-4edf-4423-b765-da0690e61aca/Mollie1000x562.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:13.4375rem;left:0rem;display:block; }#foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE.adaptive-delivery-prevent-bg, #foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE.lazyload, #foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE.lazyloading { background-image: none; }
#foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#M7iBWhF8Q8Av50oIKTUUEBf6VIKPDAdT { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:20.4375rem;left:0rem;display:block; }
#lhrgxBDWJGt6FTnLLLZon47n3HJkStcA { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15088;background-color:#ffffff;background-image:none;top:14.125rem;left:6.25rem;display:block; }
#aeixfhnZ9IT65RaPplW7KOtmfSTrcqTz { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15.25rem;left:7.4375rem;overflow:hidden;display:block; }
#LHeym683iIGVFaZFWJT9T2mPBWMZuEmu { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:13.4375rem;left:20.9375rem;display:block; }
#q2qLw6s647fEyAVBvet0xkLDEf9yvl6h { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:21.9375rem;left:20.9375rem;display:block; }
#X7CrSUAHbdtmvKKrUSEZw9ETTIdQ2Cwi { color:#111111;display:block;width:14.4375rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:25.687255859375rem;left:23.187255859375rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMpqxHdbk5eMzk4QN3T2iwf5RmxpWuVb { position:absolute;display:block;z-index:15095;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:31rem;left:22rem;display:block; }
#KT8QE3oN7wOv98PAKta8cb8RvzLRHcua { position:absolute;display:block;z-index:15110;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:20.4375rem;left:20.9375rem;display:block; }
#FeeVpqbKFe5URiRoyp7yUqeXguZlREG5 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10546e06-8a3e-4183-8cdf-f189311efa1d/MaximaSloepenSpecialistZuidschorWatersportMaxima620Retro13.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:13.4375rem;left:20.9375rem;display:block; }#FeeVpqbKFe5URiRoyp7yUqeXguZlREG5.adaptive-delivery-prevent-bg, #FeeVpqbKFe5URiRoyp7yUqeXguZlREG5.lazyload, #FeeVpqbKFe5URiRoyp7yUqeXguZlREG5.lazyloading { background-image: none; }
#FeeVpqbKFe5URiRoyp7yUqeXguZlREG5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#FeeVpqbKFe5URiRoyp7yUqeXguZlREG5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#LVtLpghBU7kQTFTiCDduLT6T5pMthNuH { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:14.125rem;left:27.1875rem;display:block; }
#sgQDWUlTai56nTPtufz1TI9zyJiObMnt { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:4.375rem;top:16.279907226562rem;left:27.8125rem;overflow:hidden;display:block; }
#Ni81wk7Gu3OHbvEfv0P9uiRakCIxD6g2 { position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:13.375rem;left:41.875rem;display:block; }
#kfThqClAWuHFM7GZT0vB4HRiRKT32C2Z { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:21.875rem;left:41.8125rem;display:block; }
#FKeNJtyNsp9zdnGZgsWwimqDtapzadJT { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:25.625rem;left:44.124755859375rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wc45chDzBPd6wed2R4pnyQiTxUTAveKO { position:absolute;display:block;z-index:15105;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:30.9375rem;left:42.9375rem;display:block; }
#kylcyUftJq9ETf9dO1dSsHLLbylZCIE5 { position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:20.3125rem;left:41.8125rem;display:block; }
#nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3 { position:absolute;display:block;z-index:15078;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/776ffec4-1607-448b-a704-882d542a6dfe/mitsubishioutlandersuvbluecity.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:13.375rem;left:41.8125rem;display:block; }#nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3.adaptive-delivery-prevent-bg, #nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3.lazyload, #nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3.lazyloading { background-image: none; }
#nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#lSf2EAhToHZSXweLCtE3AOfCC6VmUHTA { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15108;background-color:#ffffff;background-image:none;top:14.0625rem;left:48.0625rem;display:block; }
#kF7tFtmgQrgl6WvswbmXztoL9oTazv68 { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.687375rem;top:15.03076171875rem;left:49.6240234375rem;overflow:hidden;display:block; }
#IHTGtJEs7LUUpfQN2eqWcwmQDMTVJTM8 { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.186625rem;top:19.875rem;left:20.875rem;display:block; }
#odHyc7u6wwWf6UTzAZqxxBuRI9u2GJdK { position:absolute;display:block;z-index:15111;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.186625rem;top:20.4375rem;left:41.8125rem;display:block; }
#OXeH6mXcdzuThlvLwoC2VItyHyr1tpsM { color:#111111;display:block;width:3.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:21.5625rem;left:24.561767578125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kka8e1wzgPbeEkRs5nb3inZaoKF4osms { color:#111111;display:block;width:6.31225rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;top:21.562255859375rem;left:30.343017578125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7qrRhwivLCuUW24N1vREitFOOCq5oeU { color:#111111;display:block;width:7.124rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:21.5625rem;left:50.8740234375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEJpWO0QZsGt9xOp46Im6BFOyFihsu82 { color:#111111;display:block;width:4.1875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:21.624755859375rem;left:45.499267578125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWsJaXOW0xMnqc48OiGKpu2Rx7BbNT4x { position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:34.1875rem;left:0.0625rem;display:block; }
#TovQGn2nvZrQpk9iM698xuL0VlqyQwya { position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:42.6875rem;left:0rem;display:block; }
#zHT12f9uT5PD2NRU2TvCLqpr751M6vPX { position:absolute;display:block;z-index:15117;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:51.75rem;left:1.125rem;display:block; }
#W7IaihLTki0beMQWMpIz0GwEsAZ0872V { position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:34.1875rem;left:20.9375rem;display:block; }
#xpgBQ9V3xLxukVGVuVazReZg92leFoza { position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:42.6875rem;left:20.9375rem;display:block; }
#eRhruPbG00Lfa74Zw1L5COszATicMHyf { position:absolute;display:block;z-index:15127;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:51.75rem;left:22rem;display:block; }
#D5Oc003pLkW4tFKOy6tH5toAPkaI9DD6 { position:absolute;display:block;z-index:15109;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:17.5rem;width:18.1875rem;top:34.125rem;left:41.875rem;display:block; }
#OpCv7491BGOUqx5IVICm0r9KI0EcxceR { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:42.625rem;left:41.8125rem;display:block; }
#FRRfX9QaidNel65rb9n7NCU3TlsSs0Bx { position:absolute;display:block;z-index:15137;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:51.6875rem;left:42.9375rem;display:block; }
#P2849O9b0cATfeSG5FImMGJGeZsTJ5Te { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:45.8740234375rem;left:1.593017578125rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xUkIGUCMaOVIDOJdnJATGMSxg3V46Xc4 { color:#111111;display:block;width:15.1875rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:45.8740234375rem;left:22.843017578125rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIxyZJMNyitIIIZqfMzelGGAmT6MLUdR { color:#111111;display:block;width:14.4995rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:45.8740234375rem;left:43.717041015625rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNxMtTKl8Vux8SMAWlBx767DanXD7KsM { color:#111111;display:block;width:3.8745125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:42.436767578125rem;left:3.02978515625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGc8yszyDmUlTiLg12W7XzNf0zOZ6nFa { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:41.1875rem;left:0rem;display:block; }
#cSS8DCyuTqfW8RbMyW32y4RNAgk3eKz0 { position:absolute;display:block;z-index:15142;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:41.1875rem;left:20.9375rem;display:block; }
#kh8sc2nyh4NcGOgP70EqlcKswU3uDFgH { position:absolute;display:block;z-index:15110;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.18725rem;top:41.0625rem;left:41.8125rem;display:block; }
#Og4S7mZkf6szkkf6lmLaGttnKHup8Dm7 { position:absolute;display:block;z-index:15143;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.186625rem;top:41.1875rem;left:41.8125rem;display:block; }
#WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE { position:absolute;display:block;z-index:15090;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6f5e82e-b543-4c47-b1ba-8ceb7247dd5f/donencalvincedervanantiincasso.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:34.1875rem;left:0rem;display:block; }#WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE.adaptive-delivery-prevent-bg, #WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE.lazyload, #WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE.lazyloading { background-image: none; }
#WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#HTWdAl07ls7Ow9C3lWwOypTIHeTLhxtq { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15120;background-color:#ffffff;background-image:none;top:34.875rem;left:6.25rem;display:block; }
#FicClP6RmUWAUBDTTHZTTA9O72ipEA6Z { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:4.8125rem;top:36.812133789062rem;left:6.749267578125rem;overflow:hidden;display:block; }
#IxMfofQGQoKTAHRKETP7W7zOPPyeTupE { position:absolute;display:block;z-index:15100;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea52ec21-212e-4b44-9d18-d414098a9f81/watzijn5belangrijkevaardighedenvoorondernemers2560x1100.png");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:34.1875rem;left:20.9375rem;display:block; }#IxMfofQGQoKTAHRKETP7W7zOPPyeTupE.adaptive-delivery-prevent-bg, #IxMfofQGQoKTAHRKETP7W7zOPPyeTupE.lazyload, #IxMfofQGQoKTAHRKETP7W7zOPPyeTupE.lazyloading { background-image: none; }
#IxMfofQGQoKTAHRKETP7W7zOPPyeTupE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IxMfofQGQoKTAHRKETP7W7zOPPyeTupE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#sLqoDoTkUQETwoCLtlSAJNswIeRxczU5 { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15130;background-color:#ffffff;background-image:none;top:34.875rem;left:27.1875rem;display:block; }
#wQs95bh26k4TXGyiJQ4Uo4hnBEVht5uV { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.9375rem;top:37.124633789062rem;left:27.530517578125rem;overflow:hidden;display:block; }
#oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx { position:absolute;display:block;z-index:15110;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a882eca-19d0-4b73-a06e-42c0a4885636/3e7a00b54e494fb2aef3abb18d171343.jpeg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.687375rem;width:18.18725rem;top:34.125rem;left:41.8125rem;display:block; }#oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx.adaptive-delivery-prevent-bg, #oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx.lazyload, #oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx.lazyloading { background-image: none; }
#oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#cXhLhCPwsTLcUspUsKKadk28HMugOITZ { box-sizing:content-box;height:5.7495125rem;width:5.7495125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15140;background-color:#ffffff;background-image:none;top:34.8125rem;left:48.0625rem;display:block; }
#Br0aTkFQ6kvkfK95CbpWzLeEKEJtci4v { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:4.25rem;top:36.437133789062rem;left:48.8427734375rem;overflow:hidden;display:block; }
#k9RqbbNkZAOBqz6AJtf0KTckUaIAo6UD { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.186625rem;top:40.625rem;left:20.875rem;display:block; }
#J49mnS8cST7VAiGRVgtaDHrrFeDXvSHp { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.5620125rem;width:18.186625rem;top:41.156005859375rem;left:0rem;display:block; }
#ODB6vDZDsfW7QxNWvOGNMZVX9AlPyXHp { color:#808080;display:block;width:40.187375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9354248046875rem;left:9.718017578125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRRRz9SHGP2wfbTrBGvVXnV1rGEw5N7p { color:#111111;display:block;width:6.6235625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15151;line-height:1.3;letter-spacing:0;top:42.31103515625rem;left:9.122314453125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHGN2yJvdO2rQoFZFx3P2oz0fF36dms3 { color:#111111;display:block;width:3.8745125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15154;line-height:1.3;letter-spacing:0;top:42.5625rem;left:24.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEvVX2g2czFts4tBx3GNZfqRgLwAFHLU { color:#111111;display:block;width:6.6235625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15153;line-height:1.3;letter-spacing:0;top:42.436767578125rem;left:30.12451171875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmFVb9cCDndVCI8i36NPsg6dGAuZ0UqL { color:#111111;display:block;width:3.8745125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15156;line-height:1.3;letter-spacing:0;top:42.5625rem;left:44.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiknu0hHCVNFwhe01Woe5pQWgCD2nla0 { color:#111111;display:block;width:6.6235625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15155;line-height:1.3;letter-spacing:0;top:42.4375rem;left:51rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZmFLp2uEcW31SIIKpaB3SuzWBDbNRRaV { color:#808080;display:block;width:40.187375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9354248046875rem;left:9.718017578125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW { background-color:#f5f5f7;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container { background-color: transparent; background-image: none; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container > .video-iframe-container { display: none; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row > .video-iframe-container { display: none; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .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); }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container { border-width: 0; border-radius: 0; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container { width:60rem;height:33.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UwTKMwONVgbzcOGh67IiH2O95nDMwDlB { display:block;width:34.1875rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.99951171875rem;left:1.7490234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#111111;display:block; }
#y5oPuwemPoQ3Qifzq0WZeqwAGmPAI2gw { color:#808080;display:block;width:27.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.811302185059rem;left:1.7485904693604rem;height:7.5rem;font-style:normal;display:block; }
#oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP { color:#808080;display:block;width:25.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:1.74951171875rem;height:;font-style:normal;display:block; }#oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
#nMBdBhcEDWIAzG0vuFJQ5001WV3WhV4M { box-sizing:content-box;height:2.875rem;width:27.375rem;position:absolute;display:block;z-index:15000;background-color:#f7f700;background-image:none;top:7.0616340637206rem;left:0.74924087524412rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn { color:#808080;display:block;width:25.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.057739257812rem;left:1.7498779296875rem;height:;font-style:normal;display:none; }#OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
#wuyMwWnyGCWGZSPXbQgck3h8aRkt91vV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.9375rem;width:29.9375rem;top:1.71875rem;left:30.0625rem;display:block; }
#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N { position:relative;display:block; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N { background-color: transparent; background-image: none; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container > .video-iframe-container { display: none; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row > .video-iframe-container { display: none; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .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); }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N { border-width: 0; border-radius: 0; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#QdR4dqDfCdTWTQdvWPTk2o7sWEOHQXxI { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:7.5rem;width:7.5rem;top:3.12451171875rem;left:3.1865234375rem;overflow:hidden;display:block; }
#U1DH6lcQlhhOuc9al27Hk80eqnAA1kto { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:12.742919921875rem;left:14.561767578125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xa87NgPpb2r31LuCk86sFW5XXhxhwVeE { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:12.125rem;left:5.8125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JVb54UEPR074uM1fAMuTABEFiCcPcGtD { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:12.125rem;left:4.75rem; }
#sfMg7sTWcb0PxNEczanGsEaVTGI4MD0O { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:5.9375rem;top:9.625rem;left:14.5615234375rem;overflow:hidden;display:block; }
#H1kXrtoKwur0T90rc3uuHSboo8pLrgIT { color:#111111;display:block;width:39.8125rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:1.49951171875rem;left:14.5615234375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L7DcZWDqfWRCd8SMdUwbOgQg8p5zUpSF { color:#111111;display:block;width:38.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:5.17431640625rem;left:14.5615234375rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGMMRTrZ7eCMKzqWvpo4xXTggzDK5EF5 { color:#111111;display:block;width:12.6245rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:12.875rem;left:40.9375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPf7iPZPwmWcORKvZuV3bT5oQXCScGMP { color:#111111;display:block;width:10.1245rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MrATUAxmTfsD1HxJpNK7MIih18lIaDTi { position:absolute;display:block;z-index:15065;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.062255875rem;width:38.6230625rem;top:11.732177734375rem;left:14.49951171875rem;display:block; }
#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container { background-color: transparent; background-image: none; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container > .video-iframe-container { display: none; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row > .video-iframe-container { display: none; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .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); }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container { border-width: 0; border-radius: 0; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw { position:relative;display:block; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw { background-color: transparent; background-image: none; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container > .video-iframe-container { display: none; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row > .video-iframe-container { display: none; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .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); }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw { border-width: 0; border-radius: 0; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;background-image:url("https://images.assets-landingi.com/uc/6ec9fb75-877b-4c39-aa29-7ea937644555/Aexport.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container.adaptive-delivery-prevent-bg, #LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container.lazyload, #LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container.lazyloading { background-image: none; }#H0oWviqJZ9tCugmVmZEUnFcDBtUPkHQy { box-sizing:content-box;height:10.3125rem;width:27.124625rem;position:absolute;display:block;z-index:15002;background-color:#3e3e3e;background-image:none;top:8.0625rem;left:30.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;display:block; }
#ZJylti08Kyh84KPyn88Exu0fL9VIJuGp { display:block;width:22.6861875rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#neL6HBPtVbmcdxBBRui7IoPSk4GEcQ5C { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:19.8125rem;left:3.375rem;display:block; }
#o5TgKhrfTC5CE5cMaTeRzIo8nAeVVdkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx8tTCTCTUIwztM4plha5RnT1CFkD4rI { box-sizing:content-box;height:6.74925rem;width:0.124511875rem;position:absolute;display:block;z-index:15025;background-color:#808080;background-image:none;top:9.875rem;left:39.1875rem;display:block; }
#N4SPRT6h9t9eJx2wZiadcMGp8SJvDb7g { box-sizing:content-box;height:6.7486875rem;width:0.124511875rem;position:absolute;display:block;z-index:15026;background-color:#808080;background-image:none;top:9.875rem;left:49.125rem;display:block; }
#kfzTbATfaA5Gvl4RyMnMIJJiTSdNGR6Z { display:block;width:6.18713125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#cqyUWgFGfWnWibsqvefsbqSqP2qybM24 { display:block;width:9.187rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#XqCguVefn39g3TddNEH0OWCahRwp9SZJ { display:block;width:6.186525rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:40.625rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#p6bmZJPZpWKSlSbNSmwoEcSd67dni1xq { display:block;width:4.25rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:51.1875rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#tdJraQTuAWq2PZZiQERfXEoTPodQ2yiF { display:block;width:8.186625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:49.25rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#y8FwOovqvBdfhO33R3Rin965gfaD7rEg { display:block;width:9.186375rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:39.1875rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#TlyIEEdgJF1fCiO49hsZ9EsC64DEPzx6 { color:#808080;display:block;width:22.6875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.5rem;left:3.375rem;height:7.5rem;font-style:normal;display:block; }
#WtWL0IDMJ2C4CJUTQJCRTk3v6oUMXs2M { display:block;width:9.187rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:0.97473125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#l9ZkUMofTwArpPiTZdnTap42cTMqqR4h { display:block;width:6.18713125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.625rem;height:2.843625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:none; }
#CaC9wrp1pmSQWcS6NyMxtbDuXObiNnX6 { box-sizing:content-box;height:6.74925rem;width:0.124511875rem;position:absolute;display:block;z-index:15025;background-color:#808080;background-image:none;top:9.875rem;left:39.1875rem;display:none; }
#QBRO9zslVTxgEtk1KwJbuqqKMbgg1VDE { display:block;width:6.18713125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.625rem;height:2.843625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:none; }
#cbDCTcBDHp0LcDf6mGySRQmFk2eLWTMt { display:block;width:9.187rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:0.97473125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#uEyKdWawtBANBr1rHyVszGas7OrPJ8uT { box-sizing:content-box;height:6.74925rem;width:0.124511875rem;position:absolute;display:block;z-index:15025;background-color:#808080;background-image:none;top:9.875rem;left:39.1875rem;display:none; }
#B1lX0nmxlDu13BAERQL1kL7NTQPcvZaG { display:block;width:6.18713125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.625rem;height:2.843625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:none; }
#JU7gEz0yT4WEkngAah1E931vfDDvE8ID { display:block;width:9.187rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.125rem;height:0.97473125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm { position:relative;display:none; }#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm { border-width: 0; border-radius: 0; }#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#psERNaFeuMKxW9qbcSIvnuOniuhbJ6rA { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.125rem;height:3.8983125rem;font-style:normal;display:block; }
#QHPFqKsAScmAEB902xDKwf9vVO5NplaU { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5625rem;left:15.125rem;height:3.8983125rem;font-style:normal;display:block; }
#PdkHivTaBsUlwtd14VlXBTE8uCaz8mV0 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:15.125rem;height:3.8983125rem;font-style:normal;display:block; }
#Uzc3iiPg8nDNSUtkleC95k7q9QkG83Su { position:absolute;display:block;z-index:15003;height:21.125rem;width:31.75rem;top:23.375rem;left:14.125rem;display:block; }
#IIkmn8gRZHiUdrpQl7R2uZSL5Qigd8vt { color:#000000;display:block;width:38.562rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:10.718383789062rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkvIEvAqGXpITtW9WFTy9cgxFImbEDvZ { 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:1.5rem;width:1.5rem;top:9.32421875rem;left:12.1875rem;overflow:hidden;display:block; }
#ot9gllpaEHWunLbyXiba1w8VpQuTZx4c { 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:1.5rem;width:1.5rem;top:14.76171875rem;left:12.1875rem;overflow:hidden;display:block; }
#qIpmTlCXDtQeF9iqzpt3vBWzgyStUaQp { 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:1.5rem;width:1.5rem;top:20.32421875rem;left:12.1875rem;overflow:hidden;display:block; }
#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc { position:relative;display:block; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc { background-color: transparent; background-image: none; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row .container > .video-iframe-container { display: none; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row > .video-iframe-container { display: none; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .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); }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc { border-width: 0; border-radius: 0; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .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; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ofArO57WHMP9pJSZwmNHb4TAp9AsOEB9 { color:#808080;display:block;width:23.6875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.03662109375rem;left:35.9375rem;height:15rem;font-style:normal;display:block; }
#V7gB2hmJnWoVT49Rp1JC5omZBXQRToGg { display:block;width:21.1859375rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9366455078125rem;left:35.999755859375rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#111111;display:block; }
#gtMiXaJ7spCmaVOINOUiM3ssFteTCXHK { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.5rem;width:29.6875rem;top:8.4375rem;left:0rem;display:block; }
#cmFwrIV2p8NK7fnco2TPfGFD8fLFmw7B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:27.62451171875rem;left:24.999755859375rem; }
#UwLrrySMTF8iVm9LOHy4USUiyhxQICTA { position:absolute;display:block;z-index:15071;background-color:#111111;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;box-shadow: none;height:27.8125rem;width:7.9375rem;top:5.21923828125rem;left:14.1875rem;display:block; }
#Hvm7ARCt24td8blpThGyBNQqlS2DL230 { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:26.25rem;left:0rem;display:block; }
#iFu8skglssTVqUJT32H8dMmotTLrMtrX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:23.937377929688rem;left:24.999755859375rem; }
#NrvqLDGrc82BAk22WkJyg3q8iz0sdgkW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:27.6875rem;left:17.375rem; }
#HX06pdoF9OLoaGKcklxcJQUDpzBxfP1b { position:absolute;display:block;z-index:15077;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.686525rem;width:1.686525rem;top:23.75rem;left:17.1875rem;display:block; }
#CkkzlA7270G26TMBIAb6qWmhLWNDMhTg { position:absolute;display:block;z-index:15078;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.686525rem;width:1.686525rem;top:27.5rem;left:17.1875rem;display:block; }
#CSWVL50uHNHddQs7Xl0NHSEisQLPBeUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:23.9375rem;left:17.375rem; }
#GTalek2CpBsO8rqzBCBV0TLAEH1RCt62 { position:absolute;display:block;z-index:15076;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.686525rem;width:1.686525rem;top:20.4375rem;left:17.1875rem;display:block; }
#gb5o1uGm82sSDK5Cwwgzc3cMiIl9TpCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:20.625rem;left:17.375rem; }
#XN47DJ5VaL2ynbKwHli0NdO6SkdsrgXe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:20.74951171875rem;left:24.999755859375rem; }
#bDLqz0vIT4477ldy1q0NCGdzqSMmxFhv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.25rem;left:17.375rem; }
#GgrNTdkOgENHulmPrqISmBqF4R1f8BaF { position:absolute;display:block;z-index:15075;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.686525rem;width:1.686525rem;top:17.0625rem;left:17.1875rem;display:block; }
#Gzb7Ov6OasXBKeQ7yzPKZROLsTAR2E3d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:17.562255859375rem;left:24.999755859375rem; }
#TkBB6CKADXXAOv689efLDcCGzXFoaKsE { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:16.499633789062rem;left:0rem;display:block; }
#S454GIT7wCmEl6hJtlCp5gRrNN2mFirh { color:#343434;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:17.62451171875rem;left:0.687255859375rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fx8OgeSlTaLyF36uF0drJgUgNTKM71t6 { color:#343434;display:block;width:12.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:20.812377929688rem;left:0.687255859375rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#tctnzrCaIXfBeKA80l11yLPBSqJ0hWo1 { color:#343434;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:24.124755859375rem;left:0.6873779296875rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#XJ6kZZWZyr1JS7T6zXMkCgTDGJV9KmlR { color:#343434;display:block;width:10.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:27.562255859375rem;left:0.6873779296875rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ryJvhLiFVEPyCkEUPTuW20w264bsJFsf { color:#343434;display:block;width:13.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.312133789062rem;left:0.687255859375rem;height:1.13720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hH3h5D2MLqP2ai1bQd8o9pd97llDo0qA { position:absolute;display:block;z-index:15068;background-color:#22b422;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:14.0625rem;left:16.6875rem;display:block; }
#fGlGcRpf4VzC9syAQg12IZl63gIwkibz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:14.125rem;left:17.375rem; }
#maInKpKBqkBmlta43zdFzd2TV45rtwXS { position:absolute;display:block;z-index:15074;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.686525rem;width:1.686525rem;top:13.9375rem;left:17.1875rem;display:block; }
#RIMU8cSesTLNvy26dqiPg8kKcL1C4gtU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:14.249877929688rem;left:24.999755859375rem; }
#zNsUp7cbRJmxftrWlr4i8dz5vkmmvyfo { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:13.37451171875rem;left:0rem;display:block; }
#DEQOS2VZrhiD0JQ0aHftHigIo0KOCEHh { color:#343434;display:block;width:4.6875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:9.8748779296875rem;left:23.312133789062rem;height:2.1123rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkmKHXHReDV5urxOZ6NEa7ZZakkwTN4m { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:4.8125rem;top:9.80517578125rem;left:15.75rem;overflow:hidden;display:block; }
#mBFaBDq0wVdQOgpoa6qvoGc6anzQnKRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:20.75rem;left:18.375rem;display:none; }
#iul86LdcaPwPgRfqtMIOeMXfsRDafKnV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:24.0625rem;left:18.375rem;display:none; }
#DJKMTIcoPwTDVdavGSKFL0U6PkaA8Mr0 { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:29.74975rem;top:22.750244140625rem;left:0rem;display:block; }
#enRGhLDTWdnAPo2KmccxwStupkzLeWQn { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:29.74975rem;top:19.64697265625rem;left:0rem;display:block; }
#tRpQtNhub8CHVuxA5g1CdbrIHkoLKU23 { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:16.499633789062rem;left:0rem;display:none; }
#rGht5hADStdJlh8Dqb3IctGodLAfweTI { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:16.499633789062rem;left:0rem;display:none; }
#F0867V7LxZa0mTC2RgNi31hz4LIbVgEB { box-sizing:content-box;height:2.875rem;width:21.5rem;position:absolute;display:block;z-index:15001;background-color:#f7f700;background-image:none;top:6.9365234375rem;left:34.87255859375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC { position:relative;display:block; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC { background-color: transparent; background-image: none; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container > .video-iframe-container { display: none; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row > .video-iframe-container { display: none; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .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); }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC { border-width: 0; border-radius: 0; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#KTB4GwuhE31SbH0ptllMiVra5KFq0zDz { display:block;width:14.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:6.3125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#111111;display:block; }
#rECS2ZrVTu9fzIvTbUROuNNgt033QCZT { display:block;width:16.687rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:34rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#111111;display:block; }
#WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 { color:#808080;display:block;width:23.625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.875rem;left:6.3125rem;height:6.9375rem;font-style:normal;display:block; }#WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bacade96ab6d343588511538cf516945d6ec3e8c.svg); }
#DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx { color:#808080;display:block;width:22.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.875rem;left:33.75rem;height:6.9375rem;font-style:normal;display:block; }#DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
#brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g { color:#808080;display:block;width:22.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.937377929688rem;left:33.687133789062rem;height:;font-style:normal;display:none; }#brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
#yRhXB5nZQubae5vMbpo9gp1RnLgvV25B { color:#111111;display:block;width:38.5610625rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.71923828125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExzyeRPGSxC1RsTcwZOLse0h6i85f7k0 { color:#808080;display:block;width:30.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.78125rem;left:14.96875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tduCTDJBV2kxx1PnCVGFgJm6u0uaEbZx { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.25rem;left:20.625rem;display:block; }
#HAawBLghP4btTfKklg14yHrPsxJ4Z2Ha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnRdkwdoyEESMOao0t6oP030ITe7GNBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TnRdkwdoyEESMOao0t6oP030ITe7GNBh > .row .container { border-width: 0; border-radius: 0; }#TnRdkwdoyEESMOao0t6oP030ITe7GNBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnRdkwdoyEESMOao0t6oP030ITe7GNBh > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:none; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS { position:relative;display:none; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS { border-width: 0; border-radius: 0; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#111111;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:none; }#T2zqDpFtb7tVuC4oHyLtVX3ZfqKeg7T3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:2.1875rem; }
#kzyH5fP4IhbhiOoRPZCM0bHm47aAhNPp { color:#808080;display:block;width:18.625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.75rem;left:4.125rem;height:0.97485625rem;font-style:normal;display:block; }
#WdAvQX7SzFN5heyOP6w6PSbCFCpd5FDh { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5625rem;left:4.0625rem;height:1.13769375rem;font-style:normal;display:block; }
#oycXbM5idn22ALbTFfV3PA5Oi0SUhNum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:20.75rem; }
#F3cwBDEcRRWvMFD9Cb8wSyTNEAQcKhSR { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5625rem;left:22.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#mZtfSDV7PfQb6vfCcclczsWP2holWgXo { color:#808080;display:block;width:18.625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.75rem;height:0.97473125rem;font-style:normal;display:block; }
#cncB5TrWWpGmpNJw7u0qTavoO2utWnBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.9375rem;left:39.3125rem; }
#XnERTRCJdZ9MytRsEH6DesZ5PCMS26tQ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.375rem;height:1.13769375rem;font-style:normal;display:block; }
#TgdFTXy2ABrIxTJEUbQdsPTTgEtyTyOb { color:#808080;display:block;width:18.625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.375rem;height:0.97485625rem;font-style:normal;display:block; }
#MyTl89cL336cpImsgCkTkysPXvAWA3lN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container { background-color: transparent; background-image: none; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container > .video-iframe-container { display: none; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row > .video-iframe-container { display: none; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .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); }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container { border-width: 0; border-radius: 0; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;position:relative;display:block; }#X6Zgn29NkNxGLOrm2xfdTasHzpLrFiAq { color:#111111;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkiT0Mti2TPyfmDA4iLP3xK9tIQsfZwb { position:absolute;display:block;z-index:15026;height:34rem;width:60rem;top:12.31103515625rem;left:0rem;display:block; }
#GRaMDsLbRFISw07aGIkU2s7EXQ3POQxA { color:#808080;display:block;width:40.187rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:9.90625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr { position:relative;display:block; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr { background-color: transparent; background-image: none; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container > .video-iframe-container { display: none; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row > .video-iframe-container { display: none; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .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); }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr { border-width: 0; border-radius: 0; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#t4dVttzybQQJ36pevezb6BSQALG7HE9R { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:7.25rem;width:7.125rem;top:3.1875rem;left:3.3125rem;overflow:hidden;display:block; }
#VvLJokTVa7mRPThFKSNaJpk87OhOmTlk { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:12.742919921875rem;left:14.561767578125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ly2hy88e6uDkvSuICohk9xT4VHySIgcv { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:12.125rem;left:5.8125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGgcVPrTVw54Q9rgNAIzPHbWpNb4mtqd { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:12.125rem;left:4.75rem; }
#ADfhqZHEX7DV44AAyuV6ZzqkZkvrOWLD { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:5.9375rem;top:9.65927696228rem;left:14.561634063721rem;overflow:hidden;display:block; }
#szz4HJ9AZ9iv236eKsg9mQ348GtMnHMG { color:#111111;display:block;width:28.375rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:1.49951171875rem;left:14.5615234375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#in71V5SygTQasmhp3HTc3bwrnUU98suL { color:#111111;display:block;width:38.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:3.81103515625rem;left:14.57763671875rem;height:5.19965625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBONRsg0KRi9XnwvXhNC4SPIIwgOkMNZ { color:#111111;display:block;width:12.6245rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:12.875rem;left:40.9375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTs5THGDNFcVGgPqCTvaJuPuJAXxbKTS { color:#111111;display:block;width:10.1245rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dExvqpuunsgSiUawvZ9x3tCFrTICE073 { position:absolute;display:block;z-index:15065;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.062255875rem;width:38.6230625rem;top:11.732177734375rem;left:14.49951171875rem;display:block; }
#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN > .row .container { border-width: 0; border-radius: 0; }#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;position:relative;display:none; }#q3ywlOhz2Gk1895x5mMozmFkVvu14Xdc { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFUrADIx4LZ2ZAVHKoQLXlO4pr2xImWK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26rem;width:13.0625rem;top:20.0625rem;left:4.375rem;overflow:hidden;display:block; }
#xVTs79AVflXPvHfuTHZgDdX8VKZTmeou { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26rem;width:13.0625rem;top:16.9375rem;left:23.46875rem;overflow:hidden;display:block; }
#RsnUcvlmLteCbE8aZ1XdgQBhurnB4A97 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26rem;width:13.0625rem;top:20.0625rem;left:42.6875rem;overflow:hidden;display:block; }
#oyKvOIbkng2REm9tfAZnB2ddDsfNXMeb { 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:7.5rem;width:7.5rem;top:12.625rem;left:7.15625rem;overflow:hidden;display:block; }
#bFv7Jo4cagheb62mS2EGiPBxKTAfP7ln { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:9.5rem;left:26.25rem;overflow:hidden;display:block; }
#egqxSZVTSxqLIelPRkhRNUme3pRvTFop { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:12.625rem;left:45.46875rem;overflow:hidden;display:block; }
#JJcU00SX9trQVwyt56BkRhImI1GCMSwo { background-color:#111111;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:49.75rem;left:22.1875rem;display:block; }
#KzDr6wcWAi4lmWmhNoy797fc1bx9VR5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container { background-color: transparent; background-image: none; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container > .video-iframe-container { display: none; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row > .video-iframe-container { display: none; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .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); }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container { border-width: 0; border-radius: 0; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz { display:block; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz { background-color: transparent; background-image: none; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container > .video-iframe-container { display: none; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row > .video-iframe-container { display: none; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .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); }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz { border-width: 0; border-radius: 0; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container { background-color:#111111;background-image:none;width:60rem;height:76.6875rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#FaN8s3qiCfIuaQrsGIOyAgdim8Svwp9Q { color:#000000;display:block;width:26.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.812255859375rem;left:3.75rem;height:21rem;font-style:normal;display:block; }
#ORbX2P6wEOpUDlumAsQMrtCyPDz815fU { display:block;width:24rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4996337890625rem;left:3.75rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#KeCVEeV09tXeqF0HSSXlG5FK7yHPukfr { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:51.1875rem;left:29.625rem;height:19.5rem;font-style:normal;display:block; }
#ksaqRhk1sL7URTaUxMeliZgtVZyBXxAn { display:block;width:25rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.25rem;left:29.625rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#wC9kEWSRQTP5FTTVpNRpvFqlFXms0Zdv { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:21rem;top:7.9671904296875rem;left:34.385029975377rem;overflow:hidden;display:block; }
#T2SXOxvOVcUp0zTNUw6FFSkdfuhml5Tm { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.625rem;width:18.4375rem;top:19.28955078125rem;left:38.561401367188rem;overflow:hidden;display:block; }
#GHpLQ4IF86JHXVngmOfwmg89ycPE6SpZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.06225rem;width:20.1245rem;top:44.855346679688rem;left:3.75rem;overflow:hidden;display:block; }
#UTkta8gCOaiNUsg54OPy7hDWhz6NMOQF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.56225rem;width:16.749875rem;top:56.289672851562rem;left:8.71826171875rem;overflow:hidden;display:block; }
#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container { background-color: transparent; background-image: none; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container > .video-iframe-container { display: none; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row > .video-iframe-container { display: none; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .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); }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container { border-width: 0; border-radius: 0; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc > .row .container { border-width: 0; border-radius: 0; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:none; }#fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2f82ba5-f114-43e5-b36b-186b61fccd1e/BTS102.jpg");background-position:center !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-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:21.625rem;width:59.875rem;top:1.3125rem;left:0rem;display:block; }#fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9.adaptive-delivery-prevent-bg, #fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9.lazyload, #fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9.lazyloading { background-image: none; }
#fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#lpyWk7qDynMcTwzUXHaZvZ9MHbseERl9 { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:14.875rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5kuAmzGTFvFKdQuZv6U8GT9tHTgdn1g { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:16.1875rem;left:22.75rem;display:block; }
#odu1bNLzRsnXEOg6qEqacuaQy7iArM15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbxoWZ9pTfsFJEigTO6EZB9G6ocCAQQC { color:#f7f700;display:block;width:19.25rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:20.9375rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD > .row .container { border-width: 0; border-radius: 0; }#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD > .row .container { font-size:0.875rem;font-family:arial;height:91.375rem;width:60rem;position:relative;display:none; }#d1sarXI4aUWsf5uIpqR28MDLRCexn4cI { display:block;width:24.0625rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:17.96875rem;height:5.68725625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:block; }
#NJlFdMDX7Oti5yi8ooX4mH0oNrRGwCt9 { color:#808080;display:block;width:40.187375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1220703125rem;left:9.906005859375rem;height:3.8983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IP1PGvOFCdiF2TLcCl0tkcFZfuyhaPz6 { background-color:#111111;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:82.6875rem;left:22.1875rem;display:block; }
#TXpMmzX7NTuaSCI0NoA0CIyRlzlZDZ9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOABBDOggCgGDvx5RSIcdTx2agJ9EuCr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:22.1875rem;left:15.4375rem;overflow:hidden;display:block; }
#BPOvbcnSthXKMVpmIfVE2sTWe0KmriT0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:34.9248046875rem;left:15.4375rem;overflow:hidden;display:block; }
#ngzpo1IDLo76AZk7rxyZTnuT8v4q8adS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:48.0625rem;left:15.4375rem;overflow:hidden;display:block; }
#yC40bKXf7QFtLC8FcmWqwa4IQsbXpt5T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:128.5625rem;width:60rem;display:none; }
#bFt0q2UP58xKg5OdbCVq1zQDJmvoTHbe { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:29.12475rem;top:17.561645507812rem;left:15.43701171875rem;overflow:hidden;display:block; }
#qeIeJHe1w4xfnCK7bnOq5sxmBr1H8hnk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:60.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#HaKdUqIhEmsXTpkHnhpeCW8GAZOTbL09 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:1.5rem;top:72.8125rem;left:15.5625rem;overflow:hidden;display:block; }
#VRPHxp3IS0wlaoupCngEWySECLwITwGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VRPHxp3IS0wlaoupCngEWySECLwITwGG > .row .container { border-width: 0; border-radius: 0; }#VRPHxp3IS0wlaoupCngEWySECLwITwGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VRPHxp3IS0wlaoupCngEWySECLwITwGG > .row .container { font-size:0.875rem;font-family:arial;height:93.4375rem;width:60rem;position:relative;display:none; }#y1uGTbp8gQFts8BnnhmrSIM1aCOk751k { display:block;width:24.0625rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:17.96875rem;height:5.68725625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:block; }
#IgXObGXhPBeU7vITGKTG7w6PeMl8B8Bu { color:#808080;display:block;width:40.187375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1220703125rem;left:9.906005859375rem;height:3.8983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7XCna1F5eazmbLa879bd2VaKzTi5wIb { background-color:#111111;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.56225625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:83.87451171875rem;left:22.1875rem;display:block; }
#TpTG4DhKciTJodxq3IWNMUEhNOCOeZi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9FkaDOLQGcGTVPRuE9IT8mZ7QPOtufO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:128.5625rem;width:60rem;display:none; }
#nkc8EIAxogmphLGRPKOMkM17XUuTA5mV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:2rem;top:18.4375rem;left:17.1875rem;overflow:hidden;display:block; }
#lkwJiTX2f2ZuUeU5RooB7deaZFPrT1As { box-sizing:content-box;height:10.187375rem;width:19.874875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:18.4375rem;left:20.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#d9marJKsnRaAwUozdhfRPLf0VphzHECm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.25rem;height:0;font-style:normal;display:block; }
#reWTsyIJtUateUQHdnp0OcLhtLPTGtVn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.375rem;left:21.25rem;height:0.812375rem;font-style:normal;display:block; }
#e84C75eaEttnuX3QKqq3ob3vBLg7ewsf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.4375rem;left:21.25rem;height:1.05590625rem;font-style:normal;display:block; }
#hC3HeHkR2N5ANBVm4TR3Q7mLDm1q8o2s { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:22.4375rem;left:21.25rem;height:3.24950625rem;font-style:normal;display:block; }
#O2pORrt9ttQnDMB15rfuCsrT1SycOrFr { box-sizing:content-box;height:10.187375rem;width:19.874875rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:31.3125rem;left:20.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#WLawG5K75zZGRD9WeZPvvwZpiv9V8ZNQ { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:35.3125rem;left:21.25rem;height:3.2495rem;font-style:normal;display:block; }
#TwZ0sQqbwexmIsk0ZW96TItT5e9AyiU1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:33.3125rem;left:21.25rem;height:1.05590625rem;font-style:normal;display:block; }
#wSVPOb3RizUsa1M2URTtf9AsnQwvMBp8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.25rem;left:21.25rem;height:0.812375rem;font-style:normal;display:block; }
#hxApTIlpnox882GMQGQA0yvEHkRlP62K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:32.4375rem;left:21.25rem;height:0;font-style:normal;display:block; }
#g1SIm6IT8kCI5POeSBNpBxLgwGD9XiyX { box-sizing:content-box;height:10.187375rem;width:19.874875rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:44.0625rem;left:20.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#ypD5EgeWQTZMfTiNxG0cQfEo0ThF5JCK { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:48.0625rem;left:21.25rem;height:3.2495rem;font-style:normal;display:block; }
#UTRR6pAIeT1229KkIoOwOMLqsqDTsiwi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:46.0625rem;left:21.25rem;height:1.05590625rem;font-style:normal;display:block; }
#oINUfXoptJiKPnQGszW84FaVs9CBirWi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:45rem;left:21.25rem;height:0.812375rem;font-style:normal;display:block; }
#Zw3iV7N59DSbdMs47FPsa22uIAIIDXIy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:45.1875rem;left:21.25rem;height:0;font-style:normal;display:block; }
#LMyPJcvSrb20chFfWoTTCz9iGTwwi8eC { box-sizing:content-box;height:10.187375rem;width:19.874875rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:56.375rem;left:20.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#paItx3gpXRt7cTJsEC3WRJTo6e6V1VR4 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:60.375rem;left:21.25rem;height:3.24950625rem;font-style:normal;display:block; }
#C1C7VLi9qKRcy4qUS0vy8zNVdmxeGGRQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:58.375rem;left:21.25rem;height:1.05590625rem;font-style:normal;display:block; }
#CRhg2fiZ4wHtATQ9kDZrdvmvB1tko7x2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:57.3125rem;left:21.25rem;height:0.812375rem;font-style:normal;display:block; }
#AGe9s6K2X6UMv5OCF77KSCBtWpCTbaBo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:57.5rem;left:21.25rem;height:0;font-style:normal;display:block; }
#ItWULhK53wloTMfTAEwCuypgk5NMt1EE { box-sizing:content-box;height:10.187375rem;width:19.874875rem;position:absolute;display:block;z-index:15048;background-color:#1fc65d;background-image:none;top:69.125rem;left:20.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#NIdx5D6m6VAXhMHkQeJTq9xyldCVrTlu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:70.0625rem;left:21.25rem;height:0.812375rem;font-style:normal;display:block; }
#qe88XyG11Ezdi3SZpSDZxiDrkCO8E2ST { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:70.25rem;left:21.25rem;height:0;font-style:normal;display:block; }
#aE2UxrRTvy8eeBI82LoE96eVOoeBN3WU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:71.125rem;left:21.25rem;height:1.05590625rem;font-style:normal;display:block; }
#p9ZlTL1ts9sZd2Dk92XWxMbDXF3hBHEn { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:73.125rem;left:21.25rem;height:3.24950625rem;font-style:normal;display:block; }
#I0SqMUqzT0FQwvUWdLu9WrnTTCu1DADo { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:15.625rem;top:26.1875rem;left:20.3125rem;overflow:hidden;display:block; }
#kooK3Mp59HhTTtWXywg3QFlWkJoqSSRJ { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9995125rem;width:16.062rem;top:39.0625rem;left:20.3125rem;overflow:hidden;display:block; }
#Nhtg9fnKLf46BgT97NmmFPfRKAXviwQa { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:16.31225rem;top:51.875rem;left:20.375rem;overflow:hidden;display:block; }
#LdHO83ppx7qpmSRwmV1NNdNUs2CnmfEy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.999875rem;top:50.875rem;left:32.9375rem;overflow:hidden;display:block; }
#mlaNPhxNLuN6VfO2MAeG5boV0BQxqHQd { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:15.5rem;top:63.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#J9mwE595SPCJXUL3vyxMo3xsBHom98O8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:15.9375rem;top:76.875rem;left:20.5625rem;overflow:hidden;display:block; }
#e0Hf6hXnxHVSnhnBzBl7BZQtTOsTKCxr { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.93725625rem;width:15.9375rem;top:76.875rem;left:20.5625rem;overflow:hidden;display:block; }
#uPeklQsvyO48auSHSnJBzRlKRk1lrqJw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:23.6875rem;top:67.25rem;left:19.1875rem;overflow:hidden;display:block; }
#REkKIsboJCNzTKgCl5TPpps4bg4988gy { 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:1.5rem;width:1.5rem;top:48.62548828125rem;left:17.250244140625rem;overflow:hidden;display:block; }
#PlzP2dPQdAks2ZJV1in2QMNzIMeUJaQd { 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:1.49963125rem;width:1.49963125rem;top:60.967163085938rem;left:17.3115234375rem;overflow:hidden;display:block; }
#ID6VI6P2vZg74Gtq7p5ELcfFS6MC3ixp { 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:1.499025rem;width:1.499025rem;top:73.468017578125rem;left:17.312744140625rem;overflow:hidden;display:block; }
#EQ6hxJF7o1Zomd1OOJ9b5llxGOiF3ZKv { 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:1.49963125rem;width:1.49963125rem;top:35.529907226562rem;left:17.1865234375rem;overflow:hidden;display:block; }
#Kkxw1kAR4mwW6kC1tIlnn8QqTLvygtO8 { 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:1.499025rem;width:1.499025rem;top:22.78076171875rem;left:17.125244140625rem;overflow:hidden;display:block; }
#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn { background-color:#f5f5f7;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container { background-color: transparent; background-image: none; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container > .video-iframe-container { display: none; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row > .video-iframe-container { display: none; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .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); }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container { border-width: 0; border-radius: 0; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container { width:60rem;height:75.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#danqmExQFiDZ4tSkpgoHAStCEJMkzq78 { display:block;width:21.187125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.74951171875rem;left:19.375rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#111111;text-align:center;text-align-last:center;display:block; }
#eDQoMZTUh2iMm8JQVNN3aWCEclL1Qe9L { box-sizing:content-box;height:5.56213125rem;width:19.0625rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:22.437133789062rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#NL5doGAodkgcG7cJrucr5koJ8iLxbZWZ { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:23.312377929688rem;left:1.624755859375rem;height:1.13720625rem;font-style:normal;display:block; }
#nzEpXgfsZ1D8s0sAKMQ3kqUGTQf0g0nW { box-sizing:content-box;height:5.56213125rem;width:19.0625rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:22.437133789062rem;left:20.499877929688rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#Fd5BsxWBvOd67d8M2kltXTX76c1bz9Jt { box-sizing:content-box;height:5.561525rem;width:19.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:22.437133789062rem;left:40.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#FFPIfM6xi8uFODMvUBCu7Hh030ZInbVi { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:24.874877929688rem;left:1.624755859375rem;height:1.86903125rem;font-style:normal;display:block; }
#MNpNScgo9wMohsPBMfCzqHH46Tbk5Il6 { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.312377929688rem;left:22.062377929688rem;height:1.13720625rem;font-style:normal;display:block; }
#zmFOepHE2h7oWDA2tXG8O33A8lHZJteu { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:24.874877929688rem;left:22.062377929688rem;height:1.86903125rem;font-style:normal;display:block; }
#BoetkiMnGcUJCpT0cZHIpR2Qa7wVB7zS { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:23.312377929688rem;left:42.562255859375rem;height:1.13720625rem;font-style:normal;display:block; }
#dqPgHSNNvK0WUgcEBI5TSu1ng6ZQeoVE { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:24.874877929688rem;left:42.562255859375rem;height:1.86903125rem;font-style:normal;display:block; }
#uUTu1XK0eoQNF8nyGMW8vG5zu79W8UMn { color:#808080;display:block;width:35.249625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.93701171875rem;left:12.37451171875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSbAMNsqivZVeAzuN07a3Il51CcBqm9X { position:absolute;display:block;z-index:15053;height:40.1245rem;width:60rem;top:28.291015625rem;left:0rem;display:block; }
#Glqq9RFCGWxafm79oogpCTg1og602FEJ { display:block;width:21.187125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3748779296875rem;left:19.375rem;height:5.6860375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:none; }
#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX { background-color:#f5f5f7;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX > .row .container { border-width: 0; border-radius: 0; }#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX > .row .container { width:60rem;height:87.25rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ouWQhzyhrUoQB6FJyzwrLAOl1PJvKTsn { display:block;width:42.5rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.186767578125rem;left:8.75rem;height:2.843625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:block; }
#IRfwOmaN7I6nV3Jk1mhbndO34BtxsGRp { box-sizing:content-box;height:5.56213125rem;width:19.0625rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:54.375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#shUcaV9mneTR71cQpfQDtOeQ0PTZw6C0 { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:55.249633789062rem;left:1.624755859375rem;height:1.13769375rem;font-style:normal;display:block; }
#J3hKZUPx5zrKmxw4l3NCJEQGDPPhn955 { box-sizing:content-box;height:5.56213125rem;width:19.0625rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:54.375rem;left:20.499877929688rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#lDG7TrblvXLOpg7WKcBinM3BRcVE8IeT { box-sizing:content-box;height:5.561525rem;width:19.0625rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:54.375rem;left:40.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;display:block; }
#hficEUIqDM13OytBQTcz62pPORWr9PNE { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:56.812133789062rem;left:1.624755859375rem;height:1.8682875rem;font-style:normal;display:block; }
#IGTFmyc7U4KlQgeBxzHmCR6FlzH1p5fW { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:55.249633789062rem;left:22.062377929688rem;height:1.13769375rem;font-style:normal;display:block; }
#SJPo2me2U7gBfnZBtTexFO2SqIapIJbG { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:56.812133789062rem;left:22.062377929688rem;height:1.8682875rem;font-style:normal;display:block; }
#mlNMyuF9lGrSyfMWNHVoLqXQlaTyF4Mw { color:#000000;display:block;width:15.812375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:55.249633789062rem;left:42.562255859375rem;height:1.13769375rem;font-style:normal;display:block; }
#t0rHAt3n7Ha0Zu7Q7QC6J8teqxnoGg5N { color:#000000;display:block;width:15.81175rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:56.812133789062rem;left:42.562255859375rem;height:1.8682875rem;font-style:normal;display:block; }
#mudNhRIVSFRSiARhVvqn7B5oqaULTriK { color:#808080;display:block;width:44.4995rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3402099609375rem;left:7.7496337890625rem;height:3.8983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIR6SDHutIRBcKiEeHW7P9yVq1rNGwT9 { position:absolute;display:block;z-index:15053;height:40.123875rem;width:60rem;top:13.540649414062rem;left:0rem;display:block; }
#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV > .row .container { border-width: 0; border-radius: 0; }#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:none; }#Kafv9u4HkzaR3BSeRd8TamX5In24PS2M { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a98a44c-c0fd-4180-8a62-12827b41205f/TeambannerIVCV2.jpg");background-position:center !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-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:21.625rem;width:59.875rem;top:1.3125rem;left:0rem;display:block; }#Kafv9u4HkzaR3BSeRd8TamX5In24PS2M.adaptive-delivery-prevent-bg, #Kafv9u4HkzaR3BSeRd8TamX5In24PS2M.lazyload, #Kafv9u4HkzaR3BSeRd8TamX5In24PS2M.lazyloading { background-image: none; }
#Kafv9u4HkzaR3BSeRd8TamX5In24PS2M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Kafv9u4HkzaR3BSeRd8TamX5In24PS2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Pex8CswTLK6xAHO75wVytpdugncPmKOz { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.28125rem;left:8.09375rem;height:5.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiZDaMUpW4LuXTXAH2QxnCWcrK7pCoz6 { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:16.1875rem;left:22.75rem;display:block; }
#vQ6Thu50Tiqz5z0dNBiIOGyl9AnmyGR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwRVs88h8ysh5gTWU97WEupUC1ND8rbX { color:#f7f700;display:block;width:28.9375rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.53125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;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; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container { background-color: transparent; background-image: none; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container > .video-iframe-container { display: none; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row > .video-iframe-container { display: none; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .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); }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container { border-width: 0; border-radius: 0; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N { position:relative;display:block; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N { background-color: transparent; background-image: none; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container > .video-iframe-container { display: none; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row > .video-iframe-container { display: none; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .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); }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N { border-width: 0; border-radius: 0; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;background-image:none;font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#cVIIo7hTTsIwnNSMBxVDmqa6CRwurIZb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2Uu0IJeUgxTHDyf3R4XDGgaxbet0t0o { color:#808080;display:block;width:27.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.96728515625rem;left:16.375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2890155-3a96-4d02-92a2-b193107ecbba/Julius.webp");background-position:center !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-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:15.49925rem;width:11.061375rem;top:26.75rem;left:12.0625rem;display:block; }#Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0.adaptive-delivery-prevent-bg, #Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0.lazyload, #Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0.lazyloading { background-image: none; }
#Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a97e4d75-bfb6-4c3a-bcd1-0368d19fe498/Lotte.webp");background-position:top center !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-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:15.4986875rem;width:11.0608125rem;top:26.75rem;left:24.4375rem;display:block; }#PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1.adaptive-delivery-prevent-bg, #PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1.lazyload, #PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1.lazyloading { background-image: none; }
#PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a63b264b-3a7c-4b7c-baff-7e72b7b1f0cc/Olaf.webp");background-position:center !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-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:15.4986875rem;width:11.0608125rem;top:26.75rem;left:36.875rem;display:block; }#AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf.adaptive-delivery-prevent-bg, #AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf.lazyload, #AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf.lazyloading { background-image: none; }
#AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#hJLmRUCaD1E64UixA8yARLuokN4JN6rS { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c33b477a-7150-4284-992a-6d32df072ede/Tim.webp");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:12.0625rem;display:block; }#hJLmRUCaD1E64UixA8yARLuokN4JN6rS.adaptive-delivery-prevent-bg, #hJLmRUCaD1E64UixA8yARLuokN4JN6rS.lazyload, #hJLmRUCaD1E64UixA8yARLuokN4JN6rS.lazyloading { background-image: none; }
#hJLmRUCaD1E64UixA8yARLuokN4JN6rS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#hJLmRUCaD1E64UixA8yARLuokN4JN6rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03467ba5-8c1b-40d4-aa27-98bda931867a/Shaquil.webp");background-position:center !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-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:15.4986875rem;width:11.0608125rem;top:10.4375rem;left:24.4375rem;display:block; }#zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0.adaptive-delivery-prevent-bg, #zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0.lazyload, #zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0.lazyloading { background-image: none; }
#zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd93032a-47a9-43c3-ab6e-efdc90da1a34/Mees.webp");background-position:center !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-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:15.4986875rem;width:11.0608125rem;top:10.4375rem;left:36.875rem;display:block; }#pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA.adaptive-delivery-prevent-bg, #pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA.lazyload, #pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA.lazyloading { background-image: none; }
#pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#FTzFB4CGlbKgMQoKTEFLRRTpTR4sqbgB { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:12.75rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnLRTl8x9s6kpnsbktf93FMLUdm7qCC9 { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:23.5625rem;left:25.125rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOe70xInzTL1OgrvwoLshspk7qTgx6i5 { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;top:23.5625rem;left:37.4375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcu57y4rTP6E1P5dqAQGRWWwkefwBbPF { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;top:40.2685546875rem;left:12.87451171875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABRn6tb9rB8bNDTBLeG1GPQ0IUqG6eIf { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15122;line-height:1.3;letter-spacing:0;top:40.2685546875rem;left:25.24951171875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvrrc4kOsTnyputLQQbvhzsDiA8RHDyM { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15123;line-height:1.3;letter-spacing:0;top:40.2685546875rem;left:37.6865234375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f5ec01b-62f5-447a-b96b-a65b465e8e14/YuriyBoyko.png");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:5.875rem;display:none; }#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.adaptive-delivery-prevent-bg, #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.lazyload, #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.lazyloading { background-image: none; }
#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#dffXXAsPzEov5okQsyGcT0lxoMbTlnBl { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f5ec01b-62f5-447a-b96b-a65b465e8e14/YuriyBoyko.png");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:5.875rem;display:none; }#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.adaptive-delivery-prevent-bg, #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.lazyload, #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.lazyloading { background-image: none; }
#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#gWfJ8xzXibQVrV5mAVOypFfGhZOthi0L { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f5ec01b-62f5-447a-b96b-a65b465e8e14/YuriyBoyko.png");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:5.875rem;display:none; }#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.adaptive-delivery-prevent-bg, #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.lazyload, #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.lazyloading { background-image: none; }
#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#PzI5rzCzmNU7UyF1gee6FLZGlF2iea2h { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f5ec01b-62f5-447a-b96b-a65b465e8e14/YuriyBoyko.png");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:5.875rem;display:none; }#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.adaptive-delivery-prevent-bg, #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.lazyload, #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.lazyloading { background-image: none; }
#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f5ec01b-62f5-447a-b96b-a65b465e8e14/YuriyBoyko.png");background-position:center !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-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:15.49925rem;width:11.061375rem;top:10.4375rem;left:5.875rem;display:none; }#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.adaptive-delivery-prevent-bg, #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.lazyload, #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.lazyloading { background-image: none; }
#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#fbsy03Gdi9DogB4by7fAGnlze3tFTMWk { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JflU37p9MoiTfHfBSQTDoc2xlqQFz4CQ { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 { position:relative;display:none; }#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 { border-width: 0; border-radius: 0; }#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 > .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; }#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:71.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GPNUm3x8QwiwShGrHTNnfmNipzzVonLX { position:absolute;display:block;z-index:15008;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.3125rem;width:13.5625rem;top:27.25rem;left:1.0625rem;display:block; }
#q9Tzv4UXkpMNPUk1LMTFTVA44NfhGvcW { position:absolute;display:block;z-index:15009;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.3125rem;width:13.5625rem;top:27.25rem;left:15.9375rem;display:block; }
#bUMAmNFn16ARtUlzDT1LPGMyO1Huuz4i { position:absolute;display:block;z-index:15010;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.3125rem;width:13.5625rem;top:27.25rem;left:30.75rem;display:block; }
#GK8brLHICluDZ5tCNGrEzW15AZoswNVJ { position:absolute;display:block;z-index:15011;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.3125rem;width:13.5625rem;top:27.25rem;left:45.4375rem;display:block; }
#vT18vXQRBn9qOgUcAsCHQkixiuS3nDCV { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.560546875rem;left:0rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTLpAwBlEdlQ0dgp4SlzsImWlw1PpuCF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:28.875rem;left:4.0625rem;overflow:hidden;display:block; }
#QeLuhZdB1mpWSy47XHIZwlcfODOutXTU { 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:7.5625rem;width:7.5625rem;top:28.875rem;left:18.875rem;overflow:hidden;display:block; }
#LeP3fiCZCuFlqfHgDCpTGtznXeqyECxJ { 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:7.5625rem;width:7.5625rem;top:28.875rem;left:33.75rem;overflow:hidden;display:block; }
#bOJspzfT1p4wTyK6SDovExQTiIfX9Mr8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:28.875rem;left:48.4375rem;overflow:hidden;display:block; }
#unaMKiePVX9EbFaA78yUzTxMW9HBLJyP { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:38.875rem;left:2.9375rem;height:4.87365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGyJLq1JODPzIwMFs3d56Bf7CmLHeZg7 { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:47.625rem;left:2.9375rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZZ4E2qf63kma7x4Wa0g0JGgNPuLHWAw { 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:0.9375rem;width:5.0625rem;top:45.625rem;left:5.3125rem;overflow:hidden;display:block; }
#RUMQXQqTtns6kP28TdEGisWDWqIQo2xG { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.625rem;left:17.8125rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpuonEFTlJK0A0XrRLPhDHiW27kTdV8B { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.875rem;left:17.8125rem;height:4.87365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLoVA33uJnl2vTcbcpTOEuvT7eR4yd3d { 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:0.9375rem;width:5.0625rem;top:45.625rem;left:20.125rem;overflow:hidden;display:block; }
#BWLWQnGeRpD8TDL2voJiooky4lQvULXs { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:47.625rem;left:32.625rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXsoT2XQi9MuSv8c13DnyvwJhPkwl7zt { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:38.875rem;left:32.625rem;height:4.87365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T33XueBUDBASASeTe69kdIbiSfUJu4SO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.0625rem;top:45.625rem;left:35rem;overflow:hidden;display:block; }
#O7aKpBsnBNGyJEW2cfLDmdVpi9LOWweJ { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:47.625rem;left:47.3125rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItA3X4A5XXRPzVUEQqamMAQhlCXenhRA { color:#808080;display:block;width:9.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:38.875rem;left:47.3125rem;height:4.87365625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Obs9xRBxwtqeWrTMW6XMoIgZ9iNVVn5U { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.0625rem;top:45.625rem;left:49.6875rem;overflow:hidden;display:block; }
#tpIiF0xzkKmpfBqIK3HtcgWs1mk182AI { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:54.4375rem;left:1.0625rem;display:block; }
#uDyGfJ6iNP4bBuE1pxt1Ua3uH7wgKHd9 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:54.4375rem;left:1.125rem;display:block; }
#L7huz0nrIDmI2UoyNowQFfQCDGRDDO2P { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:55.1875rem;left:4.0625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3A7QSQXH6abrlMSCggKTTc7SGVfxWsM { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:62rem;left:2.1875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPHHQ1rVa7IaCeLr44rIRLwPQNPJ5IKw { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:55.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#JPxxtc2iqQSUFwMZG0uk6kN36yGGMcIH { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:58.5rem;left:2.1875rem;overflow:hidden;display:block; }
#QkesG9xT32lPHdkLZolLS3SqO1Weslc5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:58.5625rem;left:8rem; }
#RCpKLzvzsbL1l3mAvlu6P5e0Xm4BkzqF { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:58.5625rem;left:9.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXWDiAh9V3X86msnXz6tCeauBmtIL5S5 { position:absolute;display:block;z-index:15053;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:57.5625rem;left:2.1875rem;display:block; }
#w8qPWVvmMSb5gccCCdAlNJRdAqoNCwBa { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:60.5rem;left:2.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UXMqqbTgPEm8PgyVBQNouxb7sQzUzRl1 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:66.4375rem;left:2.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUPlIh0kGiwmTvloE6qIrtvPzDshlQto { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:54.4375rem;left:20.9375rem;display:block; }
#pqdWyQR2L82n88WBo3IvRarwz9LDbWP4 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:66.4375rem;left:21.9375rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvJFp4mnOKFOlTgeqT0oNeC8B4ibWQfe { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:62rem;left:21.9375rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThamDN6skEpH4CIaauXaRfQXHJxKrr8z { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:54.4375rem;left:20.8125rem;display:block; }
#LB8hFHWxqyLymwVVqbDx1wbSGr7dI8T7 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:60.5rem;left:21.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UubByuMKyHBnpou8B10JZlg1m4uldIzc { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:58.5625rem;left:28.875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZI0iVb73n7bRnxmE5RFKeGkQfWrCDNg { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:58.5625rem;left:27.8125rem; }
#TETe3uQZLq0TlAMq3Xi8iX4gelZus1aQ { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:55.1875rem;left:23.8125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkAJEh46ukEoVLcso1nivKxBrvl9TWEu { position:absolute;display:block;z-index:15063;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:57.5625rem;left:21.9375rem;display:block; }
#ypkefwVaZfJZwTAbDnop7sNHS90FKUnq { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:58.5rem;left:21.9375rem;overflow:hidden;display:block; }
#cPBzsrNdiKvydu5n3PyaLG7dgs3PJzKT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:55.375rem;left:21.875rem;overflow:hidden;display:block; }
#TnLSVKqV3GQdQunRdvncNnCxCXCM0Db2 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:54.4375rem;left:40.8125rem;display:block; }
#gz6AlS0KeiOrA22BNTkk01M7r54KfGQ5 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:66.4375rem;left:41.875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PP9m199oa7nfoik3XK93ewXcigTSMDBQ { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:62rem;left:41.875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KObEIM8lW3WepG5y4lWp0Mbt2Eaw2hTp { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:54.4375rem;left:40.75rem;display:block; }
#rBOsbkgBKcgo45x8a2bsuPlCFPOPL6xx { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:60.5rem;left:41.875rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEzcaaCsozIMAUquTyKSdEQSxSCIBSCG { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:58.5625rem;left:48.875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nEAsdnpa4yJ8MF42d6AfWFXzAVneMQ6r { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:58.5625rem;left:47.6875rem; }
#gs0wBi59fQwADVAu9VAd4AyopRuPmrNn { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:58.5rem;left:41.875rem;overflow:hidden;display:block; }
#nqMHPfTPvrsr1hDD6bRtfO7GIuy4iGGi { position:absolute;display:block;z-index:15074;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:57.5625rem;left:41.875rem;display:block; }
#ReAqbnFPGu0io9AmoFvxh3UJLNmQ3SWk { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:55.1875rem;left:43.75rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCTvNm4L9SCIfyOTfvGvaHupims1Vkcw { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:55.375rem;left:41.75rem;overflow:hidden;display:block; }
#LsXOQx0druwxiU2Dhe84Mu4xW7eE9JrU { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:1.125rem;display:block; }
#gu45OMv3ZNmNmv25lKNzZxMkba4PJHHa { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OgW2ImxwJkndLDTPxmU5s6a52T0wNaXD { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:10.625rem;left:1.0625rem;display:block; }
#DgURrE40QCB3Xrfw9kJVDD17evM7Bopk { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.1875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bW5RNL2wawvmz0bv367hLEdpF4dxS3QG { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTK57D3PFI2frQTZFOlAredmS1h6q4MG { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:14.75rem;left:9.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Umg1aZd3u8clMr63AZaVUq0slyICBraL { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#x7JWWbVSzrFkIgggPx8u5R6rZoOBTq9s { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14.75rem;left:8rem; }
#WnFZhLfoSb63kxpibG0TTmMl0fKWTVuT { position:absolute;display:block;z-index:15064;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:2.1875rem;display:block; }
#oCPTsixVVhKfgpp4FTrOUJlDWI5tDO69 { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:11.375rem;left:4.0625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSK2bKB1nXmd66eMAqNIuhps0qBrTxZG { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:2.1875rem;overflow:hidden;display:block; }
#MTDWgMDqGxqgsiUbp7A5STXVxoeCvnaB { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:20.9375rem;display:block; }
#AuJO8wfsTA0nrUFT7aaCGS7XkMLKOP4P { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:22.625rem;left:22rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ogxqtc7RutRwgWTwI58hQ3bOxmICXnL9 { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:18.1875rem;left:22rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsdtpBA0leqOdu5TrbzQp7UA8FAZ3TDw { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:10.625rem;left:20.875rem;display:block; }
#s3pXILC1VybdHClEox6WaB4TfbZIHA6b { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:16.6875rem;left:22rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nawbLmqy2A5kQAfyEqE9L6MATtWVe2lr { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:14.75rem;left:29rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biGUhmdUpA6RZbuIFIOcwNbxweCuXRrc { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:22rem;overflow:hidden;display:block; }
#eqawEfqB393JPbBFCawQG4CwJkTI0iM6 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.75rem;left:27.8125rem; }
#FzMRbvF4wnl3mpwXVaGfQ1duUcQOQOeS { position:absolute;display:block;z-index:15075;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:22rem;display:block; }
#x2ooJhQ1FwTJtaoTBmoJD9D34t4PerR2 { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.875rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#td6dlBiqGqMQLAwKnMJ6sTyuSRApyJU7 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:22rem;overflow:hidden;display:block; }
#zWhGF5FETd9oz1uvITOZhTmyqFS9ppuw { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:40.9375rem;display:block; }
#opD3NVluNGuBdZgouCGXUWgac1SL0NIn { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:22.625rem;left:42rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIIaQ6GnglLB4FWu4q2hGwzbkPSwyLBW { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:18.1875rem;left:42rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5Wv4R8HCwpnqsNaw2ZgnQnrWDXnFbg8 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.1875rem;width:18.1875rem;top:10.625rem;left:40.875rem;display:block; }
#C57MWz4kHZZhpmb9M1p2VX3I8KTX9cGF { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.6875rem;left:42rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgyDBVC63xHhfot2C8sPFDpH2daGTVAz { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:14.75rem;left:49rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ia6X3h2gvQ6QnnomarnTqneyCkMbSCvy { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:42rem;overflow:hidden;display:block; }
#l50MsfNxXEXTMT89zhyvqXFDwiPqQTOI { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:14.75rem;left:47.8125rem; }
#nEFHKL4XRJFo7o3VnN6Vl1NeVScFlzNz { position:absolute;display:block;z-index:15086;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:42rem;display:block; }
#UKDuwiX6VSbsTxL0DTTKlEygcBf868QF { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:11.375rem;left:43.875rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QHAdi1BVuqHfG2PpmQsvD0NrRCKNJSfy { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:42rem;overflow:hidden;display:block; }
#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF { position:relative;display:none; }#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF { border-width: 0; border-radius: 0; }#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:none; }#tmBVhXpFTNaRC1k7qR53n4GLTfxn9Mbd { color:#ffffff;display:block;width:56.812125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.560546875rem;left:1.5924072265625rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTW12OAkwoxkLdWBaIX1Vyi8Z7n1fIT4 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:26.625rem;left:1.125rem;display:block; }
#zMVh3zianMrO67yPxSo8ATeCc16ovmMp { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.0625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WNTgTxfikZ2MtHlhKOwSoPC9l7pVtyo7 { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:34.1875rem;left:2.1875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2DETsVIPpm0TUrz74dv8xF7nL7b9PL2 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:27.5rem;left:2.1875rem;overflow:hidden;display:block; }
#ao9m04dfB80nbXaFDBPOhhAHZmvXA91O { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:30.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#r92qBzfgXpBl6O60lJG2VwGl9P6k3Xz4 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:30.75rem;left:8rem; }
#B4QvZodBIOWJcPrIhIzUF6AiLwc6vIuN { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:30.75rem;left:9.1875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEErTCrdOvGpEM5OLPRFSCgUOgMcwW25 { position:absolute;display:block;z-index:15053;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:29.75rem;left:2.1875rem;display:block; }
#RNK1kgPschXOsFwFpodBtpsTGJHBzhOJ { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:32.6875rem;left:2.1875rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXRmwZBb2JxLtDSkoHgsGN8b5u3JPvzX { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:38.625rem;left:2.1875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8aodNTgRLnlBkgTzkuTkL7UFxBX1ouq { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:26.625rem;left:20.9375rem;display:block; }
#s5cRTEJbKasuRI4aqIWPeCnIif48v38Q { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:38.625rem;left:21.9375rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1UoxSAOMZPhlRLBk400BoIaOPzGBUPZ { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:34.1875rem;left:21.9375rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATJiUeBELIQ38ddUzeDTlyMRar6PICwb { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:32.6875rem;left:21.9375rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpkOkvRSX2dsx8rFhfG3Qm6uhfeHRzTC { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:30.75rem;left:28.875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a2OL8LihMoB7TTCAg8rhycqX2zQ4ukrF { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:30.75rem;left:27.8125rem; }
#upFHaIThA2EdnTFiQL7k6JrXWWVfzOKN { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:27.375rem;left:23.8125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKpH3UDJsMkibthhaC1uTVrueHg03glg { position:absolute;display:block;z-index:15063;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:29.75rem;left:21.9375rem;display:block; }
#k70dUskPKMsxkRFz5Kp6h95nk1yvlMwt { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:30.6875rem;left:21.9375rem;overflow:hidden;display:block; }
#oIsuwBFK2PeSISyNCB7of7pDOrkcRTTk { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:27.5625rem;left:21.875rem;overflow:hidden;display:block; }
#QUdGketsTgTiyF9eKOpTCosJyM1TpGlF { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:26.625rem;left:40.8125rem;display:block; }
#wWGAPdsHJTDwmLlvMLV0CNePkLFpMbiQ { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:38.625rem;left:41.875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gD9lNoWGfp7HkPsQ38GheeRIAWkdh06o { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:34.1875rem;left:41.875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHAvSnVIPsod457LrimrJefCFp4eGBu1 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:32.6875rem;left:41.875rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQktRDuLAoWlTwdH4QVZSBAGIXu3S01A { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:30.75rem;left:48.875rem;height:0.97473125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W942icl9xTIOa5MQ2Chwm91nxbl1LskV { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:30.75rem;left:47.6875rem; }
#vidzRAIKNeIvtSGNritbnA43XG8vUZKV { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:30.6875rem;left:41.875rem;overflow:hidden;display:block; }
#llPCkLs7rmQmvwlw28nTSPQcSPkNSBCU { position:absolute;display:block;z-index:15074;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:29.75rem;left:41.875rem;display:block; }
#Hbz7ktOTBJUFXM3ikx924XMSmF4Co55R { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:27.375rem;left:43.75rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oyfaE9bTSKEWmHV7iPXJxsqyzamdLQ9T { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:27.5625rem;left:41.75rem;overflow:hidden;display:block; }
#gqAol0zET3g9FkrmchDT8UBZhfIcsgD3 { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:1.125rem;display:block; }
#MhFFTLFapnPFgyCnDwFPD6wrLHmROfsL { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BdlwZIISiTJN4bg1UVti2CZWtbdrkWB4 { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:18.1875rem;left:2.1875rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7X4VW3WPTN1OWnPACJwuxoeu6HpM8CA { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzZpq5J0AMLZ6UWKhXiTFNJM4h3x7eZu { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:14.75rem;left:9.1875rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meb3zTWuIB5pKsk2VtfAkxRIJPMOygc2 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#kaOi9mJyrvDcFq6BNW8Bdd0Oradvq6tc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14.75rem;left:8rem; }
#UF0ZQA7hsRlEHixG2zngfHnbqlcRKWrC { position:absolute;display:block;z-index:15064;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:2.1875rem;display:block; }
#Ei6r9JVIPHMz6o6MedAwX7SQktCFZUXX { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:11.375rem;left:4.0625rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEqxcWD7slNk0zwU13llZrCqevSiMCsx { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:2.1875rem;overflow:hidden;display:block; }
#lWkvLrTE09mZHznzw4HuFAWGKuyosx9c { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:20.9375rem;display:block; }
#qFfxXcgx5x7dr65x3R3dakRdRzaSRLkT { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:22.625rem;left:22rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ls7NEQaKvVaDyxcDiCR1TmTqO5k0GJT4 { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:18.1875rem;left:22rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdoWKJlabdVJi64FvVyHXiWwakK7fuOI { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:16.6875rem;left:22rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThVA0E6eUppb96lyMC5p78UTNpHJUGLk { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:14.75rem;left:29rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6icIhLt4XLXTq2XG6eymZdTvWTuKrOR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:22rem;overflow:hidden;display:block; }
#N5tLzPKDX2f0qMsvMboJ0hisTIg3CWVz { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.75rem;left:27.8125rem; }
#Q01RV3LcUuhx0BGsTUnxt2HKiZx9tARF { position:absolute;display:block;z-index:15075;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:22rem;display:block; }
#ui79xfcpQUbTE57fbbnn2aOZZGvDG5qI { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.875rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEZaQCe72QWdzrlRKEZa6qzJBooc1v2X { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:22rem;overflow:hidden;display:block; }
#DT7QqIKHLiDdPOOFJ1a9wCmvU6BIHIeg { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:18.1875rem;top:10.625rem;left:40.9375rem;display:block; }
#hzK7wtIFr10KcEN6532KJxhQREsI8Zc6 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:22.625rem;left:42rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PMbVpVdaHgN0BWcLfSdp5zXrS07sQ8OP { color:#111111;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:18.1875rem;left:42rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBs9QkAJZcf9SJBw2AHyR6oG7vTogiLg { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.6875rem;left:42rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvJsNSWEKEhqSw35Z3E9aBxgvRMRr3GI { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:14.75rem;left:49rem;height:0.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hLpsGZ9rNDwPqv9wfklSyaGSVLlwKytb { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.06225625rem;top:14.6875rem;left:42rem;overflow:hidden;display:block; }
#cVXOhLV8sTSLdsPqxZtfQHU0I0m5umIl { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:14.75rem;left:47.8125rem; }
#rsvR3TOEEAzb06HNH3wWInnG43lHMTk2 { position:absolute;display:block;z-index:15086;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.75rem;left:42rem;display:block; }
#FNFqS3JyvZoWkWF4EGnqM0RFFRdxLToc { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:11.375rem;left:43.875rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wfKHAfKTGoTiwPwXka59laPmLAJ7HKZm { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;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.62475625rem;width:1.62475625rem;top:11.5rem;left:42rem;overflow:hidden;display:block; }
#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 { position:relative;display:block; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 { background-color: transparent; background-image: none; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container > .video-iframe-container { display: none; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row > .video-iframe-container { display: none; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .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); }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 { border-width: 0; border-radius: 0; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#ZCk1QvTxL9w5xW4gx7DMI9rSv0aOKNwD { color:#111111;display:block;width:56.812125rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:1.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xT08rtKRBIkLoAKOgHGWyTKsV3IOpo5b { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:18.1875rem;top:10.5625rem;left:0.9375rem;display:block; }
#FI5XS2MpglNS6fTtTEFEyDCrfGmnTT3u { color:#808080;display:block;width:16.125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:19.8125rem;left:1.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OSazeQSPUUphu9UtK1cTunFztq5xWr6N { color:#111111;display:block;width:15.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:16.625rem;left:1.9375rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MobhciPpkV9HHshGZVGK6l8QHqXI4Kwh { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:14.6875rem;left:8.875rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCvs4ZwQLZhb9i3PTWzw5BWKesrTuZNW { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.6875rem;left:7.8125rem; }
#OqfpuXSdAUvKh8XpQDy3RNUh3CM2ncPT { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:11.3125rem;left:4.4375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5X5vf067u5efyUc5rqM8vPSa3TElVVP { position:absolute;display:block;z-index:15063;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.6875rem;left:1.9375rem;display:block; }
#ScvKpN8TcAsT1n58tfAuGt2N0BN5fMs9 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.1875rem;top:14.499572753906rem;left:1.9373931884766rem;overflow:hidden;display:block; }
#dIRLx3pr3auTDsExlVol5Mp1Grv9Gv5M { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:11.5rem;left:1.875rem;overflow:hidden;display:block; }
#BWClqvE018F5MvAa7D6E4biThmk3d4iy { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:18.1875rem;top:10.5625rem;left:20.875rem;display:block; }
#TviySOg62dI7ORkrZD4bO16JbyFJwUkC { color:#808080;display:block;width:15.1233125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ib6TCNs7J1E9wefGwDMTqTSQvI8VoGE8 { color:#111111;display:block;width:13.8110625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OBD7UCFT3XSCeq3V230APUGUxi9O4nP1 { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:14.6875rem;left:28.9375rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7zVN93WQcgu1NBEu9kozAfFlMIMTAVk { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.1875rem;top:14.499572753906rem;left:21.937393188476rem;overflow:hidden;display:block; }
#W0Q0rLSTp8fC3Ladaci3dqIHhmMR9kcf { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.6875rem;left:27.75rem; }
#CSCe1BTlWmLybVtULNFowK4xeKgO8LPV { position:absolute;display:block;z-index:15075;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.6875rem;left:21.9375rem;display:block; }
#HiEOUeD8G2ifeRVt6S7xvnkKqTyALkWM { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:11.3125rem;left:24.4375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTNcTBRTLywEQhra69fH4BgRZgiTt0WM { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:11.4375rem;left:21.9375rem;overflow:hidden;display:block; }
#FWXbVCuBhMXeIrP2rhLyWZSZ74IOtcMo { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:18.1875rem;top:10.5625rem;left:40.75rem;display:block; }
#ggTQwhUp4rBSTh2C7ILAMptWXTzzlsNP { color:#808080;display:block;width:15.1230625rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:19.75rem;left:41.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3rmbaioLfHk10dF3UoBMXL60O8InRkC { color:#111111;display:block;width:15.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:16.625rem;left:41.8125rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKla5fb2zq5koOAJBJkXLQMqNR3LWAKs { color:#111111;display:block;width:5rem;position:absolute;font-family:"inter tight";font-size:0.625rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:14.6875rem;left:48.8125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nmTCc47aJIw3r4bBbqryJCAyHiJslhFC { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:5.1875rem;top:14.499572753906rem;left:41.812068939209rem;overflow:hidden;display:block; }
#AOoNT3HcS54U4iC0fM4WyopXhar550MV { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:14.6875rem;left:47.625rem; }
#OQzMkka3nM63AmLPF0AFHflBly60kKz9 { position:absolute;display:block;z-index:15086;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:15.625rem;top:13.6875rem;left:41.8125rem;display:block; }
#uvOL9ll7JDLT512TB5MxUIQb3B8wCTtU { color:#111111;display:block;width:13.81225rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:11.3125rem;left:44.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lvz3ayuVy9IZ0PgxIrlHyTDHhiraPI1X { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.4375rem;width:1.5625rem;top:11.5rem;left:41.8125rem;overflow:hidden;display:block; }
#yDNVFkmDVbeWZUQPxLR5Vg00TTEmfWLB { color:#808080;display:block;width:40.187375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5rem;left:9.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB > .row .container { border-width: 0; border-radius: 0; }#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:none; }#lvDsKnCkKz4G1BHOIfhrwEC5TFeF6uTB { color:#433c3f;display:block;width:31.375rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.61669921875rem;left:2.874755859375rem;height:2.843625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JryxvykwXUkFbszk1fbpbbpNu962hHfP { color:#111111;display:block;width:34.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.875rem;height:1.2994375rem;font-style:normal;display:block; }
#f9ATdIWNPTHLoSc1kr8XtJ6c4s3SSiSV { color:#111111;display:block;width:21.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.875rem;height:6.4971875rem;font-style:normal;display:block; }
#NSFnURzpicStAeLDOI0uTHngOXmKUUTa { color:#111111;display:block;width:21.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.875rem;height:6.4971875rem;font-style:normal;display:block; }
#T1047iLeo7RANgSaJP5yFXC570gbQBup { color:#111111;display:block;width:34.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.875rem;height:1.2994375rem;font-style:normal;display:block; }
#t9NGuLNAFxmll1uVUB8WqbDqmQlR5C6M { color:#111111;display:block;width:22.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.375rem;left:33.25rem;height:5.19775625rem;font-style:normal;display:block; }
#mnvKmlte8qwwNxnn3gdtFTo0mT4PdHFV { color:#111111;display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.1875rem;left:33.25rem;height:2.598875rem;font-style:normal;display:block; }
#wQi4VIM8hCG1GVCizKkPCT14AfroTTJW { color:#111111;display:block;width:20.6875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22.75rem;left:33.25rem;height:5.19775625rem;font-style:normal;display:block; }
#K1W9xeAXnD9Q6Sxmq1P6ixoEEy3Ra1ev { color:#111111;display:block;width:15.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:33.25rem;height:2.598875rem;font-style:normal;display:block; }
#LzoU53JTrnDhlDzcabi73k7HhNWWot2I { position:relative;display:block; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I { background-color: transparent; background-image: none; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container > .video-iframe-container { display: none; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row > .video-iframe-container { display: none; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .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); }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I { border-width: 0; border-radius: 0; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#D8av5h20xehxfIlNQpDdJADZCPyq24ed { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2f589e-c815-4ae4-8ff4-eeda6ab780a3/BTS45.webp");background-position:center !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:block; }#D8av5h20xehxfIlNQpDdJADZCPyq24ed.adaptive-delivery-prevent-bg, #D8av5h20xehxfIlNQpDdJADZCPyq24ed.lazyload, #D8av5h20xehxfIlNQpDdJADZCPyq24ed.lazyloading { background-image: none; }
#flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60fe7597-162d-4c0f-8433-e76dee94e0d9/IMG_5444.webp");background-position:center !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-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:15.499875rem;width:11.062rem;top:2.9046630859375rem;left:12.186889648438rem;display:block; }#flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno.adaptive-delivery-prevent-bg, #flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno.lazyload, #flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno.lazyloading { background-image: none; }
#TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c0d1c4c-f40e-442c-95c8-32512abee10d/IMG_6487.webp");background-position:center left !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-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:15.49925rem;width:11.061375rem;top:2.9052734375rem;left:24.4375rem;display:block; }#TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI.adaptive-delivery-prevent-bg, #TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI.lazyload, #TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI.lazyloading { background-image: none; }
#pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6de6956-8aa5-4692-8722-19126c97f612/IMG_6449.webp");background-position:center !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-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:15.4986875rem;width:11.0608125rem;top:2.9058837890625rem;left:36.874389648438rem;display:block; }#pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd.adaptive-delivery-prevent-bg, #pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd.lazyload, #pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd.lazyloading { background-image: none; }
#okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f29a22c-007d-4ccd-babe-47e681876e36/IMG_5691.webp");background-position:center !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-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:15.4986875rem;width:11.0608125rem;top:2.9058837890625rem;left:48.938598632812rem;display:block; }#okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb.adaptive-delivery-prevent-bg, #okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb.lazyload, #okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb.lazyloading { background-image: none; }
#Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07456552-0b8d-461f-bee7-7616d3d36c22/IMG_5792.jpeg");background-position:center left !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:none; }#Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.adaptive-delivery-prevent-bg, #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.lazyload, #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.lazyloading { background-image: none; }
#AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07456552-0b8d-461f-bee7-7616d3d36c22/IMG_5792.jpeg");background-position:center left !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:none; }#AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.adaptive-delivery-prevent-bg, #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.lazyload, #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.lazyloading { background-image: none; }
#MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07456552-0b8d-461f-bee7-7616d3d36c22/IMG_5792.jpeg");background-position:center left !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:none; }#MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.adaptive-delivery-prevent-bg, #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.lazyload, #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.lazyloading { background-image: none; }
#AQZaJs5JTaATrUoPGT16C6T1neOdmaQU { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07456552-0b8d-461f-bee7-7616d3d36c22/IMG_5792.jpeg");background-position:center left !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:none; }#AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.adaptive-delivery-prevent-bg, #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.lazyload, #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.lazyloading { background-image: none; }
#oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07456552-0b8d-461f-bee7-7616d3d36c22/IMG_5792.jpeg");background-position:center left !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-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:15.5rem;width:11.0625rem;top:2.9058837890625rem;left:0rem;display:none; }#oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.adaptive-delivery-prevent-bg, #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.lazyload, #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.lazyloading { background-image: none; }
#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container { background-color: transparent; background-image: none; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container > .video-iframe-container { display: none; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row > .video-iframe-container { display: none; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .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); }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container { border-width: 0; border-radius: 0; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#FiNzaMpA8A0mGMKf803TqOX6vtrlHS4M { color:#111111;display:block;width:21.1875rem;position:absolute;font-family:"inter tight";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.61669921875rem;left:2.874755859375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .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; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;font-family:"inter tight";height:auto;font-style:normal;color:#111111; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .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.875rem;font-family:"inter tight";height:auto; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-trigger.adaptive-delivery-prevent-bg, #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-trigger.lazyload, #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-trigger.lazyloading { background-image: none; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz { box-sizing:content-box;height:auto;width:55rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.09375rem;left:1.25rem;box-shadow: none; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #mW7OTcNbg0NDAClUlXsvaRhZTH8eoXNX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #SREXDhiQGmnDAu1ASRiAgMQmifLN1GHO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #famrxSbsq3KvzqzMchzBulSbgvbsrbJo { display:block;position:relative; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #LGmLs8Z2oscQwwCMpZHFXO67ZTRaVtU9 {  }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #PzNDFstHiTpNuwkLnSIdBVc3xCSVCnuW {  }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #fOxZVcXOaUyUPZJLMApmG5oPJIw5MiQS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #NBH7FLK4TmmhE6irNXBPOsuJtnq6TxXe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #JgcwQNC5E5rEo1uTapoqKegXNKVBBfoK { display:block;position:relative; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #qFoLLA8lOTQdDw1y5tVNmelvSt0RqLcS {  }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #S0UwCA9peQKpNcFwpX9x4nMNsrugTH7p { display:none; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #q4uXBWuN55G6VgyT9WZA9AWTJSWG7KeS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #piUtV4dBw3LOZl9Ti263MPkB7b49R4Id { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #TaaPnToxPu1EdgKwROOdsfVGuHFKFxlt { display:block;position:relative; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dezluKTVwT5JpcEJdTDOGJJebwhth9qz {  }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dlnOfzLHkK4Gvomb8NHCOKhkmZQ3yloH { display:none; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dDn3TT9yehnP4ld1ZBPRMuLD9IeSme8F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #RkAIR9rnNOCK1sSbsWmgX5KcpI2vNEtm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #J3KmQVHqnF2pPGisOIWGHe2qidFL89fX { display:block;position:relative; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #MCNETNNzy7zIrxu1USXpsh4rn4EeeiOV {  }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #pQIIztza3gbNvlN98w9T3OF73S1C8Imn { display:none; }
#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU { background-color:#111111;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container { background-color: transparent; background-image: none; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container > .video-iframe-container { display: none; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row > .video-iframe-container { display: none; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .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); }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container { border-width: 0; border-radius: 0; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;overflow:visible;position:relative;display:block; }#zWVc19O2MTE31bSLttAs5Ho16MznHJQL { 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:3.5rem;width:7.3125rem;top:20.31201171875rem;left:27.71875rem;overflow:hidden;display:block; }
#f2MHybtMPytf2T3NMQNTOQbnBk1LaXHU { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:27.2744140625rem;left:13.75rem;height:1.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9XP4LbmbiLUI6RVksuNbsRLctxtC5Qq { display:block;width:43.0625rem;position:absolute;font-family:"inter tight";font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.625rem;height:6.3369375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#m6z2bnxiDG1TcKo45LwX3qTmcQ9OX5dw { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMVCyR82FUapqS0Juq7OV2Q5V6ZXkHGe { background-color:#f7f700;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.84375rem;left:2.625rem;display:block; }
#LvGl6BfmtfgGuMd6XF28RTd2qRWXwpHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXved1PJc2wIqiN8NdCqNOrZhC53Vw4y { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.25rem;top:29.125rem;left:26.1875rem;display:block; }
#PCQNbHe0qbDNreCkiBIDkrCNx7umbIRF { color:#808080;display:block;width:7.125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:29.75rem;left:29.1875rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1q33SNlKsvB4XfyUhGoqSWXs1KemT8b { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.3125rem;top:29.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#D8paDK03L5mhv9L7PuiSkssShzKISfWF { color:#ffffff;display:block;width:40.7495rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.74951171875rem;left:10.997314453125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhcdJDArTOCAgvdUxmXN4ZROwxGayTmg { display:block;width:43.0625rem;position:absolute;font-family:"inter tight";font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm { display:block; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGvNMlPxnhg7FqZNPt2o8FFFZaTbAxvX { width:10.75rem;height:2.5625rem;top:2.5625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnVVwCvuxvcp3pFT9eFQNiCHq0eOTZEo { display:block; }
 }@media only screen and (max-width: 763px) { #IIuKcmAXIiVhEK0UCKSeEnzCnl5Ae5aD { width:6.6875rem;height:2.5625rem;top:2.5625rem;left:34.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfym6iks5xGdJB14HykWCLL21PS52ncZ { display:block; }
 }@media only screen and (max-width: 763px) { #idGX8EXf25pZ7m8CRRhSnWyPcy2ACxc7 { top:13.6875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPH1bpOQeTTNkhaIQpeF9Wx6zfDgDpN1 { width:47.75rem;height:;top:5.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIFmgQbkbmKfAKa5iVmTOyH4FGQBlU0G { width:47.75rem;height:;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoMDF4oeSmNmc3QTEnJ62TulpkeFh3H { top:2.3125rem;left:15.3125rem;width:18.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Fz2xMeAdZ2DDQkTuTrxT7NB5iMdOdE { top:2.3125rem;left:15.75rem;width:2.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z92J2TMNDTv4Ue2Ch4PoCNmXmWxVUahb { top:2.6875rem;left:17.75rem;width:15.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up4JpPGAsTCMy5xBnIxzrmPXdPfvGdn7 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5SWnVhAVwUS5qnOehCm8CHf0USaau3D { width:12.375rem;height:;top:17.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTRtbmCAOvHzx7TcDCLi2bivsBVcxpXh { top:2.3125rem;left:15.75rem;width:2.25rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZNaaK1zgeXXBpxGtT7hmVOuQPpOpzo3 { top:25.5625rem;left:0rem;width:15.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZTylxKzg9l2HGHn4IDnoo1xHWu1OcuW { top:40rem;left:17.125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ { display:block; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3IBgQeszLwfLCdzdKNPZ2ohdcHfIXZy { top:0rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skhe9dzSRDtwJXBHvNTyIt4o9l3yrctz { top:0rem;left:8.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF40l8AGaD1JMWBXwc7x0Ve9hEi2zhen { width:16.1875rem;height:;top:1.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ai7hGo2ruZ7wSAscOgad7FM57dA3NrTD { top:0.3125rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzSm18DiK5Vn6bXAdGRuwcGurPITJONM { top:0rem;left:27.5rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHCI7esk0sp4dm9WfFRx4mssfrkRxaMk { top:0rem;left:36rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gdXatFdxm601iGbqM5d243uWT6CX26 { top:0rem;left:27.5rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES { display:block; }#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRzJk5dFyq98OlIKt8Ak4Aemug1n20QI { width:47.75rem;height:2.8125rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbKnwr6dvZxDZHBK9KBbq0qixTyG9mxh { top:13.4375rem;left:0rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfiab803TTEeWhzhShGSUdSldNot7tfd { top:21.9375rem;left:0rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dswB71MP3CqQQXHo4SqL75zqbJumFd { width:15.625rem;height:0;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Lsp765K9kSO4zyS18UIExEuC76zSf1 { top:25.1875rem;left:0rem;width:15.375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDTQC47lRnenNpMdairC2eF3AI4Xodp { top:21.5625rem;left:0rem;width:3.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTuoA8mcLWh41Kd5H4pexPQvK4V1ZrNf { top:21.5625rem;left:2.998291015625rem;width:6.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE { top:13.4375rem;left:0rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7iBWhF8Q8Av50oIKTUUEBf6VIKPDAdT { top:20.4375rem;left:0rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhrgxBDWJGt6FTnLLLZon47n3HJkStcA { top:14.125rem;left:0.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeixfhnZ9IT65RaPplW7KOtmfSTrcqTz { top:15.25rem;left:1.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHeym683iIGVFaZFWJT9T2mPBWMZuEmu { top:13.4375rem;left:14.8125rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2qLw6s647fEyAVBvet0xkLDEf9yvl6h { top:21.9375rem;left:14.8125rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7CrSUAHbdtmvKKrUSEZw9ETTIdQ2Cwi { top:25.625rem;left:17.062255859375rem;width:14.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMpqxHdbk5eMzk4QN3T2iwf5RmxpWuVb { width:15.625rem;height:0;top:31rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT8QE3oN7wOv98PAKta8cb8RvzLRHcua { top:20.4375rem;left:14.8125rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeeVpqbKFe5URiRoyp7yUqeXguZlREG5 { top:13.4375rem;left:14.8125rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVtLpghBU7kQTFTiCDduLT6T5pMthNuH { top:14.125rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQDWUlTai56nTPtufz1TI9zyJiObMnt { top:16.25rem;left:21.6875rem;width:4.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni81wk7Gu3OHbvEfv0P9uiRakCIxD6g2 { top:13.375rem;left:29.625rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfThqClAWuHFM7GZT0vB4HRiRKT32C2Z { top:21.875rem;left:29.625rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeNJtyNsp9zdnGZgsWwimqDtapzadJT { top:25.625rem;left:33.5rem;width:14.25rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc45chDzBPd6wed2R4pnyQiTxUTAveKO { width:15.625rem;height:0;top:30.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kylcyUftJq9ETf9dO1dSsHLLbylZCIE5 { top:20.3125rem;left:29.625rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3 { top:13.375rem;left:29.625rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSf2EAhToHZSXweLCtE3AOfCC6VmUHTA { top:14.0625rem;left:41.9375rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF7tFtmgQrgl6WvswbmXztoL9oTazv68 { top:15rem;left:43.4990234375rem;width:2.625rem;height:3.358471956323rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTGtJEs7LUUpfQN2eqWcwmQDMTVJTM8 { top:19.875rem;left:14.75rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odHyc7u6wwWf6UTzAZqxxBuRI9u2GJdK { top:20.4375rem;left:29.625rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeH6mXcdzuThlvLwoC2VItyHyr1tpsM { top:21.5625rem;left:18.436767578125rem;width:3.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kka8e1wzgPbeEkRs5nb3inZaoKF4osms { top:21.5rem;left:24.218017578125rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7qrRhwivLCuUW24N1vREitFOOCq5oeU { top:21.5625rem;left:40.6875rem;width:7.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJpWO0QZsGt9xOp46Im6BFOyFihsu82 { top:21.5625rem;left:39.374267578125rem;width:4.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsJaXOW0xMnqc48OiGKpu2Rx7BbNT4x { top:34.1875rem;left:0rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TovQGn2nvZrQpk9iM698xuL0VlqyQwya { top:42.6875rem;left:0rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT12f9uT5PD2NRU2TvCLqpr751M6vPX { width:15.625rem;height:0;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IaihLTki0beMQWMpIz0GwEsAZ0872V { top:34.1875rem;left:14.8125rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpgBQ9V3xLxukVGVuVazReZg92leFoza { top:42.6875rem;left:14.8125rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRhruPbG00Lfa74Zw1L5COszATicMHyf { width:15.625rem;height:0;top:51.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Oc003pLkW4tFKOy6tH5toAPkaI9DD6 { top:34.125rem;left:29.625rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCv7491BGOUqx5IVICm0r9KI0EcxceR { top:42.625rem;left:29.625rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRfX9QaidNel65rb9n7NCU3TlsSs0Bx { width:15.625rem;height:0;top:51.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2849O9b0cATfeSG5FImMGJGeZsTJ5Te { top:45.8125rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkIGUCMaOVIDOJdnJATGMSxg3V46Xc4 { top:45.8125rem;left:16.718017578125rem;width:15.1875rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIxyZJMNyitIIIZqfMzelGGAmT6MLUdR { top:45.8125rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxMtTKl8Vux8SMAWlBx767DanXD7KsM { top:42.375rem;left:0rem;width:3.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGc8yszyDmUlTiLg12W7XzNf0zOZ6nFa { top:41.1875rem;left:0rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSS8DCyuTqfW8RbMyW32y4RNAgk3eKz0 { top:41.1875rem;left:14.8125rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh8sc2nyh4NcGOgP70EqlcKswU3uDFgH { top:41.0625rem;left:29.625rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4S7mZkf6szkkf6lmLaGttnKHup8Dm7 { top:41.1875rem;left:29.625rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE { top:34.1875rem;left:0rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWdAl07ls7Ow9C3lWwOypTIHeTLhxtq { top:34.875rem;left:0.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FicClP6RmUWAUBDTTHZTTA9O72ipEA6Z { top:36.75rem;left:0.624267578125rem;width:4.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxMfofQGQoKTAHRKETP7W7zOPPyeTupE { top:34.1875rem;left:14.8125rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLqoDoTkUQETwoCLtlSAJNswIeRxczU5 { top:34.875rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQs95bh26k4TXGyiJQ4Uo4hnBEVht5uV { top:37.0625rem;left:21.405517578125rem;width:4.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx { top:34.125rem;left:29.625rem;width:18.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXhLhCPwsTLcUspUsKKadk28HMugOITZ { top:34.8125rem;left:41.9375rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br0aTkFQ6kvkfK95CbpWzLeEKEJtci4v { top:36.375rem;left:42.7177734375rem;width:4.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RqbbNkZAOBqz6AJtf0KTckUaIAo6UD { top:40.625rem;left:14.75rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J49mnS8cST7VAiGRVgtaDHrrFeDXvSHp { top:41.125rem;left:0rem;width:18.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODB6vDZDsfW7QxNWvOGNMZVX9AlPyXHp { top:8.875rem;left:3.593017578125rem;width:40.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRRRz9SHGP2wfbTrBGvVXnV1rGEw5N7p { top:42.25rem;left:2.997314453125rem;width:6.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHGN2yJvdO2rQoFZFx3P2oz0fF36dms3 { top:42.5625rem;left:17.9375rem;width:3.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEvVX2g2czFts4tBx3GNZfqRgLwAFHLU { top:42.375rem;left:23.99951171875rem;width:6.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmFVb9cCDndVCI8i36NPsg6dGAuZ0UqL { top:42.5625rem;left:38.8125rem;width:3.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiknu0hHCVNFwhe01Woe5pQWgCD2nla0 { top:42.4375rem;left:41.1875rem;width:6.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFLp2uEcW31SIIKpaB3SuzWBDbNRRaV { top:7.8125rem;left:0rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW { display:block; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwTKMwONVgbzcOGh67IiH2O95nDMwDlB { width:34.125rem;height:;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5oPuwemPoQ3Qifzq0WZeqwAGmPAI2gw { top:13.75rem;left:0rem;width:27.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP { top:22.875rem;left:0rem;width:25rem;height:;font-size:1rem;display:block; }#oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
 }@media only screen and (max-width: 763px) { #nMBdBhcEDWIAzG0vuFJQ5001WV3WhV4M { top:7rem;left:0rem;width:27.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn { top:20.4375rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
 }@media only screen and (max-width: 763px) { #wuyMwWnyGCWGZSPXbQgck3h8aRkt91vV { top:1.6875rem;left:17.8125rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0UbXdhFnBFghoAGGDmDvVeyPis39d2N { display:block; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdR4dqDfCdTWTQdvWPTk2o7sWEOHQXxI { top:3.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1DH6lcQlhhOuc9al27Hk80eqnAA1kto { top:12.6875rem;left:8.4365234375rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa87NgPpb2r31LuCk86sFW5XXhxhwVeE { top:12.125rem;left:0rem;width:5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVb54UEPR074uM1fAMuTABEFiCcPcGtD { top:12.125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfMg7sTWcb0PxNEczanGsEaVTGI4MD0O { top:9.625rem;left:8.4365234375rem;width:5.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1kXrtoKwur0T90rc3uuHSboo8pLrgIT { top:1.4375rem;left:7.9375rem;width:39.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DcZWDqfWRCd8SMdUwbOgQg8p5zUpSF { top:5.125rem;left:8.4365234375rem;width:38.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGMMRTrZ7eCMKzqWvpo4xXTggzDK5EF5 { top:12.875rem;left:34.8125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPf7iPZPwmWcORKvZuV3bT5oQXCScGMP { top:11.125rem;left:0rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrATUAxmTfsD1HxJpNK7MIih18lIaDTi { width:38.5625rem;height:0;top:11.6875rem;left:8.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a { display:block; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw { display:block; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0oWviqJZ9tCugmVmZEUnFcDBtUPkHQy { top:8.0625rem;left:20.5625rem;width:27.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJylti08Kyh84KPyn88Exu0fL9VIJuGp { width:22.625rem;height:;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neL6HBPtVbmcdxBBRui7IoPSk4GEcQ5C { width:18.75rem;height:3.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TgKhrfTC5CE5cMaTeRzIo8nAeVVdkf { display:block; }
 }@media only screen and (max-width: 763px) { #Xx8tTCTCTUIwztM4plha5RnT1CFkD4rI { top:9.875rem;left:33.0625rem;width:0.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SPRT6h9t9eJx2wZiadcMGp8SJvDb7g { top:9.875rem;left:43rem;width:0.0625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzTbATfaA5Gvl4RyMnMIJJiTSdNGR6Z { width:6.125rem;height:;top:11.25rem;left:25.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqyUWgFGfWnWibsqvefsbqSqP2qybM24 { width:9.125rem;height:0.9375rem;top:14.3125rem;left:24rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCguVefn39g3TddNEH0OWCahRwp9SZJ { width:6.125rem;height:;top:11.25rem;left:34.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bmZJPZpWKSlSbNSmwoEcSd67dni1xq { width:4.1875rem;height:2.8125rem;top:11.25rem;left:43.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJraQTuAWq2PZZiQERfXEoTPodQ2yiF { width:8.125rem;height:0.9375rem;top:14.3125rem;left:39.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8FwOovqvBdfhO33R3Rin965gfaD7rEg { width:9.125rem;height:0.9375rem;top:14.3125rem;left:33.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlyIEEdgJF1fCiO49hsZ9EsC64DEPzx6 { top:10.4375rem;left:0rem;width:22.625rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtWL0IDMJ2C4CJUTQJCRTk3v6oUMXs2M { width:9.0625rem;height:;top:26.875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9ZkUMofTwArpPiTZdnTap42cTMqqR4h { width:6.0625rem;height:;top:21.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaC9wrp1pmSQWcS6NyMxtbDuXObiNnX6 { top:9.875rem;left:33.0625rem;width:0.0625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBRO9zslVTxgEtk1KwJbuqqKMbgg1VDE { width:6.0625rem;height:;top:21.875rem;left:0.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbDCTcBDHp0LcDf6mGySRQmFk2eLWTMt { width:5.8125rem;height:;top:26.375rem;left:0.936767578125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEyKdWawtBANBr1rHyVszGas7OrPJ8uT { top:9.875rem;left:33.0625rem;width:0.0625rem;height:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1lX0nmxlDu13BAERQL1kL7NTQPcvZaG { width:6.0625rem;height:;top:24.375rem;left:7.28076171875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU7gEz0yT4WEkngAah1E931vfDDvE8ID { width:5.8125rem;height:;top:26.375rem;left:7.531005859375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm { display:block; }#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psERNaFeuMKxW9qbcSIvnuOniuhbJ6rA { top:8.125rem;left:8.99951171875rem;width:31.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHPFqKsAScmAEB902xDKwf9vVO5NplaU { top:13.5625rem;left:9rem;width:31.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdkHivTaBsUlwtd14VlXBTE8uCaz8mV0 { top:19.125rem;left:9rem;width:32.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzc3iiPg8nDNSUtkleC95k7q9QkG83Su { top:23.375rem;left:8rem;width:31.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIkmn8gRZHiUdrpQl7R2uZSL5Qigd8vt { width:38.5rem;height:2.8125rem;top:3.25rem;left:4.5933837890625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkvIEvAqGXpITtW9WFTy9cgxFImbEDvZ { top:9.3125rem;left:6.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9gllpaEHWunLbyXiba1w8VpQuTZx4c { top:14.75rem;left:6.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIpmTlCXDtQeF9iqzpt3vBWzgyStUaQp { top:20.3125rem;left:6.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc { display:block; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofArO57WHMP9pJSZwmNHb4TAp9AsOEB9 { top:15rem;left:24.125rem;width:23.625rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gB2hmJnWoVT49Rp1JC5omZBXQRToGg { width:21.125rem;height:;top:6.875rem;left:26.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtMiXaJ7spCmaVOINOUiM3ssFteTCXHK { width:29.6875rem;height:21.5rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmFwrIV2p8NK7fnco2TPfGFD8fLFmw7B { top:27.5625rem;left:18.874755859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwLrrySMTF8iVm9LOHy4USUiyhxQICTA { width:7.9375rem;height:27.8125rem;top:5.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvm7ARCt24td8blpThGyBNQqlS2DL230 { top:26.25rem;left:0rem;width:29.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFu8skglssTVqUJT32H8dMmotTLrMtrX { top:23.875rem;left:18.874755859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrvqLDGrc82BAk22WkJyg3q8iz0sdgkW { top:27.6875rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX06pdoF9OLoaGKcklxcJQUDpzBxfP1b { top:23.75rem;left:11.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkzlA7270G26TMBIAb6qWmhLWNDMhTg { top:27.5rem;left:11.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWVL50uHNHddQs7Xl0NHSEisQLPBeUI { top:23.9375rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTalek2CpBsO8rqzBCBV0TLAEH1RCt62 { top:20.4375rem;left:11.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb5o1uGm82sSDK5Cwwgzc3cMiIl9TpCi { top:20.625rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN47DJ5VaL2ynbKwHli0NdO6SkdsrgXe { top:20.6875rem;left:18.874755859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDLqz0vIT4477ldy1q0NCGdzqSMmxFhv { top:17.25rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgrNTdkOgENHulmPrqISmBqF4R1f8BaF { top:17.0625rem;left:11.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzb7Ov6OasXBKeQ7yzPKZROLsTAR2E3d { top:17.5rem;left:18.874755859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkBB6CKADXXAOv689efLDcCGzXFoaKsE { top:16.4375rem;left:0rem;width:29.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S454GIT7wCmEl6hJtlCp5gRrNN2mFirh { top:17.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx8OgeSlTaLyF36uF0drJgUgNTKM71t6 { top:20.75rem;left:0rem;width:12.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tctnzrCaIXfBeKA80l11yLPBSqJ0hWo1 { top:24.0625rem;left:0rem;width:12.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6kZZWZyr1JS7T6zXMkCgTDGJV9KmlR { top:27.5rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryJvhLiFVEPyCkEUPTuW20w264bsJFsf { top:14.25rem;left:0rem;width:13.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3h5D2MLqP2ai1bQd8o9pd97llDo0qA { top:14.0625rem;left:10.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGlGcRpf4VzC9syAQg12IZl63gIwkibz { top:14.125rem;left:11.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #maInKpKBqkBmlta43zdFzd2TV45rtwXS { top:13.9375rem;left:11.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMU8cSesTLNvy26dqiPg8kKcL1C4gtU { top:14.1875rem;left:18.874755859375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNsUp7cbRJmxftrWlr4i8dz5vkmmvyfo { top:13.3125rem;left:0rem;width:29.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQOS2VZrhiD0JQ0aHftHigIo0KOCEHh { top:9.8125rem;left:17.187133789062rem;width:4.6875rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkmKHXHReDV5urxOZ6NEa7ZZakkwTN4m { top:9.75rem;left:9.625rem;width:4.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFaBDq0wVdQOgpoa6qvoGc6anzQnKRW { top:20.75rem;left:12.25rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iul86LdcaPwPgRfqtMIOeMXfsRDafKnV { top:24.0625rem;left:12.25rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJKMTIcoPwTDVdavGSKFL0U6PkaA8Mr0 { top:22.75rem;left:0rem;width:29.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #enRGhLDTWdnAPo2KmccxwStupkzLeWQn { top:19.625rem;left:0rem;width:29.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tRpQtNhub8CHVuxA5g1CdbrIHkoLKU23 { top:16.4375rem;left:0rem;width:29.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGht5hADStdJlh8Dqb3IctGodLAfweTI { top:16.4375rem;left:0rem;width:29.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0867V7LxZa0mTC2RgNi31hz4LIbVgEB { top:6.875rem;left:26.25rem;width:21.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC { display:block; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTB4GwuhE31SbH0ptllMiVra5KFq0zDz { width:14.6875rem;height:2.5625rem;top:10.375rem;left:0.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rECS2ZrVTu9fzIvTbUROuNNgt033QCZT { width:16.625rem;height:2.5625rem;top:10.375rem;left:27.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 { top:13.875rem;left:0.1875rem;width:23.625rem;height:6.9375rem;font-size:1rem;display:block; }#WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bacade96ab6d343588511538cf516945d6ec3e8c.svg); }
 }@media only screen and (max-width: 763px) { #DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx { top:13.875rem;left:25.6875rem;width:22.0625rem;height:6.9375rem;font-size:1rem;display:block; }#DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
 }@media only screen and (max-width: 763px) { #brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g { top:6.875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }#brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
 }@media only screen and (max-width: 763px) { #yRhXB5nZQubae5vMbpo9gp1RnLgvV25B { width:38.5rem;height:2.8125rem;top:2.6875rem;left:4.59423828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzyeRPGSxC1RsTcwZOLse0h6i85f7k0 { top:5.75rem;left:8.8435363769531rem;width:30rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tduCTDJBV2kxx1PnCVGFgJm6u0uaEbZx { width:18.75rem;height:3.125rem;top:25.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAawBLghP4btTfKklg14yHrPsxJ4Z2Ha { display:block; }
 }@media only screen and (max-width: 763px) { #TnRdkwdoyEESMOao0t6oP030ITe7GNBh { display:block; }#TnRdkwdoyEESMOao0t6oP030ITe7GNBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5S0bNLKcesc4D256u0sIwSTWsUmE2JS { display:block; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2zqDpFtb7tVuC4oHyLtVX3ZfqKeg7T3 { top:2.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyH5fP4IhbhiOoRPZCM0bHm47aAhNPp { top:3.75rem;left:0rem;width:18.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdAvQX7SzFN5heyOP6w6PSbCFCpd5FDh { top:2.5rem;left:0rem;width:16.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycXbM5idn22ALbTFfV3PA5Oi0SUhNum { top:2.9375rem;left:14.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3cwBDEcRRWvMFD9Cb8wSyTNEAQcKhSR { top:2.5rem;left:16.561767578125rem;width:16.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZtfSDV7PfQb6vfCcclczsWP2holWgXo { top:3.75rem;left:16.625rem;width:18.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cncB5TrWWpGmpNJw7u0qTavoO2utWnBA { top:2.9375rem;left:33.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnERTRCJdZ9MytRsEH6DesZ5PCMS26tQ { top:2.5rem;left:31.375rem;width:16.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgdFTXy2ABrIxTJEUbQdsPTTgEtyTyOb { top:3.75rem;left:29.125rem;width:18.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyTl89cL336cpImsgCkTkysPXvAWA3lN { display:block; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6Zgn29NkNxGLOrm2xfdTasHzpLrFiAq { width:47.75rem;height:2.8125rem;top:6.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkiT0Mti2TPyfmDA4iLP3xK9tIQsfZwb { top:12.25rem;left:0rem;width:47.75rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRaMDsLbRFISw07aGIkU2s7EXQ3POQxA { top:9.4375rem;left:3.7811431884766rem;width:40.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncOleCnZimVtOBhNsuwrXyTnrXTJNktr { display:block; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4dVttzybQQJ36pevezb6BSQALG7HE9R { top:3.1875rem;left:0rem;width:7.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLJokTVa7mRPThFKSNaJpk87OhOmTlk { top:12.6875rem;left:8.436767578125rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2hy88e6uDkvSuICohk9xT4VHySIgcv { top:12.125rem;left:0rem;width:5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGgcVPrTVw54Q9rgNAIzPHbWpNb4mtqd { top:12.125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADfhqZHEX7DV44AAyuV6ZzqkZkvrOWLD { top:9.625rem;left:8.4366340637206rem;width:5.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szz4HJ9AZ9iv236eKsg9mQ348GtMnHMG { top:1.4375rem;left:8.4365234375rem;width:28.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #in71V5SygTQasmhp3HTc3bwrnUU98suL { top:3.75rem;left:8.45263671875rem;width:38.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBONRsg0KRi9XnwvXhNC4SPIIwgOkMNZ { top:12.875rem;left:34.8125rem;width:12.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTs5THGDNFcVGgPqCTvaJuPuJAXxbKTS { top:11.125rem;left:0rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dExvqpuunsgSiUawvZ9x3tCFrTICE073 { width:38.5625rem;height:0;top:11.6875rem;left:8.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN { display:block; }#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3ywlOhz2Gk1895x5mMozmFkVvu14Xdc { width:47.75rem;height:2.8125rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUrADIx4LZ2ZAVHKoQLXlO4pr2xImWK { top:20.0625rem;left:0rem;width:13.0625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTs79AVflXPvHfuTHZgDdX8VKZTmeou { top:16.9375rem;left:17.34375rem;width:13.0625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsnUcvlmLteCbE8aZ1XdgQBhurnB4A97 { top:20.0625rem;left:34.6875rem;width:13.0625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKvOIbkng2REm9tfAZnB2ddDsfNXMeb { top:12.625rem;left:1.03125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFv7Jo4cagheb62mS2EGiPBxKTAfP7ln { top:9.5rem;left:20.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqxSZVTSxqLIelPRkhRNUme3pRvTFop { top:12.625rem;left:39.34375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcU00SX9trQVwyt56BkRhImI1GCMSwo { width:15.625rem;height:2.5625rem;top:49.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzDr6wcWAi4lmWmhNoy797fc1bx9VR5v { display:block; }
 }@media only screen and (max-width: 763px) { #tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ { display:block; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz { display:block; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaN8s3qiCfIuaQrsGIOyAgdim8Svwp9Q { top:13.75rem;left:0rem;width:26.4375rem;height:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORbX2P6wEOpUDlumAsQMrtCyPDz815fU { width:24rem;height:;top:6.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeCVEeV09tXeqF0HSSXlG5FK7yHPukfr { top:51.125rem;left:20.375rem;width:27.375rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksaqRhk1sL7URTaUxMeliZgtVZyBXxAn { width:25rem;height:5.6875rem;top:44.25rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC9kEWSRQTP5FTTVpNRpvFqlFXms0Zdv { top:7.9375rem;left:25.5625rem;width:21rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SXOxvOVcUp0zTNUw6FFSkdfuhml5Tm { top:19.25rem;left:29.3125rem;width:18.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpLQ4IF86JHXVngmOfwmg89ycPE6SpZ { top:44.8125rem;left:0rem;width:20.0625rem;height:15.015845890581rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkta8gCOaiNUsg54OPy7hDWhz6NMOQF { top:56.25rem;left:2.59326171875rem;width:16.6875rem;height:12.515469331861rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp { display:block; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc { display:block; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9 { top:1.3125rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyWk7qDynMcTwzUXHaZvZ9MHbseERl9 { width:31.3125rem;height:5.625rem;top:9.0625rem;left:8.749267578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5kuAmzGTFvFKdQuZv6U8GT9tHTgdn1g { width:15.625rem;height:2.5625rem;top:16.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odu1bNLzRsnXEOg6qEqacuaQy7iArM15 { display:block; }
 }@media only screen and (max-width: 763px) { #HbxoWZ9pTfsFJEigTO6EZB9G6ocCAQQC { top:6.8125rem;left:14.8125rem;width:19.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMND1LzP0MetNpEK4lopdVP0s7rNWmrD { display:block; }#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1sarXI4aUWsf5uIpqR28MDLRCexn4cI { width:24.0625rem;height:5.6875rem;top:2.625rem;left:11.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJlFdMDX7Oti5yi8ooX4mH0oNrRGwCt9 { top:10.0625rem;left:3.781005859375rem;width:40.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1PGvOFCdiF2TLcCl0tkcFZfuyhaPz6 { width:15.625rem;height:2.5625rem;top:82.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpMmzX7NTuaSCI0NoA0CIyRlzlZDZ9C { display:block; }
 }@media only screen and (max-width: 763px) { #uOABBDOggCgGDvx5RSIcdTx2agJ9EuCr { top:22.1875rem;left:9.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPOvbcnSthXKMVpmIfVE2sTWe0KmriT0 { top:34.875rem;left:9.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngzpo1IDLo76AZk7rxyZTnuT8v4q8adS { top:48.0625rem;left:9.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC40bKXf7QFtLC8FcmWqwa4IQsbXpt5T { width:47.75rem;height:102.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFt0q2UP58xKg5OdbCVq1zQDJmvoTHbe { top:17.5rem;left:9.31201171875rem;width:29.0625rem;height:62.366415162362rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeIeJHe1w4xfnCK7bnOq5sxmBr1H8hnk { top:60.3125rem;left:9.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKdUqIhEmsXTpkHnhpeCW8GAZOTbL09 { top:72.8125rem;left:9.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRPHxp3IS0wlaoupCngEWySECLwITwGG { display:block; }#VRPHxp3IS0wlaoupCngEWySECLwITwGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1uGTbp8gQFts8BnnhmrSIM1aCOk751k { width:24.0625rem;height:5.6875rem;top:2.625rem;left:11.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgXObGXhPBeU7vITGKTG7w6PeMl8B8Bu { top:10.0625rem;left:3.781005859375rem;width:40.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7XCna1F5eazmbLa879bd2VaKzTi5wIb { width:15.625rem;height:2.5rem;top:83.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTG4DhKciTJodxq3IWNMUEhNOCOeZi0 { display:block; }
 }@media only screen and (max-width: 763px) { #L9FkaDOLQGcGTVPRuE9IT8mZ7QPOtufO { width:47.75rem;height:102.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkc8EIAxogmphLGRPKOMkM17XUuTA5mV { top:18.4375rem;left:11.0625rem;width:2rem;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkwJiTX2f2ZuUeU5RooB7deaZFPrT1As { top:18.4375rem;left:13.9375rem;width:19.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9marJKsnRaAwUozdhfRPLf0VphzHECm { top:19.5625rem;left:15.125rem;width:12.5rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reWTsyIJtUateUQHdnp0OcLhtLPTGtVn { top:19.375rem;left:15.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84C75eaEttnuX3QKqq3ob3vBLg7ewsf { top:20.375rem;left:15.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC3HeHkR2N5ANBVm4TR3Q7mLDm1q8o2s { top:22.4375rem;left:15.125rem;width:14.5rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pORrt9ttQnDMB15rfuCsrT1SycOrFr { top:31.3125rem;left:13.9375rem;width:19.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLawG5K75zZGRD9WeZPvvwZpiv9V8ZNQ { top:35.3125rem;left:15.125rem;width:14.5rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZ0sQqbwexmIsk0ZW96TItT5e9AyiU1 { top:33.25rem;left:15.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSVPOb3RizUsa1M2URTtf9AsnQwvMBp8 { top:32.25rem;left:15.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxApTIlpnox882GMQGQA0yvEHkRlP62K { top:32.4375rem;left:15.125rem;width:12.5rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1SIm6IT8kCI5POeSBNpBxLgwGD9XiyX { top:44.0625rem;left:13.9375rem;width:19.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypD5EgeWQTZMfTiNxG0cQfEo0ThF5JCK { top:48.0625rem;left:15.125rem;width:14.5rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRR6pAIeT1229KkIoOwOMLqsqDTsiwi { top:46rem;left:15.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINUfXoptJiKPnQGszW84FaVs9CBirWi { top:45rem;left:15.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3iV7N59DSbdMs47FPsa22uIAIIDXIy { top:45.1875rem;left:15.125rem;width:12.5rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyPJcvSrb20chFfWoTTCz9iGTwwi8eC { top:56.375rem;left:13.9375rem;width:19.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paItx3gpXRt7cTJsEC3WRJTo6e6V1VR4 { top:60.375rem;left:15.125rem;width:14.5rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1C7VLi9qKRcy4qUS0vy8zNVdmxeGGRQ { top:58.3125rem;left:15.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRhg2fiZ4wHtATQ9kDZrdvmvB1tko7x2 { top:57.3125rem;left:15.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGe9s6K2X6UMv5OCF77KSCBtWpCTbaBo { top:57.5rem;left:15.125rem;width:12.5rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItWULhK53wloTMfTAEwCuypgk5NMt1EE { top:69.125rem;left:13.9375rem;width:19.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIdx5D6m6VAXhMHkQeJTq9xyldCVrTlu { top:70.0625rem;left:15.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe88XyG11Ezdi3SZpSDZxiDrkCO8E2ST { top:70.25rem;left:15.125rem;width:12.5rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2UxrRTvy8eeBI82LoE96eVOoeBN3WU { top:71.125rem;left:15.125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZlTL1ts9sZd2Dk92XWxMbDXF3hBHEn { top:73.125rem;left:15.125rem;width:16.625rem;height:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0SqMUqzT0FQwvUWdLu9WrnTTCu1DADo { top:26.1875rem;left:14.1875rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kooK3Mp59HhTTtWXywg3QFlWkJoqSSRJ { top:39.0625rem;left:14.1875rem;width:16rem;height:1.9917942970988rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhtg9fnKLf46BgT97NmmFPfRKAXviwQa { top:51.875rem;left:14.25rem;width:16.25rem;height:1.6805746065074rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdHO83ppx7qpmSRwmV1NNdNUs2CnmfEy { top:50.875rem;left:26.8125rem;width:2.9375rem;height:2.1420163340139rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaNPhxNLuN6VfO2MAeG5boV0BQxqHQd { top:63.8125rem;left:14.4375rem;width:15.4375rem;height:2.5519451517754rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9mwE595SPCJXUL3vyxMo3xsBHom98O8 { top:76.875rem;left:14.4375rem;width:15.9375rem;height:1.93725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Hf6hXnxHVSnhnBzBl7BZQtTOsTKCxr { top:76.875rem;left:14.4375rem;width:15.9375rem;height:1.93725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeklQsvyO48auSHSnJBzRlKRk1lrqJw { top:67.25rem;left:13.0625rem;width:23.625rem;height:13.713937423811rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkKIsboJCNzTKgCl5TPpps4bg4988gy { top:48.625rem;left:11.125244140625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlzP2dPQdAks2ZJV1in2QMNzIMeUJaQd { top:60.9375rem;left:11.1865234375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID6VI6P2vZg74Gtq7p5ELcfFS6MC3ixp { top:73.4375rem;left:11.187744140625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ6hxJF7o1Zomd1OOJ9b5llxGOiF3ZKv { top:35.5rem;left:11.0615234375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkxw1kAR4mwW6kC1tIlnn8QqTLvygtO8 { top:22.75rem;left:11.000244140625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn { display:block; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #danqmExQFiDZ4tSkpgoHAStCEJMkzq78 { width:21.125rem;height:5.625rem;top:6.6875rem;left:13.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQoMZTUh2iMm8JQVNN3aWCEclL1Qe9L { top:22.375rem;left:0rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL5doGAodkgcG7cJrucr5koJ8iLxbZWZ { top:23.25rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEpXgfsZ1D8s0sAKMQ3kqUGTQf0g0nW { top:22.375rem;left:14.374877929688rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5BsxWBvOd67d8M2kltXTX76c1bz9Jt { top:22.375rem;left:28.6875rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFPIfM6xi8uFODMvUBCu7Hh030ZInbVi { top:24.8125rem;left:0rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNpNScgo9wMohsPBMfCzqHH46Tbk5Il6 { top:23.25rem;left:15.937377929688rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFOepHE2h7oWDA2tXG8O33A8lHZJteu { top:24.8125rem;left:15.93701171875rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoetkiMnGcUJCpT0cZHIpR2Qa7wVB7zS { top:23.25rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqPgHSNNvK0WUgcEBI5TSu1ng6ZQeoVE { top:24.8125rem;left:32rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTu1XK0eoQNF8nyGMW8vG5zu79W8UMn { top:13.875rem;left:6.24951171875rem;width:35.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbAMNsqivZVeAzuN07a3Il51CcBqm9X { top:28.25rem;left:0rem;width:47.75rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glqq9RFCGWxafm79oogpCTg1og602FEJ { width:19.0625rem;height:;top:3.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7XCdb4eXaOrBGahTIFqllAnVnANIxTX { display:block; }#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouWQhzyhrUoQB6FJyzwrLAOl1PJvKTsn { width:42.5rem;height:2.8125rem;top:5.125rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfwOmaN7I6nV3Jk1mhbndO34BtxsGRp { top:54.375rem;left:0rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shUcaV9mneTR71cQpfQDtOeQ0PTZw6C0 { top:55.1875rem;left:0rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3hKZUPx5zrKmxw4l3NCJEQGDPPhn955 { top:54.375rem;left:14.374877929688rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDG7TrblvXLOpg7WKcBinM3BRcVE8IeT { top:54.375rem;left:28.6875rem;width:19.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hficEUIqDM13OytBQTcz62pPORWr9PNE { top:56.75rem;left:0rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTFmyc7U4KlQgeBxzHmCR6FlzH1p5fW { top:55.1875rem;left:15.937377929688rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPo2me2U7gBfnZBtTexFO2SqIapIJbG { top:56.75rem;left:15.937377929688rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNMyuF9lGrSyfMWNHVoLqXQlaTyF4Mw { top:55.1875rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0rHAt3n7Ha0Zu7Q7QC6J8teqxnoGg5N { top:56.75rem;left:32rem;width:15.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mudNhRIVSFRSiARhVvqn7B5oqaULTriK { top:9.3125rem;left:1.6246337890625rem;width:44.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIR6SDHutIRBcKiEeHW7P9yVq1rNGwT9 { top:13.5rem;left:0rem;width:47.75rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV { display:block; }#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kafv9u4HkzaR3BSeRd8TamX5In24PS2M { top:1.3125rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pex8CswTLK6xAHO75wVytpdugncPmKOz { width:43.75rem;height:5.625rem;top:9.25rem;left:1.96826171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZDaMUpW4LuXTXAH2QxnCWcrK7pCoz6 { width:15.625rem;height:2.5625rem;top:16.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6Thu50Tiqz5z0dNBiIOGyl9AnmyGR5 { display:block; }
 }@media only screen and (max-width: 763px) { #FwRVs88h8ysh5gTWU97WEupUC1ND8rbX { top:7rem;left:9.406005859375rem;width:28.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW { display:block; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N { display:block; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVIIo7hTTsIwnNSMBxVDmqa6CRwurIZb { width:47.75rem;height:2.8125rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Uu0IJeUgxTHDyf3R4XDGgaxbet0t0o { top:5.9375rem;left:10.249786376953rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0 { top:26.75rem;left:5.9375rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1 { top:26.75rem;left:18.3125rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf { top:26.75rem;left:30.75rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJLmRUCaD1E64UixA8yARLuokN4JN6rS { top:10.4375rem;left:5.9375rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0 { top:10.4375rem;left:18.3125rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA { top:10.4375rem;left:30.75rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTzFB4CGlbKgMQoKTEFLRRTpTR4sqbgB { top:23.5rem;left:6.6245689392087rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLRTl8x9s6kpnsbktf93FMLUdm7qCC9 { top:23.5625rem;left:19rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOe70xInzTL1OgrvwoLshspk7qTgx6i5 { top:23.5625rem;left:31.3125rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcu57y4rTP6E1P5dqAQGRWWwkefwBbPF { top:40.25rem;left:6.74951171875rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABRn6tb9rB8bNDTBLeG1GPQ0IUqG6eIf { top:40.25rem;left:19.12451171875rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrrc4kOsTnyputLQQbvhzsDiA8RHDyM { top:40.25rem;left:31.5615234375rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO { top:10.4375rem;left:0rem;width:11rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dffXXAsPzEov5okQsyGcT0lxoMbTlnBl { top:22.3125rem;left:4.92236328125rem;width:5.5rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv { top:10.4375rem;left:0rem;width:11rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWfJ8xzXibQVrV5mAVOypFfGhZOthi0L { top:34.5rem;left:0rem;width:7.25rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt { top:10.4375rem;left:0rem;width:11rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzI5rzCzmNU7UyF1gee6FLZGlF2iea2h { top:59.0625rem;left:0rem;width:7.25rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf { top:10.4375rem;left:0rem;width:11rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn { top:10.4375rem;left:0rem;width:11rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbsy03Gdi9DogB4by7fAGnlze3tFTMWk { top:34.5625rem;left:4.3125rem;width:5.125rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JflU37p9MoiTfHfBSQTDoc2xlqQFz4CQ { top:46.9375rem;left:4.874755859375rem;width:5.5rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 { display:block; }#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPNUm3x8QwiwShGrHTNnfmNipzzVonLX { top:27.25rem;left:0rem;width:13.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Tzv4UXkpMNPUk1LMTFTVA44NfhGvcW { top:27.25rem;left:9.8125rem;width:13.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUMAmNFn16ARtUlzDT1LPGMyO1Huuz4i { top:27.25rem;left:24.625rem;width:13.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK8brLHICluDZ5tCNGrEzW15AZoswNVJ { top:27.25rem;left:34.1875rem;width:13.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT18vXQRBn9qOgUcAsCHQkixiuS3nDCV { width:47.75rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLpAwBlEdlQ0dgp4SlzsImWlw1PpuCF { top:28.875rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLuhZdB1mpWSy47XHIZwlcfODOutXTU { top:28.875rem;left:12.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeP3fiCZCuFlqfHgDCpTGtznXeqyECxJ { top:28.875rem;left:27.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJspzfT1p4wTyK6SDovExQTiIfX9Mr8 { top:28.875rem;left:40.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unaMKiePVX9EbFaA78yUzTxMW9HBLJyP { top:38.875rem;left:0rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGyJLq1JODPzIwMFs3d56Bf7CmLHeZg7 { top:47.625rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZ4E2qf63kma7x4Wa0g0JGgNPuLHWAw { top:45.625rem;left:0rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUMQXQqTtns6kP28TdEGisWDWqIQo2xG { top:47.625rem;left:11.6875rem;width:9.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuonEFTlJK0A0XrRLPhDHiW27kTdV8B { top:38.875rem;left:11.6875rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLoVA33uJnl2vTcbcpTOEuvT7eR4yd3d { top:45.625rem;left:14rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLWQnGeRpD8TDL2voJiooky4lQvULXs { top:47.625rem;left:26.5rem;width:9.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXsoT2XQi9MuSv8c13DnyvwJhPkwl7zt { top:38.875rem;left:26.5rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33XueBUDBASASeTe69kdIbiSfUJu4SO { top:45.625rem;left:28.875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7aKpBsnBNGyJEW2cfLDmdVpi9LOWweJ { top:47.625rem;left:38rem;width:9.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItA3X4A5XXRPzVUEQqamMAQhlCXenhRA { top:38.875rem;left:37.9375rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obs9xRBxwtqeWrTMW6XMoIgZ9iNVVn5U { top:45.625rem;left:42.6875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIiF0xzkKmpfBqIK3HtcgWs1mk182AI { top:54.4375rem;left:0rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyGfJ6iNP4bBuE1pxt1Ua3uH7wgKHd9 { top:54.4375rem;left:0rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7huz0nrIDmI2UoyNowQFfQCDGRDDO2P { top:55.1875rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3A7QSQXH6abrlMSCggKTTc7SGVfxWsM { top:62rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHHQ1rVa7IaCeLr44rIRLwPQNPJ5IKw { top:55.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPxxtc2iqQSUFwMZG0uk6kN36yGGMcIH { top:58.5rem;left:0rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkesG9xT32lPHdkLZolLS3SqO1Weslc5 { top:58.5625rem;left:1.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCpKLzvzsbL1l3mAvlu6P5e0Xm4BkzqF { top:58.5625rem;left:3.0625rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXWDiAh9V3X86msnXz6tCeauBmtIL5S5 { width:15.625rem;height:0;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8qPWVvmMSb5gccCCdAlNJRdAqoNCwBa { top:60.5rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXMqqbTgPEm8PgyVBQNouxb7sQzUzRl1 { top:66.4375rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUPlIh0kGiwmTvloE6qIrtvPzDshlQto { top:54.4375rem;left:14.8125rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqdWyQR2L82n88WBo3IvRarwz9LDbWP4 { top:66.4375rem;left:15.8125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJFp4mnOKFOlTgeqT0oNeC8B4ibWQfe { top:62rem;left:15.8125rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThamDN6skEpH4CIaauXaRfQXHJxKrr8z { top:54.4375rem;left:14.6875rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB8hFHWxqyLymwVVqbDx1wbSGr7dI8T7 { top:60.5rem;left:15.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubByuMKyHBnpou8B10JZlg1m4uldIzc { top:58.5625rem;left:22.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZI0iVb73n7bRnxmE5RFKeGkQfWrCDNg { top:58.5625rem;left:21.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETe3uQZLq0TlAMq3Xi8iX4gelZus1aQ { top:55.1875rem;left:17.6875rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkAJEh46ukEoVLcso1nivKxBrvl9TWEu { width:15.625rem;height:0;top:57.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypkefwVaZfJZwTAbDnop7sNHS90FKUnq { top:58.5rem;left:15.8125rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBzsrNdiKvydu5n3PyaLG7dgs3PJzKT { top:55.375rem;left:15.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLSVKqV3GQdQunRdvncNnCxCXCM0Db2 { top:54.4375rem;left:29.625rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6AlS0KeiOrA22BNTkk01M7r54KfGQ5 { top:66.4375rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP9m199oa7nfoik3XK93ewXcigTSMDBQ { top:62rem;left:32.6875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KObEIM8lW3WepG5y4lWp0Mbt2Eaw2hTp { top:54.4375rem;left:29.625rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOsbkgBKcgo45x8a2bsuPlCFPOPL6xx { top:60.5rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzcaaCsozIMAUquTyKSdEQSxSCIBSCG { top:58.5625rem;left:42.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEAsdnpa4yJ8MF42d6AfWFXzAVneMQ6r { top:58.5625rem;left:41.5625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0wBi59fQwADVAu9VAd4AyopRuPmrNn { top:58.5rem;left:35.75rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMHPfTPvrsr1hDD6bRtfO7GIuy4iGGi { width:15.625rem;height:0;top:57.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReAqbnFPGu0io9AmoFvxh3UJLNmQ3SWk { top:55.1875rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTvNm4L9SCIfyOTfvGvaHupims1Vkcw { top:55.375rem;left:35.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsXOQx0druwxiU2Dhe84Mu4xW7eE9JrU { top:10.625rem;left:0rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu45OMv3ZNmNmv25lKNzZxMkba4PJHHa { top:22.625rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgW2ImxwJkndLDTPxmU5s6a52T0wNaXD { top:10.625rem;left:0rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgURrE40QCB3Xrfw9kJVDD17evM7Bopk { top:18.1875rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5RNL2wawvmz0bv367hLEdpF4dxS3QG { top:16.6875rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTK57D3PFI2frQTZFOlAredmS1h6q4MG { top:14.75rem;left:3.0625rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umg1aZd3u8clMr63AZaVUq0slyICBraL { top:14.6875rem;left:0rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JWWbVSzrFkIgggPx8u5R6rZoOBTq9s { top:14.75rem;left:1.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnFZhLfoSb63kxpibG0TTmMl0fKWTVuT { width:15.625rem;height:0;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTsixVVhKfgpp4FTrOUJlDWI5tDO69 { top:11.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSK2bKB1nXmd66eMAqNIuhps0qBrTxZG { top:11.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDWgMDqGxqgsiUbp7A5STXVxoeCvnaB { top:10.625rem;left:14.8125rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuJO8wfsTA0nrUFT7aaCGS7XkMLKOP4P { top:22.625rem;left:15.875rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogxqtc7RutRwgWTwI58hQ3bOxmICXnL9 { top:18.1875rem;left:15.875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsdtpBA0leqOdu5TrbzQp7UA8FAZ3TDw { top:10.625rem;left:14.75rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3pXILC1VybdHClEox6WaB4TfbZIHA6b { top:16.6875rem;left:15.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nawbLmqy2A5kQAfyEqE9L6MATtWVe2lr { top:14.75rem;left:22.875rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biGUhmdUpA6RZbuIFIOcwNbxweCuXRrc { top:14.6875rem;left:15.875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqawEfqB393JPbBFCawQG4CwJkTI0iM6 { top:14.75rem;left:21.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzMRbvF4wnl3mpwXVaGfQ1duUcQOQOeS { width:15.625rem;height:0;top:13.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2ooJhQ1FwTJtaoTBmoJD9D34t4PerR2 { top:11.375rem;left:17.75rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td6dlBiqGqMQLAwKnMJ6sTyuSRApyJU7 { top:11.5rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhGF5FETd9oz1uvITOZhTmyqFS9ppuw { top:10.625rem;left:29.625rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opD3NVluNGuBdZgouCGXUWgac1SL0NIn { top:22.625rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIIaQ6GnglLB4FWu4q2hGwzbkPSwyLBW { top:18.1875rem;left:32.6875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Wv4R8HCwpnqsNaw2ZgnQnrWDXnFbg8 { top:10.625rem;left:29.625rem;width:18.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C57MWz4kHZZhpmb9M1p2VX3I8KTX9cGF { top:16.6875rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgyDBVC63xHhfot2C8sPFDpH2daGTVAz { top:14.75rem;left:42.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6X3h2gvQ6QnnomarnTqneyCkMbSCvy { top:14.6875rem;left:35.875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #l50MsfNxXEXTMT89zhyvqXFDwiPqQTOI { top:14.75rem;left:41.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEFHKL4XRJFo7o3VnN6Vl1NeVScFlzNz { width:15.625rem;height:0;top:13.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKDuwiX6VSbsTxL0DTTKlEygcBf868QF { top:11.375rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHAdi1BVuqHfG2PpmQsvD0NrRCKNJSfy { top:11.5rem;left:35.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPcSJ7240sNltsQ7R04bRz0lIyGNGnF { display:block; }#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmBVhXpFTNaRC1k7qR53n4GLTfxn9Mbd { width:47.75rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTW12OAkwoxkLdWBaIX1Vyi8Z7n1fIT4 { top:26.625rem;left:0rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMVh3zianMrO67yPxSo8ATeCc16ovmMp { top:27.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTgTxfikZ2MtHlhKOwSoPC9l7pVtyo7 { top:34.1875rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DETsVIPpm0TUrz74dv8xF7nL7b9PL2 { top:27.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao9m04dfB80nbXaFDBPOhhAHZmvXA91O { top:30.6875rem;left:0rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92qBzfgXpBl6O60lJG2VwGl9P6k3Xz4 { top:30.75rem;left:1.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4QvZodBIOWJcPrIhIzUF6AiLwc6vIuN { top:30.75rem;left:3.0625rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEErTCrdOvGpEM5OLPRFSCgUOgMcwW25 { width:15.625rem;height:0;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNK1kgPschXOsFwFpodBtpsTGJHBzhOJ { top:32.6875rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXRmwZBb2JxLtDSkoHgsGN8b5u3JPvzX { top:38.625rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8aodNTgRLnlBkgTzkuTkL7UFxBX1ouq { top:26.625rem;left:14.8125rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5cRTEJbKasuRI4aqIWPeCnIif48v38Q { top:38.625rem;left:15.8125rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1UoxSAOMZPhlRLBk400BoIaOPzGBUPZ { top:34.1875rem;left:15.8125rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJiUeBELIQ38ddUzeDTlyMRar6PICwb { top:32.6875rem;left:15.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpkOkvRSX2dsx8rFhfG3Qm6uhfeHRzTC { top:30.75rem;left:22.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2OL8LihMoB7TTCAg8rhycqX2zQ4ukrF { top:30.75rem;left:21.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upFHaIThA2EdnTFiQL7k6JrXWWVfzOKN { top:27.375rem;left:17.6875rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpH3UDJsMkibthhaC1uTVrueHg03glg { width:15.625rem;height:0;top:29.75rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k70dUskPKMsxkRFz5Kp6h95nk1yvlMwt { top:30.6875rem;left:15.8125rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIsuwBFK2PeSISyNCB7of7pDOrkcRTTk { top:27.5625rem;left:15.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdGketsTgTiyF9eKOpTCosJyM1TpGlF { top:26.625rem;left:29.625rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGAPdsHJTDwmLlvMLV0CNePkLFpMbiQ { top:38.625rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9lNoWGfp7HkPsQ38GheeRIAWkdh06o { top:34.1875rem;left:32.6875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHAvSnVIPsod457LrimrJefCFp4eGBu1 { top:32.6875rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQktRDuLAoWlTwdH4QVZSBAGIXu3S01A { top:30.75rem;left:42.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W942icl9xTIOa5MQ2Chwm91nxbl1LskV { top:30.75rem;left:41.5625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidzRAIKNeIvtSGNritbnA43XG8vUZKV { top:30.6875rem;left:35.75rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #llPCkLs7rmQmvwlw28nTSPQcSPkNSBCU { width:15.625rem;height:0;top:29.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbz7ktOTBJUFXM3ikx924XMSmF4Co55R { top:27.375rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfaE9bTSKEWmHV7iPXJxsqyzamdLQ9T { top:27.5625rem;left:35.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAol0zET3g9FkrmchDT8UBZhfIcsgD3 { top:10.625rem;left:0rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhFFTLFapnPFgyCnDwFPD6wrLHmROfsL { top:22.625rem;left:0rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdlwZIISiTJN4bg1UVti2CZWtbdrkWB4 { top:18.1875rem;left:0rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7X4VW3WPTN1OWnPACJwuxoeu6HpM8CA { top:16.6875rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzZpq5J0AMLZ6UWKhXiTFNJM4h3x7eZu { top:14.75rem;left:3.0625rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meb3zTWuIB5pKsk2VtfAkxRIJPMOygc2 { top:14.6875rem;left:0rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOi9mJyrvDcFq6BNW8Bdd0Oradvq6tc { top:14.75rem;left:1.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF0ZQA7hsRlEHixG2zngfHnbqlcRKWrC { width:15.625rem;height:0;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6r9JVIPHMz6o6MedAwX7SQktCFZUXX { top:11.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqxcWD7slNk0zwU13llZrCqevSiMCsx { top:11.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkvLrTE09mZHznzw4HuFAWGKuyosx9c { top:10.625rem;left:14.8125rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfxXcgx5x7dr65x3R3dakRdRzaSRLkT { top:22.625rem;left:15.875rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls7NEQaKvVaDyxcDiCR1TmTqO5k0GJT4 { top:18.1875rem;left:15.875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdoWKJlabdVJi64FvVyHXiWwakK7fuOI { top:16.6875rem;left:15.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVA0E6eUppb96lyMC5p78UTNpHJUGLk { top:14.75rem;left:22.875rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6icIhLt4XLXTq2XG6eymZdTvWTuKrOR { top:14.6875rem;left:15.875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5tLzPKDX2f0qMsvMboJ0hisTIg3CWVz { top:14.75rem;left:21.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q01RV3LcUuhx0BGsTUnxt2HKiZx9tARF { width:15.625rem;height:0;top:13.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui79xfcpQUbTE57fbbnn2aOZZGvDG5qI { top:11.375rem;left:17.75rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZaQCe72QWdzrlRKEZa6qzJBooc1v2X { top:11.5rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7QqIKHLiDdPOOFJ1a9wCmvU6BIHIeg { top:10.625rem;left:29.625rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzK7wtIFr10KcEN6532KJxhQREsI8Zc6 { top:22.625rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMbVpVdaHgN0BWcLfSdp5zXrS07sQ8OP { top:18.1875rem;left:32.6875rem;width:15.0625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBs9QkAJZcf9SJBw2AHyR6oG7vTogiLg { top:16.6875rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvJsNSWEKEhqSw35Z3E9aBxgvRMRr3GI { top:14.75rem;left:42.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpsGZ9rNDwPqv9wfklSyaGSVLlwKytb { top:14.6875rem;left:35.875rem;width:5rem;height:0.92597050969119rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVXOhLV8sTSLdsPqxZtfQHU0I0m5umIl { top:14.75rem;left:41.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsvR3TOEEAzb06HNH3wWInnG43lHMTk2 { width:15.625rem;height:0;top:13.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNFqS3JyvZoWkWF4EGnqM0RFFRdxLToc { top:11.375rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfKHAfKTGoTiwPwXka59laPmLAJ7HKZm { top:11.5rem;left:35.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 { display:block; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCk1QvTxL9w5xW4gx7DMI9rSv0aOKNwD { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT08rtKRBIkLoAKOgHGWyTKsV3IOpo5b { top:10.5625rem;left:0rem;width:18.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5XS2MpglNS6fTtTEFEyDCrfGmnTT3u { top:19.8125rem;left:0rem;width:16.125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSazeQSPUUphu9UtK1cTunFztq5xWr6N { top:16.625rem;left:0rem;width:15.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MobhciPpkV9HHshGZVGK6l8QHqXI4Kwh { top:14.6875rem;left:2.75rem;width:5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvs4ZwQLZhb9i3PTWzw5BWKesrTuZNW { top:14.6875rem;left:1.6875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqfpuXSdAUvKh8XpQDy3RNUh3CM2ncPT { top:11.3125rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5X5vf067u5efyUc5rqM8vPSa3TElVVP { width:15.625rem;height:0.0625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvKpN8TcAsT1n58tfAuGt2N0BN5fMs9 { top:14.4375rem;left:0rem;width:5.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIRLx3pr3auTDsExlVol5Mp1Grv9Gv5M { top:11.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWClqvE018F5MvAa7D6E4biThmk3d4iy { top:10.5625rem;left:14.75rem;width:18.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TviySOg62dI7ORkrZD4bO16JbyFJwUkC { top:18.75rem;left:15.8125rem;width:15.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib6TCNs7J1E9wefGwDMTqTSQvI8VoGE8 { top:16.625rem;left:15.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBD7UCFT3XSCeq3V230APUGUxi9O4nP1 { top:14.6875rem;left:22.8125rem;width:5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zVN93WQcgu1NBEu9kozAfFlMIMTAVk { top:14.4375rem;left:15.812393188476rem;width:5.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Q0rLSTp8fC3Ladaci3dqIHhmMR9kcf { top:14.6875rem;left:21.625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCe1BTlWmLybVtULNFowK4xeKgO8LPV { width:15.625rem;height:0.0625rem;top:13.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEOUeD8G2ifeRVt6S7xvnkKqTyALkWM { top:11.3125rem;left:18.3125rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTNcTBRTLywEQhra69fH4BgRZgiTt0WM { top:11.4375rem;left:15.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWXbVCuBhMXeIrP2rhLyWZSZ74IOtcMo { top:10.5625rem;left:29.5625rem;width:18.1875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTQwhUp4rBSTh2C7ILAMptWXTzzlsNP { top:19.75rem;left:32.6875rem;width:15.0625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rmbaioLfHk10dF3UoBMXL60O8InRkC { top:16.625rem;left:32.4375rem;width:15.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKla5fb2zq5koOAJBJkXLQMqNR3LWAKs { top:14.6875rem;left:42.6875rem;width:5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmTCc47aJIw3r4bBbqryJCAyHiJslhFC { top:14.4375rem;left:35.687068939209rem;width:5.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOoNT3HcS54U4iC0fM4WyopXhar550MV { top:14.6875rem;left:41.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQzMkka3nM63AmLPF0AFHflBly60kKz9 { width:15.625rem;height:0.0625rem;top:13.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvOL9ll7JDLT512TB5MxUIQb3B8wCTtU { top:11.3125rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvz3ayuVy9IZ0PgxIrlHyTDHhiraPI1X { top:11.5rem;left:35.6875rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNVFkmDVbeWZUQPxLR5Vg00TTEmfWLB { top:6.5rem;left:3.8125rem;width:40.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsL2tNQF1qpNXad2Gsy5DZey8mKauktB { display:block; }#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvDsKnCkKz4G1BHOIfhrwEC5TFeF6uTB { width:31.375rem;height:2.8125rem;top:4.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JryxvykwXUkFbszk1fbpbbpNu962hHfP { top:9.875rem;left:0rem;width:34.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ATdIWNPTHLoSc1kr8XtJ6c4s3SSiSV { top:11.75rem;left:0rem;width:21.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSFnURzpicStAeLDOI0uTHngOXmKUUTa { top:22.125rem;left:0rem;width:21.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1047iLeo7RANgSaJP5yFXC570gbQBup { top:20.25rem;left:0rem;width:34.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NGuLNAFxmll1uVUB8WqbDqmQlR5C6M { top:12.375rem;left:25.5rem;width:22.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvKmlte8qwwNxnn3gdtFTo0mT4PdHFV { top:9.1875rem;left:27.125rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQi4VIM8hCG1GVCizKkPCT14AfroTTJW { top:22.75rem;left:27.0625rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1W9xeAXnD9Q6Sxmq1P6ixoEEy3Ra1ev { top:19.5625rem;left:27.125rem;width:15.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzoU53JTrnDhlDzcabi73k7HhNWWot2I { display:block; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8av5h20xehxfIlNQpDdJADZCPyq24ed { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno { top:2.875rem;left:6.0618896484375rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI { top:2.875rem;left:18.3125rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd { top:2.875rem;left:30.749389648438rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb { top:2.875rem;left:36.75rem;width:11rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1 { top:2.875rem;left:0rem;width:11.0625rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFfiJ7PqptP8XgJOJCStcMP02sasRvQd { display:block; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiNzaMpA8A0mGMKf803TqOX6vtrlHS4M { width:21.1875rem;height:2.8125rem;top:4.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz { display:flex;height:auto;width:27.8125rem;top:38.5rem;left:10.499755859375rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #mW7OTcNbg0NDAClUlXsvaRhZTH8eoXNX {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #SREXDhiQGmnDAu1ASRiAgMQmifLN1GHO {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #famrxSbsq3KvzqzMchzBulSbgvbsrbJo {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #LGmLs8Z2oscQwwCMpZHFXO67ZTRaVtU9 {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #PzNDFstHiTpNuwkLnSIdBVc3xCSVCnuW {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #fOxZVcXOaUyUPZJLMApmG5oPJIw5MiQS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #NBH7FLK4TmmhE6irNXBPOsuJtnq6TxXe {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #JgcwQNC5E5rEo1uTapoqKegXNKVBBfoK {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #qFoLLA8lOTQdDw1y5tVNmelvSt0RqLcS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #S0UwCA9peQKpNcFwpX9x4nMNsrugTH7p {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #q4uXBWuN55G6VgyT9WZA9AWTJSWG7KeS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #piUtV4dBw3LOZl9Ti263MPkB7b49R4Id {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #TaaPnToxPu1EdgKwROOdsfVGuHFKFxlt {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dezluKTVwT5JpcEJdTDOGJJebwhth9qz {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dlnOfzLHkK4Gvomb8NHCOKhkmZQ3yloH {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dDn3TT9yehnP4ld1ZBPRMuLD9IeSme8F {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #RkAIR9rnNOCK1sSbsWmgX5KcpI2vNEtm {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #J3KmQVHqnF2pPGisOIWGHe2qidFL89fX {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #MCNETNNzy7zIrxu1USXpsh4rn4EeeiOV {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #pQIIztza3gbNvlN98w9T3OF73S1C8Imn {  }
 }@media only screen and (max-width: 763px) { #DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU { display:block; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWVc19O2MTE31bSLttAs5Ho16MznHJQL { top:20.25rem;left:21.59375rem;width:7.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2MHybtMPytf2T3NMQNTOQbnBk1LaXHU { top:27.25rem;left:7.625rem;width:35.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9XP4LbmbiLUI6RVksuNbsRLctxtC5Qq { width:43rem;height:;top:3.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6z2bnxiDG1TcKo45LwX3qTmcQ9OX5dw { top:11.25rem;left:0rem;width:40.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVCyR82FUapqS0Juq7OV2Q5V6ZXkHGe { width:15.625rem;height:2.5625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvGl6BfmtfgGuMd6XF28RTd2qRWXwpHz { display:block; }
 }@media only screen and (max-width: 763px) { #tXved1PJc2wIqiN8NdCqNOrZhC53Vw4y { top:29.125rem;left:20.0625rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQNbHe0qbDNreCkiBIDkrCNx7umbIRF { top:29.75rem;left:23.0625rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1q33SNlKsvB4XfyUhGoqSWXs1KemT8b { top:29.5625rem;left:21.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8paDK03L5mhv9L7PuiSkssShzKISfWF { top:24.6875rem;left:4.872314453125rem;width:40.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhcdJDArTOCAgvdUxmXN4ZROwxGayTmg { width:20rem;height:;top:1.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); } }@media only screen and (max-width: 763px) { #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm { background-color:#111111;background-image:url("https://images.assets-landingi.com/uc/6ec9fb75-877b-4c39-aa29-7ea937644555/Aexport.png");background-position:center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.adaptive-delivery-prevent-bg, #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.lazyload, #T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm.lazyloading { background-image: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { background-color: transparent; background-image: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container > .video-iframe-container { display: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container { display: none; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .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); }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { border-width: 0; border-radius: 0; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1xQI5bBzQDhIXHy7i3t9kzUA159Vqwm > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGvNMlPxnhg7FqZNPt2o8FFFZaTbAxvX { width:9.9375rem;height:2.5625rem;top:6.375rem;left:8.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnVVwCvuxvcp3pFT9eFQNiCHq0eOTZEo { display:block; }
 }@media only screen and (max-width: 763px) { #IIuKcmAXIiVhEK0UCKSeEnzCnl5Ae5aD { width:6.5rem;height:2.5625rem;top:6.375rem;left:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dfym6iks5xGdJB14HykWCLL21PS52ncZ { display:block; }
 }@media only screen and (max-width: 763px) { #idGX8EXf25pZ7m8CRRhSnWyPcy2ACxc7 { width:20rem;height:21.75rem;top:23.74267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPH1bpOQeTTNkhaIQpeF9Wx6zfDgDpN1 { width:20rem;height:2.35623125rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIFmgQbkbmKfAKa5iVmTOyH4FGQBlU0G { width:20rem;height:3.57421875rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15062;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kPoMDF4oeSmNmc3QTEnJ62TulpkeFh3H { width:16.8125rem;height:1.9375rem;top:27.9375rem;left:1.5rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #T8Fz2xMeAdZ2DDQkTuTrxT7NB5iMdOdE { width:2.25rem;height:0;top:28rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z92J2TMNDTv4Ue2Ch4PoCNmXmWxVUahb { width:15.375rem;height:0;top:28.375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #up4JpPGAsTCMy5xBnIxzrmPXdPfvGdn7 { top:9.32421875rem;left:2.21875rem;width:15.5625rem;height:15.5625rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N5SWnVhAVwUS5qnOehCm8CHf0USaau3D { width:12.375rem;height:4.38801875rem;top:17.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15063;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CTRtbmCAOvHzx7TcDCLi2bivsBVcxpXh { width:2.25rem;height:1.86903125rem;top:42rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tZNaaK1zgeXXBpxGtT7hmVOuQPpOpzo3 { width:15.375rem;height:1.13736875rem;top:42.375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MZTylxKzg9l2HGHn4IDnoo1xHWu1OcuW { width:2.0625rem;height:2.0625rem;top:9.8125rem;left:2.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ { display:block; }#AiRCuUTNvNeboxXG08nmlOs9DDPK4ZvJ > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3IBgQeszLwfLCdzdKNPZ2ohdcHfIXZy { width:5.4375rem;height:5.4375rem;top:2.9375rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #skhe9dzSRDtwJXBHvNTyIt4o9l3yrctz { width:5.375rem;height:5.375rem;top:2.9375rem;left:11.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AF40l8AGaD1JMWBXwc7x0Ve9hEi2zhen { width:16.1875rem;height:1.13736875rem;top:0.8125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15007;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #ai7hGo2ruZ7wSAscOgad7FM57dA3NrTD { width:5rem;height:5rem;top:11.9375rem;left:3rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SzSm18DiK5Vn6bXAdGRuwcGurPITJONM { width:4.9375rem;height:4.9375rem;top:7rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CHCI7esk0sp4dm9WfFRx4mssfrkRxaMk { width:5.25rem;height:5.25rem;top:7rem;left:2.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P7gdXatFdxm601iGbqM5d243uWT6CX26 { width:6.4375rem;height:6.375rem;top:11.25rem;left:10.875rem;overflow:hidden;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES { display:none; }#P8tEAaAWKGLmqTT2qsnI5TfiJ5P1S7ES > .row .container { width:20rem;height:141.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FRzJk5dFyq98OlIKt8Ak4Aemug1n20QI { width:20rem;height:4.0625rem;top:4.310302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbKnwr6dvZxDZHBK9KBbq0qixTyG9mxh { width:18.125rem;height:10rem;top:41.8125rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mfiab803TTEeWhzhShGSUdSldNot7tfd { width:18.125rem;height:9.125rem;top:24.1875rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #x7dswB71MP3CqQQXHo4SqL75zqbJumFd { width:15.625rem;height:0;top:33.25rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #u5Lsp765K9kSO4zyS18UIExEuC76zSf1 { width:15.49925rem;height:3.898925rem;top:27.5rem;left:2.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcDTQC47lRnenNpMdairC2eF3AI4Xodp { width:2.8125rem;height:2.598875rem;top:23.8125rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTuoA8mcLWh41Kd5H4pexPQvK4V1ZrNf { width:5.874025rem;height:2.598875rem;top:23.8125rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foTyJ2x8PO5JTZCVkiOU0q9uVStvvdiE { width:18.125rem;height:7.625rem;top:15.6875rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M7iBWhF8Q8Av50oIKTUUEBf6VIKPDAdT { width:18.125rem;height:3.5rem;top:22.6875rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lhrgxBDWJGt6FTnLLLZon47n3HJkStcA { width:5.6875rem;height:5.6875rem;top:16.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeixfhnZ9IT65RaPplW7KOtmfSTrcqTz { width:3.4375rem;height:3.4375rem;top:17.779541015625rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHeym683iIGVFaZFWJT9T2mPBWMZuEmu { width:18.125rem;height:17.5rem;top:103.6865234375rem;left:1.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #q2qLw6s647fEyAVBvet0xkLDEf9yvl6h { width:18.125rem;height:9.125rem;top:43.3125rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X7CrSUAHbdtmvKKrUSEZw9ETTIdQ2Cwi { width:15.0610625rem;height:3.898925rem;top:46.4375rem;left:2.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hMpqxHdbk5eMzk4QN3T2iwf5RmxpWuVb { width:15.625rem;height:0;top:52.375rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #KT8QE3oN7wOv98PAKta8cb8RvzLRHcua { width:18.125rem;height:3.5rem;top:41.8125rem;left:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FeeVpqbKFe5URiRoyp7yUqeXguZlREG5 { width:18.125rem;height:7.625rem;top:34.6875rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LVtLpghBU7kQTFTiCDduLT6T5pMthNuH { width:5.6875rem;height:5.6875rem;top:35.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgQDWUlTai56nTPtufz1TI9zyJiObMnt { width:4.375rem;height:1.437375rem;top:37.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni81wk7Gu3OHbvEfv0P9uiRakCIxD6g2 { width:18.125rem;height:17.5rem;top:75.1875rem;left:0.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kfThqClAWuHFM7GZT0vB4HRiRKT32C2Z { width:18.125rem;height:8.9375rem;top:63.125rem;left:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FKeNJtyNsp9zdnGZgsWwimqDtapzadJT { width:15.0610625rem;height:3.898925rem;top:66.125rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wc45chDzBPd6wed2R4pnyQiTxUTAveKO { width:15.625rem;height:0;top:77rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #kylcyUftJq9ETf9dO1dSsHLLbylZCIE5 { width:18.125rem;height:3.5rem;top:61.5625rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nMlNzNAlzq6ThE1yBbws6urSqz7gn3u3 { width:18.125rem;height:7.625rem;top:54rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lSf2EAhToHZSXweLCtE3AOfCC6VmUHTA { width:5.6875rem;height:5.6875rem;top:54.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF7tFtmgQrgl6WvswbmXztoL9oTazv68 { width:2.6245125rem;height:3.35693125rem;top:55.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTGtJEs7LUUpfQN2eqWcwmQDMTVJTM8 { width:18.125rem;height:3.49975625rem;top:60.875rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #odHyc7u6wwWf6UTzAZqxxBuRI9u2GJdK { width:18.125rem;height:3.5rem;top:61.6875rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OXeH6mXcdzuThlvLwoC2VItyHyr1tpsM { width:2.8125rem;height:2.598875rem;top:42.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kka8e1wzgPbeEkRs5nb3inZaoKF4osms { width:6.7480625rem;height:2.598875rem;top:42.9375rem;left:9.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7qrRhwivLCuUW24N1vREitFOOCq5oeU { width:6.687rem;height:2.598875rem;top:62.5rem;left:9.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEJpWO0QZsGt9xOp46Im6BFOyFihsu82 { width:3.2495125rem;height:2.598875rem;top:62.5625rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWsJaXOW0xMnqc48OiGKpu2Rx7BbNT4x { width:18.125rem;height:17.5rem;top:92.56103515625rem;left:0.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TovQGn2nvZrQpk9iM698xuL0VlqyQwya { width:18.125rem;height:9.125rem;top:81.875rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zHT12f9uT5PD2NRU2TvCLqpr751M6vPX { width:15.625rem;height:0;top:106.125rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #W7IaihLTki0beMQWMpIz0GwEsAZ0872V { width:18.125rem;height:17.5rem;top:126rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #xpgBQ9V3xLxukVGVuVazReZg92leFoza { width:18.125rem;height:7.25rem;top:102.25rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eRhruPbG00Lfa74Zw1L5COszATicMHyf { width:15.625rem;height:0;top:149.25rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #D5Oc003pLkW4tFKOy6tH5toAPkaI9DD6 { width:18.125rem;height:17.5rem;top:179.6875rem;left:0.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #OpCv7491BGOUqx5IVICm0r9KI0EcxceR { width:18.125rem;height:9.125rem;top:118.3125rem;left:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FRRfX9QaidNel65rb9n7NCU3TlsSs0Bx { width:15.625rem;height:0;top:127.875rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #P2849O9b0cATfeSG5FImMGJGeZsTJ5Te { width:15.06225rem;height:3.898925rem;top:85.625rem;left:3.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUkIGUCMaOVIDOJdnJATGMSxg3V46Xc4 { width:15.249rem;height:3.898925rem;top:104.1875rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kIxyZJMNyitIIIZqfMzelGGAmT6MLUdR { width:15.06225rem;height:3.898925rem;top:122.0625rem;left:3.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNxMtTKl8Vux8SMAWlBx767DanXD7KsM { width:3.81225625rem;height:2.598875rem;top:81.875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGc8yszyDmUlTiLg12W7XzNf0zOZ6nFa { width:18.125rem;height:3.5rem;top:80.375rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cSS8DCyuTqfW8RbMyW32y4RNAgk3eKz0 { width:18.125rem;height:3.49975625rem;top:99.6875rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kh8sc2nyh4NcGOgP70EqlcKswU3uDFgH { width:18.125rem;height:3.5rem;top:117.3125rem;left:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Og4S7mZkf6szkkf6lmLaGttnKHup8Dm7 { width:18.125rem;height:3.5rem;top:117.4375rem;left:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WVWnQd9xtzeUUBe6OQTtHiJSo6wUVmdE { width:18.125rem;height:7.6245rem;top:73.5rem;left:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HTWdAl07ls7Ow9C3lWwOypTIHeTLhxtq { width:5.6875rem;height:5.6875rem;top:74.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FicClP6RmUWAUBDTTHZTTA9O72ipEA6Z { width:3.4375rem;height:1.3745125rem;top:76.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxMfofQGQoKTAHRKETP7W7zOPPyeTupE { width:18.125rem;height:7.625rem;top:92.6875rem;left:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #sLqoDoTkUQETwoCLtlSAJNswIeRxczU5 { width:5.6875rem;height:5.6875rem;top:93.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQs95bh26k4TXGyiJQ4Uo4hnBEVht5uV { width:4.936525rem;height:1.25rem;top:95.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGemsWtlVTQlxgGuGDQOSIu35FhQEdx { width:18.125rem;height:7.625rem;top:110.9375rem;left:0.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cXhLhCPwsTLcUspUsKKadk28HMugOITZ { width:5.6875rem;height:5.6875rem;top:111.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br0aTkFQ6kvkfK95CbpWzLeEKEJtci4v { width:3.4375rem;height:1.499025rem;top:113.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RqbbNkZAOBqz6AJtf0KTckUaIAo6UD { width:18.125rem;height:3.5rem;top:118rem;left:0.875rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #J49mnS8cST7VAiGRVgtaDHrrFeDXvSHp { width:18.125rem;height:3.5rem;top:201rem;left:0.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ODB6vDZDsfW7QxNWvOGNMZVX9AlPyXHp { width:14.24925rem;height:0;top:7.93701171875rem;left:2.87353515625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aRRRz9SHGP2wfbTrBGvVXnV1rGEw5N7p { width:6.5625rem;height:2.598875rem;top:81.875rem;left:10.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHGN2yJvdO2rQoFZFx3P2oz0fF36dms3 { width:3.81225625rem;height:2.598875rem;top:100.6875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEvVX2g2czFts4tBx3GNZfqRgLwAFHLU { width:6.5625rem;height:2.598875rem;top:100.6875rem;left:9.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmFVb9cCDndVCI8i36NPsg6dGAuZ0UqL { width:3.81225625rem;height:2.598875rem;top:118.5625rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #hiknu0hHCVNFwhe01Woe5pQWgCD2nla0 { width:6.5625rem;height:2.598875rem;top:118.5625rem;left:9.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFLp2uEcW31SIIKpaB3SuzWBDbNRRaV { width:14.2480625rem;height:2.598875rem;top:9.53857421875rem;left:2.874755859375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW { display:block; }#q6vRT5l7be2QoT9E66hhd4QtCyn2HQLW > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwTKMwONVgbzcOGh67IiH2O95nDMwDlB { width:18.4375rem;height:4.0625rem;top:3.1875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5oPuwemPoQ3Qifzq0WZeqwAGmPAI2gw { width:18.6865rem;height:11.9965rem;top:8.369140625rem;left:0.655517578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP { width:20rem;height:0;top:19.493408203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#oLa6JKO1pJdcpKSToZguBEi6mOHTQRIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
 }@media only screen and (max-width: 763px) { #nMBdBhcEDWIAzG0vuFJQ5001WV3WhV4M { width:17.875rem;height:2.0625rem;top:3.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn { width:17.749rem;height:4.5234375rem;top:21.3046875rem;left:1.12548828125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }#OxXTJ2Ab9rwlgPFC3dPdATTwOrLStMAn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_563fb095f4f2c0112d74dafb1582cedc97e69486.svg); }
 }@media only screen and (max-width: 763px) { #wuyMwWnyGCWGZSPXbQgck3h8aRkt91vV { height:20rem;width:20rem;top:26.20361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0UbXdhFnBFghoAGGDmDvVeyPis39d2N { display:block; }#M0UbXdhFnBFghoAGGDmDvVeyPis39d2N > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdR4dqDfCdTWTQdvWPTk2o7sWEOHQXxI { width:7.125rem;height:7.125rem;top:2.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1DH6lcQlhhOuc9al27Hk80eqnAA1kto { width:13.75rem;height:1.94921875rem;top:32.6875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xa87NgPpb2r31LuCk86sFW5XXhxhwVeE { width:5rem;height:0.8125rem;top:11.3125rem;left:8.875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVb54UEPR074uM1fAMuTABEFiCcPcGtD { display:flex;width:0.75rem;height:0.75rem;top:11.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #sfMg7sTWcb0PxNEczanGsEaVTGI4MD0O { width:5.375rem;height:1.25rem;top:29.436866760254rem;left:7.2802734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H1kXrtoKwur0T90rc3uuHSboo8pLrgIT { width:16.5625rem;height:6.5rem;top:13.435546875rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7DcZWDqfWRCd8SMdUwbOgQg8p5zUpSF { width:17.7485625rem;height:7.79625rem;top:20.86083984375rem;left:1.12548828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGMMRTrZ7eCMKzqWvpo4xXTggzDK5EF5 { width:12.562rem;height:0.9746125rem;top:37.1875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPf7iPZPwmWcORKvZuV3bT5oQXCScGMP { width:10.06225rem;height:0.97473125rem;top:10.3125rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrATUAxmTfsD1HxJpNK7MIih18lIaDTi { width:15.625rem;height:0.0625rem;top:31.4375rem;left:2.1875rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a { display:block; }#WVPKSWVXqSsdNd2sRNQrzWcZ3fK01a0a > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw { display:block; }#LwlyRogwuO1kLrCoauWNC9QhbMDoi0vw > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0oWviqJZ9tCugmVmZEUnFcDBtUPkHQy { width:18.4375rem;height:5.49926875rem;top:20.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJylti08Kyh84KPyn88Exu0fL9VIJuGp { width:18.3105625rem;height:4.0625rem;top:2.81005859375rem;left:0.843505859375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neL6HBPtVbmcdxBBRui7IoPSk4GEcQ5C { width:18.75rem;height:3.125rem;top:32.796630859375rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5TgKhrfTC5CE5cMaTeRzIo8nAeVVdkf { display:block; }
 }@media only screen and (max-width: 763px) { #Xx8tTCTCTUIwztM4plha5RnT1CFkD4rI { width:0.062255875rem;height:3.75rem;top:24.105224609375rem;left:6.68701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4SPRT6h9t9eJx2wZiadcMGp8SJvDb7g { width:0.0625rem;height:6.6875rem;top:17.743534960937rem;left:19.102416992188rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfzTbATfaA5Gvl4RyMnMIJJiTSdNGR6Z { width:6.12426875rem;height:0;top:24.6787109375rem;left:0.546875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqyUWgFGfWnWibsqvefsbqSqP2qybM24 { width:9.1235625rem;height:0;top:26.6796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqCguVefn39g3TddNEH0OWCahRwp9SZJ { width:6.124875rem;height:0;top:19.11865703125rem;left:10.562377929688rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6bmZJPZpWKSlSbNSmwoEcSd67dni1xq { width:4.1870125rem;height:0;top:19.11865703125rem;left:15.8129875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJraQTuAWq2PZZiQERfXEoTPodQ2yiF { width:8.125rem;height:0;top:22.180790820312rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8FwOovqvBdfhO33R3Rin965gfaD7rEg { width:9.12475rem;height:0;top:22.180790820312rem;left:9.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlyIEEdgJF1fCiO49hsZ9EsC64DEPzx6 { width:17.3730625rem;height:10.4969375rem;top:7.822265625rem;left:1.312255859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtWL0IDMJ2C4CJUTQJCRTk3v6oUMXs2M { width:5.874025rem;height:1.62435rem;top:23.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZkUMofTwArpPiTZdnTap42cTMqqR4h { width:6.12426875rem;height:1.462675rem;top:21.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CaC9wrp1pmSQWcS6NyMxtbDuXObiNnX6 { width:0.062255875rem;height:3.75rem;top:21.5625rem;left:6.6875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QBRO9zslVTxgEtk1KwJbuqqKMbgg1VDE { width:6.12426875rem;height:1.462675rem;top:21.875rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cbDCTcBDHp0LcDf6mGySRQmFk2eLWTMt { width:5.874025rem;height:1.62435rem;top:23.875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uEyKdWawtBANBr1rHyVszGas7OrPJ8uT { width:0.062255875rem;height:3.75rem;top:21.5625rem;left:13.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #B1lX0nmxlDu13BAERQL1kL7NTQPcvZaG { width:6.12426875rem;height:1.462675rem;top:21.875rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JU7gEz0yT4WEkngAah1E931vfDDvE8ID { width:5.874025rem;height:1.62435rem;top:23.875rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm { display:none; }#Kgv0zdFre6T0DUW7NkWgODmOSxShzPKm > .row .container { width:20rem;height:70.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #psERNaFeuMKxW9qbcSIvnuOniuhbJ6rA { width:14.9375rem;height:6.8261875rem;top:25.5625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHPFqKsAScmAEB902xDKwf9vVO5NplaU { width:13.625rem;height:5.688475rem;top:33.3125rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PdkHivTaBsUlwtd14VlXBTE8uCaz8mV0 { width:14.25rem;height:6.8261875rem;top:40.25rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uzc3iiPg8nDNSUtkleC95k7q9QkG83Su { width:20rem;height:25rem;top:3.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIkmn8gRZHiUdrpQl7R2uZSL5Qigd8vt { width:20rem;height:2.03125rem;top:2.40576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkvIEvAqGXpITtW9WFTy9cgxFImbEDvZ { width:1.5rem;height:1.5rem;top:26.0078125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot9gllpaEHWunLbyXiba1w8VpQuTZx4c { width:1.5rem;height:1.5rem;top:33.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIpmTlCXDtQeF9iqzpt3vBWzgyStUaQp { width:1.5rem;height:1.5rem;top:40.6953125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc { display:block; }#kBhIrKwPDUCF3o4G4zvz8diGnheOzTMc > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofArO57WHMP9pJSZwmNHb4TAp9AsOEB9 { width:19.24925rem;height:19.494375rem;top:10.4375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7gB2hmJnWoVT49Rp1JC5omZBXQRToGg { width:18.0603125rem;height:4.0625rem;top:4.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gtMiXaJ7spCmaVOINOUiM3ssFteTCXHK { width:19.875rem;height:20.0625rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmFwrIV2p8NK7fnco2TPfGFD8fLFmw7B { display:flex;width:1.3125rem;height:1.3125rem;top:53.75rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #UwLrrySMTF8iVm9LOHy4USUiyhxQICTA { width:5.25rem;height:22.875rem;top:34.625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvm7ARCt24td8blpThGyBNQqlS2DL230 { width:20rem;height:0.0625rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFu8skglssTVqUJT32H8dMmotTLrMtrX { display:flex;width:1.3125rem;height:1.3125rem;top:50.1875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #NrvqLDGrc82BAk22WkJyg3q8iz0sdgkW { display:flex;width:1.25rem;height:1.25rem;top:38.0625rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX06pdoF9OLoaGKcklxcJQUDpzBxfP1b { width:1.625rem;height:1.625rem;top:53.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkzlA7270G26TMBIAb6qWmhLWNDMhTg { width:1.625rem;height:1.625rem;top:54.25rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSWVL50uHNHddQs7Xl0NHSEisQLPBeUI { display:flex;width:1.3125rem;height:1.3125rem;top:50.1875rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #GTalek2CpBsO8rqzBCBV0TLAEH1RCt62 { width:1.625rem;height:1.625rem;top:50.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb5o1uGm82sSDK5Cwwgzc3cMiIl9TpCi { display:flex;width:1.3125rem;height:1.3125rem;top:43.625rem;left:11.4375rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #XN47DJ5VaL2ynbKwHli0NdO6SkdsrgXe { display:flex;width:1.3125rem;height:1.3125rem;top:47rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #bDLqz0vIT4477ldy1q0NCGdzqSMmxFhv { display:flex;width:1.3125rem;height:1.3125rem;top:27.625rem;left:16.75rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #GgrNTdkOgENHulmPrqISmBqF4R1f8BaF { width:1.625rem;height:1.625rem;top:46.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzb7Ov6OasXBKeQ7yzPKZROLsTAR2E3d { display:flex;width:1.31225625rem;height:1.31225625rem;top:43.6875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #TkBB6CKADXXAOv689efLDcCGzXFoaKsE { width:20rem;height:0.0625rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S454GIT7wCmEl6hJtlCp5gRrNN2mFirh { width:7.2495rem;height:1.0563125rem;top:43.7529296875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx8OgeSlTaLyF36uF0drJgUgNTKM71t6 { width:8.1875rem;height:1.0563125rem;top:47rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tctnzrCaIXfBeKA80l11yLPBSqJ0hWo1 { width:8.3115rem;height:1.0563125rem;top:50.3154296875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ6kZZWZyr1JS7T6zXMkCgTDGJV9KmlR { width:8.9375rem;height:1.0563125rem;top:53.8779296875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryJvhLiFVEPyCkEUPTuW20w264bsJFsf { width:7.8745rem;height:1.0563125rem;top:40.5654296875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3h5D2MLqP2ai1bQd8o9pd97llDo0qA { width:1.6875rem;height:1.6875rem;top:43.4375rem;left:11.25rem;z-index:15086;background-color:#f7f700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fGlGcRpf4VzC9syAQg12IZl63gIwkibz { display:flex;width:1.3125rem;height:1.3125rem;top:40.4375rem;left:11.4375rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #maInKpKBqkBmlta43zdFzd2TV45rtwXS { width:1.625rem;height:1.625rem;top:40.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMU8cSesTLNvy26dqiPg8kKcL1C4gtU { display:flex;width:1.3125rem;height:1.3125rem;top:40.4375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #zNsUp7cbRJmxftrWlr4i8dz5vkmmvyfo { width:20rem;height:0.0625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQOS2VZrhiD0JQ0aHftHigIo0KOCEHh { width:3.5625rem;height:1.62435rem;top:36.9375rem;left:15.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkmKHXHReDV5urxOZ6NEa7ZZakkwTN4m { width:3.9375rem;height:1.875rem;top:36.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFaBDq0wVdQOgpoa6qvoGc6anzQnKRW { display:flex;width:1.3125rem;height:1.3125rem;top:47rem;left:11.4375rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #iul86LdcaPwPgRfqtMIOeMXfsRDafKnV { display:flex;width:1.3125rem;height:1.3125rem;top:53.6875rem;left:11.4375rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #DJKMTIcoPwTDVdavGSKFL0U6PkaA8Mr0 { width:20rem;height:0;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enRGhLDTWdnAPo2KmccxwStupkzLeWQn { width:20rem;height:0;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpQtNhub8CHVuxA5g1CdbrIHkoLKU23 { width:20rem;height:0.062255875rem;top:45.9375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #rGht5hADStdJlh8Dqb3IctGodLAfweTI { width:20rem;height:0.062255875rem;top:49.1875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #F0867V7LxZa0mTC2RgNi31hz4LIbVgEB { width:16.1875rem;height:2.3125rem;top:4.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC { display:none; }#gzNwfLOKkAMRrKc7Hof8GtGw2T8cTeLC > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTB4GwuhE31SbH0ptllMiVra5KFq0zDz { width:14.6875rem;height:0;top:32.811279296875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rECS2ZrVTu9fzIvTbUROuNNgt033QCZT { width:16.62475rem;height:0;top:36.661379296875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 { width:20rem;height:0;top:40.511479296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#WedO46k4MJDrLoEZIAuwT8UGKiUMi0g2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bacade96ab6d343588511538cf516945d6ec3e8c.svg); }
 }@media only screen and (max-width: 763px) { #DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx { width:20rem;height:0;top:6.138916015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#DNcCvboeZM6oenIUR6ITD3d7fuaOT4Tx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
 }@media only screen and (max-width: 763px) { #brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g { width:18.4375rem;height:0;top:6.0107421875rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }#brlIH3CKTtFEzg1FTeVAMUpQpuFofb6g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0722f6c8bf74e02cc9a2e56df65a16bea7a8ea.svg); }
 }@media only screen and (max-width: 763px) { #yRhXB5nZQubae5vMbpo9gp1RnLgvV25B { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzyeRPGSxC1RsTcwZOLse0h6i85f7k0 { width:20rem;height:auto;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tduCTDJBV2kxx1PnCVGFgJm6u0uaEbZx { width:18.75rem;height:3.125rem;top:25.25rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAawBLghP4btTfKklg14yHrPsxJ4Z2Ha { display:block; }
 }@media only screen and (max-width: 763px) { #TnRdkwdoyEESMOao0t6oP030ITe7GNBh { display:none; }#TnRdkwdoyEESMOao0t6oP030ITe7GNBh > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x5S0bNLKcesc4D256u0sIwSTWsUmE2JS { display:none; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS { border-width: 0; border-radius: 0; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#x5S0bNLKcesc4D256u0sIwSTWsUmE2JS > .row .container { width:20rem;height:25rem;background-color:#111111;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2zqDpFtb7tVuC4oHyLtVX3ZfqKeg7T3 { display:flex;width:1.375rem;height:1.375rem;top:1.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #kzyH5fP4IhbhiOoRPZCM0bHm47aAhNPp { width:18.625rem;height:0.97473125rem;top:5.41015625rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdAvQX7SzFN5heyOP6w6PSbCFCpd5FDh { width:16.4375rem;height:1.29980625rem;top:3.9375rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oycXbM5idn22ALbTFfV3PA5Oi0SUhNum { display:flex;width:1.375rem;height:1.375rem;top:9.509765625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #F3cwBDEcRRWvMFD9Cb8wSyTNEAQcKhSR { width:16.4375rem;height:1.29980625rem;top:11.47265625rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZtfSDV7PfQb6vfCcclczsWP2holWgXo { width:18.625rem;height:0.97473125rem;top:12.9404296875rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cncB5TrWWpGmpNJw7u0qTavoO2utWnBA { display:flex;width:1.375rem;height:1.375rem;top:17.484375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #XnERTRCJdZ9MytRsEH6DesZ5PCMS26tQ { width:16.4375rem;height:1.29980625rem;top:19.609375rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgdFTXy2ABrIxTJEUbQdsPTTgEtyTyOb { width:18.625rem;height:0.97473125rem;top:21.1591796875rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyTl89cL336cpImsgCkTkysPXvAWA3lN { display:block; }#MyTl89cL336cpImsgCkTkysPXvAWA3lN > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6Zgn29NkNxGLOrm2xfdTasHzpLrFiAq { width:15.5625rem;height:4.0625rem;top:4.25rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #nkiT0Mti2TPyfmDA4iLP3xK9tIQsfZwb { width:20rem;height:34.1245rem;top:5.29541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRaMDsLbRFISw07aGIkU2s7EXQ3POQxA { width:20rem;height:auto;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ncOleCnZimVtOBhNsuwrXyTnrXTJNktr { display:block; }#ncOleCnZimVtOBhNsuwrXyTnrXTJNktr > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4dVttzybQQJ36pevezb6BSQALG7HE9R { width:7.125rem;height:7.25rem;top:2.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLJokTVa7mRPThFKSNaJpk87OhOmTlk { width:13.75rem;height:1.94921875rem;top:33.49609375rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly2hy88e6uDkvSuICohk9xT4VHySIgcv { width:5rem;height:0.8125rem;top:11.3125rem;left:8.875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGgcVPrTVw54Q9rgNAIzPHbWpNb4mtqd { display:flex;width:0.75rem;height:0.75rem;top:11.3125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ADfhqZHEX7DV44AAyuV6ZzqkZkvrOWLD { width:5.3125rem;height:1.25rem;top:30.309333801269rem;left:7.4365234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #szz4HJ9AZ9iv236eKsg9mQ348GtMnHMG { width:14.25rem;height:3.25rem;top:13.435546875rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in71V5SygTQasmhp3HTc3bwrnUU98suL { width:17.7485625rem;height:11.6943125rem;top:17.79833984375rem;left:1.12548828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBONRsg0KRi9XnwvXhNC4SPIIwgOkMNZ { width:12.562rem;height:0.9746125rem;top:37.98095703125rem;left:3.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTs5THGDNFcVGgPqCTvaJuPuJAXxbKTS { width:10.06225rem;height:0.97473125rem;top:10.3125rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dExvqpuunsgSiUawvZ9x3tCFrTICE073 { width:15.625rem;height:0.0625rem;top:32.24609375rem;left:2.1875rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN { display:none; }#zxsU3vLvWJNdJ8h1LXJQNCTe5ZtNSmwN > .row .container { width:20rem;height:127.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q3ywlOhz2Gk1895x5mMozmFkVvu14Xdc { width:15.5625rem;height:6.09375rem;top:4.25rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUrADIx4LZ2ZAVHKoQLXlO4pr2xImWK { width:13.0625rem;height:26rem;top:16.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTs79AVflXPvHfuTHZgDdX8VKZTmeou { width:13.0625rem;height:26rem;top:48.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsnUcvlmLteCbE8aZ1XdgQBhurnB4A97 { width:13.0625rem;height:26rem;top:80.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKvOIbkng2REm9tfAZnB2ddDsfNXMeb { width:7.5rem;height:7.5rem;top:10.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFv7Jo4cagheb62mS2EGiPBxKTAfP7ln { width:7.5rem;height:7.5rem;top:42.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqxSZVTSxqLIelPRkhRNUme3pRvTFop { width:7.5rem;height:7.5rem;top:74.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcU00SX9trQVwyt56BkRhImI1GCMSwo { width:15.625rem;height:2.5625rem;top:109.8603515625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzDr6wcWAi4lmWmhNoy797fc1bx9VR5v { display:block; }
 }@media only screen and (max-width: 763px) { #tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ { display:block; }#tkIHtPLy55nS3fI0np0C1BHVwEobzXBQ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz { display:block; }#UcwCUIMt0r5rW5HgSRTKmqN4LTry0aQz > .row .container { width:20rem;height:126.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaN8s3qiCfIuaQrsGIOyAgdim8Svwp9Q { width:16.1875rem;height:34.49006875rem;top:9.375rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORbX2P6wEOpUDlumAsQMrtCyPDz815fU { width:15.874rem;height:4.0625rem;top:3.499755859375rem;left:2.061767578125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeCVEeV09tXeqF0HSSXlG5FK7yHPukfr { width:17.875rem;height:31.49088125rem;top:71.4375rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksaqRhk1sL7URTaUxMeliZgtVZyBXxAn { width:18.8745rem;height:4.0625rem;top:65.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC9kEWSRQTP5FTTVpNRpvFqlFXms0Zdv { width:16.9375rem;height:11.3125rem;top:44.94775390625rem;left:1.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2SXOxvOVcUp0zTNUw6FFSkdfuhml5Tm { width:14.8125rem;height:8.5rem;top:52.9287109375rem;left:4.09814453125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GHpLQ4IF86JHXVngmOfwmg89ycPE6SpZ { width:17.3125rem;height:12.9375rem;top:104.4375rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UTkta8gCOaiNUsg54OPy7hDWhz6NMOQF { width:13.999625rem;height:10.499875rem;top:112.9375rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp { display:none; }#H6mlDgUe22H9LtbfRZopmTxlzLCcGLEp > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc { display:none; }#RfSXaoNMlxh5XJqsSbhoVZWVnCvEW6vc > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fN4Krr0xsfhgySABZsUrtNUP7Au4ZTG9 { width:20rem;height:21.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyWk7qDynMcTwzUXHaZvZ9MHbseERl9 { width:20rem;height:5.20019375rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5kuAmzGTFvFKdQuZv6U8GT9tHTgdn1g { width:15.625rem;height:2.5625rem;top:16rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odu1bNLzRsnXEOg6qEqacuaQy7iArM15 { display:block; }
 }@media only screen and (max-width: 763px) { #HbxoWZ9pTfsFJEigTO6EZB9G6ocCAQQC { width:19.25rem;height:1.625rem;top:6.75rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMND1LzP0MetNpEK4lopdVP0s7rNWmrD { display:none; }#tMND1LzP0MetNpEK4lopdVP0s7rNWmrD > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d1sarXI4aUWsf5uIpqR28MDLRCexn4cI { width:18.5625rem;height:4.0625rem;top:3.6875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJlFdMDX7Oti5yi8ooX4mH0oNrRGwCt9 { width:20rem;height:7.796625rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IP1PGvOFCdiF2TLcCl0tkcFZfuyhaPz6 { width:15.625rem;height:2.56225625rem;top:64.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXpMmzX7NTuaSCI0NoA0CIyRlzlZDZ9C { display:block; }
 }@media only screen and (max-width: 763px) { #uOABBDOggCgGDvx5RSIcdTx2agJ9EuCr { width:1.18713125rem;height:1.18713125rem;top:22.320556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPOvbcnSthXKMVpmIfVE2sTWe0KmriT0 { width:1.1875rem;height:1.1875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngzpo1IDLo76AZk7rxyZTnuT8v4q8adS { width:1.125rem;height:1.125rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC40bKXf7QFtLC8FcmWqwa4IQsbXpt5T { top:36.0625rem;left:0rem;width:20rem;height:42.8125rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bFt0q2UP58xKg5OdbCVq1zQDJmvoTHbe { width:20rem;height:42.918rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeIeJHe1w4xfnCK7bnOq5sxmBr1H8hnk { width:1.1875rem;height:1.1875rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaKdUqIhEmsXTpkHnhpeCW8GAZOTbL09 { width:1.0625rem;height:1.0625rem;top:57.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRPHxp3IS0wlaoupCngEWySECLwITwGG { display:none; }#VRPHxp3IS0wlaoupCngEWySECLwITwGG > .row .container { width:20rem;height:213.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y1uGTbp8gQFts8BnnhmrSIM1aCOk751k { width:18.5625rem;height:4.0625rem;top:3.6875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgXObGXhPBeU7vITGKTG7w6PeMl8B8Bu { width:20rem;height:7.796625rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7XCna1F5eazmbLa879bd2VaKzTi5wIb { width:15.625rem;height:2.56225625rem;top:64.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTG4DhKciTJodxq3IWNMUEhNOCOeZi0 { display:block; }
 }@media only screen and (max-width: 763px) { #L9FkaDOLQGcGTVPRuE9IT8mZ7QPOtufO { top:36.0625rem;left:0rem;width:20rem;height:42.8125rem;z-index:15029;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nkc8EIAxogmphLGRPKOMkM17XUuTA5mV { width:2rem;height:62.5rem;top:68.18725625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkwJiTX2f2ZuUeU5RooB7deaZFPrT1As { width:19.8125rem;height:10.125rem;top:131.93725625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9marJKsnRaAwUozdhfRPLf0VphzHECm { width:12.5rem;height:0.812375rem;top:133.06213417969rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reWTsyIJtUateUQHdnp0OcLhtLPTGtVn { width:12.5rem;height:0.812375rem;top:132.87475625rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84C75eaEttnuX3QKqq3ob3vBLg7ewsf { width:12.5rem;height:1.05590625rem;top:133.93676796875rem;left:1.250244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC3HeHkR2N5ANBVm4TR3Q7mLDm1q8o2s { width:14.4995rem;height:3.24950625rem;top:135.93689003906rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pORrt9ttQnDMB15rfuCsrT1SycOrFr { width:19.8125rem;height:10.125rem;top:143.31225625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLawG5K75zZGRD9WeZPvvwZpiv9V8ZNQ { width:14.4995rem;height:3.2495rem;top:147.31250039062rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwZ0sQqbwexmIsk0ZW96TItT5e9AyiU1 { width:12.5rem;height:1.05590625rem;top:145.31237832031rem;left:1.250244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSVPOb3RizUsa1M2URTtf9AsnQwvMBp8 { width:12.5rem;height:0.812375rem;top:144.24975625rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxApTIlpnox882GMQGQA0yvEHkRlP62K { width:12.5rem;height:0.812375rem;top:144.43713417969rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1SIm6IT8kCI5POeSBNpBxLgwGD9XiyX { width:19.8125rem;height:10.125rem;top:154.68725625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypD5EgeWQTZMfTiNxG0cQfEo0ThF5JCK { width:14.4995rem;height:3.2495rem;top:158.68689003906rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRR6pAIeT1229KkIoOwOMLqsqDTsiwi { width:12.5rem;height:1.05590625rem;top:156.68676796875rem;left:1.250244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oINUfXoptJiKPnQGszW84FaVs9CBirWi { width:12.5rem;height:0.812375rem;top:155.62475625rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3iV7N59DSbdMs47FPsa22uIAIIDXIy { width:12.5rem;height:0.812375rem;top:155.81213417969rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyPJcvSrb20chFfWoTTCz9iGTwwi8eC { width:19.8125rem;height:10.125rem;top:166.06225625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paItx3gpXRt7cTJsEC3WRJTo6e6V1VR4 { width:14.4995rem;height:3.24950625rem;top:170.06250039062rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1C7VLi9qKRcy4qUS0vy8zNVdmxeGGRQ { width:12.5rem;height:1.05590625rem;top:168.06237832031rem;left:1.250244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRhg2fiZ4wHtATQ9kDZrdvmvB1tko7x2 { width:12.5rem;height:0.812375rem;top:166.99975625rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGe9s6K2X6UMv5OCF77KSCBtWpCTbaBo { width:12.5rem;height:0.812375rem;top:167.18774453125rem;left:1.250244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItWULhK53wloTMfTAEwCuypgk5NMt1EE { width:19.8125rem;height:10.125rem;top:179.31225625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIdx5D6m6VAXhMHkQeJTq9xyldCVrTlu { width:12.5rem;height:0.812375rem;top:180.24975625rem;left:1.375244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe88XyG11Ezdi3SZpSDZxiDrkCO8E2ST { width:12.5rem;height:0.812375rem;top:180.43713417969rem;left:1.375244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2UxrRTvy8eeBI82LoE96eVOoeBN3WU { width:12.5rem;height:1.05590625rem;top:181.31237832031rem;left:1.375244140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZlTL1ts9sZd2Dk92XWxMbDXF3hBHEn { width:16.62475rem;height:3.24950625rem;top:183.31250039062rem;left:1.375244140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0SqMUqzT0FQwvUWdLu9WrnTTCu1DADo { width:15.625rem;height:1.875rem;top:139.68689003906rem;left:0.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kooK3Mp59HhTTtWXywg3QFlWkJoqSSRJ { width:16rem;height:1.9917942970988rem;top:151.06250039062rem;left:0.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhtg9fnKLf46BgT97NmmFPfRKAXviwQa { width:16.25rem;height:1.6805746065074rem;top:162.49975625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdHO83ppx7qpmSRwmV1NNdNUs2CnmfEy { width:2.9375rem;height:2.1420163340139rem;top:161.49939003906rem;left:12.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlaNPhxNLuN6VfO2MAeG5boV0BQxqHQd { width:15.4375rem;height:2.5519451517754rem;top:173.50000039062rem;left:0.5623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9mwE595SPCJXUL3vyxMo3xsBHom98O8 { width:15.9375rem;height:1.93725625rem;top:187.06250039062rem;left:0.6873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Hf6hXnxHVSnhnBzBl7BZQtTOsTKCxr { width:15.9375rem;height:1.93725625rem;top:187.06250039062rem;left:0.6873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeklQsvyO48auSHSnJBzRlKRk1lrqJw { width:20rem;height:11.609682475184rem;top:177.43725625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkKIsboJCNzTKgCl5TPpps4bg4988gy { width:1.5rem;height:1.5rem;top:98.37524453125rem;left:9.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlzP2dPQdAks2ZJV1in2QMNzIMeUJaQd { width:1.4375rem;height:1.4375rem;top:110.716553125rem;left:9.1239013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID6VI6P2vZg74Gtq7p5ELcfFS6MC3ixp { width:1.4375rem;height:1.4375rem;top:123.21777382813rem;left:9.1251220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ6hxJF7o1Zomd1OOJ9b5llxGOiF3ZKv { width:1.4375rem;height:1.4375rem;top:85.27954140625rem;left:8.998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkxw1kAR4mwW6kC1tIlnn8QqTLvygtO8 { width:1.4375rem;height:1.4375rem;top:72.53051796875rem;left:8.937744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn { display:block; }#QfE4xM7gPkhJF8g34CnvXN9Stf3GRRZn > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #danqmExQFiDZ4tSkpgoHAStCEJMkzq78 { width:20rem;height:0;top:3.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDQoMZTUh2iMm8JQVNN3aWCEclL1Qe9L { width:19.0625rem;height:5.5rem;top:22.2822265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL5doGAodkgcG7cJrucr5koJ8iLxbZWZ { width:15.7495rem;height:1.13736875rem;top:23.15771484375rem;left:2.06201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEpXgfsZ1D8s0sAKMQ3kqUGTQf0g0nW { width:19.0625rem;height:5.5rem;top:29.0322265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5BsxWBvOd67d8M2kltXTX76c1bz9Jt { width:19.0625rem;height:5.5rem;top:35.7822265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFPIfM6xi8uFODMvUBCu7Hh030ZInbVi { width:15.7495rem;height:1.86903125rem;top:24.72021484375rem;left:2.06201171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNpNScgo9wMohsPBMfCzqHH46Tbk5Il6 { width:15.7495rem;height:1.13736875rem;top:29.90771484375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmFOepHE2h7oWDA2tXG8O33A8lHZJteu { width:15.7495rem;height:1.86903125rem;top:31.47021484375rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoetkiMnGcUJCpT0cZHIpR2Qa7wVB7zS { width:15.7495rem;height:1.13736875rem;top:36.65771484375rem;left:2.06201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqPgHSNNvK0WUgcEBI5TSu1ng6ZQeoVE { width:15.7495rem;height:1.86903125rem;top:38.22021484375rem;left:2.06201171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTu1XK0eoQNF8nyGMW8vG5zu79W8UMn { width:20rem;height:10.4969375rem;top:10.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSbAMNsqivZVeAzuN07a3Il51CcBqm9X { width:20rem;height:20.875rem;top:44.15673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glqq9RFCGWxafm79oogpCTg1og602FEJ { width:19.12475rem;height:4.0625rem;top:4.1845703125rem;left:0.43701171875rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E7XCdb4eXaOrBGahTIFqllAnVnANIxTX { display:none; }#E7XCdb4eXaOrBGahTIFqllAnVnANIxTX > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ouWQhzyhrUoQB6FJyzwrLAOl1PJvKTsn { width:15.06225rem;height:4.0625rem;top:4.373779296875rem;left:2.467041015625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfwOmaN7I6nV3Jk1mhbndO34BtxsGRp { width:19.0625rem;height:5.5rem;top:60.420755859375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shUcaV9mneTR71cQpfQDtOeQ0PTZw6C0 { width:15.75rem;height:0;top:61.295389648437rem;left:2.062255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3hKZUPx5zrKmxw4l3NCJEQGDPPhn955 { width:19.0625rem;height:5.5rem;top:67.170755859375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDG7TrblvXLOpg7WKcBinM3BRcVE8IeT { width:19.0625rem;height:5.5rem;top:73.920755859375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hficEUIqDM13OytBQTcz62pPORWr9PNE { width:15.75rem;height:0;top:62.857889648437rem;left:2.062255859375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTFmyc7U4KlQgeBxzHmCR6FlzH1p5fW { width:15.75rem;height:0;top:68.045389648438rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPo2me2U7gBfnZBtTexFO2SqIapIJbG { width:15.75rem;height:0;top:69.607889648438rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNMyuF9lGrSyfMWNHVoLqXQlaTyF4Mw { width:15.75rem;height:0;top:74.795389648438rem;left:2.062255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0rHAt3n7Ha0Zu7Q7QC6J8teqxnoGg5N { width:15.75rem;height:0;top:76.357889648438rem;left:2.062255859375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mudNhRIVSFRSiARhVvqn7B5oqaULTriK { width:20rem;height:7.796625rem;top:10.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIR6SDHutIRBcKiEeHW7P9yVq1rNGwT9 { width:20rem;height:40.0625rem;top:19.108255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV { display:none; }#ffTK5Jx08GX8AhpS1xeglqNCmlc60qXV > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kafv9u4HkzaR3BSeRd8TamX5In24PS2M { width:20rem;height:21.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pex8CswTLK6xAHO75wVytpdugncPmKOz { width:16.749875rem;height:6.3354375rem;top:8.5504150390625rem;left:1.62353515625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZDaMUpW4LuXTXAH2QxnCWcrK7pCoz6 { width:15.625rem;height:2.5625rem;top:17.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6Thu50Tiqz5z0dNBiIOGyl9AnmyGR5 { display:block; }
 }@media only screen and (max-width: 763px) { #FwRVs88h8ysh5gTWU97WEupUC1ND8rbX { width:18.75rem;height:1.625rem;top:4.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW { display:block; }#MdKQZpTSXOG7zTFXx6LKSLqwEGlITSXW > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N { display:block; }#BMaCQNGcncTyATF2DZ46XZOL4Tunmy8N > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVIIo7hTTsIwnNSMBxVDmqa6CRwurIZb { width:15.625rem;height:4.0625rem;top:3.8720703125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Uu0IJeUgxTHDyf3R4XDGgaxbet0t0o { width:16.5625rem;height:5.19791875rem;top:8.3212890625rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4t0RFta4qWR7lC9VoS0ocOaNlephN0 { width:11rem;height:15.4375rem;top:97.79785625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMNe1rxoVUELKDAipJJcRCtiw7a5iMa1 { width:11rem;height:15.4375rem;top:114.48535625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVT6ORrvLOqnoIWvQ2R2drZrUZKoiQPf { width:11rem;height:15.4375rem;top:131.17285625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJLmRUCaD1E64UixA8yARLuokN4JN6rS { width:7.9375rem;height:11.25rem;top:14.609375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxQKpTWaGt7lPyki6X9Kl0vGaFzk4Td0 { width:7.8125rem;height:11.125rem;top:14.606228515625rem;left:10.411818302168rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdBJd54fMXkFBWyrn1aSCP3KidlTxxaA { width:7.625rem;height:10.75rem;top:26.60888671875rem;left:1.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTzFB4CGlbKgMQoKTEFLRRTpTR4sqbgB { width:7.312rem;height:2.1994375rem;top:22.359375rem;left:2.154296875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UnLRTl8x9s6kpnsbktf93FMLUdm7qCC9 { width:5.81176875rem;height:0;top:22.3583984375rem;left:10.699462890625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #NOe70xInzTL1OgrvwoLshspk7qTgx6i5 { width:8.125rem;height:0;top:60.86035625rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xcu57y4rTP6E1P5dqAQGRWWwkefwBbPF { width:8.125rem;height:0;top:111.3164109375rem;left:5.312255859375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ABRn6tb9rB8bNDTBLeG1GPQ0IUqG6eIf { width:8.125rem;height:0;top:128.0039109375rem;left:5.3121337890625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uvrrc4kOsTnyputLQQbvhzsDiA8RHDyM { width:9.6875rem;height:0;top:144.6914109375rem;left:5.311767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO { width:7.937rem;height:11.25rem;top:14.609375rem;left:10.60986328125rem;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03467ba5-8c1b-40d4-aa27-98bda931867a/Shaquil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.adaptive-delivery-prevent-bg, #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.lazyload, #Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO.lazyloading { background-image: none; }
#Uo1Ug43fMls2LHm9NAytf6u88Pn9dcMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #dffXXAsPzEov5okQsyGcT0lxoMbTlnBl { width:5.5625rem;height:2.1994375rem;top:22.3583984375rem;left:11.23486328125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv { width:7.9375rem;height:11.25rem;top:26.8125rem;left:1.6875rem;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd93032a-47a9-43c3-ab6e-efdc90da1a34/Mees.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.adaptive-delivery-prevent-bg, #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.lazyload, #PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv.lazyloading { background-image: none; }
#PdQCbkzaqOcZbVTHRQ8aIuBr8h9wDVkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #gWfJ8xzXibQVrV5mAVOypFfGhZOthi0L { width:7.312rem;height:1.09971875rem;top:34.5625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt { width:7.9375rem;height:11.25rem;top:39.25rem;left:1.75rem;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a63b264b-3a7c-4b7c-baff-7e72b7b1f0cc/Olaf.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.adaptive-delivery-prevent-bg, #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.lazyload, #rWqyzy237nKIZs8BfpFO9wfE3bWeTilt.lazyloading { background-image: none; }
#rWqyzy237nKIZs8BfpFO9wfE3bWeTilt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #PzI5rzCzmNU7UyF1gee6FLZGlF2iea2h { width:7.312rem;height:2.1994375rem;top:47rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf { width:7.9375rem;height:11.25rem;top:26.8125rem;left:10.5625rem;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2890155-3a96-4d02-92a2-b193107ecbba/Julius.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.adaptive-delivery-prevent-bg, #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.lazyload, #xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf.lazyloading { background-image: none; }
#xfvcMOwMnClv66VeXIlOuCa2CJ0awLXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn { width:7.937rem;height:11.25rem;top:39.25rem;left:10.625rem;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a97e4d75-bfb6-4c3a-bcd1-0368d19fe498/Lotte.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.adaptive-delivery-prevent-bg, #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.lazyload, #pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn.lazyloading { background-image: none; }
#pDVyrQNWcq7FbAdlmNVhb6rsyo7eA4xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #fbsy03Gdi9DogB4by7fAGnlze3tFTMWk { width:5.125rem;height:1.09971875rem;top:34.5625rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #JflU37p9MoiTfHfBSQTDoc2xlqQFz4CQ { width:5.5625rem;height:1.09971875rem;top:47rem;left:11.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 { display:none; }#sFFMbxsMf1NV7pxNnzMmLD9QNJoPk0w5 > .row .container { width:20rem;height:216.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPNUm3x8QwiwShGrHTNnfmNipzzVonLX { width:17.9375rem;height:24.3125rem;top:55.375rem;left:1.0625rem;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q9Tzv4UXkpMNPUk1LMTFTVA44NfhGvcW { width:17.8125rem;height:24.3125rem;top:80.9375rem;left:1.125rem;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bUMAmNFn16ARtUlzDT1LPGMyO1Huuz4i { width:17.99925rem;height:24.3115rem;top:106.4990234375rem;left:0.99853515625rem;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GK8brLHICluDZ5tCNGrEzW15AZoswNVJ { width:18.125rem;height:24.3125rem;top:132.0625rem;left:0.9375rem;background-color:#111111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vT18vXQRBn9qOgUcAsCHQkixiuS3nDCV { width:20rem;height:4.0625rem;top:1.87255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLpAwBlEdlQ0dgp4SlzsImWlw1PpuCF { width:7.5625rem;height:7.5625rem;top:57rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLuhZdB1mpWSy47XHIZwlcfODOutXTU { width:7.5625rem;height:7.5625rem;top:82.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeP3fiCZCuFlqfHgDCpTGtznXeqyECxJ { width:7.5625rem;height:7.5625rem;top:108.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJspzfT1p4wTyK6SDovExQTiIfX9Mr8 { width:7.5625rem;height:7.5625rem;top:133.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unaMKiePVX9EbFaA78yUzTxMW9HBLJyP { width:9.8125rem;height:4.87365625rem;top:67rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGyJLq1JODPzIwMFs3d56Bf7CmLHeZg7 { width:9.8125rem;height:1.9494625rem;top:75.75rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZZ4E2qf63kma7x4Wa0g0JGgNPuLHWAw { width:5.0625rem;height:0.9375rem;top:73.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUMQXQqTtns6kP28TdEGisWDWqIQo2xG { width:9.8125rem;height:1.9494625rem;top:101.3125rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpuonEFTlJK0A0XrRLPhDHiW27kTdV8B { width:9.8125rem;height:4.87365625rem;top:92.5625rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLoVA33uJnl2vTcbcpTOEuvT7eR4yd3d { width:5.0625rem;height:0.9375rem;top:99.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWLWQnGeRpD8TDL2voJiooky4lQvULXs { width:9.8125rem;height:1.9494625rem;top:126.875rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXsoT2XQi9MuSv8c13DnyvwJhPkwl7zt { width:9.8125rem;height:4.87365625rem;top:118.125rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T33XueBUDBASASeTe69kdIbiSfUJu4SO { width:5.0625rem;height:0.9375rem;top:124.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7aKpBsnBNGyJEW2cfLDmdVpi9LOWweJ { width:9.8125rem;height:1.9494625rem;top:152.4375rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItA3X4A5XXRPzVUEQqamMAQhlCXenhRA { width:9.8125rem;height:4.87365625rem;top:143.6875rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Obs9xRBxwtqeWrTMW6XMoIgZ9iNVVn5U { width:5.0625rem;height:0.9375rem;top:150.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIiF0xzkKmpfBqIK3HtcgWs1mk182AI { width:18.125rem;height:9.125rem;top:158.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyGfJ6iNP4bBuE1pxt1Ua3uH7wgKHd9 { width:18.1875rem;height:14.0625rem;top:158.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7huz0nrIDmI2UoyNowQFfQCDGRDDO2P { width:13.75rem;height:1.9494625rem;top:158.8125rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P3A7QSQXH6abrlMSCggKTTc7SGVfxWsM { width:15.06225rem;height:3.898925rem;top:165.625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZPHHQ1rVa7IaCeLr44rIRLwPQNPJ5IKw { width:1.5625rem;height:1.5625rem;top:159rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPxxtc2iqQSUFwMZG0uk6kN36yGGMcIH { width:5rem;height:0.92597050969119rem;top:162.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkesG9xT32lPHdkLZolLS3SqO1Weslc5 { display:flex;width:0.875rem;height:0.875rem;top:162.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RCpKLzvzsbL1l3mAvlu6P5e0Xm4BkzqF { width:5rem;height:0.97473125rem;top:162.1875rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXWDiAh9V3X86msnXz6tCeauBmtIL5S5 { width:15.625rem;height:0.0625rem;top:161.375rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w8qPWVvmMSb5gccCCdAlNJRdAqoNCwBa { width:13.75rem;height:1.29980625rem;top:164.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXMqqbTgPEm8PgyVBQNouxb7sQzUzRl1 { width:13.75rem;height:0.97473125rem;top:170.0625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUPlIh0kGiwmTvloE6qIrtvPzDshlQto { width:18.125rem;height:14.0625rem;top:173.25rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pqdWyQR2L82n88WBo3IvRarwz9LDbWP4 { width:13.75rem;height:0.97473125rem;top:185.25rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cvJFp4mnOKFOlTgeqT0oNeC8B4ibWQfe { width:15.06225rem;height:3.898925rem;top:180.8125rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThamDN6skEpH4CIaauXaRfQXHJxKrr8z { width:18.125rem;height:9.125rem;top:173.25rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LB8hFHWxqyLymwVVqbDx1wbSGr7dI8T7 { width:13.75rem;height:1.29980625rem;top:179.3125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UubByuMKyHBnpou8B10JZlg1m4uldIzc { width:5rem;height:0.97473125rem;top:177.375rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZI0iVb73n7bRnxmE5RFKeGkQfWrCDNg { display:flex;width:0.8125rem;height:0.8125rem;top:177.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #TETe3uQZLq0TlAMq3Xi8iX4gelZus1aQ { width:13.75rem;height:1.9494625rem;top:174rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QkAJEh46ukEoVLcso1nivKxBrvl9TWEu { width:15.625rem;height:0.0625rem;top:176.375rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ypkefwVaZfJZwTAbDnop7sNHS90FKUnq { width:5rem;height:0.92597050969119rem;top:177.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBzsrNdiKvydu5n3PyaLG7dgs3PJzKT { width:1.5625rem;height:1.5625rem;top:174.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnLSVKqV3GQdQunRdvncNnCxCXCM0Db2 { width:18.125rem;height:14.0625rem;top:188.5625rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gz6AlS0KeiOrA22BNTkk01M7r54KfGQ5 { width:13.75rem;height:0.97473125rem;top:200.5625rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PP9m199oa7nfoik3XK93ewXcigTSMDBQ { width:15.06225rem;height:3.898925rem;top:196.125rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KObEIM8lW3WepG5y4lWp0Mbt2Eaw2hTp { width:18.125rem;height:9.125rem;top:188.5625rem;left:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rBOsbkgBKcgo45x8a2bsuPlCFPOPL6xx { width:13.75rem;height:1.29980625rem;top:194.625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEzcaaCsozIMAUquTyKSdEQSxSCIBSCG { width:5rem;height:0.97473125rem;top:192.6875rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nEAsdnpa4yJ8MF42d6AfWFXzAVneMQ6r { display:flex;width:0.8125rem;height:0.8125rem;top:192.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #gs0wBi59fQwADVAu9VAd4AyopRuPmrNn { width:5rem;height:0.92597050969119rem;top:192.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMHPfTPvrsr1hDD6bRtfO7GIuy4iGGi { width:15.625rem;height:0.0625rem;top:191.6875rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ReAqbnFPGu0io9AmoFvxh3UJLNmQ3SWk { width:13.75rem;height:1.9494625rem;top:189.3125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCTvNm4L9SCIfyOTfvGvaHupims1Vkcw { width:1.5625rem;height:1.5625rem;top:189.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsXOQx0druwxiU2Dhe84Mu4xW7eE9JrU { width:18.125rem;height:14.0625rem;top:9.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu45OMv3ZNmNmv25lKNzZxMkba4PJHHa { width:13.75rem;height:0.97473125rem;top:21.4375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgW2ImxwJkndLDTPxmU5s6a52T0wNaXD { width:18.125rem;height:9.125rem;top:6.5625rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgURrE40QCB3Xrfw9kJVDD17evM7Bopk { width:15.06225rem;height:3.898925rem;top:17rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bW5RNL2wawvmz0bv367hLEdpF4dxS3QG { width:13.75rem;height:1.29980625rem;top:15.5rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTK57D3PFI2frQTZFOlAredmS1h6q4MG { width:5rem;height:0.97473125rem;top:13.5625rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Umg1aZd3u8clMr63AZaVUq0slyICBraL { width:5rem;height:0.92597050969119rem;top:13.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JWWbVSzrFkIgggPx8u5R6rZoOBTq9s { display:flex;width:0.8125rem;height:0.8125rem;top:13.5625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #WnFZhLfoSb63kxpibG0TTmMl0fKWTVuT { width:15.625rem;height:0.0625rem;top:12.5625rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oCPTsixVVhKfgpp4FTrOUJlDWI5tDO69 { width:13.75rem;height:1.9494625rem;top:10.1875rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSK2bKB1nXmd66eMAqNIuhps0qBrTxZG { width:1.5625rem;height:1.5625rem;top:10.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDWgMDqGxqgsiUbp7A5STXVxoeCvnaB { width:18.125rem;height:14.0625rem;top:24.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuJO8wfsTA0nrUFT7aaCGS7XkMLKOP4P { width:13.75rem;height:0.97473125rem;top:36.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ogxqtc7RutRwgWTwI58hQ3bOxmICXnL9 { width:15.06225rem;height:3.898925rem;top:31.9375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsdtpBA0leqOdu5TrbzQp7UA8FAZ3TDw { width:18.125rem;height:9.125rem;top:21.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3pXILC1VybdHClEox6WaB4TfbZIHA6b { width:13.75rem;height:1.29980625rem;top:30.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nawbLmqy2A5kQAfyEqE9L6MATtWVe2lr { width:5rem;height:0.97473125rem;top:28.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biGUhmdUpA6RZbuIFIOcwNbxweCuXRrc { width:5rem;height:0.92597050969119rem;top:28.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqawEfqB393JPbBFCawQG4CwJkTI0iM6 { display:flex;width:0.8125rem;height:0.8125rem;top:28.5rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #FzMRbvF4wnl3mpwXVaGfQ1duUcQOQOeS { width:15.625rem;height:0.0625rem;top:27.5rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x2ooJhQ1FwTJtaoTBmoJD9D34t4PerR2 { width:13.75rem;height:1.9494625rem;top:25.125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #td6dlBiqGqMQLAwKnMJ6sTyuSRApyJU7 { width:1.5625rem;height:1.5625rem;top:25.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhGF5FETd9oz1uvITOZhTmyqFS9ppuw { width:18.125rem;height:14.0625rem;top:39.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opD3NVluNGuBdZgouCGXUWgac1SL0NIn { width:13.75rem;height:0.97473125rem;top:51.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIIaQ6GnglLB4FWu4q2hGwzbkPSwyLBW { width:15.06225rem;height:3.898925rem;top:46.9375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5Wv4R8HCwpnqsNaw2ZgnQnrWDXnFbg8 { width:18.125rem;height:9.125rem;top:36.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C57MWz4kHZZhpmb9M1p2VX3I8KTX9cGF { width:13.75rem;height:1.29980625rem;top:45.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgyDBVC63xHhfot2C8sPFDpH2daGTVAz { width:5rem;height:0.97473125rem;top:43.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6X3h2gvQ6QnnomarnTqneyCkMbSCvy { width:5rem;height:0.92597050969119rem;top:43.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l50MsfNxXEXTMT89zhyvqXFDwiPqQTOI { display:flex;width:0.8125rem;height:0.8125rem;top:43.5rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #nEFHKL4XRJFo7o3VnN6Vl1NeVScFlzNz { width:15.625rem;height:0.0625rem;top:42.5rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UKDuwiX6VSbsTxL0DTTKlEygcBf868QF { width:13.75rem;height:1.9494625rem;top:40.125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHAdi1BVuqHfG2PpmQsvD0NrRCKNJSfy { width:1.5625rem;height:1.5625rem;top:40.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URPcSJ7240sNltsQ7R04bRz0lIyGNGnF { display:none; }#URPcSJ7240sNltsQ7R04bRz0lIyGNGnF > .row .container { width:20rem;height:216.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmBVhXpFTNaRC1k7qR53n4GLTfxn9Mbd { width:20rem;height:4.0625rem;top:1.87255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTW12OAkwoxkLdWBaIX1Vyi8Z7n1fIT4 { width:18.1875rem;height:14.0625rem;top:158.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMVh3zianMrO67yPxSo8ATeCc16ovmMp { width:13.75rem;height:1.9494625rem;top:158.8125rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WNTgTxfikZ2MtHlhKOwSoPC9l7pVtyo7 { width:15.06225rem;height:3.8964875rem;top:165.625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2DETsVIPpm0TUrz74dv8xF7nL7b9PL2 { width:1.5625rem;height:1.5625rem;top:159rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao9m04dfB80nbXaFDBPOhhAHZmvXA91O { width:5rem;height:0.92597050969119rem;top:162.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92qBzfgXpBl6O60lJG2VwGl9P6k3Xz4 { display:flex;width:0.875rem;height:0.875rem;top:162.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B4QvZodBIOWJcPrIhIzUF6AiLwc6vIuN { width:5rem;height:0.97473125rem;top:162.1875rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEErTCrdOvGpEM5OLPRFSCgUOgMcwW25 { width:15.625rem;height:0.0625rem;top:161.375rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RNK1kgPschXOsFwFpodBtpsTGJHBzhOJ { width:13.75rem;height:1.29980625rem;top:164.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXRmwZBb2JxLtDSkoHgsGN8b5u3JPvzX { width:13.75rem;height:0.97473125rem;top:170.0625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8aodNTgRLnlBkgTzkuTkL7UFxBX1ouq { width:18.125rem;height:14.0625rem;top:173.25rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #s5cRTEJbKasuRI4aqIWPeCnIif48v38Q { width:13.75rem;height:0.97473125rem;top:185.25rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1UoxSAOMZPhlRLBk400BoIaOPzGBUPZ { width:15.06225rem;height:3.8964875rem;top:180.8125rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATJiUeBELIQ38ddUzeDTlyMRar6PICwb { width:13.75rem;height:1.29980625rem;top:179.3125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpkOkvRSX2dsx8rFhfG3Qm6uhfeHRzTC { width:5rem;height:0.97473125rem;top:177.375rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2OL8LihMoB7TTCAg8rhycqX2zQ4ukrF { display:flex;width:0.8125rem;height:0.8125rem;top:177.375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #upFHaIThA2EdnTFiQL7k6JrXWWVfzOKN { width:13.75rem;height:1.9494625rem;top:174rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wKpH3UDJsMkibthhaC1uTVrueHg03glg { width:15.625rem;height:0.0625rem;top:176.375rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #k70dUskPKMsxkRFz5Kp6h95nk1yvlMwt { width:5rem;height:0.92597050969119rem;top:177.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIsuwBFK2PeSISyNCB7of7pDOrkcRTTk { width:1.5625rem;height:1.5625rem;top:174.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUdGketsTgTiyF9eKOpTCosJyM1TpGlF { width:18.125rem;height:14.0625rem;top:188.5625rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wWGAPdsHJTDwmLlvMLV0CNePkLFpMbiQ { width:13.75rem;height:0.97473125rem;top:200.5625rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gD9lNoWGfp7HkPsQ38GheeRIAWkdh06o { width:15.06225rem;height:3.8964875rem;top:196.125rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHAvSnVIPsod457LrimrJefCFp4eGBu1 { width:13.75rem;height:1.29980625rem;top:194.625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQktRDuLAoWlTwdH4QVZSBAGIXu3S01A { width:5rem;height:0.97473125rem;top:192.6875rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W942icl9xTIOa5MQ2Chwm91nxbl1LskV { display:flex;width:0.8125rem;height:0.8125rem;top:192.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #vidzRAIKNeIvtSGNritbnA43XG8vUZKV { width:5rem;height:0.92597050969119rem;top:192.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llPCkLs7rmQmvwlw28nTSPQcSPkNSBCU { width:15.625rem;height:0.0625rem;top:191.6875rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Hbz7ktOTBJUFXM3ikx924XMSmF4Co55R { width:13.75rem;height:1.9494625rem;top:189.3125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyfaE9bTSKEWmHV7iPXJxsqyzamdLQ9T { width:1.5625rem;height:1.5625rem;top:189.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqAol0zET3g9FkrmchDT8UBZhfIcsgD3 { width:18.125rem;height:14.0625rem;top:9.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhFFTLFapnPFgyCnDwFPD6wrLHmROfsL { width:13.75rem;height:0.97473125rem;top:21.4375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BdlwZIISiTJN4bg1UVti2CZWtbdrkWB4 { width:15.06225rem;height:3.8964875rem;top:17rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q7X4VW3WPTN1OWnPACJwuxoeu6HpM8CA { width:13.75rem;height:1.29980625rem;top:15.5rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uzZpq5J0AMLZ6UWKhXiTFNJM4h3x7eZu { width:5rem;height:0.97473125rem;top:13.5625rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #meb3zTWuIB5pKsk2VtfAkxRIJPMOygc2 { width:5rem;height:0.92597050969119rem;top:13.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOi9mJyrvDcFq6BNW8Bdd0Oradvq6tc { display:flex;width:0.8125rem;height:0.8125rem;top:13.5625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #UF0ZQA7hsRlEHixG2zngfHnbqlcRKWrC { width:15.625rem;height:0.0625rem;top:12.5625rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6r9JVIPHMz6o6MedAwX7SQktCFZUXX { width:13.75rem;height:1.9494625rem;top:10.1875rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEqxcWD7slNk0zwU13llZrCqevSiMCsx { width:1.5625rem;height:1.5625rem;top:10.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWkvLrTE09mZHznzw4HuFAWGKuyosx9c { width:18.125rem;height:14.0625rem;top:24.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfxXcgx5x7dr65x3R3dakRdRzaSRLkT { width:13.75rem;height:0.97473125rem;top:36.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ls7NEQaKvVaDyxcDiCR1TmTqO5k0GJT4 { width:15.06225rem;height:3.8964875rem;top:31.9375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdoWKJlabdVJi64FvVyHXiWwakK7fuOI { width:13.75rem;height:1.29980625rem;top:30.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThVA0E6eUppb96lyMC5p78UTNpHJUGLk { width:5rem;height:0.97473125rem;top:28.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i6icIhLt4XLXTq2XG6eymZdTvWTuKrOR { width:5rem;height:0.92597050969119rem;top:28.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5tLzPKDX2f0qMsvMboJ0hisTIg3CWVz { display:flex;width:0.8125rem;height:0.8125rem;top:28.5rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #Q01RV3LcUuhx0BGsTUnxt2HKiZx9tARF { width:15.625rem;height:0.0625rem;top:27.5rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ui79xfcpQUbTE57fbbnn2aOZZGvDG5qI { width:13.75rem;height:1.9494625rem;top:25.125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEZaQCe72QWdzrlRKEZa6qzJBooc1v2X { width:1.5625rem;height:1.5625rem;top:25.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7QqIKHLiDdPOOFJ1a9wCmvU6BIHIeg { width:18.125rem;height:14.0625rem;top:39.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzK7wtIFr10KcEN6532KJxhQREsI8Zc6 { width:13.75rem;height:0.97473125rem;top:51.375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PMbVpVdaHgN0BWcLfSdp5zXrS07sQ8OP { width:15.06225rem;height:3.8964875rem;top:46.9375rem;left:2.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBs9QkAJZcf9SJBw2AHyR6oG7vTogiLg { width:13.75rem;height:1.29980625rem;top:45.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvJsNSWEKEhqSw35Z3E9aBxgvRMRr3GI { width:5rem;height:0.97473125rem;top:43.5rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLpsGZ9rNDwPqv9wfklSyaGSVLlwKytb { width:5rem;height:0.92597050969119rem;top:43.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVXOhLV8sTSLdsPqxZtfQHU0I0m5umIl { display:flex;width:0.8125rem;height:0.8125rem;top:43.5rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #rsvR3TOEEAzb06HNH3wWInnG43lHMTk2 { width:15.625rem;height:0.0625rem;top:42.5rem;left:2.0625rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FNFqS3JyvZoWkWF4EGnqM0RFFRdxLToc { width:13.75rem;height:1.9494625rem;top:40.125rem;left:3.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfKHAfKTGoTiwPwXka59laPmLAJ7HKZm { width:1.5625rem;height:1.5625rem;top:40.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 { display:block; }#HroF22NNlJUZk0NJWoHdNzHWvwWfV8F3 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCk1QvTxL9w5xW4gx7DMI9rSv0aOKNwD { width:19.3115rem;height:4.0625rem;top:3.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT08rtKRBIkLoAKOgHGWyTKsV3IOpo5b { width:18.125rem;height:14.0625rem;top:43.8125rem;left:0.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #FI5XS2MpglNS6fTtTEFEyDCrfGmnTT3u { width:15.06225rem;height:3.89756875rem;top:53.25rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSazeQSPUUphu9UtK1cTunFztq5xWr6N { width:13.75rem;height:2.59895625rem;top:49.875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MobhciPpkV9HHshGZVGK6l8QHqXI4Kwh { width:5rem;height:0.9746125rem;top:47.9375rem;left:8.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCvs4ZwQLZhb9i3PTWzw5BWKesrTuZNW { display:flex;width:0.8125rem;height:0.8125rem;top:47.9375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #OqfpuXSdAUvKh8XpQDy3RNUh3CM2ncPT { width:13.75rem;height:1.94921875rem;top:44.5625rem;left:3.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5X5vf067u5efyUc5rqM8vPSa3TElVVP { width:15.625rem;height:0.0625rem;top:46.9375rem;left:1.9375rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ScvKpN8TcAsT1n58tfAuGt2N0BN5fMs9 { width:5.375rem;height:1.25rem;top:47.749938964844rem;left:1.9373917579651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dIRLx3pr3auTDsExlVol5Mp1Grv9Gv5M { width:1.5625rem;height:1.5625rem;top:44.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWClqvE018F5MvAa7D6E4biThmk3d4iy { width:18.125rem;height:14.0625rem;top:13.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TviySOg62dI7ORkrZD4bO16JbyFJwUkC { width:15.06225rem;height:3.89756875rem;top:22.125rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ib6TCNs7J1E9wefGwDMTqTSQvI8VoGE8 { width:13.75rem;height:1.29936875rem;top:20rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBD7UCFT3XSCeq3V230APUGUxi9O4nP1 { width:5rem;height:0.9746125rem;top:18.0625rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7zVN93WQcgu1NBEu9kozAfFlMIMTAVk { width:5.375rem;height:1.25rem;top:17.874694824219rem;left:1.999783039093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W0Q0rLSTp8fC3Ladaci3dqIHhmMR9kcf { display:flex;width:0.8125rem;height:0.8125rem;top:18.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #CSCe1BTlWmLybVtULNFowK4xeKgO8LPV { width:15.625rem;height:0.0625rem;top:17.0625rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HiEOUeD8G2ifeRVt6S7xvnkKqTyALkWM { width:13.75rem;height:1.94921875rem;top:14.6875rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTNcTBRTLywEQhra69fH4BgRZgiTt0WM { width:1.5625rem;height:1.5625rem;top:14.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWXbVCuBhMXeIrP2rhLyWZSZ74IOtcMo { width:18.125rem;height:14.0625rem;top:28.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTQwhUp4rBSTh2C7ILAMptWXTzzlsNP { width:15.06225rem;height:2.923175rem;top:38.5rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3rmbaioLfHk10dF3UoBMXL60O8InRkC { width:13.75rem;height:2.59874375rem;top:35rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKla5fb2zq5koOAJBJkXLQMqNR3LWAKs { width:5rem;height:0.9746125rem;top:33.0625rem;left:8.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmTCc47aJIw3r4bBbqryJCAyHiJslhFC { width:5.375rem;height:1.25rem;top:32.874694824219rem;left:1.999783039093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AOoNT3HcS54U4iC0fM4WyopXhar550MV { display:flex;width:0.8125rem;height:0.8125rem;top:33.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #OQzMkka3nM63AmLPF0AFHflBly60kKz9 { width:15.625rem;height:0.0625rem;top:32.0625rem;left:2rem;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uvOL9ll7JDLT512TB5MxUIQb3B8wCTtU { width:13.75rem;height:1.94921875rem;top:29.6875rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lvz3ayuVy9IZ0PgxIrlHyTDHhiraPI1X { width:1.5625rem;height:1.4375rem;top:29.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNVFkmDVbeWZUQPxLR5Vg00TTEmfWLB { width:16.5625rem;height:2.59895625rem;top:8.560791015625rem;left:1.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsL2tNQF1qpNXad2Gsy5DZey8mKauktB { display:none; }#QsL2tNQF1qpNXad2Gsy5DZey8mKauktB > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvDsKnCkKz4G1BHOIfhrwEC5TFeF6uTB { width:20rem;height:2.03125rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JryxvykwXUkFbszk1fbpbbpNu962hHfP { width:20rem;height:1.29980625rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ATdIWNPTHLoSc1kr8XtJ6c4s3SSiSV { width:20rem;height:7.796625rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSFnURzpicStAeLDOI0uTHngOXmKUUTa { width:20rem;height:6.4971875rem;top:24.921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1047iLeo7RANgSaJP5yFXC570gbQBup { width:20rem;height:1.29980625rem;top:23.009765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NGuLNAFxmll1uVUB8WqbDqmQlR5C6M { width:20rem;height:6.4971875rem;top:38.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvKmlte8qwwNxnn3gdtFTo0mT4PdHFV { width:20rem;height:2.598875rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQi4VIM8hCG1GVCizKkPCT14AfroTTJW { width:20rem;height:6.4971875rem;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1W9xeAXnD9Q6Sxmq1P6ixoEEy3Ra1ev { width:20rem;height:2.598875rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzoU53JTrnDhlDzcabi73k7HhNWWot2I { display:block; }#LzoU53JTrnDhlDzcabi73k7HhNWWot2I > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8av5h20xehxfIlNQpDdJADZCPyq24ed { width:8.2495rem;height:11.62475rem;top:1.624755859375rem;left:1.1865234375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f8099b1a-9acc-4aec-b63f-5d674051c230/BTS102comp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D8av5h20xehxfIlNQpDdJADZCPyq24ed.adaptive-delivery-prevent-bg, #D8av5h20xehxfIlNQpDdJADZCPyq24ed.lazyload, #D8av5h20xehxfIlNQpDdJADZCPyq24ed.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #flq1Hpc2NcFyINc0BEbx2BWU6DCo8Mno { width:11rem;height:15.4375rem;top:18rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiBFdoHJAR9r271WTqnt1KEEG9Vw6SgI { width:11rem;height:15.4375rem;top:34.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOJTf4pbnFxKd0nNHNl92TrPOsn6eFpd { width:11rem;height:15.4375rem;top:51.375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #okwzn2J8V4I8qCe3cTeTK7gKKgn8Gmmb { width:11rem;height:15.4375rem;top:68.0625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU { width:8.2483125rem;height:11.6235625rem;top:1.70166015625rem;left:10.498046875rem;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c0d1c4c-f40e-442c-95c8-32512abee10d/IMG_6487.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.adaptive-delivery-prevent-bg, #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.lazyload, #Ko7nMOPxdeNTKJuzotiXT3IdWNSfCNbU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl { width:8.2483125rem;height:11.6235625rem;top:14.3125rem;left:10.5rem;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f29a22c-007d-4ccd-babe-47e681876e36/IMG_5691.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.adaptive-delivery-prevent-bg, #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.lazyload, #AKsy1MXDfVEDDeMWetb8hDUuGaaSCSQl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz { width:8.2495rem;height:11.62475rem;top:14.25rem;left:1.25rem;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60fe7597-162d-4c0f-8433-e76dee94e0d9/IMG_5444.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.adaptive-delivery-prevent-bg, #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.lazyload, #MN7txxQP7lwXxqEbiAIbcmkLmI5BJNlz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU { width:8.2483125rem;height:11.6235625rem;top:26.8125rem;left:10.5rem;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6de6956-8aa5-4692-8722-19126c97f612/IMG_6449.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.adaptive-delivery-prevent-bg, #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.lazyload, #AQZaJs5JTaATrUoPGT16C6T1neOdmaQU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1 { width:8.2495rem;height:11.62475rem;top:26.75rem;left:1.25rem;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da2f589e-c815-4ae4-8ff4-eeda6ab780a3/BTS45.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.adaptive-delivery-prevent-bg, #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.lazyload, #oQgzOQcomfZpoRIztzrIh5MTvM2i2eW1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LFfiJ7PqptP8XgJOJCStcMP02sasRvQd { display:block; }#LFfiJ7PqptP8XgJOJCStcMP02sasRvQd > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiNzaMpA8A0mGMKf803TqOX6vtrlHS4M { width:16.93725rem;height:2.03125rem;top:2.623291015625rem;left:1.53076171875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-element-container { border-top:0;border-left:0;border-right:0;border-bottom:0; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz { display:flex;height:auto;width:17.5rem;top:5.90576171875rem;left:0rem; }
#QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #mW7OTcNbg0NDAClUlXsvaRhZTH8eoXNX {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #SREXDhiQGmnDAu1ASRiAgMQmifLN1GHO {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #famrxSbsq3KvzqzMchzBulSbgvbsrbJo {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #LGmLs8Z2oscQwwCMpZHFXO67ZTRaVtU9 {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #PzNDFstHiTpNuwkLnSIdBVc3xCSVCnuW {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #fOxZVcXOaUyUPZJLMApmG5oPJIw5MiQS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #NBH7FLK4TmmhE6irNXBPOsuJtnq6TxXe {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #JgcwQNC5E5rEo1uTapoqKegXNKVBBfoK {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #qFoLLA8lOTQdDw1y5tVNmelvSt0RqLcS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #S0UwCA9peQKpNcFwpX9x4nMNsrugTH7p {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #q4uXBWuN55G6VgyT9WZA9AWTJSWG7KeS {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #piUtV4dBw3LOZl9Ti263MPkB7b49R4Id {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #TaaPnToxPu1EdgKwROOdsfVGuHFKFxlt {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dezluKTVwT5JpcEJdTDOGJJebwhth9qz {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dlnOfzLHkK4Gvomb8NHCOKhkmZQ3yloH {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #dDn3TT9yehnP4ld1ZBPRMuLD9IeSme8F {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #RkAIR9rnNOCK1sSbsWmgX5KcpI2vNEtm {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #J3KmQVHqnF2pPGisOIWGHe2qidFL89fX {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #MCNETNNzy7zIrxu1USXpsh4rn4EeeiOV {  }
 }@media only screen and (max-width: 763px) { #QkLQfMPUtmu5u9QuoSCSl4TwuRz6H1dz #pQIIztza3gbNvlN98w9T3OF73S1C8Imn {  }
 }@media only screen and (max-width: 763px) { #DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU { display:block; }#DSF0o1QKq5xxB9mqtqkv9Cf8WQ2G8JsU > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWVc19O2MTE31bSLttAs5Ho16MznHJQL { width:7.375rem;height:3.5625rem;top:23.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2MHybtMPytf2T3NMQNTOQbnBk1LaXHU { width:17.8125rem;height:1.94921875rem;top:30.875rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9XP4LbmbiLUI6RVksuNbsRLctxtC5Qq { width:20rem;height:0;top:2.061767578125rem;left:-0.15673828125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6z2bnxiDG1TcKo45LwX3qTmcQ9OX5dw { width:14.3115rem;height:2.11263125rem;top:10.375rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMVCyR82FUapqS0Juq7OV2Q5V6ZXkHGe { width:15.625rem;height:2.56225625rem;top:14.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvGl6BfmtfgGuMd6XF28RTd2qRWXwpHz { display:block; }
 }@media only screen and (max-width: 763px) { #tXved1PJc2wIqiN8NdCqNOrZhC53Vw4y { width:10.25rem;height:2.0625rem;top:34.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCQNbHe0qbDNreCkiBIDkrCNx7umbIRF { width:7.125rem;height:0.97473125rem;top:34.6875rem;left:7.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1q33SNlKsvB4XfyUhGoqSWXs1KemT8b { width:1.3125rem;height:1.3125rem;top:34.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8paDK03L5mhv9L7PuiSkssShzKISfWF { width:20rem;height:1.0563125rem;top:27.5927734375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhcdJDArTOCAgvdUxmXN4ZROwxGayTmg { width:20rem;height:6.09375rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15008;display:block; }
 }