.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1c2637;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#e43hcrPfHydvzbZ8smy00i5XHdFVpd6d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.75rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#FRDduGBGpnqhS9NSnP4psAND0HaDTKcf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:4.625rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:0rem;left:31.6875rem;display:block; }
#XXrR862Tz0z5CcRP998JhVrDw3FCakuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cx5PtuPHvTeqCfL4uD9pqUI2PA5f0iQ1 { 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:0.8125rem;width:1.25rem;top:1.9375rem;left:32.5625rem;overflow:hidden;display:block; }
#OyQZhpVK7ieTNrwPhC98T3FTWv2ItIuM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:4.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:52.3125rem;display:block; }
#q0ff0T4LruPpFWlTwoDJTOSNSZBPzRu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSpKrBwpm5ousGDlA2h1OfL41l5xnFf9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:58.0625rem;display:block; }
#XgAAspnhzTCysgTSvAnWduegL9VRDbw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1TRFVdZUdkWOqSRRvR3aeacOOESODJM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:62.1875rem;display:block; }
#kXggsoyBp8sZ9394Q6McKfCMM6t3eg1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e35HGqSnn4oC9gqe60pQVHTS9KCN4xec { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:67.31249809265rem;display:block; }
#URJ3VguWiDOGuxJEAiR0W96Em1xbeiye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dddhAf19p5Tf1I5lS9U6Vcgm9I2CbCZc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.25rem;top:1.90625rem;left:32.5625rem;overflow:hidden;display:block; }
#OEa4bJDkLPB5HUJzm9GcIzDk5adgT8HQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 { z-index:;position:relative;display:none; }#lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 { border-width: 0; border-radius: 0; }#lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#GsmKcr4iKrb2vTeSgpGU0kCb5EFqbHbt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:4.625rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:0rem;left:31.6875rem;display:none; }
#Bfa2TKmVorXznwzCa3PQReeHw5JAIQGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EL32NvZ0WXKIW96nypw63BeWro40abrQ { 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:0.8125rem;width:1.25rem;top:1.9375rem;left:32.5625rem;overflow:hidden;display:none; }
#EPCITInW3RBMzdQpvp9IWPcsucvC0kHh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:4.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:44.875rem;display:none; }
#DQLNbk7I4WNNlslyXdECpqiOrKVQ5E3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkguCH2xM2g5Vc3vWlHx3e9PdyFP7CvC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:55.6875rem;display:none; }
#AE9iE5KEIf9JOZGaCKKsGcvGZewoIbc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDXVC9O1A8vaL08W3bXTNrWu2mwxtaQH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:4.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:59.8125rem;display:none; }
#sZ3m7bGnTOMvfCCJncdTAU1gWU9xVmAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hmLIm9yuPf9O4LlTX0IXZTl4W8k78rom { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:4.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:65rem;display:none; }
#LQyAGTBuD4TyBTAfC34K4bROwc78DGul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cfd390a0-b6c1-422d-a8bb-638a8df00c42/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.adaptive-delivery-prevent-bg, #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.lazyload, #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.lazyloading { background-image: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { background-color: transparent; background-image: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container > .video-iframe-container { display: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row > .video-iframe-container { display: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .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); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { border-width: 0; border-radius: 0; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#y49FnnmSHRXW8sUkmz7aOq8yn3DbVMIh { position:absolute;display:block;z-index:14995;background-color:rgba(28,38,55,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:34.75rem;top:5.125rem;left:0rem;display:block; }
#NrWcgCJqoZZtTRokWRMaURczpdcfT9gI { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.59375rem;height:5.85rem;font-style:normal;display:block; }
#lXA0kxkyhDX8i67101m4mTp6BiLu6Teo { color:#ffd255;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:13.0625rem;left:3.46875rem;height:3.8994125rem;font-style:normal;display:block; }
#Ptu9H97uWFNQh4RON6laP7egIgoHts4n { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:14997;line-height:1.3;letter-spacing:0;top:18.0625rem;left:3.46875rem;height:;font-style:normal;overflow:hidden;display:block; }#Ptu9H97uWFNQh4RON6laP7egIgoHts4n li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ptu9H97uWFNQh4RON6laP7egIgoHts4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba20662d-b532-438a-a41e-c10f3c95fa96/Rectangle21.svg); }
#S1K3J1FambBEgxkqoaUcB18HscmmSt7O { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:2.875rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:27.0625rem;left:3.8125rem;display:block; }
#fu2Hcod74IkGzAERsPUTzE2Nk050llmq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWi3txHcEe75s1XBViX8LGgMQ5d6NuMe { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c2637' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c2637' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:9.5rem;top:0rem;left:73.0625rem;display:block; }
#H2cTsAqvZ3IGTI2mFmtHkRWxJV3Tn66s { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1c2637);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c2637' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c2637' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1c2637);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:9.5rem;top:0rem;left:73.6875rem;display:block; }
#B7OF0VmMeZUiQ3RZLFT31TlKUNnIXuuD { position:absolute;display:block;z-index:15006;height:2.875rem;width:27.125rem;top:27.0625rem;left:3.8125rem;display:block; }
#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container { background-color: transparent; background-image: none; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container > .video-iframe-container { display: none; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row > .video-iframe-container { display: none; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .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); }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container { border-width: 0; border-radius: 0; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#F8A4ON4bXA4f7wbdZe34ubBcFm7nBHrR { color:#1c2637;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.78125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOepsxTvbTAcwTcvg5wJFbaKHTLWJBfg { color:#1c2637;display:block;width:61.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:6.875rem;left:6.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container { background-color: transparent; background-image: none; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container > .video-iframe-container { display: none; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row > .video-iframe-container { display: none; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .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); }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container { border-width: 0; border-radius: 0; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#Ie1aceTlAixtIob99vPNRm82yak1n9AZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:17rem;top:0rem;left:4rem;overflow:hidden;display:block; }
#OaJyxDtH3Lb52NbX7bM0dusM5Ixx9Fyl { color:#27ae60;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.0625rem;left:3.1875rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AX5URg1s0uCHezh6M66Oox0hQ20qghCh { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.5625rem;left:7.125rem;height:7.347625rem;display:block; }
#sGeul7Q2xyZn2EmbdNVTVCtAS6gZaFTn { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.5625rem;left:31.6875rem;height:2.44921875rem;display:block; }
#eAuxiXwtx0U02vzvnAHWcdRc7M93CbU4 { color:#967deb;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:27.75rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HgC8NFuW4Ffh9ls4uNhuKNNpCziPTCKV { 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:9.9375rem;width:16.4375rem;top:0rem;left:28.4375rem;overflow:hidden;display:block; }
#KPW8Ni90sXu7COGlCDSWuJwV3Pn6wXTn { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11.5625rem;left:56.25rem;height:3.673825rem;display:block; }
#dKJ6UIhLTIBZoin078NcXG5JMeTpKsCN { color:#3cbed2;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:52.3125rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TfHdPcL6bEERKm4ibpvKhlJopQwXKq8v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.8125rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#hD5ASyyD5UJ26Lm2cSbNURR4dO5HWQIa { 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:7rem;width:5.5625rem;top:3.875rem;left:65.0625rem;overflow:hidden;display:block; }
#pM2VFSMVMz8glVqwwBlmZb8Wge76Ji5N { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:9.1875rem;left:68.9375rem;overflow:hidden;display:block; }
#lylMeIfNnd7lHoiJa20wZOkOJEydbAgi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.5rem;top:4.8125rem;left:36.4375rem;overflow:hidden;display:block; }
#Txe8LUMMiTRmM5y6M4VQB12LFEwct1Jd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.9375rem;top:7.4375rem;left:63.5rem;overflow:hidden;display:block; }
#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container { background-color: transparent; background-image: none; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container > .video-iframe-container { display: none; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row > .video-iframe-container { display: none; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .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); }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container { border-width: 0; border-radius: 0; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#I4mDGfWe8mWvo1GmVxO1QaA1LQqn3Ap4 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.4375rem;left:17.375rem;height:7.347625rem;display:block; }
#zT1fDJBkeoozUwkdJJZwGbF5PqREPWar { color:#ff7841;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:13.4375rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z0vMBswu8aDKiJsCcrK2lcFahvrwKWdC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:16.4375rem;top:1.4375rem;left:13.6875rem;overflow:hidden;display:block; }
#UTJ4qLA7HqXrhBu0uznoTRLh5dMBGGT1 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:13.4375rem;left:44rem;height:3.673825rem;display:block; }
#c351lfeBBfLdQRE1aTEcEbrwgxMCBzwV { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:40.0625rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bWVDo9JPDPMRTPTC7uu7w2hF8MZuoHlq { 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:12.125rem;width:23.6875rem;top:0rem;left:38.5625rem;overflow:hidden;display:block; }
#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container { background-color: transparent; background-image: none; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container > .video-iframe-container { display: none; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row > .video-iframe-container { display: none; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .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); }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container { border-width: 0; border-radius: 0; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#mUmmoshX2NbpvuG9WD3R1TvQ4iXKdOEp { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:31.96875rem;display:block; }
#Xv8e1gWEBUkEMb7tluBf2fcexrEpsLDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUu0q6Siwz8X8KZFJ7p7leTzFKDZlVsJ { position:absolute;display:block;z-index:15007;height:2.875rem;width:11.0625rem;top:0rem;left:31.96875rem;display:block; }
#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container { background-color: transparent; background-image: none; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container > .video-iframe-container { display: none; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row > .video-iframe-container { display: none; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .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); }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container { border-width: 0; border-radius: 0; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#MofnuNHgHPBrPR5vL9aG2ru5syQxgfTt { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.78125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CdyNWl7xpx9uOXMuLRV6GUqGaoKIbsS9 { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.5625rem;width:15.1875rem;top:6.9375rem;left:4.625rem;display:block; }
#T7PV7gIIAH5wcesFUu7Wl5GAvVqNnesK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:9rem;left:9.1875rem;overflow:hidden;display:block; }
#RdqoZwrA8LefoemSpiJIEZobCXpzEWa4 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:10.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHgT3INhJypoTm4AvS6cDqTTTaf1oMmH { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:7rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ2HakPs0JVQiL4AI0XDhoxkpZoiuQRM { color:#000000;display:block;width:12.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:18.9375rem;left:5.875rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#ggdpU34gOfDvnrzc7yu3xt6B4iIKQ9Z5 { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.5625rem;width:15.1875rem;top:6.9375rem;left:21.5rem;display:block; }
#hsfKDiRrOT936Jt2oGLgAys3CgBHItIK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:9rem;left:26.0625rem;overflow:hidden;display:block; }
#a0MIezFEdUazBTQuUyJnh2qravvG3J8x { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:27.0625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ieTSAlqMB4TETUFg7DhFAQQXR6NZqIEF { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:22.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytTk97MGF7hqpuPw2v9hNZlDOgAa1A1W { color:#000000;display:block;width:12.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.9375rem;left:22.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#u5XfIOev93LKVyvpM4ClyQRl7pB44Khg { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.5625rem;width:15.1875rem;top:6.9375rem;left:55.1875rem;display:block; }
#qNBmmuTxadfaMQAy72XiOhq8G8boMoG3 { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.5625rem;width:15.1875rem;top:6.9375rem;left:38.375rem;display:block; }
#Qa5bwHQb5Q7BpRirWUHVUdBVd4TToiXq { 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:4.5rem;width:6.0625rem;top:9rem;left:59.75rem;overflow:hidden;display:block; }
#gQlzT2DBKoInxBFfe4qeTyRRGiTK3EwS { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5rem;left:60.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQMJ01SVfMR8J11A89PqKP2nSa70fAUK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:9rem;left:42.9375rem;overflow:hidden;display:block; }
#tFxNuZz15tCQQQ2md79F9idPVTXQZetT { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.5rem;left:43.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pbpxflZs18dWyO5tLH0BBGGCHwAJr0v3 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbIf650ZLZ8kMwgaScHsb9iMu1P5dOXU { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.6875rem;left:56.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#neZdB8O4UyPyG7pQOAVg2ikRmv4JTQuy { color:#000000;display:block;width:12.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:18.9375rem;left:39.625rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#TpESa4SNoP4fN7RPr9fg219uG4LCaf6o { color:#000000;display:block;width:13.375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:18.9375rem;left:56.09375rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container { background-color: transparent; background-image: none; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container > .video-iframe-container { display: none; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row > .video-iframe-container { display: none; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .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); }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container { border-width: 0; border-radius: 0; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#NomzUglnHhZkMsK3uNl0K7ytXdOf8ArW { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.3125rem;width:15.1875rem;top:0rem;left:4.625rem;display:block; }
#Lt30cedWDQc7h2K2psL6JvRNSoqo5ZRF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:2.0625rem;left:9.1875rem;overflow:hidden;display:block; }
#uFPkBTPT02vTIqBs9TT5kQIdlW092JDk { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:10.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuVkphOUF2AAFzp1uIenrzVlnKs2gca7 { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:7rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRNHUQL8mFgBZOCrZ9Z0Z7zRrgdsMXhf { color:#000000;display:block;width:12.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:12rem;left:5.875rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#E3PlV9oUK76w2NGKEHtIAEw5KC89aaTE { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.3125rem;width:15.1875rem;top:0rem;left:21.5rem;display:block; }
#srlrRSGoaBzUTD4ML7uFooVf7vulsBZ5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:2.0625rem;left:26.0625rem;overflow:hidden;display:block; }
#ypxV72PLtGWRhMScD3PZzdK7V1B9hkpM { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:27.0625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfwATEacmulxRDHz7SXeyNHGEkEaQv4l { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMgFrSdz7TiFBanOHT2O5pcZTSW1Fd7m { color:#000000;display:block;width:12.75rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:12rem;left:22.75rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#HBPghZih9oQsVEiLThM7h2CyHG4efwCV { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.3125rem;width:15.1875rem;top:0rem;left:55.1875rem;display:block; }
#iCn7zd8Qf8nVWaeJCCA2KTRsVACliTt0 { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.25);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.3125rem;width:15.1875rem;top:0rem;left:38.375rem;display:block; }
#IayVTFQukx8exFRsDsT1TkJpi10AZ6TR { 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:4.5rem;width:6.0625rem;top:2.0625rem;left:59.75rem;overflow:hidden;display:block; }
#lALi74rG7GKy49ipD5HpsgXfoIP8J3uu { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5625rem;left:60.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bMHDTp9CRzy74MPFdadpvVChHI9xR6g1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:2.0625rem;left:42.9375rem;overflow:hidden;display:block; }
#hz4AVdqTPo1zhuzEkTThgRwtiiX7MtA7 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:sora;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5625rem;left:43.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OsUsvNcASHtBaioUCWpFwdqwNb6ywMPs { color:#000000;display:block;width:12.125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.75rem;left:39.90625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4AHUEVNMq2guVOz3FLUnZH9d1XViXll { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.75rem;left:56.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NfMiTQZOcL5quvqqtP6giFkUiTNLDBNl { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12rem;left:39.0625rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#npdk6egXLCb2vQoCUAaC5EfnQ4UQgkA3 { color:#000000;display:block;width:13.375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:12rem;left:56.125rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#mf0oI4fZaxcz3p3AtEvI6qDTs3wgM0EJ { color:#1c2637;display:block;width:53.375rem;position:absolute;font-family:sora;font-size:0.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:10.8125rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#yayir6kgtMyvPIzZTVaLP6qhmQwL1FeM { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.1875rem;left:31.96875rem;display:block; }
#kOmaoEivJThcDgq9NMWXJNvRIFQVIMhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rd2SPbcglCqOfSzwP0WOsZU1LAagthQE { position:absolute;display:block;z-index:15008;height:2.875rem;width:11.0625rem;top:26.1875rem;left:31.96875rem;display:block; }
#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f { position:relative;display:block; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f { background-color: transparent; background-image: none; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row .container > .video-iframe-container { display: none; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row > .video-iframe-container { display: none; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .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); }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f { border-width: 0; border-radius: 0; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .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; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .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:34.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ltkkC0U6PzyGAbegB1P0ID0SeSNhBBv6 { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.8125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBxlhTCDTltTXPQcq61lThTtSs5pxfat { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:6.8125rem;height:16.79295625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHw995cqo5wy9HPlmRWUdbwptzqGWcU5 { 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:35.9375rem;width:48.75rem;top:11rem;left:13.125rem;overflow:hidden;display:block; }
#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container { background-color: transparent; background-image: none; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container > .video-iframe-container { display: none; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row > .video-iframe-container { display: none; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .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); }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container { border-width: 0; border-radius: 0; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#gpSaN1BpkO8Zl5iR2MxcIXAPBJNPyLLI { 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:8.8125rem;width:9.4375rem;top:0rem;left:4.65625rem;overflow:hidden;display:block; }
#mFvpSFLKbmWQ16ls3OsfoO6ale2coSBu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.6875rem;left:3.125rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJdPb3vJhQ7DmvceQQdfWpSn1biQMdbE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd255;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:16rem;left:6.625rem;display:block; }
#T6ZB7Jp5A9Tcz0BmBom44izBR7QuMN55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7QDvG9BvkfiTLP8O8vEiDFvKXyFQcce { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:1.1875rem;top:16.75rem;left:11rem;overflow:hidden;display:block; }
#hISxtV5FI5NPVzJU0zxMTQnlUDRzi7Ps { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd255;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.0625rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:16rem;left:25.375rem;display:block; }
#sndkNIqvGkRLfog2TpunT6oRfItpOwol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkEKEM0zTToyO35osphJm2hJpyrdGCzh { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.6875rem;left:21.21875rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQIrgUfUriU5q0Q6M0TU0dSSA1crUSVG { 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:10.125rem;width:8.9375rem;top:0rem;left:23.4375rem;overflow:hidden;display:block; }
#PHaIItgM48Aa0p9WZKCfnZRGCEI2zPup { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:1.1875rem;top:16.75rem;left:29.75rem;overflow:hidden;display:block; }
#wllotZATxrypSDDXtOFB604Q7WfAerae { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd255;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.0625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:16rem;left:44.125rem;display:block; }
#kPx9M6HlQirkZzApf5C9yWHZi3qRcL5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqitmfhA89CXIJ4cpQoz1PrZVMCfaJeJ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.6875rem;left:39.75rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CP95fHsOR1P6zbkHxH6QRcvlcHC7CnTb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.25rem;top:0rem;left:42.1875rem;overflow:hidden;display:block; }
#ICMfK6FkssyJvJQVRzn2fbFJDlbFmG81 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:1.1875rem;top:16.75rem;left:48.5rem;overflow:hidden;display:block; }
#Ugp6wD6CXZs3mtZ7vVei3C4pOJBfkwl2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffd255;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.0625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:16rem;left:62.875rem;display:block; }
#fvT0STRMHGeZKh3vmgdcSb7lZXUAIRWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Egw1pi5LBnK8c6hXLTKH4UpF4rFylcKz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.6875rem;left:59.375rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NN7PqqG7sydFGQwUei6iIwzCgoJdlWGD { 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:8.875rem;width:9.625rem;top:0rem;left:60.9375rem;overflow:hidden;display:block; }
#TSaehNlM8gRFpX3pvoMQptkCeEUgB8zM { 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:0.75rem;width:1.1875rem;top:16.75rem;left:67.25rem;overflow:hidden;display:block; }
#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta { position:relative;display:block; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta { background-color: transparent; background-image: none; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row .container > .video-iframe-container { display: none; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row > .video-iframe-container { display: none; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .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); }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta { border-width: 0; border-radius: 0; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .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; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .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:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cN4te6zIgwNyvmy97ERdkevxctnD5rTt { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:31.96875rem;display:block; }
#Cs2TmWZ38FKABGApJBfxsxcpn65d48pX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dydL6mVPb7bmlDnDGTZqIB4Ta2xDCtXT { position:absolute;display:block;z-index:15009;height:2.875rem;width:11.0625rem;top:0rem;left:31.96875rem;display:block; }
#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI > .row .container { border-width: 0; border-radius: 0; }#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:none; }#oGhKQD091GLuQ9nXkpnNV6kyNWZp50kh { color:#1c2637;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.78125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D > .row .container { border-width: 0; border-radius: 0; }#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#bC1WMaVLWOcLJ8iwiom5ssET7eyRa6y6 { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.4375rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RHbaNXfWkO8KUz4gkO6B1C5C9QT5QJCI { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.96875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBTnoJOJdfvM6gWl1MILn3ghy7o6Gq3E { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wZau35FkNxs8ZOdat65ysW6B4zT2UNGD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:62.6875rem;overflow:hidden;display:block; }
#kc4W4BXNAKTse31RcgUd33HDoAFUQf3Q { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.700000762939rem;left:19.96875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vb52O5ix5gG4ovIlpVmcQ6bMIVvWTATG { color:#ffd255;display:block;width:12.875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.349998474121rem;left:31.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v > .row .container { border-width: 0; border-radius: 0; }#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#L64g3HKa32Jem0lDOUCbbshW6TmxcDwG { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.4375rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PdPss7qFhPCxZbDvTPQM8vPbOiLmRMI7 { 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:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:9.8125rem;overflow:hidden;display:block; }
#LfQkmUG12GP88vPpFldiNzCS0OwTVdEv { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.96875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNXT6caq4JI6ibBtInN6vuDUbEGTmuiV { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v910N4VTZ10IfqpBRVEz4ORc6UbTDCNR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:62.6875rem;overflow:hidden;display:block; }
#tTo3ZHmEJKsyyJJIWNpViecFfEaM9lPX { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.700000762939rem;left:19.96875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBm7dwnwGNP1EDFvQvul4c8gTHgMZzoT { color:#ffd255;display:block;width:12.875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.349998474121rem;left:31.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A > .row .container { border-width: 0; border-radius: 0; }#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#cbfi1l3BQIPtriNOkylHgfpyT2MJXlfv { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.4375rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C1BIJzEdeOp2t323UxUdV8B4C6dycu80 { 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:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:9.8125rem;overflow:hidden;display:block; }
#L7Wid64941HunCWO7LT4RyzQF62Q71Th { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.96875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txMGRW44z0pyBFadNpP8kmTdbU4yqfPC { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X0fUENkKTROeT0as6QQRD3a2i4gIBIPi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:62.6875rem;overflow:hidden;display:block; }
#OrXXwuVkPqJ2EeI2LDghXoUw8pgyEhvC { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.700000762939rem;left:19.96875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OG1ATmzhel24tZUXlRJLeqIxCwHd3a7h { color:#ffd255;display:block;width:12.875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.349998474121rem;left:31.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK > .row .container { border-width: 0; border-radius: 0; }#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Ek6HBl2QUA1K1wGrGF23RsTxlizdr65y { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.4375rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JbSyTR2J2sduhih5Hfoe9XaUMbgKiR8m { 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:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:9.8125rem;overflow:hidden;display:block; }
#hoLEQTGuTNFFZNghJ9nbu2tI4zDBp04a { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.96875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7F2Qg8TTvv9nqo7sHQIWT0DaB8xOhMJ { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MsLHcTzMbhEtu9kNGm9HmFhorUreOEWx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:62.6875rem;overflow:hidden;display:block; }
#sSsAeoJqmtpJLVovG1X3277a1hPNMmWe { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.700000762939rem;left:19.96875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riZq3H1ZcbeKbSf8ECrFmyBulORBZB0F { color:#ffd255;display:block;width:12.875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.349998474121rem;left:31.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtWHvCnfnQPakxvOVU3nQmywTOEemBog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rtWHvCnfnQPakxvOVU3nQmywTOEemBog > .row .container { border-width: 0; border-radius: 0; }#rtWHvCnfnQPakxvOVU3nQmywTOEemBog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtWHvCnfnQPakxvOVU3nQmywTOEemBog > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Qq36PnxMKTloHlAHQT3LRtyk6DlRFCXr { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:15.4375rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZB52u5qgOh1fNyfgMKneeJnRhLCBghio { 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:4.5rem;width:2.4375rem;top:4.8875007629394rem;left:9.8125rem;overflow:hidden;display:block; }
#dM3gm15qaR5LEbbd6zpldZyixNnL3MDG { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.9375rem;left:19.96875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#En5oia2kaMiAAuyS1xcseP9N6hJdCPNF { color:#ffd255;display:block;width:3.1875rem;position:absolute;font-family:sora;font-size:6rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PQA9IbS0D1SIDtHlZpbL9G3mCCVw3bE6 { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.700000762939rem;left:19.96875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBGpJ684nHL4gK4ooewT84o20hxnkNXJ { color:#ffd255;display:block;width:12.875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.349998474121rem;left:31.0625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F > .row .container { border-width: 0; border-radius: 0; }#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:none; }#aEqBKJzcb6pKEutRRZHAp5k3gyNvDF7M { position:absolute;display:block;z-index:15000;background-color:#ffd255;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:0.625rem;width:0.625rem;top:0.625rem;left:34.25rem;display:block; }
#kepEFhchLzmBhOWNZMu4IClm1tX22qak { position:absolute;display:block;z-index:15001;background-color:#d9d9d9;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:0.625rem;width:0.625rem;top:0.625rem;left:35.6875rem;display:block; }
#C4N1slvgiFkxsmKCphZG1HNGItlFH82G { position:absolute;display:block;z-index:15003;background-color:#d9d9d9;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:0.625rem;width:0.625rem;top:0.625rem;left:37.1875rem;display:block; }
#GgqAxbzT2A4v6bJaSZTIhnMqrlEeSeFy { position:absolute;display:block;z-index:15002;background-color:#d9d9d9;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:0.625rem;width:0.625rem;top:0.625rem;left:38.625rem;display:block; }
#nR6cpNolTzF3ucsU0xvluxHSEIkyaPJU { position:absolute;display:block;z-index:15004;background-color:#d9d9d9;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:0.625rem;width:0.625rem;top:0.625rem;left:40.125rem;display:block; }
#Z6ZJhTCNTTk6mCGSz4AP2DfrgQaBnmJT { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.5625rem;left:31.96875rem;display:block; }
#vH3kbtw99Ipun708GhQ1AaeCDyhotK2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FC3eodsL4nPeb14ebEAhP5ngCclDVL8p { position:absolute;display:block;z-index:15010;height:2.875rem;width:11.0625rem;top:4.5625rem;left:31.96875rem;display:block; }
#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container { background-color: transparent; background-image: none; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container > .video-iframe-container { display: none; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row > .video-iframe-container { display: none; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .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); }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container { border-width: 0; border-radius: 0; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#MBZrr3H1APc3uTpwN58610UJAXThHRoO { color:#1c2637;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.78125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container { background-color: transparent; background-image: none; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container > .video-iframe-container { display: none; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row > .video-iframe-container { display: none; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .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); }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container { border-width: 0; border-radius: 0; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#rL0iRSy0aLODbFSO8vAlI6mkz4LHCNOk { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#pbaw2GmTFdZ9lhmCsdAvOEWZwReCJCoW { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#lDykbqxFJpwygGBK03qhS39S8dM8Prol { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container { background-color: transparent; background-image: none; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container > .video-iframe-container { display: none; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row > .video-iframe-container { display: none; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .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); }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container { border-width: 0; border-radius: 0; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#cdV1PAB18K77BnQguRQWC2OLgRoh48e5 { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#VcaAWTmnA1lqVLwknlmttCQNngBIEA4u { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:1.225rem;display:block; }
#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container { background-color: transparent; background-image: none; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container > .video-iframe-container { display: none; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row > .video-iframe-container { display: none; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .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); }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container { border-width: 0; border-radius: 0; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#tfA4Rir0nD1hlr0Fukb8e8bK0MqnCOgC { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#WhmKySg1CVrg3s6g2bkgT9AI6vvJb79o { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#TDXZMeJMBD3oUpzeGST8F3oDRKVcVr7R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container { background-color: transparent; background-image: none; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container > .video-iframe-container { display: none; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row > .video-iframe-container { display: none; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .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); }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container { border-width: 0; border-radius: 0; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#bpf4kQlv3kv620HMBdT0U1IbeoAF8GdC { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#u75n1oJxuTEVxAKvQe3lJxxmKTy6fduM { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:2.44921875rem;display:block; }
#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container { background-color: transparent; background-image: none; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container > .video-iframe-container { display: none; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row > .video-iframe-container { display: none; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .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); }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container { border-width: 0; border-radius: 0; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#vVNzsn8yGcSkNxA5H8WNomLa1Hdi1L2J { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#rnp6OVdlasAdlRdZJyDeCvJ72uzZApW6 { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#XahDdCA9FZHU4FEUGOWiHLtPp9BmXON6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container { background-color: transparent; background-image: none; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container > .video-iframe-container { display: none; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row > .video-iframe-container { display: none; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .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); }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container { border-width: 0; border-radius: 0; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#t8bLT8474C1uMNBsgCruwcT3usI2H2Br { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#IR4gT4OPs6Qexg7JUOHRIqeRwnwegJCf { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:2.44921875rem;display:block; }
#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container { background-color: transparent; background-image: none; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container > .video-iframe-container { display: none; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row > .video-iframe-container { display: none; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .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); }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container { border-width: 0; border-radius: 0; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#gPrA9ev2CG6pUd7pLupFHbRK3a4Sac0o { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#rIG6ClCMbAUTuBNX2xhKaUueN7NBScHG { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#O4ZdrsoqKfQEAUQD4q5bavmT3fZEIQ4J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container { background-color: transparent; background-image: none; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container > .video-iframe-container { display: none; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row > .video-iframe-container { display: none; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .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); }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container { border-width: 0; border-radius: 0; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#DFme45Ww6CSfG2Bb8TNLfpr4Xb389hX2 { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#gdnvmUZWevtzUKG4pJXfEBBUJcvV0Cn5 { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:1.2246125rem;display:block; }
#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container { background-color: transparent; background-image: none; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container > .video-iframe-container { display: none; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row > .video-iframe-container { display: none; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .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); }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container { border-width: 0; border-radius: 0; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#En6GUAy22nE8P6TgT8rbTb2DsFewAK7a { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#BHoTQ5LSfJpw2xIvphrHJhs8y2Hvmdwb { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#PH3X87JCt40QvJi9HlqrAI3LRwfHDmVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container { background-color: transparent; background-image: none; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container > .video-iframe-container { display: none; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row > .video-iframe-container { display: none; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .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); }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container { border-width: 0; border-radius: 0; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#Uq46aZNoCfSS30Ccwmg100gvvr2GoQTi { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#zwDaxhdVAuDZXD0n5bGuk2DLqwu5Twar { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:1.225rem;display:block; }
#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container { background-color: transparent; background-image: none; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container > .video-iframe-container { display: none; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row > .video-iframe-container { display: none; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .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); }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container { border-width: 0; border-radius: 0; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#NSiPCkHSvt3XdcrWUR8z0ct59XHTiJwO { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:58.9375rem;top:0.1875rem;left:8.03125rem;display:block; }
#fZQRmKTZKK1hHkksQqbNUDD1XPgNfHRE { color:#000000;display:block;width:52.625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0874996185302rem;left:9.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#XVExmLgESsZdHeXPcthEgoHqATIsguSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.65625rem;left:64.125rem; }
#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container { background-color: transparent; background-image: none; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container > .video-iframe-container { display: none; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row > .video-iframe-container { display: none; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .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); }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container { border-width: 0; border-radius: 0; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#TC93u5Lh623EJTWGIZL7mMkX0ieaKoa2 { position:absolute;display:block;z-index:15001;background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:58.9375rem;top:0rem;left:8.03125rem;display:block; }
#OGN5k805LJHtvyFbdDrlPlkPv64vEdqZ { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.03125rem;left:9.4375rem;height:1.2246125rem;display:block; }
#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container { background-color: transparent; background-image: none; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container > .video-iframe-container { display: none; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row > .video-iframe-container { display: none; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .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); }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container { border-width: 0; border-radius: 0; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#laTa3AChaNp6zqxdpMdpyBkyDFa6Tltp { background-color:#ffd255;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1c2637;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.3125rem;left:31.96875rem;display:block; }
#dcSaNBLD0NUJBhgqGCVlugBG03K8wsL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCWaJxSUfnhUoPwgTDG3aivTyCR4UmGG { position:absolute;display:block;z-index:15011;height:2.875rem;width:11.0625rem;top:3.3125rem;left:31.96875rem;display:block; }
#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container { background-color: transparent; background-image: none; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container > .video-iframe-container { display: none; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row > .video-iframe-container { display: none; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .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); }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container { border-width: 0; border-radius: 0; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#Hizyzr6GyKnONTWcmTmZvy8fKWJI62CV { 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:21.5625rem;width:28.5625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#Rkvuz4bsQ5gpOAEeaM5DanWVcJE5VFGV { color:#1c2637;display:block;width:51.4375rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.78125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXoP625kwSNQdctv51CQ70Wr7xAgnZeh { color:#1c2637;display:block;width:28.3125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:23.375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrNkNTkAtUsGbsN2uKPt9TPPAlReJXUt { color:#1c2637;display:block;width:28.3125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:23.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoOGCINhmvbxghCcmH6dZwhKOumlI5iq { color:#1c2637;display:block;width:28.3125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:23.375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtbweMQo2ol4ZDVXnRzCDkUIJtOE3EDL { color:#1c2637;display:block;width:28.3125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5rem;left:23.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7TRGm8GSAfH4OWhlUEGigfEncGOS4qy { position:absolute;display:block;z-index:15008;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.125rem;width:75rem;top:30rem;left:0rem;display:block; }
#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container { background-color: transparent; background-image: none; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container > .video-iframe-container { display: none; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row > .video-iframe-container { display: none; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .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); }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container { border-width: 0; border-radius: 0; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#dphwSBm0CcL6rJCJ2R9Mdi4FBWdwtuv6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.9375rem;top:1.5625rem;left:24.625rem;overflow:hidden;display:block; }
#IWPydl2UvhV5QdH9eivXfXJbQsm1nLHZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.375rem;top:1.5rem;left:36.25rem;overflow:hidden;display:block; }
#Jik8lgS48SkNnTwrcUMRHou8DTCwp0Ay { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.125rem;top:1.4375rem;left:42.3125rem;overflow:hidden;display:block; }
#LXpgmaSkl8n30I5lbrqiOVX2qc1lXxrU { color:#1c2637;display:block;width:9.625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:23.0625rem;height:1.21875rem;font-style:normal;display:block; }
#zX0JAEftxDrJ3W4Wbu9IzTb9vIl6nwVS { color:#1c2637;display:block;width:2.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:31.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gyd5ABzZQxrF2vktEfRFu47hLKA7JB1P { color:#1c2637;display:block;width:6.3125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:33.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CegTIXLnMCCpIh2VJfTMvMvDVAO7kRel { color:#1c2637;display:block;width:10.5625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:41.4375rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HwKrU8OiZiB5eoH1THBKrTTK0ywLtB1T { color:#1c2637;display:block;width:2.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:39.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mp2t4ZahsxmgmBErVRfCQ1gFPxOOnBx8 { color:#1c2637;display:block;width:52.4375rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.799999237061rem;left:11.28125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e43hcrPfHydvzbZ8smy00i5XHdFVpd6d { top:1.4375rem;left:0rem;width:18.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRDduGBGpnqhS9NSnP4psAND0HaDTKcf { width:13.1875rem;height:4.625rem;top:0rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXrR862Tz0z5CcRP998JhVrDw3FCakuv { display:block; }
 }@media only screen and (max-width: 763px) { #Cx5PtuPHvTeqCfL4uD9pqUI2PA5f0iQ1 { top:1.9375rem;left:18.9375rem;width:1.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyQZhpVK7ieTNrwPhC98T3FTWv2ItIuM { width:5.8125rem;height:4.625rem;top:0rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ff0T4LruPpFWlTwoDJTOSNSZBPzRu0 { display:block; }
 }@media only screen and (max-width: 763px) { #FSpKrBwpm5ousGDlA2h1OfL41l5xnFf9 { width:4.125rem;height:4.625rem;top:0rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgAAspnhzTCysgTSvAnWduegL9VRDbw2 { display:block; }
 }@media only screen and (max-width: 763px) { #g1TRFVdZUdkWOqSRRvR3aeacOOESODJM { width:5.1875rem;height:4.625rem;top:0rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXggsoyBp8sZ9394Q6McKfCMM6t3eg1O { display:block; }
 }@media only screen and (max-width: 763px) { #e35HGqSnn4oC9gqe60pQVHTS9KCN4xec { width:7.5625rem;height:4.625rem;top:0rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJ3VguWiDOGuxJEAiR0W96Em1xbeiye { display:block; }
 }@media only screen and (max-width: 763px) { #dddhAf19p5Tf1I5lS9U6Vcgm9I2CbCZc { top:1.875rem;left:18.9375rem;width:1.25rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEa4bJDkLPB5HUJzm9GcIzDk5adgT8HQ { display:none; }
 }@media only screen and (max-width: 763px) { #lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 { display:none; }#lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GsmKcr4iKrb2vTeSgpGU0kCb5EFqbHbt { width:13.1875rem;height:4.625rem;top:0rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bfa2TKmVorXznwzCa3PQReeHw5JAIQGS { display:block; }
 }@media only screen and (max-width: 763px) { #EL32NvZ0WXKIW96nypw63BeWro40abrQ { top:1.9375rem;left:18.9375rem;width:1.25rem;height:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPCITInW3RBMzdQpvp9IWPcsucvC0kHh { width:5.8125rem;height:4.625rem;top:0rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQLNbk7I4WNNlslyXdECpqiOrKVQ5E3X { display:block; }
 }@media only screen and (max-width: 763px) { #rkguCH2xM2g5Vc3vWlHx3e9PdyFP7CvC { width:4.125rem;height:4.625rem;top:0rem;left:42.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AE9iE5KEIf9JOZGaCKKsGcvGZewoIbc4 { display:block; }
 }@media only screen and (max-width: 763px) { #wDXVC9O1A8vaL08W3bXTNrWu2mwxtaQH { width:5.1875rem;height:4.625rem;top:0rem;left:42.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZ3m7bGnTOMvfCCJncdTAU1gWU9xVmAu { display:block; }
 }@media only screen and (max-width: 763px) { #hmLIm9yuPf9O4LlTX0IXZTl4W8k78rom { width:10rem;height:4.625rem;top:0rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQyAGTBuD4TyBTAfC34K4bROwc78DGul { display:block; }
 }@media only screen and (max-width: 763px) { #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv { display:block; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y49FnnmSHRXW8sUkmz7aOq8yn3DbVMIh { top:5.125rem;left:0rem;width:34.75rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrWcgCJqoZZtTRokWRMaURczpdcfT9gI { top:6.875rem;left:0rem;width:27.8125rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXA0kxkyhDX8i67101m4mTp6BiLu6Teo { top:13.0625rem;left:0rem;width:27.8125rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptu9H97uWFNQh4RON6laP7egIgoHts4n { top:18.0625rem;left:0rem;width:27.8125rem;height:;font-size:0.875rem;display:block; }#Ptu9H97uWFNQh4RON6laP7egIgoHts4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba20662d-b532-438a-a41e-c10f3c95fa96/Rectangle21.svg); }
 }@media only screen and (max-width: 763px) { #S1K3J1FambBEgxkqoaUcB18HscmmSt7O { width:27.125rem;height:2.875rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu2Hcod74IkGzAERsPUTzE2Nk050llmq { display:block; }
 }@media only screen and (max-width: 763px) { #BWi3txHcEe75s1XBViX8LGgMQ5d6NuMe { width:9.5rem;height:33.75rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2cTsAqvZ3IGTI2mFmtHkRWxJV3Tn66s { width:9.5rem;height:33.75rem;top:0rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7OF0VmMeZUiQ3RZLFT31TlKUNnIXuuD { width:27.125rem;height:2.875rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim { display:block; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8A4ON4bXA4f7wbdZe34ubBcFm7nBHrR { top:3.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOepsxTvbTAcwTcvg5wJFbaKHTLWJBfg { top:6.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz { display:block; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie1aceTlAixtIob99vPNRm82yak1n9AZ { top:0rem;left:0rem;width:17rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJyxDtH3Lb52NbX7bM0dusM5Ixx9Fyl { top:11.0625rem;left:0rem;width:3.1875rem;height:0;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX5URg1s0uCHezh6M66Oox0hQ20qghCh { top:11.5625rem;left:0rem;width:17.4375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeul7Q2xyZn2EmbdNVTVCtAS6gZaFTn { top:11.5625rem;left:16.1875rem;width:15.5625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAuxiXwtx0U02vzvnAHWcdRc7M93CbU4 { top:11.0625rem;left:15.875rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgC8NFuW4Ffh9ls4uNhuKNNpCziPTCKV { top:0rem;left:15.3125rem;width:16.4375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPW8Ni90sXu7COGlCDSWuJwV3Pn6wXTn { top:11.5625rem;left:31.1875rem;width:16.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJ6UIhLTIBZoin078NcXG5JMeTpKsCN { top:11.0625rem;left:31.75rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHdPcL6bEERKm4ibpvKhlJopQwXKq8v { top:0rem;left:33.4375rem;width:11.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD5ASyyD5UJ26Lm2cSbNURR4dO5HWQIa { top:3.875rem;left:42.0625rem;width:5.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2VFSMVMz8glVqwwBlmZb8Wge76Ji5N { top:9.1875rem;left:46.125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylMeIfNnd7lHoiJa20wZOkOJEydbAgi { width:3.5rem;height:3.0625rem;top:4.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txe8LUMMiTRmM5y6M4VQB12LFEwct1Jd { width:1.9375rem;height:1.875rem;top:7.4375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx { display:block; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4mDGfWe8mWvo1GmVxO1QaA1LQqn3Ap4 { top:13.4375rem;left:6.1875rem;width:17.6875rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1fDJBkeoozUwkdJJZwGbF5PqREPWar { top:12.9375rem;left:6.625rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0vMBswu8aDKiJsCcrK2lcFahvrwKWdC { top:1.4375rem;left:6.875rem;width:16.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJ4qLA7HqXrhBu0uznoTRLh5dMBGGT1 { top:13.4375rem;left:23.875rem;width:16.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c351lfeBBfLdQRE1aTEcEbrwgxMCBzwV { top:12.9375rem;left:23.875rem;width:3.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWVDo9JPDPMRTPTC7uu7w2hF8MZuoHlq { top:0rem;left:23.875rem;width:23.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS { display:block; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUmmoshX2NbpvuG9WD3R1TvQ4iXKdOEp { width:11.0625rem;height:2.875rem;top:0rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv8e1gWEBUkEMb7tluBf2fcexrEpsLDm { display:block; }
 }@media only screen and (max-width: 763px) { #pUu0q6Siwz8X8KZFJ7p7leTzFKDZlVsJ { width:11.0625rem;height:2.875rem;top:0rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgPHXGB2DkVn3rfiNCSM49sPpuFwMso { display:block; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MofnuNHgHPBrPR5vL9aG2ru5syQxgfTt { top:3.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyNWl7xpx9uOXMuLRV6GUqGaoKIbsS9 { top:6.9375rem;left:0rem;width:15.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PV7gIIAH5wcesFUu7Wl5GAvVqNnesK { top:9rem;left:0rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdqoZwrA8LefoemSpiJIEZobCXpzEWa4 { top:9.5rem;left:0rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHgT3INhJypoTm4AvS6cDqTTTaf1oMmH { top:14.6875rem;left:0rem;width:10.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2HakPs0JVQiL4AI0XDhoxkpZoiuQRM { top:18.9375rem;left:0rem;width:12.75rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggdpU34gOfDvnrzc7yu3xt6B4iIKQ9Z5 { top:6.9375rem;left:7.875rem;width:15.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfKDiRrOT936Jt2oGLgAys3CgBHItIK { top:9rem;left:12.4375rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MIezFEdUazBTQuUyJnh2qravvG3J8x { top:9.5rem;left:13.4375rem;width:4.0625rem;height:0;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTSAlqMB4TETUFg7DhFAQQXR6NZqIEF { top:14.6875rem;left:9.125rem;width:12.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTk97MGF7hqpuPw2v9hNZlDOgAa1A1W { top:18.9375rem;left:9.1250019073488rem;width:12.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5XfIOev93LKVyvpM4ClyQRl7pB44Khg { top:6.9375rem;left:32.5625rem;width:15.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBmmuTxadfaMQAy72XiOhq8G8boMoG3 { top:6.9375rem;left:24.75rem;width:15.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa5bwHQb5Q7BpRirWUHVUdBVd4TToiXq { top:9rem;left:41.6875rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlzT2DBKoInxBFfe4qeTyRRGiTK3EwS { top:9.5rem;left:43.6875rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQMJ01SVfMR8J11A89PqKP2nSa70fAUK { top:9rem;left:29.3125rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFxNuZz15tCQQQ2md79F9idPVTXQZetT { top:9.5rem;left:30.3125rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbpxflZs18dWyO5tLH0BBGGCHwAJr0v3 { top:14.6875rem;left:27.125rem;width:10.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIf650ZLZ8kMwgaScHsb9iMu1P5dOXU { top:14.6875rem;left:35.0625rem;width:12.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZdB8O4UyPyG7pQOAVg2ikRmv4JTQuy { top:18.9375rem;left:26.000001907349rem;width:12.75rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpESa4SNoP4fN7RPr9fg219uG4LCaf6o { top:18.9375rem;left:34.375rem;width:13.375rem;height:8.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm { display:block; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NomzUglnHhZkMsK3uNl0K7ytXdOf8ArW { top:0rem;left:0rem;width:15.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt30cedWDQc7h2K2psL6JvRNSoqo5ZRF { top:2.0625rem;left:0rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPkBTPT02vTIqBs9TT5kQIdlW092JDk { top:2.5625rem;left:0rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVkphOUF2AAFzp1uIenrzVlnKs2gca7 { top:7.75rem;left:0rem;width:10.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRNHUQL8mFgBZOCrZ9Z0Z7zRrgdsMXhf { top:12rem;left:0rem;width:12.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PlV9oUK76w2NGKEHtIAEw5KC89aaTE { top:0rem;left:7.875rem;width:15.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlrRSGoaBzUTD4ML7uFooVf7vulsBZ5 { top:2.0625rem;left:12.4375rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypxV72PLtGWRhMScD3PZzdK7V1B9hkpM { top:2.5625rem;left:13.4375rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfwATEacmulxRDHz7SXeyNHGEkEaQv4l { top:7.75rem;left:9.125rem;width:12.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgFrSdz7TiFBanOHT2O5pcZTSW1Fd7m { top:11.9375rem;left:9.1246337890625rem;width:12.6875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPghZih9oQsVEiLThM7h2CyHG4efwCV { top:0rem;left:32.5625rem;width:15.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCn7zd8Qf8nVWaeJCCA2KTRsVACliTt0 { top:0rem;left:24.75rem;width:15.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IayVTFQukx8exFRsDsT1TkJpi10AZ6TR { top:2.0625rem;left:41.6875rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALi74rG7GKy49ipD5HpsgXfoIP8J3uu { top:2.5625rem;left:43.6875rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMHDTp9CRzy74MPFdadpvVChHI9xR6g1 { top:2.0625rem;left:29.3125rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4AVdqTPo1zhuzEkTThgRwtiiX7MtA7 { top:2.5625rem;left:30.3125rem;width:4.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsUsvNcASHtBaioUCWpFwdqwNb6ywMPs { top:7.75rem;left:26.28125rem;width:12.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AHUEVNMq2guVOz3FLUnZH9d1XViXll { top:7.75rem;left:35.0625rem;width:12.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfMiTQZOcL5quvqqtP6giFkUiTNLDBNl { top:12rem;left:25.4375rem;width:13.8125rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npdk6egXLCb2vQoCUAaC5EfnQ4UQgkA3 { top:12rem;left:34.375rem;width:13.375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf0oI4fZaxcz3p3AtEvI6qDTs3wgM0EJ { top:22.6875rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yayir6kgtMyvPIzZTVaLP6qhmQwL1FeM { width:11.0625rem;height:2.875rem;top:26.1875rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOmaoEivJThcDgq9NMWXJNvRIFQVIMhM { display:block; }
 }@media only screen and (max-width: 763px) { #Rd2SPbcglCqOfSzwP0WOsZU1LAagthQE { width:11.0625rem;height:2.875rem;top:26.1875rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f { display:block; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltkkC0U6PzyGAbegB1P0ID0SeSNhBBv6 { top:3.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxlhTCDTltTXPQcq61lThTtSs5pxfat { top:6.875rem;left:0rem;width:47.75rem;height:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHw995cqo5wy9HPlmRWUdbwptzqGWcU5 { top:11rem;left:0rem;width:47.75rem;height:35.200320512821rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck { display:block; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSaN1BpkO8Zl5iR2MxcIXAPBJNPyLLI { top:0rem;left:1.25rem;width:9.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFvpSFLKbmWQ16ls3OsfoO6ale2coSBu { top:10.6875rem;left:0rem;width:12.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJdPb3vJhQ7DmvceQQdfWpSn1biQMdbE { width:5.5625rem;height:2.0625rem;top:16rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ZB7Jp5A9Tcz0BmBom44izBR7QuMN55 { display:block; }
 }@media only screen and (max-width: 763px) { #W7QDvG9BvkfiTLP8O8vEiDFvKXyFQcce { top:16.75rem;left:7.59375rem;width:1.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hISxtV5FI5NPVzJU0zxMTQnlUDRzi7Ps { width:5.5625rem;height:2.0625rem;top:16rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndkNIqvGkRLfog2TpunT6oRfItpOwol { display:block; }
 }@media only screen and (max-width: 763px) { #IkEKEM0zTToyO35osphJm2hJpyrdGCzh { top:10.6875rem;left:10.0625rem;width:13.8125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIrgUfUriU5q0Q6M0TU0dSSA1crUSVG { top:0rem;left:13.21875rem;width:8.9375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaIItgM48Aa0p9WZKCfnZRGCEI2zPup { top:16.75rem;left:19.53125rem;width:1.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllotZATxrypSDDXtOFB604Q7WfAerae { width:5.5625rem;height:2.0625rem;top:16rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPx9M6HlQirkZzApf5C9yWHZi3qRcL5u { display:block; }
 }@media only screen and (max-width: 763px) { #ZqitmfhA89CXIJ4cpQoz1PrZVMCfaJeJ { top:10.6875rem;left:21.5625rem;width:14.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP95fHsOR1P6zbkHxH6QRcvlcHC7CnTb { top:0rem;left:25.15625rem;width:9.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICMfK6FkssyJvJQVRzn2fbFJDlbFmG81 { top:16.75rem;left:31.46875rem;width:1.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugp6wD6CXZs3mtZ7vVei3C4pOJBfkwl2 { width:5.5625rem;height:2.0625rem;top:16rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvT0STRMHGeZKh3vmgdcSb7lZXUAIRWQ { display:block; }
 }@media only screen and (max-width: 763px) { #Egw1pi5LBnK8c6hXLTKH4UpF4rFylcKz { top:10.6875rem;left:35.25rem;width:12.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7PqqG7sydFGQwUei6iIwzCgoJdlWGD { top:0rem;left:37.09375rem;width:9.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaehNlM8gRFpX3pvoMQptkCeEUgB8zM { top:16.75rem;left:43.40625rem;width:1.1875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta { display:block; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cN4te6zIgwNyvmy97ERdkevxctnD5rTt { width:11.0625rem;height:2.875rem;top:0rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2TmWZ38FKABGApJBfxsxcpn65d48pX { display:block; }
 }@media only screen and (max-width: 763px) { #dydL6mVPb7bmlDnDGTZqIB4Ta2xDCtXT { width:11.0625rem;height:2.875rem;top:0rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI { display:none; }#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oGhKQD091GLuQ9nXkpnNV6kyNWZp50kh { top:3.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D { display:none; }#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bC1WMaVLWOcLJ8iwiom5ssET7eyRa6y6 { top:0rem;left:1.8125rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbaNXfWkO8KUz4gkO6B1C5C9QT5QJCI { top:2.9375rem;left:6.34375rem;width:35.0625rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTnoJOJdfvM6gWl1MILn3ghy7o6Gq3E { top:7.0625rem;left:42.375rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZau35FkNxs8ZOdat65ysW6B4zT2UNGD { top:4.875rem;left:45.3125rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4W4BXNAKTse31RcgUd33HDoAFUQf3Q { top:14.6875rem;left:6.34375rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb52O5ix5gG4ovIlpVmcQ6bMIVvWTATG { top:16.3125rem;left:17.4375rem;width:12.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOFoHU0l5eo5DSOhJsHzA6d97aer89v { display:none; }#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L64g3HKa32Jem0lDOUCbbshW6TmxcDwG { top:0rem;left:1.8125rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdPss7qFhPCxZbDvTPQM8vPbOiLmRMI7 { top:4.875rem;left:0rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQkmUG12GP88vPpFldiNzCS0OwTVdEv { top:2.9375rem;left:6.34375rem;width:35.0625rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNXT6caq4JI6ibBtInN6vuDUbEGTmuiV { top:7.0625rem;left:42.375rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v910N4VTZ10IfqpBRVEz4ORc6UbTDCNR { top:4.875rem;left:45.3125rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTo3ZHmEJKsyyJJIWNpViecFfEaM9lPX { top:14.6875rem;left:6.34375rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBm7dwnwGNP1EDFvQvul4c8gTHgMZzoT { top:16.3125rem;left:17.4375rem;width:12.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A { display:none; }#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cbfi1l3BQIPtriNOkylHgfpyT2MJXlfv { top:0rem;left:1.8125rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1BIJzEdeOp2t323UxUdV8B4C6dycu80 { top:4.875rem;left:0rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Wid64941HunCWO7LT4RyzQF62Q71Th { top:2.9375rem;left:6.34375rem;width:35.0625rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txMGRW44z0pyBFadNpP8kmTdbU4yqfPC { top:7.0625rem;left:42.375rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fUENkKTROeT0as6QQRD3a2i4gIBIPi { top:4.875rem;left:45.3125rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrXXwuVkPqJ2EeI2LDghXoUw8pgyEhvC { top:14.6875rem;left:6.34375rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG1ATmzhel24tZUXlRJLeqIxCwHd3a7h { top:16.3125rem;left:17.4375rem;width:12.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK { display:none; }#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ek6HBl2QUA1K1wGrGF23RsTxlizdr65y { top:0rem;left:1.8125rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSyTR2J2sduhih5Hfoe9XaUMbgKiR8m { top:4.875rem;left:0rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoLEQTGuTNFFZNghJ9nbu2tI4zDBp04a { top:2.9375rem;left:6.34375rem;width:35.0625rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7F2Qg8TTvv9nqo7sHQIWT0DaB8xOhMJ { top:7.0625rem;left:42.375rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLHcTzMbhEtu9kNGm9HmFhorUreOEWx { top:4.875rem;left:45.3125rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSsAeoJqmtpJLVovG1X3277a1hPNMmWe { top:14.6875rem;left:6.34375rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riZq3H1ZcbeKbSf8ECrFmyBulORBZB0F { top:16.3125rem;left:17.4375rem;width:12.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWHvCnfnQPakxvOVU3nQmywTOEemBog { display:none; }#rtWHvCnfnQPakxvOVU3nQmywTOEemBog > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qq36PnxMKTloHlAHQT3LRtyk6DlRFCXr { top:0rem;left:1.8125rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB52u5qgOh1fNyfgMKneeJnRhLCBghio { top:4.875rem;left:0rem;width:2.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM3gm15qaR5LEbbd6zpldZyixNnL3MDG { top:2.9375rem;left:6.34375rem;width:35.0625rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En5oia2kaMiAAuyS1xcseP9N6hJdCPNF { top:7.0625rem;left:42.375rem;width:3.1875rem;height:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQA9IbS0D1SIDtHlZpbL9G3mCCVw3bE6 { top:14.6875rem;left:6.34375rem;width:35.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBGpJ684nHL4gK4ooewT84o20hxnkNXJ { top:16.3125rem;left:17.4375rem;width:12.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F { display:none; }#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEqBKJzcb6pKEutRRZHAp5k3gyNvDF7M { top:0.625rem;left:20.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kepEFhchLzmBhOWNZMu4IClm1tX22qak { top:0.625rem;left:22.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4N1slvgiFkxsmKCphZG1HNGItlFH82G { top:0.625rem;left:23.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgqAxbzT2A4v6bJaSZTIhnMqrlEeSeFy { top:0.625rem;left:25rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR6cpNolTzF3ucsU0xvluxHSEIkyaPJU { top:0.625rem;left:26.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZJhTCNTTk6mCGSz4AP2DfrgQaBnmJT { width:11.0625rem;height:2.875rem;top:4.5625rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH3kbtw99Ipun708GhQ1AaeCDyhotK2Q { display:block; }
 }@media only screen and (max-width: 763px) { #FC3eodsL4nPeb14ebEAhP5ngCclDVL8p { width:11.0625rem;height:2.875rem;top:4.5625rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw { display:block; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBZrr3H1APc3uTpwN58610UJAXThHRoO { top:3.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl { display:block; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL0iRSy0aLODbFSO8vAlI6mkz4LHCNOk { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbaw2GmTFdZ9lhmCsdAvOEWZwReCJCoW { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDykbqxFJpwygGBK03qhS39S8dM8Prol { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJmKZxk32qtiazk2UNOTF9TPUtOPRdm { display:block; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdV1PAB18K77BnQguRQWC2OLgRoh48e5 { top:0rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcaAWTmnA1lqVLwknlmttCQNngBIEA4u { top:1rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb { display:block; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfA4Rir0nD1hlr0Fukb8e8bK0MqnCOgC { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhmKySg1CVrg3s6g2bkgT9AI6vvJb79o { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXZMeJMBD3oUpzeGST8F3oDRKVcVr7R { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N { display:block; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpf4kQlv3kv620HMBdT0U1IbeoAF8GdC { top:0rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75n1oJxuTEVxAKvQe3lJxxmKTy6fduM { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN { display:block; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVNzsn8yGcSkNxA5H8WNomLa1Hdi1L2J { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnp6OVdlasAdlRdZJyDeCvJ72uzZApW6 { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XahDdCA9FZHU4FEUGOWiHLtPp9BmXON6 { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 { display:block; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8bLT8474C1uMNBsgCruwcT3usI2H2Br { top:0rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4gT4OPs6Qexg7JUOHRIqeRwnwegJCf { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR { display:block; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPrA9ev2CG6pUd7pLupFHbRK3a4Sac0o { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIG6ClCMbAUTuBNX2xhKaUueN7NBScHG { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ZdrsoqKfQEAUQD4q5bavmT3fZEIQ4J { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 { display:block; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFme45Ww6CSfG2Bb8TNLfpr4Xb389hX2 { top:0rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnvmUZWevtzUKG4pJXfEBBUJcvV0Cn5 { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n { display:block; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En6GUAy22nE8P6TgT8rbTb2DsFewAK7a { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHoTQ5LSfJpw2xIvphrHJhs8y2Hvmdwb { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3X87JCt40QvJi9HlqrAI3LRwfHDmVW { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM { display:block; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uq46aZNoCfSS30Ccwmg100gvvr2GoQTi { top:0rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwDaxhdVAuDZXD0n5bGuk2DLqwu5Twar { top:1rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs { display:block; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSiPCkHSvt3XdcrWUR8z0ct59XHTiJwO { top:0.1875rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQRmKTZKK1hHkksQqbNUDD1XPgNfHRE { top:1.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVExmLgESsZdHeXPcthEgoHqATIsguSF { top:0.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y { display:block; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC93u5Lh623EJTWGIZL7mMkX0ieaKoa2 { top:0rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGN5k805LJHtvyFbdDrlPlkPv64vEdqZ { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd { display:block; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laTa3AChaNp6zqxdpMdpyBkyDFa6Tltp { width:11.0625rem;height:2.875rem;top:3.3125rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSaNBLD0NUJBhgqGCVlugBG03K8wsL3 { display:block; }
 }@media only screen and (max-width: 763px) { #qCWaJxSUfnhUoPwgTDG3aivTyCR4UmGG { width:11.0625rem;height:2.875rem;top:3.3125rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA { display:block; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hizyzr6GyKnONTWcmTmZvy8fKWJI62CV { top:8.4375rem;left:0rem;width:28.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkvuz4bsQ5gpOAEeaM5DanWVcJE5VFGV { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXoP625kwSNQdctv51CQ70Wr7xAgnZeh { top:14.375rem;left:9.75rem;width:28.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrNkNTkAtUsGbsN2uKPt9TPPAlReJXUt { top:15.875rem;left:9.75rem;width:28.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOGCINhmvbxghCcmH6dZwhKOumlI5iq { top:21rem;left:9.75rem;width:28.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtbweMQo2ol4ZDVXnRzCDkUIJtOE3EDL { top:22.5rem;left:9.75rem;width:28.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TRGm8GSAfH4OWhlUEGigfEncGOS4qy { top:30rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa { display:block; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dphwSBm0CcL6rJCJ2R9Mdi4FBWdwtuv6 { top:1.5625rem;left:11rem;width:8.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPydl2UvhV5QdH9eivXfXJbQsm1nLHZ { top:1.5rem;left:22.625rem;width:3.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jik8lgS48SkNnTwrcUMRHou8DTCwp0Ay { top:1.4375rem;left:28.6875rem;width:8.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXpgmaSkl8n30I5lbrqiOVX2qc1lXxrU { top:5.625rem;left:9.4375rem;width:9.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0JAEftxDrJ3W4Wbu9IzTb9vIl6nwVS { top:5.6875rem;left:18.1875rem;width:2.125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyd5ABzZQxrF2vktEfRFu47hLKA7JB1P { top:5.6875rem;left:20.0625rem;width:6.3125rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CegTIXLnMCCpIh2VJfTMvMvDVAO7kRel { top:5.625rem;left:27.8125rem;width:10.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKrU8OiZiB5eoH1THBKrTTK0ywLtB1T { top:5.625rem;left:26.0625rem;width:2.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp2t4ZahsxmgmBErVRfCQ1gFPxOOnBx8 { top:12.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e43hcrPfHydvzbZ8smy00i5XHdFVpd6d { width:15.75rem;height:1.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRDduGBGpnqhS9NSnP4psAND0HaDTKcf { width:11.625rem;height:4.625rem;top:6.3125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXrR862Tz0z5CcRP998JhVrDw3FCakuv { display:block; }
 }@media only screen and (max-width: 763px) { #Cx5PtuPHvTeqCfL4uD9pqUI2PA5f0iQ1 { width:1.25rem;height:0.8125rem;top:4.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyQZhpVK7ieTNrwPhC98T3FTWv2ItIuM { width:5.8125rem;height:4.625rem;top:12.1875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0ff0T4LruPpFWlTwoDJTOSNSZBPzRu0 { display:block; }
 }@media only screen and (max-width: 763px) { #FSpKrBwpm5ousGDlA2h1OfL41l5xnFf9 { width:4.125rem;height:4.625rem;top:23.9375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgAAspnhzTCysgTSvAnWduegL9VRDbw2 { display:block; }
 }@media only screen and (max-width: 763px) { #g1TRFVdZUdkWOqSRRvR3aeacOOESODJM { width:5.1875rem;height:4.625rem;top:29.8125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXggsoyBp8sZ9394Q6McKfCMM6t3eg1O { display:block; }
 }@media only screen and (max-width: 763px) { #e35HGqSnn4oC9gqe60pQVHTS9KCN4xec { width:10rem;height:4.625rem;top:35.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #URJ3VguWiDOGuxJEAiR0W96Em1xbeiye { display:block; }
 }@media only screen and (max-width: 763px) { #dddhAf19p5Tf1I5lS9U6Vcgm9I2CbCZc { width:1.25rem;height:0.8125rem;top:41.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEa4bJDkLPB5HUJzm9GcIzDk5adgT8HQ { display:flex;top:0.625rem;left:17.375rem;width:2.4375rem;height:2.4375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 { display:block; }#lqbTVTv0kuFnEAXD0TsuLxX2fbl7lWA6 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsmKcr4iKrb2vTeSgpGU0kCb5EFqbHbt { width:11.625rem;height:3.125rem;top:1.46875rem;left:4.8125rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bfa2TKmVorXznwzCa3PQReeHw5JAIQGS { display:block; }
 }@media only screen and (max-width: 763px) { #EL32NvZ0WXKIW96nypw63BeWro40abrQ { width:1.25rem;height:0.8125rem;top:2.625rem;left:3.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EPCITInW3RBMzdQpvp9IWPcsucvC0kHh { width:5.8125rem;height:3.125rem;top:4.59375rem;left:7.09375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DQLNbk7I4WNNlslyXdECpqiOrKVQ5E3X { display:block; }
 }@media only screen and (max-width: 763px) { #rkguCH2xM2g5Vc3vWlHx3e9PdyFP7CvC { width:4.125rem;height:3.125rem;top:7.75rem;left:7.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #AE9iE5KEIf9JOZGaCKKsGcvGZewoIbc4 { display:block; }
 }@media only screen and (max-width: 763px) { #wDXVC9O1A8vaL08W3bXTNrWu2mwxtaQH { width:5.1875rem;height:3.125rem;top:10.875rem;left:7.4375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3m7bGnTOMvfCCJncdTAU1gWU9xVmAu { display:block; }
 }@media only screen and (max-width: 763px) { #hmLIm9yuPf9O4LlTX0IXZTl4W8k78rom { width:10rem;height:3.125rem;top:14rem;left:5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #LQyAGTBuD4TyBTAfC34K4bROwc78DGul { display:block; }
 }@media only screen and (max-width: 763px) { #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cfd390a0-b6c1-422d-a8bb-638a8df00c42/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.adaptive-delivery-prevent-bg, #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.lazyload, #mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv.lazyloading { background-image: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { background-color: transparent; background-image: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container > .video-iframe-container { display: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row > .video-iframe-container { display: none; }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .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); }#mRvUbIryhdO1DFT9u6PvC6m5XX9GcRVv > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y49FnnmSHRXW8sUkmz7aOq8yn3DbVMIh { width:20rem;height:28.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrWcgCJqoZZtTRokWRMaURczpdcfT9gI { width:20rem;height:4.225rem;top:3.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXA0kxkyhDX8i67101m4mTp6BiLu6Teo { width:20rem;height:2.76171875rem;top:8.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ptu9H97uWFNQh4RON6laP7egIgoHts4n { width:15.4375rem;height:13.0595625rem;top:12.75rem;left:2.3125rem;font-size:0.875rem;display:block; }#Ptu9H97uWFNQh4RON6laP7egIgoHts4n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ba20662d-b532-438a-a41e-c10f3c95fa96/Rectangle21.svg); }
 }@media only screen and (max-width: 763px) { #S1K3J1FambBEgxkqoaUcB18HscmmSt7O { width:15.5625rem;height:2.875rem;top:26.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu2Hcod74IkGzAERsPUTzE2Nk050llmq { display:block; }
 }@media only screen and (max-width: 763px) { #BWi3txHcEe75s1XBViX8LGgMQ5d6NuMe { width:9.5rem;height:33.75rem;top:32.4375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2cTsAqvZ3IGTI2mFmtHkRWxJV3Tn66s { width:9.5rem;height:33.75rem;top:67.4375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7OF0VmMeZUiQ3RZLFT31TlKUNnIXuuD { width:15.5625rem;height:2.875rem;top:26.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim { display:block; }#x1Uwp2P8RU1cMi9slqRvlQl9LC2H9fim > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8A4ON4bXA4f7wbdZe34ubBcFm7nBHrR { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOepsxTvbTAcwTcvg5wJFbaKHTLWJBfg { width:20rem;height:11.0215rem;top:5.2999992370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz { display:block; }#IXfyB1MA1n3mOfuhzKBNeIO5gC7ygAuz > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie1aceTlAixtIob99vPNRm82yak1n9AZ { width:17rem;height:9.75rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJyxDtH3Lb52NbX7bM0dusM5Ixx9Fyl { width:3.1875rem;height:2.6rem;top:11.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX5URg1s0uCHezh6M66Oox0hQ20qghCh { width:16.3125rem;height:9.796875rem;top:12.0625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeul7Q2xyZn2EmbdNVTVCtAS6gZaFTn { width:15.5625rem;height:3.673825rem;top:35.46249961853rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAuxiXwtx0U02vzvnAHWcdRc7M93CbU4 { width:3.1875rem;height:2.6rem;top:35.212501525879rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgC8NFuW4Ffh9ls4uNhuKNNpCziPTCKV { width:16.4375rem;height:9.9375rem;top:24.14999961853rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPW8Ni90sXu7COGlCDSWuJwV3Pn6wXTn { width:15.6875rem;height:3.673825rem;top:53.924999237061rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJ6UIhLTIBZoin078NcXG5JMeTpKsCN { width:3.1875rem;height:2.6rem;top:53.674999237061rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHdPcL6bEERKm4ibpvKhlJopQwXKq8v { width:11.8125rem;height:9.875rem;top:41.237499237061rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD5ASyyD5UJ26Lm2cSbNURR4dO5HWQIa { width:5.5625rem;height:7rem;top:45.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2VFSMVMz8glVqwwBlmZb8Wge76Ji5N { width:1.0625rem;height:1.0625rem;top:50.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylMeIfNnd7lHoiJa20wZOkOJEydbAgi { width:3.5rem;height:3.0625rem;top:28.85000038147rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txe8LUMMiTRmM5y6M4VQB12LFEwct1Jd { width:1.9375rem;height:1.875rem;top:48.737500190735rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx { display:block; }#KAH0FHTyUNb0Ubtg3AhMmOqTsMdUDxWx > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4mDGfWe8mWvo1GmVxO1QaA1LQqn3Ap4 { width:15.6875rem;height:9.796875rem;top:13.0625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1fDJBkeoozUwkdJJZwGbF5PqREPWar { width:3.1875rem;height:2.6rem;top:12.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0vMBswu8aDKiJsCcrK2lcFahvrwKWdC { width:16.4375rem;height:10.375rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJ4qLA7HqXrhBu0uznoTRLh5dMBGGT1 { width:15.5rem;height:4.8984375rem;top:37.16250038147rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c351lfeBBfLdQRE1aTEcEbrwgxMCBzwV { width:3.1875rem;height:2.6rem;top:36.91250038147rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWVDo9JPDPMRTPTC7uu7w2hF8MZuoHlq { width:20rem;height:10.2375rem;top:25.362499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS { display:block; }#QJ6dKaxgnvoUyOFeiqOg8X8F7hzTUdkS > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUmmoshX2NbpvuG9WD3R1TvQ4iXKdOEp { width:11.0625rem;height:2.875rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv8e1gWEBUkEMb7tluBf2fcexrEpsLDm { display:block; }
 }@media only screen and (max-width: 763px) { #pUu0q6Siwz8X8KZFJ7p7leTzFKDZlVsJ { width:11.0625rem;height:2.875rem;top:1.25rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgPHXGB2DkVn3rfiNCSM49sPpuFwMso { display:block; }#omgPHXGB2DkVn3rfiNCSM49sPpuFwMso > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MofnuNHgHPBrPR5vL9aG2ru5syQxgfTt { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyNWl7xpx9uOXMuLRV6GUqGaoKIbsS9 { width:9.6875rem;height:20.375rem;top:6.0124998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PV7gIIAH5wcesFUu7Wl5GAvVqNnesK { width:6.0625rem;height:4.5rem;top:7.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdqoZwrA8LefoemSpiJIEZobCXpzEWa4 { width:4.0625rem;height:2.6rem;top:8.0625rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHgT3INhJypoTm4AvS6cDqTTTaf1oMmH { width:8rem;height:2.2744125rem;top:13.262500762939rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2HakPs0JVQiL4AI0XDhoxkpZoiuQRM { width:9.0625rem;height:7.9604375rem;top:17.075000762939rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggdpU34gOfDvnrzc7yu3xt6B4iIKQ9Z5 { width:9.6875rem;height:20.375rem;top:6.0124998092651rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfKDiRrOT936Jt2oGLgAys3CgBHItIK { width:6.0625rem;height:4.5rem;top:7.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MIezFEdUazBTQuUyJnh2qravvG3J8x { width:4.0625rem;height:2.6rem;top:8.0625rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTSAlqMB4TETUFg7DhFAQQXR6NZqIEF { width:9.6875rem;height:3.41161875rem;top:13.262499809265rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTk97MGF7hqpuPw2v9hNZlDOgAa1A1W { width:8.875rem;height:6.82325rem;top:17.074999809265rem;left:10.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5XfIOev93LKVyvpM4ClyQRl7pB44Khg { width:9.6875rem;height:23.8125rem;top:27.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNBmmuTxadfaMQAy72XiOhq8G8boMoG3 { width:9.6875rem;height:23.8125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa5bwHQb5Q7BpRirWUHVUdBVd4TToiXq { width:6.0625rem;height:4.5rem;top:28.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlzT2DBKoInxBFfe4qeTyRRGiTK3EwS { width:4.0625rem;height:2.6rem;top:29.125rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQMJ01SVfMR8J11A89PqKP2nSa70fAUK { width:6.0625rem;height:4.5rem;top:28.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFxNuZz15tCQQQ2md79F9idPVTXQZetT { width:4.0625rem;height:2.6rem;top:29.125rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbpxflZs18dWyO5tLH0BBGGCHwAJr0v3 { width:8.25rem;height:2.2744125rem;top:34.375rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIf650ZLZ8kMwgaScHsb9iMu1P5dOXU { width:6.6875rem;height:3.41161875rem;top:34.375rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZdB8O4UyPyG7pQOAVg2ikRmv4JTQuy { width:9.0625rem;height:9.097625rem;top:38.125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpESa4SNoP4fN7RPr9fg219uG4LCaf6o { width:9.25rem;height:11.3720625rem;top:38.125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm { display:block; }#LdTJnBB5bt0VTmM4hzgAccbsmeHncxGm > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NomzUglnHhZkMsK3uNl0K7ytXdOf8ArW { width:9.6875rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt30cedWDQc7h2K2psL6JvRNSoqo5ZRF { width:6.0625rem;height:4.5rem;top:1.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFPkBTPT02vTIqBs9TT5kQIdlW092JDk { width:4.0625rem;height:2.6rem;top:2.125rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVkphOUF2AAFzp1uIenrzVlnKs2gca7 { width:8.5625rem;height:2.2744125rem;top:7.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRNHUQL8mFgBZOCrZ9Z0Z7zRrgdsMXhf { width:8.6875rem;height:5.68603125rem;top:11.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PlV9oUK76w2NGKEHtIAEw5KC89aaTE { width:9.6875rem;height:20.4375rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlrRSGoaBzUTD4ML7uFooVf7vulsBZ5 { width:6.0625rem;height:4.5rem;top:1.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypxV72PLtGWRhMScD3PZzdK7V1B9hkpM { width:4.0625rem;height:2.6rem;top:2.125rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfwATEacmulxRDHz7SXeyNHGEkEaQv4l { width:8.625rem;height:2.2744125rem;top:7.4375rem;left:10.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgFrSdz7TiFBanOHT2O5pcZTSW1Fd7m { width:8.9375rem;height:7.9604375rem;top:11.25rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPghZih9oQsVEiLThM7h2CyHG4efwCV { width:9.6875rem;height:21.6875rem;top:21.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCn7zd8Qf8nVWaeJCCA2KTRsVACliTt0 { width:9.6875rem;height:21.6875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IayVTFQukx8exFRsDsT1TkJpi10AZ6TR { width:6.0625rem;height:4.5rem;top:22.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALi74rG7GKy49ipD5HpsgXfoIP8J3uu { width:4.0625rem;height:2.6rem;top:23.25rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMHDTp9CRzy74MPFdadpvVChHI9xR6g1 { width:6.0625rem;height:4.5rem;top:22.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4AVdqTPo1zhuzEkTThgRwtiiX7MtA7 { width:4.0625rem;height:2.6rem;top:23.25rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsUsvNcASHtBaioUCWpFwdqwNb6ywMPs { width:7.375rem;height:3.41161875rem;top:28.5rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AHUEVNMq2guVOz3FLUnZH9d1XViXll { width:7.9375rem;height:3.41161875rem;top:28.856249809265rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfMiTQZOcL5quvqqtP6giFkUiTNLDBNl { width:8.9375rem;height:9.097625rem;top:32.39999961853rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npdk6egXLCb2vQoCUAaC5EfnQ4UQgkA3 { width:8.375rem;height:7.9604375rem;top:32.393749237061rem;left:10.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf0oI4fZaxcz3p3AtEvI6qDTs3wgM0EJ { width:20rem;height:2.4375rem;top:44.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yayir6kgtMyvPIzZTVaLP6qhmQwL1FeM { width:11.0625rem;height:2.875rem;top:50.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOmaoEivJThcDgq9NMWXJNvRIFQVIMhM { display:block; }
 }@media only screen and (max-width: 763px) { #Rd2SPbcglCqOfSzwP0WOsZU1LAagthQE { width:11.0625rem;height:2.875rem;top:50.25rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f { display:block; }#t5PX6CgPeJ0DJvCTLzLAyVAfCVtem38f > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltkkC0U6PzyGAbegB1P0ID0SeSNhBBv6 { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxlhTCDTltTXPQcq61lThTtSs5pxfat { width:20rem;height:39.187525rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHw995cqo5wy9HPlmRWUdbwptzqGWcU5 { width:20rem;height:14.74375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck { display:block; }#xRkAKTVgQpXtL9XTot0rv8NHQzuxCZck > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSaN1BpkO8Zl5iR2MxcIXAPBJNPyLLI { width:6.25rem;height:5.8125rem;top:0.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFvpSFLKbmWQ16ls3OsfoO6ale2coSBu { width:9.375rem;height:4.19970625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJdPb3vJhQ7DmvceQQdfWpSn1biQMdbE { width:5.5625rem;height:2.0625rem;top:14rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ZB7Jp5A9Tcz0BmBom44izBR7QuMN55 { display:block; }
 }@media only screen and (max-width: 763px) { #W7QDvG9BvkfiTLP8O8vEiDFvKXyFQcce { width:1.1875rem;height:0.75rem;top:14.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hISxtV5FI5NPVzJU0zxMTQnlUDRzi7Ps { width:5.5625rem;height:2.0625rem;top:14rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndkNIqvGkRLfog2TpunT6oRfItpOwol { display:block; }
 }@media only screen and (max-width: 763px) { #IkEKEM0zTToyO35osphJm2hJpyrdGCzh { width:9.375rem;height:5.59960625rem;top:7.6875rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIrgUfUriU5q0Q6M0TU0dSSA1crUSVG { width:6.25rem;height:7.0625rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaIItgM48Aa0p9WZKCfnZRGCEI2zPup { width:1.1875rem;height:0.75rem;top:14.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wllotZATxrypSDDXtOFB604Q7WfAerae { width:5.5625rem;height:2.0625rem;top:33.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPx9M6HlQirkZzApf5C9yWHZi3qRcL5u { display:block; }
 }@media only screen and (max-width: 763px) { #ZqitmfhA89CXIJ4cpQoz1PrZVMCfaJeJ { width:9.375rem;height:4.19970625rem;top:27.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP95fHsOR1P6zbkHxH6QRcvlcHC7CnTb { width:6.25rem;height:6.0625rem;top:19.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICMfK6FkssyJvJQVRzn2fbFJDlbFmG81 { width:1.1875rem;height:0.75rem;top:34.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugp6wD6CXZs3mtZ7vVei3C4pOJBfkwl2 { width:5.5625rem;height:2.0625rem;top:33.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvT0STRMHGeZKh3vmgdcSb7lZXUAIRWQ { display:block; }
 }@media only screen and (max-width: 763px) { #Egw1pi5LBnK8c6hXLTKH4UpF4rFylcKz { width:9.375rem;height:5.59960625rem;top:27.25rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN7PqqG7sydFGQwUei6iIwzCgoJdlWGD { width:6.25rem;height:5.75rem;top:19.84375rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaehNlM8gRFpX3pvoMQptkCeEUgB8zM { width:1.1875rem;height:0.75rem;top:34.3125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta { display:block; }#zx5QrcPZzoAD2edoPo6IAzXQM0Ay0Rta > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cN4te6zIgwNyvmy97ERdkevxctnD5rTt { width:11.0625rem;height:2.875rem;top:0rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2TmWZ38FKABGApJBfxsxcpn65d48pX { display:block; }
 }@media only screen and (max-width: 763px) { #dydL6mVPb7bmlDnDGTZqIB4Ta2xDCtXT { width:11.0625rem;height:2.875rem;top:0rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI { display:none; }#T55McCsF0mVhNFnhM0GQpNfhvb4RNQgI > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oGhKQD091GLuQ9nXkpnNV6kyNWZp50kh { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D { display:none; }#ZHmwB5mX0To3EQGyxCoZXHIwPcxVUh0D > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bC1WMaVLWOcLJ8iwiom5ssET7eyRa6y6 { width:3.1875rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbaNXfWkO8KUz4gkO6B1C5C9QT5QJCI { width:15.5625rem;height:14.7rem;top:2.7250003814698rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBTnoJOJdfvM6gWl1MILn3ghy7o6Gq3E { width:2.0625rem;height:4.0625rem;top:14.787506103516rem;left:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZau35FkNxs8ZOdat65ysW6B4zT2UNGD { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4W4BXNAKTse31RcgUd33HDoAFUQf3Q { width:20rem;height:1.4rem;top:18.465625762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb52O5ix5gG4ovIlpVmcQ6bMIVvWTATG { width:12.875rem;height:1.1375rem;top:19.99374961853rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOFoHU0l5eo5DSOhJsHzA6d97aer89v { display:none; }#xBOFoHU0l5eo5DSOhJsHzA6d97aer89v > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L64g3HKa32Jem0lDOUCbbshW6TmxcDwG { width:3.1875rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdPss7qFhPCxZbDvTPQM8vPbOiLmRMI7 { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQkmUG12GP88vPpFldiNzCS0OwTVdEv { width:15.5625rem;height:14.7rem;top:2.7250003814698rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNXT6caq4JI6ibBtInN6vuDUbEGTmuiV { width:2.0625rem;height:4.0625rem;top:14.787506103516rem;left:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v910N4VTZ10IfqpBRVEz4ORc6UbTDCNR { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTo3ZHmEJKsyyJJIWNpViecFfEaM9lPX { width:20rem;height:1.4rem;top:18.465625762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBm7dwnwGNP1EDFvQvul4c8gTHgMZzoT { width:12.875rem;height:1.1375rem;top:19.99374961853rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A { display:none; }#B2vFofpwUORBSbE6pdZJ2F99rPuXyT0A > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cbfi1l3BQIPtriNOkylHgfpyT2MJXlfv { width:3.1875rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1BIJzEdeOp2t323UxUdV8B4C6dycu80 { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Wid64941HunCWO7LT4RyzQF62Q71Th { width:15.5625rem;height:14.7rem;top:2.7250003814698rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txMGRW44z0pyBFadNpP8kmTdbU4yqfPC { width:2.0625rem;height:4.0625rem;top:14.787506103516rem;left:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fUENkKTROeT0as6QQRD3a2i4gIBIPi { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrXXwuVkPqJ2EeI2LDghXoUw8pgyEhvC { width:20rem;height:1.4rem;top:18.465625762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG1ATmzhel24tZUXlRJLeqIxCwHd3a7h { width:12.875rem;height:1.1375rem;top:19.99374961853rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK { display:none; }#JMuvXL2Ddu8zEiVXqu4aUBt6fP0GPAPK > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ek6HBl2QUA1K1wGrGF23RsTxlizdr65y { width:3.1875rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSyTR2J2sduhih5Hfoe9XaUMbgKiR8m { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoLEQTGuTNFFZNghJ9nbu2tI4zDBp04a { width:15.5625rem;height:14.7rem;top:2.7250003814698rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7F2Qg8TTvv9nqo7sHQIWT0DaB8xOhMJ { width:2.0625rem;height:4.0625rem;top:14.787506103516rem;left:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsLHcTzMbhEtu9kNGm9HmFhorUreOEWx { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSsAeoJqmtpJLVovG1X3277a1hPNMmWe { width:20rem;height:1.4rem;top:18.465625762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riZq3H1ZcbeKbSf8ECrFmyBulORBZB0F { width:12.875rem;height:1.1375rem;top:19.99374961853rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWHvCnfnQPakxvOVU3nQmywTOEemBog { display:none; }#rtWHvCnfnQPakxvOVU3nQmywTOEemBog > .row .container { width:20rem;height:22.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qq36PnxMKTloHlAHQT3LRtyk6DlRFCXr { width:3.1875rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB52u5qgOh1fNyfgMKneeJnRhLCBghio { width:1.25rem;height:2.25rem;top:8.9500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM3gm15qaR5LEbbd6zpldZyixNnL3MDG { width:15.5625rem;height:14.7rem;top:2.7250003814698rem;left:2.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En5oia2kaMiAAuyS1xcseP9N6hJdCPNF { width:2.0625rem;height:4.0625rem;top:14.787506103516rem;left:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQA9IbS0D1SIDtHlZpbL9G3mCCVw3bE6 { width:20rem;height:1.4rem;top:18.465625762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBGpJ684nHL4gK4ooewT84o20hxnkNXJ { width:12.875rem;height:1.1375rem;top:19.99374961853rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F { display:none; }#C9RzGEZKJ80NeDu7Zx2n8RXnl3QDoD6F > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEqBKJzcb6pKEutRRZHAp5k3gyNvDF7M { width:0.625rem;height:0.625rem;top:1rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kepEFhchLzmBhOWNZMu4IClm1tX22qak { width:0.625rem;height:0.625rem;top:1rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4N1slvgiFkxsmKCphZG1HNGItlFH82G { width:0.625rem;height:0.625rem;top:1rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgqAxbzT2A4v6bJaSZTIhnMqrlEeSeFy { width:0.625rem;height:0.625rem;top:1rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR6cpNolTzF3ucsU0xvluxHSEIkyaPJU { width:0.625rem;height:0.625rem;top:1rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZJhTCNTTk6mCGSz4AP2DfrgQaBnmJT { width:11.0625rem;height:2.875rem;top:4rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH3kbtw99Ipun708GhQ1AaeCDyhotK2Q { display:block; }
 }@media only screen and (max-width: 763px) { #FC3eodsL4nPeb14ebEAhP5ngCclDVL8p { width:11.0625rem;height:2.875rem;top:4rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw { display:block; }#axHIIMHwFP2IDuiiBkyeWphT0t4y9Uiw > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBZrr3H1APc3uTpwN58610UJAXThHRoO { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl { display:block; }#Ovbcf3k8R80AIeP7iJHKX57QUFhBNLXl > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL0iRSy0aLODbFSO8vAlI6mkz4LHCNOk { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbaw2GmTFdZ9lhmCsdAvOEWZwReCJCoW { width:16.5rem;height:2.2744125rem;top:0.91250038146975rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDykbqxFJpwygGBK03qhS39S8dM8Prol { display:flex;width:2rem;height:2rem;top:1.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #adJmKZxk32qtiazk2UNOTF9TPUtOPRdm { display:block; }#adJmKZxk32qtiazk2UNOTF9TPUtOPRdm > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdV1PAB18K77BnQguRQWC2OLgRoh48e5 { width:20rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcaAWTmnA1lqVLwknlmttCQNngBIEA4u { width:18.375rem;height:3.673825rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb { display:block; }#Dhgrv0lhpq6aTfyxNTq1kcegzPnTQqZb > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfA4Rir0nD1hlr0Fukb8e8bK0MqnCOgC { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhmKySg1CVrg3s6g2bkgT9AI6vvJb79o { width:16.5rem;height:2.2744125rem;top:0.91250038146975rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXZMeJMBD3oUpzeGST8F3oDRKVcVr7R { display:flex;width:2rem;height:2rem;top:1.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N { display:block; }#Zn3c8RtMwKkVailsECrhuNb8iu8K0T4N > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpf4kQlv3kv620HMBdT0U1IbeoAF8GdC { width:20rem;height:11.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75n1oJxuTEVxAKvQe3lJxxmKTy6fduM { width:18.375rem;height:8.57225rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN { display:block; }#i4lT0iUrxf3CDsPmz8Fg74A4s5S0OJTN > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVNzsn8yGcSkNxA5H8WNomLa1Hdi1L2J { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnp6OVdlasAdlRdZJyDeCvJ72uzZApW6 { width:16.875rem;height:2.2744125rem;top:0.9124755859375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XahDdCA9FZHU4FEUGOWiHLtPp9BmXON6 { display:flex;width:2rem;height:2rem;top:1.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 { display:block; }#MwdVn7LLTgzxmMclff7SoeULSMuHqkr7 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8bLT8474C1uMNBsgCruwcT3usI2H2Br { width:20rem;height:10.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4gT4OPs6Qexg7JUOHRIqeRwnwegJCf { width:18.375rem;height:7.347625rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR { display:block; }#vKwTOH0lKu9J1cSdqPDzRsLDOQl3GDNR > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPrA9ev2CG6pUd7pLupFHbRK3a4Sac0o { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIG6ClCMbAUTuBNX2xhKaUueN7NBScHG { width:16.5rem;height:2.2744125rem;top:0.91250038146975rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ZdrsoqKfQEAUQD4q5bavmT3fZEIQ4J { display:flex;width:2rem;height:2rem;top:1.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 { display:block; }#Uex2nTMKKblWeNdwwTntHJP9zvsJF6i3 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFme45Ww6CSfG2Bb8TNLfpr4Xb389hX2 { width:20rem;height:7.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdnvmUZWevtzUKG4pJXfEBBUJcvV0Cn5 { width:18.375rem;height:4.8984375rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n { display:block; }#Ppwx3IBpnTiCJfedc8m4zaabR8lUeZ1n > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En6GUAy22nE8P6TgT8rbTb2DsFewAK7a { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHoTQ5LSfJpw2xIvphrHJhs8y2Hvmdwb { width:16.5rem;height:2.2744125rem;top:0.91250038146975rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3X87JCt40QvJi9HlqrAI3LRwfHDmVW { display:flex;width:2rem;height:2rem;top:1.0625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM { display:block; }#BHmBlf9e0Vkbhhv57kT5TD59xT26n7uM > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uq46aZNoCfSS30Ccwmg100gvvr2GoQTi { width:20rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwDaxhdVAuDZXD0n5bGuk2DLqwu5Twar { width:18.375rem;height:3.673825rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs { display:block; }#b534UQHK5mSXyDcHaNc2NKOfkK2oQUMs > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSiPCkHSvt3XdcrWUR8z0ct59XHTiJwO { width:20rem;height:4.875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZQRmKTZKK1hHkksQqbNUDD1XPgNfHRE { width:16.5rem;height:3.41161875rem;top:0.9124755859375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVExmLgESsZdHeXPcthEgoHqATIsguSF { display:flex;width:2rem;height:2rem;top:1.53125rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y { display:block; }#S1xmMmMh8biTHt8MyJPTeyVUFAzwxA4y > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC93u5Lh623EJTWGIZL7mMkX0ieaKoa2 { width:20rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGN5k805LJHtvyFbdDrlPlkPv64vEdqZ { width:18.375rem;height:4.8984375rem;top:1.0281257629394rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd { display:block; }#FzIuzhep8lgT9RcWfphmqvTP2OvbKQwd > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laTa3AChaNp6zqxdpMdpyBkyDFa6Tltp { width:11.0625rem;height:2.875rem;top:2.875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSaNBLD0NUJBhgqGCVlugBG03K8wsL3 { display:block; }
 }@media only screen and (max-width: 763px) { #qCWaJxSUfnhUoPwgTDG3aivTyCR4UmGG { width:11.0625rem;height:2.875rem;top:2.875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA { display:block; }#BhbIq68zTtS1d64ufI4hVP2sq4DSUfvA > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hizyzr6GyKnONTWcmTmZvy8fKWJI62CV { width:13.4375rem;height:10.125rem;top:17.96875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkvuz4bsQ5gpOAEeaM5DanWVcJE5VFGV { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXoP625kwSNQdctv51CQ70Wr7xAgnZeh { width:20rem;height:1.1375rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrNkNTkAtUsGbsN2uKPt9TPPAlReJXUt { width:20rem;height:1.625rem;top:8.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOGCINhmvbxghCcmH6dZwhKOumlI5iq { width:20rem;height:1.1375rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtbweMQo2ol4ZDVXnRzCDkUIJtOE3EDL { width:20rem;height:1.625rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7TRGm8GSAfH4OWhlUEGigfEncGOS4qy { width:20rem;height:0.125rem;top:28.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa { display:block; }#ShRBTXWrGGfNvGkEFKuqT2uxTt8BnTDa > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dphwSBm0CcL6rJCJ2R9Mdi4FBWdwtuv6 { width:7.4375rem;height:1.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPydl2UvhV5QdH9eivXfXJbQsm1nLHZ { width:2.5625rem;height:1.4375rem;top:1.40625rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jik8lgS48SkNnTwrcUMRHou8DTCwp0Ay { width:6.6875rem;height:1.625rem;top:1.25rem;left:13.165322580645rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXpgmaSkl8n30I5lbrqiOVX2qc1lXxrU { width:8.5rem;height:1.05625rem;top:4.6875rem;left:5.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zX0JAEftxDrJ3W4Wbu9IzTb9vIl6nwVS { width:2.125rem;height:0;top:13.21875rem;left:8.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gyd5ABzZQxrF2vktEfRFu47hLKA7JB1P { width:6.3125rem;height:1.05625rem;top:6.6875rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CegTIXLnMCCpIh2VJfTMvMvDVAO7kRel { width:9.3125rem;height:1.05625rem;top:8.625rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwKrU8OiZiB5eoH1THBKrTTK0ywLtB1T { width:2.125rem;height:0;top:15.71875rem;left:8.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mp2t4ZahsxmgmBErVRfCQ1gFPxOOnBx8 { width:18.8125rem;height:6.125rem;top:12.125rem;left:0.59375rem;font-size:0.625rem;display:block; }
 }